X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=ChangeLog;h=5186a1fbca06b21fe91b2c8378415131afdfa508;hb=c44240618f8e8e8e722ef6bcb36768ce3c5504e1;hp=b607dc66faad6b84b677aa04c719c1fd1ce72372;hpb=009299c6ddb31982ee9844731d4a5d3012605685;p=lha%2Flha.git diff --git a/ChangeLog b/ChangeLog index b607dc6..5186a1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,179 @@ +2007-05-20 Koji Arai + + * repository changed into the Subversion. + + * tests/lha-test12: should not use the raw CR code. + (when checkout from SVN repos, raw CR code is removed.) + +2007-02-24 Koji Arai + + * src/lharc.c (print_tiny_usage, parse_suboption): added a long + option "--traditional". it is just the same + "--convert-filename-case" for the present. + + * src/header.c (get_header): the variable "noconvertcase" changed + to "convertcase". + it means that this LHa does not convert filename case automatically. + + * src/lha.h: ditto. + + * src/lharc.c (init_variable): ditto. + + * src/lharc.c (print_tiny_usage, parse_suboption): added a long + option "--convert-filename-case" that change to the old behavior. + + * src/lharc.c (print_usage, parse_suboption): the "g" option has + no meaning when extracting. + + * src/header.c (write_header): no upcase filename when the generic + archive creating. + +2007-02-24 Koji Arai + + * configure.ac: updated version. + + * src/lharc.c (print_usage): updated. + +2007-02-24 Koji Arai + + * src/header.c (copy_path_element, remove_dots, init_header): + should treat "foo" and "./foo" as same file, so remove "./" from + archived path name. + + * tests/Makefile.am, tests/lha-test.in, tests/lha-test17: + added tests for the removing relative path. + +2006-10-09 Koji Arai + + * src/lha_macro.h (MIN): newly added a macro for below. + + * maketbl.c (make_table): applied the security patch for the + CVE-2006-4335 and CVE-2006-4337. + + * huf.c (read_pt_len, read_c_len, decode_c_st1, decode_p_st1): + applied the security patch for the CVE-2006-4338. + +2006-10-09 Koji Arai + + * tests/lha-test.in: the function local variable `$status' is treated as + the builtin variable on the Zsh version 4.3.2, so it was renamed to + $exit_status. + + * tests/Makefile.am, tests/lha-test.in, tests/lha-test16, tests/lha-test16-l0.lzh, tests/lha-test16-l1.lzh, tests/lha-test16-l2.lzh, tests/lha-test16-lg.lzh: + added tests for the header CRC. + +2006-10-08 Koji Arai + + * 00readme.autoconf: updated. + + * Hacking_of_LHa: changed mail address. + +2006-10-08 Koji Arai + + * configure.ac: updated version. + + * configure.ac, src/header.c, src/lha_macro.h, src/lhadd.c, src/lhext.c, src/lhlist.c, tests/lha-test12: + re-applied the correct DJGPP patch. Thanks to Doug Kaufman. + +2006-10-02 Koji Arai + + * configure.ac: updated version. + + * src/header.c, src/lha.h, src/lha_macro.h, src/lhadd.c, src/lharc.c, src/lhext.c, src/lhlist.c, src/vsnprintf.c, tests/lha-test.in, tests/lha-test11, tests/lha-test12: + applied the patch for the DJGPP. Thanks to Doug Kaufman. + + * 00readme.autoconf, configure.ac: changed mail address. + +2006-09-11 Koji Arai + + * configure.ac: updated version. + + * src/lharc.c (print_usage): updated. + +2006-09-11 Koji Arai + + * config.h.in (HAVE_LIBAPPLEFILE): added `b' option which extract + the MacBinary. Thanks to Hiroto Sakai. + + * configure.ac: ditto. + + * src/lha.h (decode_macbinary_contents): ditto. + + * src/lhadd.c (build_temporary_file): ditto. + + * src/lharc.c (decode_macbinary_contents, print_tiny_usage, parse_suboption): ditto. + + * src/lhext.c (extract_one, decode_macbinary): ditto. + + * src/prototypes.h (build_temporary_file): ditto. + +2006-09-11 Koji Arai + + * src/lharc.c (parse_suboption): `-X' option has been ineffective. + Thanks to Hiroto Sakai. + +2005-10-15 Koji Arai + + * src/lha_macro.h (UPDATE_CRC): To casting with (unsigned char) + should not be for the variable (c) but for the (crc). Thanks to + OKUMURA N. Shin-ya. + +2005-10-13 Koji Arai + + * tests/lha-test.in: emulate POSIX shell when it is executed by + zsh or bash. (this part is derived from GNU Autoconf 2.59) + + * tests/Makefile.am: replaced `bash' with `@sh_for_lha_test@' + + * configure.ac: search shell programs to execute the lha-test. + +2005-09-25 Koji Arai + + * src/prototypes.h: updated. + + * src/crcio.c (calccrc, fread_crc, fwrite_crc, fread_txt, fwrite_txt): suppress compiler warnings on gcc-4.0. + + * src/header.c (calc_sum): ditto. + + * src/lha_macro.h (UPDATE_CRC): ditto. + +2005-09-24 Koji Arai + + * released. + + * configure.ac: updated version and my mail address. + + * Hacking_of_LHa: updated. (2003-02-23 edition) + + * 00readme.autoconf: updated. + +2005-06-08 Koji Arai + + * configure.ac: updated version. + + * src/lharc.c (parse_suboption): fixed a bug, when the + --system-kanji-code option specified, the --archive-kanji-code + option was infected. + 2005-05-08 Koji Arai + * configure.ac: updated version. + + * src/lharc.c (print_usage): updated. + + * src/lhadd.c, src/header.c (remove_leading_dots): move to + header.c for readlink(). + + * src/lhadd.c (add_one): symbolic link indication was contrary. + ( not "realname -> linkname" but "linkname -> realname" ) + (delete): ditto. + + * src/lhext.c (extract_one): ditto. + + * src/lhlist.c (list_one): ditto. + + * tests/lha-test14: ditto. + * src/lhadd.c (remove_leading_dots): newly added. * src/lhadd.c (append_it): remove leading relative path from @@ -1826,3 +2000,7 @@ * src/dhuf.c, src/extract.c, src/header.c, src/huf.c, src/larc.c, src/lhadd.c: import the lha-114f + +Local Variables: +eval: (if (string= (user-login-name) "arai") (setq user-mail-address "arai@users.sourceforge.jp")) +End: