summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:34:49 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:34:49 +0000
commit7421b48c7505faa0415b255b34538c44093ec1fa (patch)
treee12893016048b34824da8a78e7f448946e42e2ab /ChangeLog
parentAdding debian version 1.0~rc1-3. (diff)
downloadplzip-7421b48c7505faa0415b255b34538c44093ec1fa.tar.xz
plzip-7421b48c7505faa0415b255b34538c44093ec1fa.zip
Merging upstream version 1.0.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a3691e..9387b90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
-2013-03-08 Antonio Diaz Diaz <ant_diaz@teleline.es>
+2013-05-29 Antonio Diaz Diaz <antonio@gnu.org>
- * Version 1.0-rc1 released.
+ * Version 1.0 released.
* compress.cc: 'deliver_packet' changed to 'deliver_packets'.
* Scalability of decompression from/to regular files has been
increased by removing splitter and muxer when not needed.
* The number of worker threads is now limited to the number of
members when decompressing from a regular file.
+ * configure: Options now accept a separate argument.
* Makefile.in: Added new target 'install-as-lzip'.
* Makefile.in: Added new target 'install-bin'.
* main.cc: Use 'setmode' instead of '_setmode' on Windows and OS/2.