X-Git-Url: http://git.sourceforge.jp/view?p=lha%2Flha.git;a=blobdiff_plain;f=ChangeLog;fp=ChangeLog;h=c180e7b624a223e2887c5504edd46195c2a00b1e;hp=94d55bb6b2d4723a3bc01d8ec686bde50fdb5b57;hb=d6430c8fedc5cfeac73bbd965fe1093c8b73de21;hpb=0e519546f67fd787dbdccaad6052d7a675c85b46 diff --git a/ChangeLog b/ChangeLog index 94d55bb..c180e7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2008-10-04 Koji Arai + + Timestamp archiving feature is added. Thanks to Reynir Stefansson. + + * configure.ac: updated version. + + * src/lha.h: added a variable, timestamp_archive. + + * src/lhadd.c (copy_old_one): moved from src/lharc.c, and reset + most_recent to most recent timestamp. + + * src/prototypes.h: copy_old_one() is changed to static function. + + * src/lhadd.c (add_one): reset most_recent to most recent timestamp. + + * src/lhadd.c (set_archive_file_mode): When --timestamp-archive is + specified, archive timestamp adjust to most recent file in the + archive. + + * src/lhadd.c (cmd_add, cmd_delete): should call set_archive_file_mode() without noexec. + + * src/lharc.c (init_variable, parse_suboption): added an option --timestamp-archive. + + * tests/Makefile.am: added lha-test19. + + * tests/lha-test19: newly added for checking the timestamp + archiving. + + * tests/lha-test.in (identical_timestamp) added an utility function. + + * man/lha.1: describe about --timestamp-archive. + 2008-08-23 Koji Arai * src/lhext.c (cmd_extract): stream position was adjusted by wrong value.