summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 09:51:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 10:41:35 +0000
commit26b83028e3780d376c7941705cd815362c48747c (patch)
treeac524db76f5def03a0c6eaf9b37acedd5c27ed16 /ChangeLog
parentReleasing debian version 0.4-3. (diff)
downloadtarlz-26b83028e3780d376c7941705cd815362c48747c.tar.xz
tarlz-26b83028e3780d376c7941705cd815362c48747c.zip
Merging upstream version 0.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a54be98..3e13c24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2018-12-16 Antonio Diaz Diaz <antonio@gnu.org>
+
+ * Version 0.8 released.
+ * Added new option '--anonymous' (--owner=root --group=root).
+ * extract.cc (decode): 'tarlz -xf foo ./bar' now extracts 'bar'.
+ * create.cc: Set to zero most fields in extended headers.
+ * tarlz.texi: Added new chapter 'Amendments to pax format'.
+
+2018-11-23 Antonio Diaz Diaz <antonio@gnu.org>
+
+ * Version 0.7 released.
+ * Added new option '--keep-damaged'.
+ * Added new option '--no-solid'.
+ * create.cc (archive_write): Minimize dictionary size.
+ * create.cc: Detect and skip archive in '-A', '-c' and '-r'.
+ * main.cc (show_version): Show the version of lzlib being used.
+
+2018-10-19 Antonio Diaz Diaz <antonio@gnu.org>
+
+ * Version 0.6 released.
+ * Added new option '-A, --concatenate'.
+ * Option '--ignore-crc' replaced with '--missing-crc'.
+ * create.cc (add_member): Test that uid, gid, mtime, devmajor
+ and devminor are in ustar range.
+ * configure: Accept appending to CXXFLAGS, 'CXXFLAGS+=OPTIONS'.
+ * Makefile.in: Use tarlz in target 'dist'.
+
+2018-09-29 Antonio Diaz Diaz <antonio@gnu.org>
+
+ * Version 0.5 released.
+ * Implemented simplified posix pax format.
+ * Implemented CRC32-C (Castagnoli) of the extended header data.
+ * Added new option '--ignore-crc'.
+ * Added missing #includes for major, minor and makedev.
+ * tarlz.texi: Documented the new archive format.
+
2018-04-23 Antonio Diaz Diaz <antonio@gnu.org>
* Version 0.4 released.