Update changelog for 1.8.0 release.

(Logical change 1.240)
edge.strict_endians
cantab.net!aia21 2003-11-19 10:36:38 +00:00
parent a3531f9fbe
commit 93fcefa1de
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
19/11/2003 - 1.8.0 - Final fixes and tidy ups.
- Cleanup build system wrt CFLAGS handling placing it all in one place
in configure.ac and removing everything related from the Makefile.am
files.
- Fix all compiler warnings (Richard Russon, me)
- Make libntfs more portable by removing the dependency on
asm/byteorder.h and using <endian.h> and <byteswap.h> instead. Also
adapting our endians.h appropriately. (Richard Russon)
- Various other small cleanups and fixes.
10/11/2003 - 1.8.0beta2 - More features!
- Merge ntfsprogs-gnomevfs written by Jan Kratochvil.