OSDN Git Service

Fix a buffer overflow bug in getbytes()
[lha/lha.git] / ChangeLog
index c180e7b..ac95e34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-10-25  Koji Arai  <arai@users.sourceforge.jp>
+
+       * INSTALL: enclosed the INSTALL file for European.
+       contributed by Reynir Stefansson. Thanks!
+
+2008-10-23  Koji Arai  <arai@users.sourceforge.jp>
+
+       * configure.ac: updated version.
+
+       * src/lhadd.c(cmd_add): fixed a bug reported by Reynir Stefansson.
+       the variable most_recent should be reset at the first.
+
+       * tests/lha-test19: added a testcase for above.
+
 2008-10-04  Koji Arai  <arai@users.sourceforge.jp>
 
        Timestamp archiving feature is added. Thanks to Reynir Stefansson.