summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 10 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index bd181ae..c719405 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,15 @@
-Changes in version 1.10:
+Changes in version 1.13:
-Compression level '-0' now uses a dictionary size of 64 KiB instead of
-1 MiB.
+File diagnostics have been reformatted as 'PROGRAM: FILE: MESSAGE'.
-Errors are now also checked when closing the input file.
+Diagnostics caused by invalid arguments to command-line options now show the
+argument and the name of the option.
-Pdlzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch).
+The option '-o, --output' now preserves dates, permissions, and ownership of
+the file when (de)compressing exactly one file.
-The configure script now accepts appending options to CFLAGS using the
-syntax 'CFLAGS+=OPTIONS'.
+The variable MAKEINFO has been added to configure and Makefile.in.
-It has been documented in INSTALL the use of
-CFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW.
+It has been documented in INSTALL that when choosing a C standard, the POSIX
+features need to be enabled explicitly:
+ ./configure CFLAGS+='--std=c99 -D_XOPEN_SOURCE=500'