From: Christoph Hellwig Date: Wed, 7 Oct 2009 22:14:04 +0000 (-0400) Subject: xfsprogs: add missing CHANGES entry X-Git-Tag: v3.0.5~11^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a22714b8639ff0830296dc91124320c683354db4;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: add missing CHANGES entry The 3.0.4 release for debian actually had a few more changes than documented. Add the missing entries so that they appear in the right spot for future releases. Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen --- diff --git a/doc/CHANGES b/doc/CHANGES index da1d3a0c4..515c04c00 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,10 @@ xfsprogs-3.0.4 (17 September 2009) + - Fix a memory leak in xfsprogs. + - Increase hash chain length in xfsprogs when running out of memory. + - Fix dmsetup invocation in libdisk to avoid warnings during mkfs + on multipath devices. + - Fix the -V option to various installed tools. + - Small internal fixes to please the clang semantical analysis tool. - Debian packaging updates. - Rework Makepkgs and Makefiles to improve deb generation.