K 10 svn:author V 2 mi K 8 svn:date V 27 2014-02-14T16:57:27.928340Z K 7 svn:log V 368 Upgrade from 1.3.1-3 to 1.3.1-4. The only real change (outside of the auto* nonsense) is the restoration of the padding at the end of CDirEntry. Clang++ used to flag it as unused private field, which lead to its removal (incorrectly) -- and this new release from upstream restores the padding. It is still flagged by clang++ so a new patch attempts to suppress that. END