Wayne Davison
6622816eff
Preparing for release of 3.0.6
v3.0.6
2009-05-08 10:07:14 -07:00
Wayne Davison
3f137ce0e2
Fix typo pointed out by Chris Pepper.
2009-05-07 08:04:24 -07:00
Matt McCutchen
d616bff57f
Move the description of include/exclude modifiers to a better place
...
in the man page.
2009-05-05 08:18:36 -07:00
Wayne Davison
40b3a59fc8
Clarify which options are transfer rules, and what that means.
2009-04-27 07:26:04 -07:00
Wayne Davison
4640ae85fe
Change sending/receiving/storing of the rdev value for special files.
...
Since the value is not needed, the (superfluous) sending of the value
is optimized so that a valid rdev value is sent as efficiently as
possible. The receiver no longer caches an rdev value for special
files, and the generator will always pass a 0 rdev value to do_mknod()
for special files. Fixes bug #6280 .
2009-04-26 07:51:50 -07:00
Wayne Davison
24f739c118
Clarify the read-batch fix.
2009-04-13 07:42:20 -07:00
Wayne Davison
996824825f
Preparing for release of 3.0.6pre1
v3.0.6pre1
2009-04-12 15:28:34 -07:00
Wayne Davison
bbef6566cd
Changed the commands used to "make gen" without any stoppage.
2009-04-12 15:19:30 -07:00
Wayne Davison
9be5093726
Don't allow --remove-s*-files with --read-batch.
2009-04-12 13:01:14 -07:00
Wayne Davison
feb8dacc14
Fixed the use of --xattrs with --only-write-batch.
2009-04-12 12:48:59 -07:00
Wayne Davison
ff908116ef
Allow a "make reconfigure" to continue, even if the Makefile changes.
2009-04-10 16:24:49 -07:00
Wayne Davison
ea53d161be
Fixed an ACL/xattr corruption issue where the --backup option could cause
...
rsync to associate the wrong ACL/xattr information with received files.
2009-04-10 16:09:39 -07:00
Wayne Davison
7875e6fe63
Don't try to simplify an ACL that has a mask w/o any named values.
2009-04-09 22:52:26 -07:00
Wayne Davison
8e2771aa6e
Some improvements to the rsync.yo manpage:
...
- Mention the switch from MD4 to MD5.
- Mention the default for the --log-file-format option.
2009-04-07 07:40:30 -07:00
Wayne Davison
386f22cec6
Make sure that config.h.in is up-to-date before allowing the
...
Makefile-updating rule to run ./config.status.
2009-04-04 07:53:14 -07:00
Wayne Davison
272adea36b
Fixed --dry-run with --read-batch:
...
- Avoid sending MSG_NO_SEND to the generator.
- Check if the file is wanted before discarding the batched data.
2009-04-04 07:38:37 -07:00
Wayne Davison
a69b165524
Fixed improper deletion of mount-point hierarchies.
...
Fixes bug #6240 .
2009-03-31 20:26:10 -07:00
Wayne Davison
bf350d7b31
Fixed a word ending that Jesse Weinstein and revamp some of the text
...
to make it clearer.
2009-03-31 14:35:53 -07:00
Wayne Davison
70a9cd5752
Make symlink iconv work for a local copy.
...
Fixes issue mention in bug #5615 .
2009-03-29 13:25:43 -07:00
Matt McCutchen
42560e2e53
Give a meaningful error message when we fail to write to a batch file.
2009-03-13 09:46:39 -07:00
Wayne Davison
d058d0aecd
Simplify an "if" in ssh-basic.test. Fixes bug #6169 ;
2009-03-06 07:08:49 -08:00
Wayne Davison
af00666a40
Mention the fix to --safe-links/--copy-unsafe-links.
2009-03-03 09:00:29 -08:00
Wayne Davison
2517f5440d
Improved the unsafe_symlink() code to not get fooled by extra '/' chars
...
in the symlink's path. Added test cases. This fixes bug #6151 .
2009-03-03 08:57:43 -08:00
Wayne Davison
f2522e3f53
Make the backup code call unsafe_symlink() correctly.
2009-03-03 08:57:39 -08:00
Wayne Davison
8fba76d5c3
Mention vanishing-directory fix.
2009-02-14 08:38:24 -08:00
Wayne Davison
782b96d3e2
Handle a link_stat() failure with errno ENOENT as a vanished file.
2009-02-14 08:37:10 -08:00
Wayne Davison
1f6b697f28
Mention the latest configure fixes.
2009-02-14 08:05:07 -08:00
Wayne Davison
919491948e
Added --disable-iconv-open option for configure to turn off all use
...
of the iconv_open() function. Implies --disable-iconv (which turns
off the --iconv option). Fixes bug #6107 .
2009-02-14 07:57:50 -08:00
Wayne Davison
0ea6f486d9
Moved the --disable-debug check sooner in configure.in so that it
...
happens prior to checking for the compiler. Switched no-debug code
to setting ac_cv_prog_cc_g=no. Fixes bug #6106 .
2009-02-14 07:57:36 -08:00
Wayne Davison
9493048c10
Ensure that the sender turns off any msg_fd_in use earlier.
...
This avoids a problem where an extra message from the sender
could give the generator time to start sending data that will
not be understood by the sender's use of read_msg_fd().
2009-02-04 18:27:07 -08:00
Wayne Davison
4dea1a9492
Do not try to send a symlink with a 0-length value.
...
This avoids a transfer error in the receiver.
2009-02-04 18:16:16 -08:00
Wayne Davison
650bca3770
A few more improvements to the hostspec-parsing code.
2009-01-28 23:18:45 -08:00
Wayne Davison
794f38099a
Fixed the parsing of IPv6 literal addresses with a username
...
prefixed. Fixes bug #6067 .
2009-01-28 15:58:48 -08:00
Wayne Davison
8250d8a1c6
Fixed a hang in the inc_recurse batch-reading code.
2009-01-17 13:54:52 -08:00
Matt McCutchen
1fb6163c51
Handle simultaneous arrival of multiple connections.
2009-01-17 13:46:11 -08:00
Wayne Davison
7f51d0e849
Avoid a server-side problem with -e is at the start of the short options.
...
(Bug #6020 )
2009-01-17 13:44:06 -08:00
Wayne Davison
ece2d0e415
Fixed bug #6011 : use of target in configure.
2009-01-17 13:43:48 -08:00
Wayne Davison
445640e803
Update the copyright year.
2009-01-17 13:41:35 -08:00
Wayne Davison
5ea7c8aae3
Beginning work on a 3.0.6 release.
2009-01-17 13:37:20 -08:00
Wayne Davison
7221063019
Preparing for release of 3.0.5
v3.0.5
2008-12-28 18:02:17 -08:00
Wayne Davison
b64ae8b3b4
Avoid a hang when using at least 3 --verbose options on a transfer with
...
a client sender (which includes local copying).
2008-12-28 17:51:36 -08:00
Wayne Davison
9938bad34a
Allow opendir() in send_directory() to fail with ENOENT.
2008-12-27 11:22:02 -08:00
Wayne Davison
1ff3e90507
Make it clearer which configure files changed.
2008-11-15 15:32:02 -08:00
Wayne Davison
b292021e45
Mention a few NEWS items that hadn't been mentioned yet.
2008-11-15 15:25:30 -08:00
Wayne Davison
13e40ca0c6
Preparing for release of 3.0.5pre2
v3.0.5pre2
2008-11-15 14:55:30 -08:00
Wayne Davison
8e85627fb3
An ftruncate() failure should result in FERROR_XFER.
2008-11-15 14:49:28 -08:00
Wayne Davison
d552250fbb
Tweaked the month guess in OLDNEWS.
2008-11-15 14:38:14 -08:00
Wayne Davison
5436b64557
Change clean_fname() to keep "//" at the start for cygwin.
2008-11-15 14:17:49 -08:00
Wayne Davison
b325dd0326
Change some size_t vars to ints.
2008-11-15 13:29:03 -08:00
Wayne Davison
49818a8378
Make sparse_seek an OFF_T (pointed out by Pedro Valasco).
2008-11-11 18:06:50 -08:00