Hi,
On Thu, 2 Feb 2006, Anton Altaparmakov wrote:
> RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
> retrieving revision 1.349
> retrieving revision 1.350
> diff -u -p -r1.349 -r1.350
> --- ChangeLog 30 Jan 2006 21:53:42 -0000 1.349
> +++ ChangeLog 2 Feb 2006 13:57:00 -0000 1.350
...
> @@ -97,6 +97,9 @@ xx/xx/2005 - 1.12.2-WIP
> - ntfsinfo: fix off-by-one in ACL dumping, one ACE was missed. (Szaka)
> - ntfsmount: Rename "succeed_chmod" -> "silent". Do not return error
> on chown too. (Yura)
> + - Fix stupid bug in libntfs/bitmap.c::ntfs_bitmap_set_bits_in_run()
> + which caused bits to not be cleared or set if the first bit in the
The "first bit" should be "first byte" (and imho the "stupid" is
redundant, all bugs are stupid by default ;)
Szaka
> + run was not a multiple of eight. (Anton)
|