[SCM] rsync branch, b3.0.x, updated. v3.0.4pre1-10-ged12c8e

2008-08-02 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, b3.0.x has been updated
   via  ed12c8eb219a6fc36c936dda87454aa8c2bb95b6 (commit)
  from  91dd3d0d4884d9ee5650d4f2846fdb4955bf49ff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit ed12c8eb219a6fc36c936dda87454aa8c2bb95b6
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Aug 2 07:04:54 2008 -0700

Skip new symlink conversion step if the remote rsync is not
new enough to do symlink content conversions.

---

Summary of changes:
 compat.c  |   11 +++
 flist.c   |7 ---
 options.c |   13 +
 3 files changed, 28 insertions(+), 3 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.3-62-g91fd15b

2008-08-02 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  91fd15b8b654a3be886069510d85064d59ca5dc7 (commit)
  from  6e5b682273436decb233e1ce83a923364c7eb25d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 91fd15b8b654a3be886069510d85064d59ca5dc7
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Aug 2 07:06:15 2008 -0700

Skip new symlink conversion step if the remote rsync is not
new enough to do symlink content conversions.

---

Summary of changes:
 compat.c  |   11 +++
 flist.c   |7 ---
 options.c |3 +++
 3 files changed, 18 insertions(+), 3 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, b3.0.x, updated. v3.0.4pre1-13-gfc088e3

2008-08-02 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, b3.0.x has been updated
   via  fc088e30c8bb1dc9295ebe310176d0f2e38a49d9 (commit)
   via  aef51b4c6879b841cd2da2ac13efc58e940fddd5 (commit)
   via  7790ee3684c6b17a400ab8f1779092892dfde8c5 (commit)
  from  ed12c8eb219a6fc36c936dda87454aa8c2bb95b6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit fc088e30c8bb1dc9295ebe310176d0f2e38a49d9
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Aug 2 10:25:17 2008 -0700

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.

commit aef51b4c6879b841cd2da2ac13efc58e940fddd5
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Aug 2 10:18:10 2008 -0700

Refer to the symlink's contents as symlink data, not symlink name.

commit 7790ee3684c6b17a400ab8f1779092892dfde8c5
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Aug 2 09:03:49 2008 -0700

Added logic to the receiving side to ensure that the --delete-during
code will not delete in a directory prior to receiving an I/O error
for that directory (or not receiving it, as the case may be).

---

Summary of changes:
 NEWS|6 ++
 flist.c |   10 +-
 generator.c |5 +
 io.c|9 +
 log.c   |6 +-
 main.c  |5 +
 rsync.c |   15 ++-
 rsync.h |2 ++
 8 files changed, 51 insertions(+), 7 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.3-65-g7c7462c

2008-08-02 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  7c7462cd3079c27062569dce90f6ae3fa79040b3 (commit)
   via  e34ad4e925293ff222bb4fe47b010153fa9f30ab (commit)
   via  f303b749f2843433c9acd8218a4b9096d0d1bb8d (commit)
  from  91fd15b8b654a3be886069510d85064d59ca5dc7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 7c7462cd3079c27062569dce90f6ae3fa79040b3
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Aug 2 10:26:17 2008 -0700

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.

commit e34ad4e925293ff222bb4fe47b010153fa9f30ab
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Aug 2 10:20:51 2008 -0700

Refer to the symlink's contents as symlink data, not symlink name.

commit f303b749f2843433c9acd8218a4b9096d0d1bb8d
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Aug 2 09:14:36 2008 -0700

Added logic to the receiving side to ensure that the --delete-during
code will not delete in a directory prior to receiving an I/O error
for that directory (or not receiving it, as the case may be).

---

Summary of changes:
 flist.c |   10 +-
 generator.c |5 +
 io.c|9 +
 log.c   |6 +-
 main.c  |5 +
 rsync.c |   15 ++-
 rsync.h |2 ++
 7 files changed, 45 insertions(+), 7 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, b3.0.x, updated. v3.0.4pre1-14-g4a95d61

2008-08-02 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, b3.0.x has been updated
   via  4a95d612510af185b05a992628b78f31d5c39786 (commit)
  from  fc088e30c8bb1dc9295ebe310176d0f2e38a49d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 4a95d612510af185b05a992628b78f31d5c39786
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Aug 2 13:45:15 2008 -0700

Tweaked the symlink iconv buffer size and fixed a comment.

---

Summary of changes:
 flist.c |8 
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


CVS update: rsyncweb

2008-08-02 Thread rsync-cvs

