Changes by: aia21
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357.server4you.de:/tmp/cvs-serv30569
Modified Files:
ChangeLog
Log Message:
Print both decimal and hexadecimal in ntfsinfo.
(This follows several patches where we kept switching things from decimal
to hex to decimal because different people apparently use different number
systems in their heads. I am on the hex front myself so I added hex output
which was taken out recently by Szaka so he probably is on the dec front...
In any case having both should make us all happy...)
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.395
retrieving revision 1.396
diff -u -p -r1.395 -r1.396
--- ChangeLog 14 Aug 2006 03:52:09 -0000 1.395
+++ ChangeLog 16 Aug 2006 09:24:19 -0000 1.396
@@ -39,6 +39,10 @@ xx/xx/2006 - x.xx.x - .
- ntfsinfo: dump padding between the Update Sequence Array and the
first attribute in verbose mode. (Szaka)
- ntfsinfo: Fix endianness. (Yura)
+ - ntfsinfo: Make more resilient to corrupt index entries in an index
+ node. (Anton)
+ - ntfsinfo: Print in both decimal and hexadecimal where it makes sense
+ and is useful. (Anton)
21/06/2006 - 1.13.1 - Various fixes.
|