File: ChangeLog

package info (click to toggle)
xdelta 1.1.1-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,348 kB
  • ctags: 1,486
  • sloc: ansic: 10,006; sh: 6,883; lisp: 1,525; makefile: 102
file content (33 lines) | stat: -rw-r--r-- 1,213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Tue Nov 24 19:27:39 PST 1998 Manish Singh <yosh@gimp.org>

	* configure.in: require glib 1.1.5

	* xdmain.c: added --pristine option, to process gzipped files
	without decompressing them first. It has a flaw in that patch
	must be run with the -p option as well, for now.
	Also removed strip_leading_path in favor of g_basename and
	use g_get_tmp_dir to set tmpdir.

Fri Oct  2 04:09:21 1998  Josh MacDonald  <jmacd@axis.hip.berkeley.edu>

	* Finish implementing the patch app.

Thu Oct  1 03:04:14 1998  Josh MacDonald  <jmacd@axis.hip.berkeley.edu>

	* Pull the serialization stuff from repo to split Xdelta out,
	write the new delta app.

Mon Sep 21 04:23:25 1998  Josh MacDonald  <jmacd@axis.hip.berkeley.edu>

	* xdelta.c (xdp_rsync_reqest): Implement the second phase of
 	rsync.

Sat Sep 19 15:57:48 1998  Josh MacDonald  <jmacd@axis.hip.berkeley.edu>

	* xdelta.c (xdp_control_free): Rename this -- the unused function.
	(generate_checksums): A short-by-one was actually causing the
	terrible matches at the end of a file -- no checksums were being
	computed on the last page.  Aha!
	(xdp_generate_delta_int): Add code for different
	CLOBBER_ALGORITHMS -- haven't evaluated it yet and it is not
	enabled.