summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 3 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index b22edc2..be2c30b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,4 @@
-Changes in version 1.1:
+Changes in version 1.4:
-All 'File_*' identifiers have been renamed to 'Lzip_*'.
-
-Lzd now should compile on DOS with DJGPP.
-
-The configure script now accepts appending options to CXXFLAGS using the
-syntax 'CXXFLAGS+=OPTIONS'.
+Define constants 'header_size' and 'trailer_size' instead of using 6 and 20.
+(Lzd is supposed to be educational, and using numbers is bad practice).