(Logical change 1.379)
This commit is contained in:
cantab.net!aia21 2004-04-23 10:12:49 +00:00
parent f90c2cd5b9
commit 4ab2a0a694

View File

@ -1,6 +1,6 @@
xx/xx/2004 - 1.9.2-WIP
- Hopefully fix the autogen.sh problems using the --force and touch
config.h.in sledge hammers.
config.h.in sledge hammers. (Anton)
- Fix the incorrect ntfsclone usage example in the man page. (Szaka)
- Fix compiler warnings in win32_io.c. (Yuval)
- Move constant bswap macros out of the ifdefs in endians.h so they are
@ -12,11 +12,12 @@ xx/xx/2004 - 1.9.2-WIP
- Fix incorrect getopt_long() usage: converted argv[optind-1] to optarg
so utilities won't do bogus and unexpected things. (Szaka)
- Add new API security.[hc]::ntfs_sid_is_valid(), ntfs_sid_to_mbs(),
and ntfs_sid_to_mbs_size().
- Big enhancement of ntfsinfo. (Yuval, me)
and ntfs_sid_to_mbs_size(). (Anton)
- Big enhancement of ntfsinfo. (Yuval, Anton)
- Split mkntfs into multiple functions. (Yuval)
- Compiler warning fixes in utilities related to GEN_PRINTF() and other
things. (Yuval)
things, mostly printf() related. (Yuval)
- Make ntfsclone and ntfsresize endiansafe. (Anton)
05/04/2004 - 1.9.1 - Make mkntfs create bootable volumes and fixes/updates.
- Update with SuSE 9.1 beta 1 versions of GNU build system.