Wayne Davison
ae6dea711d
Mention the latest changes in the NEWS.
2011-09-10 13:40:48 -07:00
Wayne Davison
30fb28cc97
Mention the latest fixes.
2011-07-04 16:38:14 -07:00
Wayne Davison
2d07fa6350
Mention latest fix.
2011-06-22 07:58:23 -07:00
Wayne Davison
5782ac04d7
Prepare for 3.0.9pre1 release.
2011-06-18 10:31:30 -07:00
Wayne Davison
1ddcdaf3f6
Preparing for release of 3.0.8
2011-03-26 14:34:18 -07:00
Wayne Davison
93562b1941
Mention CVE-2011-1097.
2011-03-26 14:31:45 -07:00
Wayne Davison
a7271fb30f
Avoid re-setting xattrs on a hard-linked file w/the same xattrs.
...
Improved the xattrs testing to include hard-linking.
2011-03-26 10:01:37 -07:00
Wayne Davison
277036153a
Mention the latest changes.
2011-03-20 19:46:27 -07:00
Wayne Davison
9562cc8925
A few minor NEWS improvements.
2011-02-26 08:10:27 -08:00
Wayne Davison
922895d9a3
Mention even more fixes.
2011-02-22 10:58:33 -08:00
Wayne Davison
8b7f20b6d3
Mention latest changes.
2011-02-21 11:32:51 -08:00
Wayne Davison
a6b3c2b512
Added more missing NEWS items.
2011-02-20 23:51:25 -08:00
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