summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:52:02 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:52:02 +0000
commit92e8b56a5e12ea97fa2763f34c246ca467128b97 (patch)
tree143179fb3ede09c4aa3fd48c5dc5fc25ce21d138 /ChangeLog
parentAdding debian version 1.17~rc2-1. (diff)
downloadlziprecover-92e8b56a5e12ea97fa2763f34c246ca467128b97.tar.xz
lziprecover-92e8b56a5e12ea97fa2763f34c246ca467128b97.zip
Merging upstream version 1.17.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 7 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 13ca71c..2de5aef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,22 +1,13 @@
-2015-04-08 Antonio Diaz Diaz <antonio@gnu.org>
+2015-05-28 Antonio Diaz Diaz <antonio@gnu.org>
- * Version 1.17-rc2 released.
- * Minor changes.
-
-2015-01-21 Antonio Diaz Diaz <antonio@gnu.org>
-
- * Version 1.17-rc1 released.
+ * Version 1.17 released.
+ * New block selection algorithm makes merge up to 100 times faster.
* repair.cc: Repair time has been reduced by 15%.
* Added new option '-y, --debug-delay'.
* Added new option '-z, --debug-repair'.
-
-2014-10-16 Antonio Diaz Diaz <antonio@gnu.org>
-
- * Version 1.17-pre1 released.
- * New block selection algorithm makes merge up to 100 times faster.
* Makefile.in: Added new targets 'install*-compress'.
* testsuite/unzcrash.cc: Moved to top directory.
- * Added chapter 'File names' to the manual.
+ * lziprecover.texi: Added chapter 'File names'.
2014-08-29 Antonio Diaz Diaz <antonio@gnu.org>
@@ -32,8 +23,9 @@
* repair.cc: Repair multi-member files with up to one byte error
per member.
* merge.cc: Merge multi-member files.
- * Added chapters 'Repairing files', 'Merging files' and 'Unzcrash'
- to the manual.
+ * main.cc (show_header): Do not show header version.
+ * lziprecover.texinfo: Added chapters 'Repairing files',
+ 'Merging files' and 'Unzcrash'.
2013-05-31 Antonio Diaz Diaz <antonio@gnu.org>