[SCM] The rsync repository. - annotated tag v3.0.9pre1 created

2011-06-26 Thread Rsync CVS commit messages
The annotated tag, v3.0.9pre1 has been created
at  75b5194213a9f047278a3adc8d785530a9f53b13 (tag)
   tagging  93bdc6478e8d8a392b318f3986f9799ac3203d0e (commit)
  replaces  v3.0.8
 tagged by  Wayne Davison
on  Wed Jun 22 08:38:49 2011 -0700

- Log -
Version 3.0.9pre1.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk4CDIkACgkQbIWfsUuWqMUdYQCgrN8lYLRXmjnvJIBO/nS6hEyX
3C0AnR0cJNhr1GYHBsEcQir/XwhBvd4F
=x6bE
-END PGP SIGNATURE-

Wayne Davison (11):
  Fix a potential crash when trying to find a better block match.
  Avoid adding a slash to path '/'.
  Expand NO_ENTRY items from fake-super ACLs in get_rsync_acl().
  Fix unwritable directory issue due to misordered chmod call.
  Linux needs symlink xattrs.  Fixes bug 8201.
  Don't force \(em in the manpages.  Fixes bug 7941.
  Mention coming Solaris support.
  Prepare for 3.0.9pre1 release.
  Make daemon-exclude errors more error-like.
  Mention latest fix.
  Preparing for release of 3.0.9pre1

---


-- 
The rsync repository.
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] The rsync repository. - branch b3.0.x updated

2011-06-26 Thread Rsync CVS commit messages
The branch, b3.0.x has been updated
   via  121082f Fix #ifdef in unchanged_attrs(). Fixes bug 8268.
  from  c6bed2d Explicitly mention spaces in the path setting.

;a=shortlog;h=b3.0.x


- Log -
commit 121082fa9b375666e06a8fc6e476aaecb307079f
Author: Wayne Davison way...@samba.org
Date:   Sun Jun 26 09:52:40 2011 -0700

Fix #ifdef in unchanged_attrs(). Fixes bug 8268.

---

Summary of changes:
 generator.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/generator.c b/generator.c
index d7e1ba8..089672e 100644
--- a/generator.c
+++ b/generator.c
@@ -630,7 +630,7 @@ int unchanged_attrs(const char *fname, struct file_struct 
*file, stat_x *sxp)
if (perms_differ(file, sxp))
return 0;
 #endif
-#ifndef CAN_CHOWN_SYMLINK
+#ifdef CAN_CHOWN_SYMLINK
if (ownership_differs(file, sxp))
return 0;
 #endif


-- 
The rsync repository.
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] The rsync repository. - branch master updated

2011-06-26 Thread Rsync CVS commit messages
The branch, master has been updated
   via  01580c7 Fix #ifdef in unchanged_attrs(). Fixes bug 8268.
  from  a59a7b2 Fix reading side of fake-symlink bug 7109.

;a=shortlog;h=master


- Log -
commit 01580c794a40bb89c40ba03c2d73d640a28bd292
Author: Wayne Davison way...@samba.org
Date:   Sun Jun 26 09:52:40 2011 -0700

Fix #ifdef in unchanged_attrs(). Fixes bug 8268.

---

Summary of changes:
 generator.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/generator.c b/generator.c
index 8491300..e24f20f 100644
--- a/generator.c
+++ b/generator.c
@@ -443,7 +443,7 @@ int unchanged_attrs(const char *fname, struct file_struct 
*file, stat_x *sxp)
if (perms_differ(file, sxp))
return 0;
 #endif
-#ifndef CAN_CHOWN_SYMLINK
+#ifdef CAN_CHOWN_SYMLINK
if (ownership_differs(file, sxp))
return 0;
 #endif


-- 
The rsync repository.
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs