blob: 6cfb83011b9fde592a9e12970992dcea94f40445 [file] [log] [blame]
openvcdiff28db8072008-10-10 23:29:11 +00001open-vcdiff (0.3-1) unstable; urgency=low
2
3 * Issue #15: open-vcdiff fails to compile on Fedora 9
4 * Add header <string.h> to source files that use memcmp, memset, memcpy,
5 and/or strlen.
6 * Change C++-style includes like <cstdlib> to C-style includes like
7 <stdlib.h> so that function names are guaranteed to be defined in the
8 global namespace.
9 * Issue #8: Decoder should not crash if it runs out of memory
10 * Add a new interface that places a limit on the maximum bytes allowed in
11 a single target window or a target file.
12 * Issue #13: Add unit test for vcdiff command-line executable
13 * Unit test vcdiff_test.sh added for Linux and Mac builds.
14 * Still need to add a Windows version of this test.
15
16 -- Google Inc. <opensource@google.com> Fri, 10 Oct 2008 11:16:23 -0700
17
openvcdiffd4832872008-09-02 18:21:13 +000018open-vcdiff (0.2-1) unstable; urgency=low
19
20 * Fix problems found on OpenBSD platform.
21 * Issue #1: vcdiff command-line executable crashes on startup.
22 This was a problem with the stub intended to replace pthread_once if the
23 package was not linked with the pthreads library. Simplify gflags.cc to
24 assume single-threaded execution.
25 * Issue #2: Unit test blockhash_test fails.
26 Define VCDIFF_USE_BLOCK_COMPARE_WORDS for BSD platforms to ensure that
27 the most efficient version of memcmp is used in the encoder's inner loop.
28 * Fix compilation warnings in gtest-filepath.cc: "warning: missing
29 initializer for member 'stat::...'"
30
31 -- Google Inc. <opensource@google.com> Tue, 2 Sep 2008 09:20:20 -0700
32
openvcdiff311c7142008-08-26 19:29:25 +000033open-vcdiff (0.1-1) unstable; urgency=low
34
35 * Initial release.
36
37 -- Google Inc. <opensource@google.com> Mon, 16 Jun 2008 15:15:51 -0700