Wayne Davison
c43624c575
Mention the latest changes.
2011-01-01 21:24:36 -08:00
Wayne Davison
f8cd1c4730
A couple more NEWS items.
2010-07-03 09:30:44 -07:00
Wayne Davison
05022e00a2
More NEWS.
2010-07-03 08:56:09 -07:00
Wayne Davison
e36f5c9f6c
Mention latest changes.
2010-07-03 08:49:46 -07:00
Wayne Davison
0874fc4872
Setup for 3.0.8dev.
2010-06-30 09:19:01 -07:00
Wayne Davison
54f00c3f89
Preparing for release of 3.0.7
2009-12-31 13:08:07 -08:00
Wayne Davison
808b1d61c0
Fixed the passing of a '/' modifier for an absolute-path filter rule.
2009-12-30 12:25:33 -08:00
Wayne Davison
ae358c1960
Revert to having the receiver handle timeouts on the receiving side.
...
This will give 3.0.7 the standard timeout handling with just a few
improvements: a fix for the detection of recent sender I/O, the use
of MSG_DATA for really old rsync versions, and better setting of
select_timeout for shorter timeout settings.
2009-12-23 11:36:27 -08:00
Wayne Davison
c11a77894b
Ensure that the generator gets notified about an I/O error for the dir
...
that generated the error. This ensures that a --delete-during avoids
deleting in a newly transferred inc-recurse directory. Requires 3.0.7
or greater on both sides of the transfer.
2009-12-21 14:40:41 -08:00
Wayne Davison
a21264a8b9
Mention the compress fix.
2009-12-21 10:52:54 -08:00
Wayne Davison
96486cc534
Mention latest --timeout fixes.
2009-12-21 10:25:15 -08:00
Wayne Davison
bdc038fce0
Use 0-length MSG_DATA when MSG_NOOP is not available
...
(is both safer and supports older rsyncs).
2009-12-16 13:32:03 -08:00
Wayne Davison
018dc6f998
Mention the newly cherry-picked changes.
2009-12-12 17:26:11 -08:00
Wayne Davison
e0c17aa3b7
Beginning work on a 3.0.7 release.
2009-12-12 17:25:48 -08:00
Wayne Davison
6622816eff
Preparing for release of 3.0.6
2009-05-08 10:07:14 -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
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
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
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
70a9cd5752
Make symlink iconv work for a local copy.
...
Fixes issue mention in bug #5615 .
2009-03-29 13:25:43 -07:00
Wayne Davison
af00666a40
Mention the fix to --safe-links/--copy-unsafe-links.
2009-03-03 09:00:29 -08:00
Wayne Davison
8fba76d5c3
Mention vanishing-directory fix.
2009-02-14 08:38:24 -08:00
Wayne Davison
1f6b697f28
Mention the latest configure fixes.
2009-02-14 08:05:07 -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
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
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
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
b292021e45
Mention a few NEWS items that hadn't been mentioned yet.
2008-11-15 15:25:30 -08:00
Wayne Davison
e401b30403
Mention Matt's -K --delete fix.
2008-11-10 07:48:00 -08:00
Wayne Davison
ccdc2efd67
Mention the fix for --files-from dot/./paths.
2008-11-09 21:48:21 -08:00
Wayne Davison
42130f9cb0
Mention hang fix in the NEWS.
2008-11-09 18:07:30 -08:00
Wayne Davison
7d9e30d383
Mention the getnameinfo() fix in the NEWS.
2008-10-25 09:47:08 -07:00
Wayne Davison
a76ba8b425
Mention the latest NEWS.
2008-10-11 11:40:40 -07:00
Wayne Davison
5df89a1a44
Remove bogus "non-empty" qualifier in '*' discussion.
2008-09-26 21:47:53 -07:00
Wayne Davison
6a9ade2ded
Beginning work on a 3.0.5 release.
2008-09-26 21:07:56 -07:00
Wayne Davison
d596d389fe
Preparing for release of 3.0.4
2008-09-06 09:32:26 -07:00
Wayne Davison
bc2337717e
A few more improvements and a mention of the latest fix.
2008-09-06 08:03:52 -07:00
Wayne Davison
d11a5b80c1
Made human_num() and human_dnum() able to output negative numbers.
2008-09-01 13:25:41 -07:00
Wayne Davison
deea1f70bd
Got rid of the check_for_io_err code, as it could cause a hang.
...
The io_error issue will be fixed in a better way in 3.1.0.
2008-08-31 09:51:29 -07:00
Wayne Davison
f3d87ee972
An improved RERR_PARTIAL message.
2008-08-17 09:25:34 -07:00
Wayne Davison
8c2c008984
Improved a couple NEWS items.
2008-08-05 18:43:51 -07:00
Wayne Davison
fc088e30c8
When using --iconv, if a server-side receiver can't convert a filename,
...
it now outputs the name back to the client without mangling the charset.
2008-08-02 10:25:17 -07:00