OSDN Git Service

* configure.ac: updated version.
[lha/lha.git] / ChangeLog
index f243754..a59d189 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2007-02-24  Koji Arai  <arai@users.sourceforge.jp>
+
+       * configure.ac: updated version.
+
+       * src/lharc.c (print_usage): updated.
+
+2007-02-24  Koji Arai  <arai@users.sourceforge.jp>
+
+       * 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  <arai@users.sourceforge.jp>
+
+       * 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  <arai@users.sourceforge.jp>
 
        * tests/lha-test.in: the function local variable `$status' is treated as