Update for 1.8.3 release.

(Logical change 1.267)
edge.strict_endians
cantab.net!aia21 2004-01-19 16:28:03 +00:00
parent eef1eaf641
commit e5bcdf5752
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
08/01/2004 - 1.8.3 - WIP
19/01/2004 - 1.8.3 - Lots of small fixes.
- Update ntfsinfo (Matthew J. Fanto, me)
- Add new API attrib.[hc]:ntfs_compressed_attr_pread(). NOTE: You want
to use ntfs_attr_pread() instead which will transparently read the
@ -9,6 +9,9 @@
spotting this.)
- Fix wrong print modified %L intead of %ll everywhere. (Szaka, me)
- More Cygwin fixes. (Lode Leroy)
- Switch build files to ones generated by current SuSE 9.0 (i.e. I ran
./autogen.sh on SuSE 9.0 as I will be using SuSE as my desktop from
now on).
07/01/2004 - 1.8.2 - Make ntfsprogs work on FreeBSD.
- Add compatibility for building on FreeBSD. (Christophe Grenier)