Date:   Sat Aug  2 22:01:25 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv7985

Modified Files:
index.html 
Log Message:
Announce 3.0.4pre2.

Revisions:
index.html  1.105 = 1.106

http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.105r2=1.106
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patches, updated. ae306a2933c7617493d80f46d891911634ec43d0

2008-08-02 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patches has been updated
   via  ae306a2933c7617493d80f46d891911634ec43d0 (commit)
  from  36e715fdf295b975105dce63581d9cf9f154f34f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit ae306a2933c7617493d80f46d891911634ec43d0
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Aug 2 14:46:07 2008 -0700

The patches for 3.0.4pre2.

---

Summary of changes:
 acls.diff  |2 +-
 atimes.diff|   48 +-
 backup-dir-dels.diff   |   10 +++---
 catch_crash_signals.diff   |8 ++--
 checksum-reading.diff  |   46 +-
 checksum-updating.diff |   62 +-
 checksum-xattr.diff|4 +-
 copy-devices.diff  |   12 +++---
 crtimes.diff   |   52 ++--
 date-only.diff |4 +-
 db.diff|   12 +++---
 detect-renamed-lax.diff|8 ++--
 detect-renamed.diff|   62 +-
 downdate.diff  |6 ++--
 dparam.diff|   15 +---
 drop-cache.diff|2 +-
 fileflags.diff |   72 
 fsync.diff |2 +-
 ignore-case.diff   |8 ++--
 link-by-hash.diff  |   16 
 log-checksum.diff  |   36 ++--
 munge-links.diff   |   12 +--
 nameconverter.diff |2 +-
 omit-dir-changes.diff  |8 ++--
 openssl-support.diff   |4 +-
 osx-xattr-nodev.diff   |2 +-
 preallocate.diff   |   12 +++---
 remote-option.diff |   19 ---
 slow-down.diff |6 ++--
 slp.diff   |8 ++--
 source-backup.diff |2 +-
 source-filter_dest-filter.diff |8 ++--
 sparse-block.diff  |2 +-
 time-limit.diff|6 ++--
 transliterate.diff |   16 
 usermap.diff   |   32 ++---
 xattrs.diff|2 +-
 37 files changed, 304 insertions(+), 324 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, b3.0.x, updated. v3.0.4pre1-15-g719a29e

2008-08-02 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, b3.0.x has been updated
   via  719a29e1cf01aa88b7deba4d539c23ddfd4ee86f (commit)
  from  4a95d612510af185b05a992628b78f31d5c39786 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 719a29e1cf01aa88b7deba4d539c23ddfd4ee86f
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Aug 2 14:06:31 2008 -0700

Preparing for release of 3.0.4pre2

---

Summary of changes:
 configure.in |2 +-
 packaging/lsb/rsync.spec |8 
 rsync.yo |4 ++--
 rsyncd.conf.yo   |4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync annotated tag, v3.0.4pre2, created. v3.0.4pre2

2008-08-02 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The annotated tag, v3.0.4pre2 has been created
at  e2e9663525bd697671e46cfb29c4bf0aa74e7a8c (tag)
   tagging  719a29e1cf01aa88b7deba4d539c23ddfd4ee86f (commit)
  replaces  v3.0.4pre1
 tagged by  Wayne Davison
on  Sat Aug 2 14:11:17 2008 -0700

- Log -
Version 3.0.4pre2.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBIlM3zbIWfsUuWqMURAtt8AJ9kNl3S7YjwzAv3pS/aSHxPs/U6DwCg6N+N
4Xy4UPM5BUkwjAaYdmfHYL8=
=9QYw
-END PGP SIGNATURE-

Wayne Davison (15):
  Back-porting some manpage improvements.
  Mention some mount options that can interfere with --link-dest.
  Make hard-linking work when a device has an st_dev of 0.
  Mention a missing sender-side hash improvment that went out in 3.0.0.
  Output an FERROR* for a general io_error, and an FWARNING for other
  Properly handle a failure to create a partial directory, which is
  Fixed a couple minor problems in util.c:
  Fixed a problem with checking for the '.' dir in the first file
  The --iconv option now converts the content of a symlink too.
  Skip new symlink conversion step if the remote rsync is not
  Added logic to the receiving side to ensure that the --delete-during
  Refer to the symlink's contents as symlink data, not symlink name.
  When using --iconv, if a server-side receiver can't convert a filename,
  Tweaked the symlink iconv buffer size and fixed a comment.
  Preparing for release of 3.0.4pre2

---


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs