blob: 57c1eecce4d64ab1e3a2b21399316ef724d7ea11 [file] [log] [blame]
openvcdiff@gmail.coma97d4ed2010-08-06 22:43:27 +00001Fri, 6 Aug 2010 11:36:36 -0800 Google Inc. <opensource@google.com>
2 Release version 0.8.1 with the following change:
3 * Issue #24: Revert the fix for Issue #21, which caused a regression
4 (the Debian package did not properly install the vcdiff executable.)
5 This version of open-vcdiff builds and tests successfully using MinGW 5.1.6,
6 so Issue #21 is no longer a problem.
7 * Fix warning in autogen.sh by providing only one directory argument to
8 AC_CONFIG_MACRO_DIR. The subordinate directory gflags/m4 is still
9 specified as an -I argument to aclocal.
10
openvcdiff@gmail.com732fff22010-08-04 18:00:00 +000011Tue, 3 Aug 2010 10:44:32 -0800 Google Inc. <opensource@google.com>
12 Release version 0.8 with the following changes:
13 * Issue #12: Truncate decoded_target_ after decoding each window, rather than
14 after each call to DecodeChunk(). This helps limit memory usage when
15 processing multiple windows.
16 * Issue #22: To work around a bug in the gold linker
17 (http://sourceware.org/bugzilla/show_bug.cgi?id=10238), list all direct
18 library dependencies in Makefile.am.
19 * Issue #23: Add an option for the encoder to produce simple JSON output
20 instead of VCDIFF (RFC 3284) format.
21 * Issue #25: Enable VCDIFF_USE_BLOCK_COMPARE_WORDS for the PowerPC
22 architecture as well as for x86. The test
23 BlockContentsMatchIsAsFastAsBlockCompareWords failed on a PowerPC machine
24 running AIX 5.3.8.
25 * Issue #28: Only call string::reserve() when the required capacity is greater
26 than the string's current capacity.
27 * Get rid of ExitFatal(). It is no longer used for anything since the custom
28 test framework was replaced with gtest.
29 * Get rid of the match count feature.
30 * Rename the log macros: for example, LOG(ERROR) is now VCD_ERROR.
31 Rename COMPILE_ASSERT to VCD_COMPILE_ASSERT.
32 * Simplify RollingHash by performing its sanity checks at compile time.
33 * The googletest package is now referenced as an svn:externals property.
34 Remove the branched googletest sources from src/gtest and instead reference
35 the source files in the top-level gtest directory.
36 * Likewise, the google-gflags package is now referenced as an svn:externals
37 property. Remove the branched gflags sources from src/gflags and instead
38 reference the source files in the top-level gflags directory.
39 * Use version 1.11 of Automake.
40 * Explicitly include the m4 directory in configuration scripts.
41 * Call LT_INIT from configure.ac as suggested by libtool.
42 * Don't distribute gflags and gtest documents whose names conflict with the
43 same documents in the open-vcdiff package.
44 * Only define _XOPEN_SOURCE if not already defined.
45 * Fix warnings that appeared when compiling on RedHat 9 with gcc 3.2.2:
46 src/encodetable_test.cc:111: warning: cannot pass objects of non-POD
47 type `struct std::string' through `...'; call will abort at runtime
48 * Fix Visual Studio compiler warning about mismatch between size_t and int
49 in blockhash_test.cc.
50 * Add contributors' names to THANKS file.
51
openvcdiff@gmail.comf1dd9332009-10-09 22:40:32 +000052Fri, 09 Oct 2009 10:32:10 -0700 Google Inc. <opensource@google.com>
53
54 Release version 0.7 with the following changes:
55 * Fix a case in which VarintBE::Parse would read off the end of available
56 input if the variable-length integer began with leading zero bytes
57 with their continuation bits set (0x80 bytes.)
58 * Define std::string as string only within namespaces and class definitions
59 in case there is a string class defined at the outermost scope. If that
60 is the case, the HAS_GLOBAL_STRING label should be defined manually.
61 * Update with changes to gflags package as of 2009/07/23.
62
openvcdiffbaf44ea2009-04-09 19:20:49 +000063Thu, 09 Apr 2009 09:16:58 -0700 Google Inc. <opensource@google.com>
64
65 Release version 0.6 with the following changes:
66 * Issue #9: Add option to optimize VCDIFF decoder when VCD_TARGET will not be
67 used as source segment.
68 Add new interface SetAllowVcdTarget to control whether the VCD_TARGET flag
69 may be used. If this option is set to false and the decoder finds a
70 VCD_TARGET flag, it will issue an error and refuse to continue decoding.
71 * Issue #19: ERROR: Length of target window (100001916) exceeds limit of
72 67108864 bytes
73 Remove the limit of INT32_MAX on the value of --max_target_file_size, since
74 the new SetAllowVcdTarget feature means that the entire target file will not
75 need to be kept in memory. Separate vcdecoder_test into five test targets,
76 one of which is devoted to the new SetAllowVcdTarget feature. Get rid of
77 kMaxBufferSize and kDefaultBufferSize, which were used ambiguously. A new
78 constant kDefaultMaxTargetSize provides the default values for the
79 --max_target_file_size and --max_target_window_size options. The
80 --buffersize option, if specified, should control the buffer size used,
81 without limits on its value.
82 * Issue #21: Fail to test on MinGW 5.1.4
83 The wrapper executables produced by libtool failed on MinGW with the error
84 "File /bin/sh not found". Add the option AC_DISABLE_FAST_INSTALL to avoid
85 creating wrapper executables. The option implies an extra link step during
86 "make install", but the package is small enough that this does not take
87 long.
88 * Remove the annotated-output feature from the decoder.
89 * Automatically detect and work around a Solaris 10 bug which causes the error
90 "libstdc++.la is not a valid libtool archive".
91 http://whocares.de/2006/05/solaris-10-fixup-for-libstdcla-is-not-a-valid-libtool-archive/
92 * Update with latest changes to gflags package.
93 * Fix type-conversion warning in vcdiff_main.cc in 32-bit Visual Studio build.
94
openvcdiffd1845782009-03-20 21:56:15 +000095Wed, 18 Mar 2009 14:28:23 -0700 Google Inc. <opensource@google.com>
96
97 * Issue #14: HashedDictionary may free memory twice if implicitly copied.
98 * Add private copy constructor and assignment operator for HashedDictionary.
99 * Issue #18: Building RPM package fails on Fedora 9: Installed (but
100 unpackaged) file vcdiff.1.gz.
101 * Some OS, including Fedora 9, automatically compress man pages that are
102 installed using /usr/bin/install. This confuses the RPM packager, which
103 expects a file named "vcdiff.1" and finds one named "vcdiff.1.gz" instead.
104 Use a wild-card character to accept either of these two alternatives.
105 * Change the VCDIFF block size to 16, but have the encoder discard all matches
106 smaller than 32 bytes. This doubles the CPU and memory needed by the
107 encoder, but finds better string matches, producing a more efficient
108 encoding. Loosen the timing test limit in blockhash_test.cc for the debug
109 build only.
110 * Make the code table writer a virtual interface.
111 * Add an interface SetTargetMatching() to the simple encoder class
112 VCDEncoder.
113 * Remove all references to LOG and logging.h from the unit tests and
114 command-line client.
115 * Remove all special cases for kBlockSize < 4. kBlockSize must be a multiple
116 of the machine word size (see blockhash.cc), so it will never be smaller
117 than 4.
118 * Use version 1.10 of Automake.
119 * Incorporate recent changes to gflags package
120 (http://code.google.com/p/google-gflags/)
121 * Fix Visual Studio type-mismatch warning in vcdecoder4_test.cc.
122 * Use address cache helper functions IsSameMode(), IsHereMode(), etc. to
123 simplify test code.
124 * Add contributor's name to THANKS file.
125
openvcdiff83bbde02008-10-23 23:43:46 +0000126Thu, 23 Oct 2008 09:03:56 -0700 Google Inc. <opensource@google.com>
127
128 * Issue #6: vcdiff crashes with zero-size dictionary
129 * Add special cases for empty dictionary file in vcdiff_main.cc.
130 * Issue #7: vcdiff incorrect binary I/O on Windows
131 * Change stdin/stdout file type to binary in vcdiff_main.cc.
132 * Issue #13: Add unit test for vcdiff command-line executable
133 * Unit test vcdiff_test.bat added for Visual Studio testing of vcdiff.exe.
134 Includes regression tests for issues #6 and #7.
135 * Issue #15: open-vcdiff fails to compile on Fedora 9
136 * Apply patch sent by Daniel Kegel
137 * Add header <string.h> to src/vcdiffengine.cc, which uses memcpy.
138 * Remove const qualifier from integral return types to fix gcc 4.3.1
139 warning.
140 * Add contributors' names to THANKS file.
141
openvcdiff28db8072008-10-10 23:29:11 +0000142Fri, 10 Oct 2008 11:16:23 -0700 Google Inc. <opensource@google.com>
143
144 * Issue #15: open-vcdiff fails to compile on Fedora 9
145 * Add header <string.h> to source files that use memcmp, memset, memcpy,
146 and/or strlen.
147 * Change C++-style includes like <cstdlib> to C-style includes like
148 <stdlib.h> so that function names are guaranteed to be defined
149 in the global namespace.
150 * Issue #8: Decoder should not crash if it runs out of memory
151 * Add a new interface that places a limit on the maximum bytes allowed in
152 a single target window or a target file.
153 * Issue #13: Add unit test for vcdiff command-line executable
154 * Unit test vcdiff_test.sh added for Linux and Mac builds.
155 * Still need to add a Windows version of this test.
156
openvcdiffd4832872008-09-02 18:21:13 +0000157Tue, 02 Sep 2008 09:27:54 -0700 Google Inc. <opensource@google.com>
158
159 * Fix problems found on OpenBSD platform.
160 * Issue #1: vcdiff command-line executable crashes on startup.
161 This was a problem with the stub intended to replace pthread_once if the
162 package was not linked with the pthreads library. Simplify gflags.cc to
163 assume single-threaded execution.
164 * Issue #2: Unit test blockhash_test fails.
165 Define VCDIFF_USE_BLOCK_COMPARE_WORDS for BSD platforms to ensure that
166 the most efficient version of memcmp is used in the encoder's inner loop.
167 * Fix compilation warnings in gtest-filepath.cc: "warning: missing
168 initializer for member 'stat::...'"
169
openvcdiff311c7142008-08-26 19:29:25 +0000170Mon, 16 Jun 2008 15:15:51 -0700 Google Inc. <opensource@google.com>
171
172 * open-vcdiff: initial release:
173 The open-vcdiff package provides an encoder and decoder for the VCDIFF format
174 described in RFC 3284 (http://www.ietf.org/rfc/rfc3284.txt).