diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-03-22 13:40:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-07-26 02:34:56 +0000 |
commit | 5bcc64ae9f2a8218922929e484c5fbef8d1564de (patch) | |
tree | d4d2aed5b98ed825bf28d14f491ae9cda3985298 /ChangeLog | |
parent | Initial commit. (diff) | |
download | tarlz-5bcc64ae9f2a8218922929e484c5fbef8d1564de.tar.xz tarlz-5bcc64ae9f2a8218922929e484c5fbef8d1564de.zip |
Adding upstream version 0.4.upstream/0.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..a54be98 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,37 @@ +2018-04-23 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 0.4 released. + * Added some missing #includes. + * main.cc: Open files in binary mode on OS2. + +2018-03-19 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 0.3 released. + * Project renamed to 'tarlz' from 'pmtar' (Poor Man's Tar). + * Added new option '-C, --directory'. + * Implemented lzip compression of members at archive creation. + * Added new option '-r, --append'. + * Added new options '--owner', '--group'. + * Added new options '--asolid', '--dsolid', '--solid'. + * Implemented file appending to compressed archive. + * Implemented transparent decompression of the archive. + * Implemented skipping over damaged (un)compressed members. + * Implemented recursive extraction/listing of directories. + * Implemented verbose extract/list output. + * tarlz.texi: New file. + +2014-01-22 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 0.2 released. + * configure: Options now accept a separate argument. + +2013-02-16 Antonio Diaz Diaz <ant_diaz@teleline.es> + + * Version 0.1 released. + + +Copyright (C) 2013-2018 Antonio Diaz Diaz. + +This file is a collection of facts, and thus it is not copyrightable, +but just in case, you have unlimited permission to copy, distribute and +modify it. |