Thu, 23 Oct 2008 09:03:56 -0700  Google Inc. <opensource@google.com>

  * Issue #6: vcdiff crashes with zero-size dictionary
    * Add special cases for empty dictionary file in vcdiff_main.cc.
  * Issue #7: vcdiff incorrect binary I/O on Windows
    * Change stdin/stdout file type to binary in vcdiff_main.cc.
  * Issue #13: Add unit test for vcdiff command-line executable
    * Unit test vcdiff_test.bat added for Visual Studio testing of vcdiff.exe.
      Includes regression tests for issues #6 and #7.
  * Issue #15: open-vcdiff fails to compile on Fedora 9
    * Apply patch sent by Daniel Kegel
    * Add header <string.h> to src/vcdiffengine.cc, which uses memcpy.
    * Remove const qualifier from integral return types to fix gcc 4.3.1
      warning.
  * Add contributors' names to THANKS file.


git-svn-id: http://open-vcdiff.googlecode.com/svn/trunk@21 132ac840-3546-0410-a738-d3f8764196be
diff --git a/ChangeLog b/ChangeLog
index 126ab30..892954c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Thu, 23 Oct 2008 09:03:56 -0700  Google Inc. <opensource@google.com>
+
+  * Issue #6: vcdiff crashes with zero-size dictionary
+    * Add special cases for empty dictionary file in vcdiff_main.cc.
+  * Issue #7: vcdiff incorrect binary I/O on Windows
+    * Change stdin/stdout file type to binary in vcdiff_main.cc.
+  * Issue #13: Add unit test for vcdiff command-line executable
+    * Unit test vcdiff_test.bat added for Visual Studio testing of vcdiff.exe.
+      Includes regression tests for issues #6 and #7.
+  * Issue #15: open-vcdiff fails to compile on Fedora 9
+    * Apply patch sent by Daniel Kegel
+    * Add header <string.h> to src/vcdiffengine.cc, which uses memcpy.
+    * Remove const qualifier from integral return types to fix gcc 4.3.1
+      warning.
+  * Add contributors' names to THANKS file.
+
 Fri, 10 Oct 2008 11:16:23 -0700  Google Inc. <opensource@google.com>
 
   * Issue #15: open-vcdiff fails to compile on Fedora 9