blob: 395532e76a9e91ae8cb0615f1ceb70f46c2cacae [file] [log] [blame]
openvcdiffd4832872008-09-02 18:21:13 +00001Tue, 02 Sep 2008 09:27:54 -0700 Google Inc. <opensource@google.com>
2
3 * Fix problems found on OpenBSD platform.
4 * Issue #1: vcdiff command-line executable crashes on startup.
5 This was a problem with the stub intended to replace pthread_once if the
6 package was not linked with the pthreads library. Simplify gflags.cc to
7 assume single-threaded execution.
8 * Issue #2: Unit test blockhash_test fails.
9 Define VCDIFF_USE_BLOCK_COMPARE_WORDS for BSD platforms to ensure that
10 the most efficient version of memcmp is used in the encoder's inner loop.
11 * Fix compilation warnings in gtest-filepath.cc: "warning: missing
12 initializer for member 'stat::...'"
13
openvcdiff311c7142008-08-26 19:29:25 +000014Mon, 16 Jun 2008 15:15:51 -0700 Google Inc. <opensource@google.com>
15
16 * open-vcdiff: initial release:
17 The open-vcdiff package provides an encoder and decoder for the VCDIFF format
18 described in RFC 3284 (http://www.ietf.org/rfc/rfc3284.txt).