X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=NEWS;h=a37eb6d907b2903292fd9dfbaa3d19aea6bef7b4;hp=898a3dab34708bab5696e294e90d2d5cac83a512;hb=57f46659cb922a738b13658c8da87c7306160bff;hpb=885632f08c75c1d7bb5d25436231c78f6ad7e0c0 diff --git a/NEWS b/NEWS index 898a3dab..a37eb6d9 100644 --- a/NEWS +++ b/NEWS @@ -1 +1,19 @@ -See ChangeLog. +Only the most important changes more recent than version 0.6 are noted here. + +Version 0.7.2: + Fixed segfault when unmounting read-only WIM. + +Version 0.7.1: + Support for joining and splitting WIMs. + Also, security data is now preserved by default. + +Version 0.6.3: + Can now build with older gcc and system headers, like on CentOS 5. + +Version 0.6.2: + Fixed bug that made it impossible to overwrite files in read-write + mount. + +Version 0.6.1: + Write byte-order mark before WIM XML data. (imagex.exe requires this to + be there.)