Size-check the --temp-dir string so we don't have to worry about it
[rsync/rsync.git] / NEWS
CommitLineData
823edc68
WD
1NEWS for rsync 2.6.1 (UNRELEASED)
2Protocol: 27 (unchanged)
3Changes since 2.6.0:
4
5 ENHANCEMENTS:
6
0a007489
WD
7 * Lower memory use and more optimal transfer of data over
8 the socket (see the INTERNAL section for details).
9
823edc68
WD
10 * The RSYNC_PROXY environment variable can now contain a
11 "USER:PASS@" prefix before the "HOST:PORT" information.
12 (Bardur Arantsson)
13
14 BUG FIXES:
15
16 * The --link-dest code now works properly for a non-root user
17 when the UIDs of the source and destination differ and -u was
18 specified, and when the group of the source can't be used on
19 the destination and -g was specified. (Wayne Davison)
20
a18381ac
WD
21 * Fixed a bug in the handling of -H (hard-links) that might
22 cause the expanded PATH/NAME value of the current item to
23 get overwritten (due to an expanded-name caching bug).
24 (Wayne Davison)
823edc68
WD
25
26 * Keep per-file track of the sending of literal data with
27 --partial so that an interrupted transfer doesn't keep a
28 shorter temp file when no new data has been transfered over
0a007489 29 the wire. (Wayne Davison)
823edc68 30
e7bef922
WD
31 * Fixed a byte-order problem in --batch-mode on big-endian
32 machines. (Jay Fenlason)
33
0a007489
WD
34 * Fixed configure bug when running "./configure --disable-ipv6".
35 (Wayne Davison)
36
37 * Fixed "make test" bug when build dir is not the source dir.
38
66964002
WD
39 * When using --cvs-exclude, the exclude items we get from a
40 directory's .cvsignore file once again only affect that one
41 directory (and not all following directories too).
42
823edc68
WD
43 INTERNAL:
44
86c4601e 45 * Most of the I/O is now buffered, which results in a pretty
a18381ac 46 large speedup when running under MS Windows. (Craig Barratt)
823edc68
WD
47
48 * Optimizations to the name-handling/comparing code have made
0a007489 49 some significant reductions in user-CPU time for large file
823edc68
WD
50 sets. (Wayne Davison)
51
31e7451a
WD
52 * Some variable-type cleanup that makes the code more consistent.
53 (Wayne Davison)
54
279b1c1e 55 * Reduced memory requirements of hard link preservation.
0a007489 56 (J.W. Schultz)
279b1c1e 57
f8ebdf92
WD
58 * Implemented a new algorithm for hard-link handling that speeds
59 up the code significantly. (J.W. Schultz and Wayne Davison)
60
1a62c49d 61 * Got rid of support for protocol versions 17 and 18 (which are
0a007489 62 both over 6 years old). (Wayne Davison)
aa953c32 63
1a62c49d
WD
64 * More optimal data transmission for --hard-links (protocol 28).
65
66 * More optimal data transmission for --checksum (protocol 28).
67
68 * Less memory used for holding --checksum data.
69
0a007489
WD
70 * Less memory used per-file in the file list.
71
442743b8
WD
72 * The 2 pipes used between the receiver and generator processes
73 (which are forked on the same machine) were reduced to 1 pipe and
74 the protocol improved so that (1) it is now impossible to have the
75 "redo" pipe fill up and hang rsync, and (2) trailing messages from
76 the receiver don't get lost on their way to through generator over
77 to the sender. (Wayne Davison)
78
823edc68 79\f
276877cf 80NEWS for rsync 2.6.0 (1 Jan 2004)
195bd906 81Protocol: 27 (changed)
276877cf 82Changes since 2.5.7:
89855e78
WD
83
84 ENHANCEMENTS:
85
e636af6b
WD
86 * "ssh" is now the default remote shell for rsync. If you want to
87 change this, configure like this: "./configure --with-rsh=rsh".
88
58665d23 89 * Added --files-from, --no-relative, --no-implied-dirs, and --from0.
89855e78 90 Note that --from0 affects the line-ending character for all the
d00daf1f 91 files read by the --*-from options. (Wayne Davison)
89855e78 92
9e83fa99 93 * Length of csum2 is now per-file starting with protocol version
58665d23 94 27. (J.W. Schultz)
195bd906 95
9e83fa99
WD
96 * Per-file dynamic block size is now sqrt(file length). The
97 per-file checksum size is determined according to an algorithm
98 provided by Donovan Baarda which reduces the probability of rsync
99 algorithm corrupting data and falling back using the whole md4
58665d23 100 checksums. (J.W. Schultz, Donovan Baarda)
195bd906 101
727fa368
WD
102 * The --stats option no longer includes the (debug) malloc summary
103 unless the verbose option was specified at least twice.
104
d00daf1f
WD
105 * Added a new error/warning code for when files vanish from the
106 sending side. Made vanished source files not interfere with the
107 file-deletion pass when --delete-after was specified.
108
9e83fa99
WD
109 * Various trailing-info sections are now preceded by a newline.
110
89855e78
WD
111 BUG FIXES:
112
f2fe4903
WD
113 * Fixed several exclude/include matching bugs when using wild-cards.
114 This has a several user-visible effects, all of which make the
115 matching more consistent and intuitive. This should hopefully not
116 cause anyone problems since it makes the matching work more like
117 what people are expecting. (Wayne Davison)
118
592f4696
WD
119 - A pattern with a "**" no longer causes a "*" to match slashes.
120 For example, with "/*/foo/**", "foo" must be 2 levels deep.
faf11086
WD
121 [If your string has BOTH "*" and "**" wildcards, changing the
122 "*" wildcards to "**" will provide the old behavior in all
123 versions.]
592f4696 124
52fa4d78
WD
125 - "**/foo" now matches at the base of the transfer (like /foo
126 does). [Use "/**/foo" to get the old behavior in all versions.]
f2fe4903 127
52fa4d78 128 - A non-anchored wildcard term floats to match beyond the base of
f2fe4903 129 the transfer. E.g. "CVS/R*" matches at the end of the path,
52fa4d78
WD
130 just like the non-wildcard term "CVS/Root" does. [Use "/CVS/R*"
131 to get the old behavior in all versions.]
f2fe4903
WD
132
133 - Including a "**" in the match term causes it to be matched
134 against the entire path, not just the name portion, even if
135 there aren't any interior slashes in the term. E.g. "foo**bar"
136 would exclude "/path/foo-bar" (just like before) as well as
52fa4d78
WD
137 "/foo-path/baz-bar" (unlike before). [Use "foo*bar" to get the
138 old behavior in all versions.]
f2fe4903 139
52e628a8
WD
140 * The exclude list specified in the daemon's config file is now
141 properly applied to the pulled items no matter how deep the
d00daf1f 142 user's file-args are in the source tree. (Wayne Davison)
52e628a8 143
da2bcdd1 144 * For protocol version >= 27, mdfour_tail() is called when the
58665d23
WD
145 block size (including checksum_seed) is a multiple of 64.
146 Previously it was not called, giving the wrong MD4 checksum.
147 (Craig Barratt)
256a9e37 148
da2bcdd1 149 * For protocol version >= 27, a 64 bit bit counter is used in
58665d23
WD
150 mdfour.c as required by the RFC. Previously only a 32 bit bit
151 counter was used, causing incorrect MD4 file checksums for
152 file sizes >= 512MB - 4. (Craig Barratt)
195bd906 153
da2bcdd1 154 * Fixed a crash bug when interacting with older rsync versions and
89855e78
WD
155 multiple files of the same name are destined for the same dir.
156 (Wayne Davison)
157
58665d23 158 * Keep tmp names from overflowing MAXPATHLEN.
89855e78 159
da2bcdd1 160 * Make --link-dest honor the absence of -p, -o, and -g.
fab1f889 161
8113a033
WD
162 * Made rsync treat a trailing slash in the destination in a more
163 consistent manner.
164
9b746433 165 * Fixed file I/O error detection. (John Van Essen)
fab1f889 166
256a9e37
WD
167 * Fixed bogus "malformed address {hostname}" message in rsyncd log
168 when checking IP address against hostnames from "hosts allow"
169 and "hosts deny" parameters in config file.
170
171 * Print heap statistics when verbose >= 2 instead of when >= 1.
172
90045413
WD
173 * Fixed a compression (-z) bug when syncing a mostly-matching file
174 that contains already-compressed data. (Yasuoka Masahiko and
175 Wayne Davison)
176
d594399c
WD
177 * Fixed a bug in the --backup code that could cause deleted files
178 to not get backed up.
179
860bdd45
WD
180 * When the backup code makes new directories, create them with mode
181 0700 instead of 0755 (since the directory permissions in the
182 backup tree are not yet copied from the main tree).
183
2c873122
WD
184 * Call setgroups() in a more portable manner.
185
aa6dc37c
WD
186 * Improved file-related error messages to better indicate exactly
187 what pathname failed. (Wayne Davison)
2c873122
WD
188
189 * Fixed some bugs in the handling of --delete and --exclude when
190 using the --relative (-R) option. (Wayne Davison)
4a7ee79d 191
d89a3a31
S
192 * Fixed bug that prevented regular files from replacing
193 special files and caused a directory in --link-dest or
194 --compare-dest to block the creation of a file with the
195 same path. A directory still cannot be replaced by a
196 regular file unless --delete specified. (J.W. Schultz)
197
6a7cc46c 198 * Detect and report when open or opendir succeed but read and
52fa4d78 199 readdir fail caused by network filesystem issues and truncated
6a7cc46c
S
200 files. (David Norwood, Michael Brown, J.W. Schultz)
201
65653a65
WD
202 * Added a fix that should give ssh time to restore the tty settings
203 if the user presses Ctrl-C at an ssh password prompt.
204
89855e78
WD
205 INTERNAL:
206
58665d23 207 * Eliminated vestigial support for old versions that we stopped
89855e78
WD
208 supporting. (J.W. Schultz)
209
58665d23 210 * Simplified some of the option-parsing code. (Wayne Davison)
89855e78 211
52e628a8
WD
212 * Some cleanup made to the exclude code, as well as some new
213 defines added to enhance readability. (Wayne Davison)
214
aa6dc37c
WD
215 * Changed the protocol-version code so that it can interact at a
216 lower protocol level than the maximum supported by both sides.
217 Added an undocumented option, --protocol=N, to force the value
218 we advertise to the other side (primarily for testing purposes).
219 (Wayne Davison)