Mention more of the latest changes.
[rsync/rsync.git] / NEWS
1 NEWS for rsync 2.6.1 (UNRELEASED)
2 Protocol: 27 (unchanged)
3 Changes since 2.6.0:
4
5   ENHANCEMENTS:
6
7     * Lower memory use and more optimal transfer of data over
8       the socket (see the INTERNAL section for details).
9
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
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)
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
29       the wire.  (Wayne Davison)
30
31     * Fixed a byte-order problem in --batch-mode on big-endian
32       machines.  (Jay Fenlason)
33
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
39   INTERNAL:
40
41     * Most of the I/O is now buffered, which results in a pretty
42       large speedup when running under MS Windows.  (Craig Barratt)
43
44     * Optimizations to the name-handling/comparing code have made
45       some significant reductions in user-CPU time for large file
46       sets.  (Wayne Davison)
47
48     * Some variable-type cleanup that makes the code more consistent.
49       (Wayne Davison)
50
51     * Reduced memory requirements of hard link preservation.
52       (J.W. Schultz)
53
54     * Got rid of support for protocol versions 17 and 18 (which are
55       both over 6 years old).  (Wayne Davison)
56
57     * More optimal data transmission for --hard-links (protocol 28).
58
59     * More optimal data transmission for --checksum (protocol 28).
60
61     * Less memory used for holding --checksum data.
62
63     * Less memory used per-file in the file list.
64
65 \f
66 NEWS for rsync 2.6.0 (1 Jan 2004)
67 Protocol: 27 (changed)
68 Changes since 2.5.7:
69
70   ENHANCEMENTS:
71
72     * "ssh" is now the default remote shell for rsync.  If you want to
73       change this, configure like this:  "./configure --with-rsh=rsh".
74
75     * Added --files-from, --no-relative, --no-implied-dirs, and --from0.
76       Note that --from0 affects the line-ending character for all the
77       files read by the --*-from options. (Wayne Davison)
78
79     * Length of csum2 is now per-file starting with protocol version
80       27. (J.W. Schultz)
81
82     * Per-file dynamic block size is now sqrt(file length).  The
83       per-file checksum size is determined according to an algorithm
84       provided by Donovan Baarda which reduces the probability of rsync
85       algorithm corrupting data and falling back using the whole md4
86       checksums. (J.W. Schultz, Donovan Baarda)
87
88     * The --stats option no longer includes the (debug) malloc summary
89       unless the verbose option was specified at least twice.
90
91     * Added a new error/warning code for when files vanish from the
92       sending side.  Made vanished source files not interfere with the
93       file-deletion pass when --delete-after was specified.
94
95     * Various trailing-info sections are now preceded by a newline.
96
97   BUG FIXES:
98
99     * Fixed several exclude/include matching bugs when using wild-cards.
100       This has a several user-visible effects, all of which make the
101       matching more consistent and intuitive.  This should hopefully not
102       cause anyone problems since it makes the matching work more like
103       what people are expecting. (Wayne Davison)
104
105       - A pattern with a "**" no longer causes a "*" to match slashes.
106         For example, with "/*/foo/**", "foo" must be 2 levels deep.
107         [If your string has BOTH "*" and "**" wildcards, changing the
108         "*" wildcards to "**" will provide the old behavior in all
109         versions.]
110
111       - "**/foo" now matches at the base of the transfer (like /foo
112         does).  [Use "/**/foo" to get the old behavior in all versions.]
113
114       - A non-anchored wildcard term floats to match beyond the base of
115         the transfer.  E.g. "CVS/R*" matches at the end of the path,
116         just like the non-wildcard term "CVS/Root" does. [Use "/CVS/R*"
117         to get the old behavior in all versions.]
118
119       - Including a "**" in the match term causes it to be matched
120         against the entire path, not just the name portion, even if
121         there aren't any interior slashes in the term.  E.g. "foo**bar"
122         would exclude "/path/foo-bar" (just like before) as well as
123         "/foo-path/baz-bar" (unlike before).  [Use "foo*bar" to get the
124         old behavior in all versions.]
125
126     * The exclude list specified in the daemon's config file is now
127       properly applied to the pulled items no matter how deep the
128       user's file-args are in the source tree.  (Wayne Davison)
129
130     * For protocol version >= 27, mdfour_tail() is called when the
131       block size (including checksum_seed) is a multiple of 64.
132       Previously it was not called, giving the wrong MD4 checksum.
133       (Craig Barratt)
134
135     * For protocol version >= 27, a 64 bit bit counter is used in
136       mdfour.c as required by the RFC.  Previously only a 32 bit bit
137       counter was used, causing incorrect MD4 file checksums for
138       file sizes >= 512MB - 4.  (Craig Barratt)
139
140     * Fixed a crash bug when interacting with older rsync versions and
141       multiple files of the same name are destined for the same dir.
142       (Wayne Davison)
143
144     * Keep tmp names from overflowing MAXPATHLEN.
145
146     * Make --link-dest honor the absence of -p, -o, and -g.
147
148     * Made rsync treat a trailing slash in the destination in a more
149       consistent manner.
150
151     * Fixed file I/O error detection.  (John Van Essen)
152
153     * Fixed bogus "malformed address {hostname}" message in rsyncd log
154       when checking IP address against hostnames from "hosts allow"
155       and "hosts deny" parameters in config file.
156
157     * Print heap statistics when verbose >= 2 instead of when >= 1.
158
159     * Fixed a compression (-z) bug when syncing a mostly-matching file
160       that contains already-compressed data.  (Yasuoka Masahiko and
161       Wayne Davison)
162
163     * Fixed a bug in the --backup code that could cause deleted files
164       to not get backed up.
165
166     * When the backup code makes new directories, create them with mode
167       0700 instead of 0755 (since the directory permissions in the
168       backup tree are not yet copied from the main tree).
169
170     * Call setgroups() in a more portable manner.
171
172     * Improved file-related error messages to better indicate exactly
173       what pathname failed. (Wayne Davison)
174
175     * Fixed some bugs in the handling of --delete and --exclude when
176       using the --relative (-R) option. (Wayne Davison)
177
178     * Fixed bug that prevented regular files from replacing
179       special files and caused a directory in --link-dest or
180       --compare-dest to block the creation of a file with the
181       same path.  A directory still cannot be replaced by a
182       regular file unless --delete specified.  (J.W. Schultz)
183
184     * Detect and report when open or opendir succeed but read and
185       readdir fail caused by network filesystem issues and truncated
186       files.  (David Norwood, Michael Brown, J.W. Schultz)
187
188     * Added a fix that should give ssh time to restore the tty settings
189       if the user presses Ctrl-C at an ssh password prompt.
190
191   INTERNAL:
192
193     * Eliminated vestigial support for old versions that we stopped
194       supporting. (J.W. Schultz)
195
196     * Simplified some of the option-parsing code. (Wayne Davison)
197
198     * Some cleanup made to the exclude code, as well as some new
199       defines added to enhance readability. (Wayne Davison)
200
201     * Changed the protocol-version code so that it can interact at a
202       lower protocol level than the maximum supported by both sides.
203       Added an undocumented option, --protocol=N, to force the value
204       we advertise to the other side (primarily for testing purposes).
205       (Wayne Davison)