Wayne Davison
a64840a29d
Don't mention bug fixes that are queued up for 3.0.8.
2010-07-03 08:57:28 -07:00
Wayne Davison
1c9eafdda0
Mention more changes.
2010-06-26 10:59:30 -07:00
Wayne Davison
d8c55a6e04
Mention more output changes.
2010-06-26 10:01:24 -07:00
Wayne Davison
2b2a473831
Add understanding of RSYNC_PROTECT_ARGS environment var.
2009-12-30 12:29:47 -08:00
Wayne Davison
de6ab501b6
Pass the 'f' compatibility flag to the server (via -e)
...
so that 3.0.7 knows we support the safer flist-xfer method.
2009-12-21 14:37:47 -08:00
Wayne Davison
8346c62a95
Mention the error improvements.
2009-11-07 09:46:01 -08:00
Wayne Davison
281a141ea7
Updated NEWS with some of the recent changes.
2009-10-25 13:51:09 -07:00
Wayne Davison
c55fb5e1d6
Create non-transferred files in a more atomic manner:
...
If a symlink, device, special-file, or hard-linked file is replacing
an existing non-directory, the new file is created using a temporary
filename and then renamed into place. Also changed the handling of
a cluster of hard-linked symlinks/devices/special-files to always
ensure the first item in the cluster is correct, since it doesn't
really save any significant work to try to find an existing correct
item later in the cluster to link with.
2009-08-29 16:18:57 -07:00
Wayne Davison
181c9faf92
Mention some recent changes.
2009-05-23 11:45:17 -07:00
Wayne Davison
ce66f41791
Added the --delete-missing-args option to delete specified
...
files on the receiver that don't exist on the sender.
2009-02-28 09:25:26 -08:00
Wayne Davison
8d10cbfcb1
Made --progress use ir-chk instead of to-chk when the incremental
...
recursion scan is still active. Mention the output change more
prominently in the NEWS file. Updated the --progress output in
the manpage, with mention of the new "ir-chk" string's meaning.
2009-02-28 08:07:01 -08:00
Wayne Davison
7f367bb1b4
Added a way for supplementary groups to be specified in the rsyncd.conf
...
file. Also made explicitly-set uid/gid values no longer ignored by a
daemon that was not run by a super-user.
2009-02-19 23:08:48 -08:00
Wayne Davison
df7ec1cf42
Adding a way for log-format numbers to become more human readable.
2009-02-18 07:26:48 -08:00
Matt McCutchen
11ef77b76a
Added the "reverse lookup" daemon-config parameter.
2009-01-15 00:22:36 -08:00
Wayne Davison
09ca0d15d3
Added init_stat_x() to avoid duplication of acl/xattr init code.
2009-01-03 08:53:59 -08:00
Wayne Davison
8b7a752024
Mention the mapfrom/mapto scripts and how they work.
2008-11-15 18:32:21 -08:00
Wayne Davison
2df20057e3
Adding the --usermap/--groupmap/--chown options.
2008-11-15 18:13:00 -08:00
Wayne Davison
e366e5303f
Enhanced the --stats output:
...
- Mention how many files were created (protocol >= 29).
- Mention how many files were deleted (new in protocol 31).
- Follow the file-count, created-count, and deleted-count
with a break-out list of each count by type.
2008-09-26 22:14:01 -07:00
Wayne Davison
794d033981
A couple instant-rsyncd improvements:
...
- Prompt the user for the parameters when missing.
- Allow the creation of a module without a user+password.
2008-09-11 08:50:14 -07:00
Wayne Davison
8b3e60523a
Improved the fix that ensures that the generator gets notified about an
...
I/O error for the incremental directory that generated the error. The
PROTOCOL_VERSION was bumped to 31 to implement this.
2008-08-31 09:43:39 -07:00
Wayne Davison
56fc9f70d3
Enhanced the release scripts to be able to handle a branch release.
2008-07-23 23:40:06 -07:00
Wayne Davison
ced4fd8993
Fixed a bug in match_hard_links() where an empty directory would try
...
to allocate 0 bytes of memory (which can fail on some OSes).
2008-07-20 20:34:06 -07:00
Wayne Davison
886df221c1
Added a '%C' (MD5 checksum) flag for the output/logfile formatting.
2008-07-19 22:50:28 -07:00
Wayne Davison
951e826b75
Added the --info=FLAGS an --debug=FLAGS options, which allows
...
fine-grained output control (in addition to the coarse -v).
2008-07-13 20:51:08 -07:00
Wayne Davison
2970362338
If the user specifies --protocol=29, rsync will avoid sending an -e
...
option to the server (which is only useful for protocols 30 and above
anyway). This gives the user an easy way to talk to a restricted
server that has overly restrictive option-checking.
2008-07-11 09:48:33 -07:00
Wayne Davison
7a2eca415b
Added the --remote-option=OPT (-M OPT) option.
2008-07-05 08:31:16 -07:00
Wayne Davison
bb4e4d889f
The --progress output now leaves the cursor at the end of the line
...
(instead of the start) in order to be extra sure that an error won't
overwrite it. We also ensure that the progress option can't be enabled
on the server side.
2008-07-05 00:31:46 -07:00
Wayne Davison
93f3fbf73e
Prepare repository for more development.
2008-07-04 23:45:57 -07:00
Wayne Davison
db8f3f7350
Preparing for release of 3.0.3
2008-06-29 20:15:37 -07:00
Wayne Davison
85fd80ce10
Mention the addition of the deny-rsync script, and tweak some comments.
2008-06-28 10:12:57 -07:00
Wayne Davison
8bd77e7098
Fixed the sending of large files with older rsync versions by
...
handling the old block-size limit for protocols < 29.
2008-06-23 09:17:55 -07:00
Wayne Davison
20bb1eb7ae
Mention more fixes in the NEWS.
2008-06-22 18:45:07 -07:00
Wayne Davison
d1f66d8d79
If an arg is excluded, don't include its implied dirs.
2008-05-31 11:29:24 -07:00
Wayne Davison
cc911409d6
Make sure the generator doesn't try to send a negative checksum count to
...
the sender (which would cause it to die with a cryptic error). Instead,
warn the user when the file's size is too large for checksum processing.
2008-05-31 10:13:28 -07:00
Wayne Davison
9ec8583ef5
Mention the latest fixes in the NEWS.
2008-05-17 09:45:13 -07:00
Wayne Davison
6b19df680a
Mention all the latest changes in the NEWS.
2008-04-28 21:29:30 -07:00
Wayne Davison
1502f4f58f
Updated the README and the NEWS file.
2008-04-15 08:12:56 -07:00
Wayne Davison
da9aefa6b4
Prepare repository for more development.
2008-04-11 21:55:43 -07:00
Wayne Davison
8ba802f3b4
Preparing for release of 3.0.2
2008-04-08 08:16:05 -07:00
Wayne Davison
0917f581bc
Roll over the NEWS files for the next release.
2008-04-08 08:03:20 -07:00
Wayne Davison
325c243210
Preparing for release of 3.0.1
2008-04-03 22:37:01 -07:00
Wayne Davison
a165be754b
Mention two more NEWS items.
2008-03-26 17:04:29 -07:00
Wayne Davison
1df02d13d3
Don't send daemon-config filter-action messages back to the user.
2008-03-24 10:14:59 -07:00
Wayne Davison
73cb6738b3
Improved --dirs/--no-dirs/--list-only option handling:
...
- Moved setting of list_only and xfer_dirs from main.c to options.c.
- Fixed the ability of the user to force --no-dirs.
- Added the --old-dirs/--old-d option to make it easier to interact
in list-only mode with an older rsync.
- Suggest the use of --old-d instead of "-r --exclude='/*/*'".
2008-03-24 09:54:04 -07:00
Wayne Davison
ba8672dfab
Added a couple more NEWS items.
2008-03-23 10:06:53 -07:00
Wayne Davison
469ff84e29
More NEWS updates and improvements.
2008-03-22 22:33:04 -07:00
Wayne Davison
fc05137846
Mention the most recent changes in the NEWS.
2008-03-21 17:50:01 -07:00
Matt McCutchen
d7b6774d82
More typo fixes.
2008-03-17 15:32:07 -04:00
Wayne Davison
1ba6468f1b
Mention all the latest changes in the NEWS file.
2008-03-16 22:43:35 -07:00
Wayne Davison
3cbe640d3c
Tweak the files to start work on the next release.
...
The work-in-progress version is 3.0.1dev.
2008-03-01 20:35:18 -08:00