aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoropenvcdiff <openvcdiff@132ac840-3546-0410-a738-d3f8764196be>2008-10-23 23:43:46 +0000
committeropenvcdiff <openvcdiff@132ac840-3546-0410-a738-d3f8764196be>2008-10-23 23:43:46 +0000
commit83bbde0df33922d8dc6fa737cfb306d9caae13b1 (patch)
tree2c96aa0fe5333a36a9d7dc05a43d16b91e6d4487 /ChangeLog
parent28db8079f707ebdf43ce62cdfd96eb39c8f889e0 (diff)
downloadopen-vcdiff-83bbde0df33922d8dc6fa737cfb306d9caae13b1.tar.gz
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
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