similar to: Rsync 3.0.9pre2 released

Displaying 20 results from an estimated 10000 matches similar to: "Rsync 3.0.9pre2 released"

2011 Jun 22
1
Rsync 3.0.9pre1 released
Rsync version 3.0.9pre1 is now available for release testing. This is a bug-fix release. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a full summary of the changes since 3.0.8, visit this link: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.9pre1-NEWS You can download the source tar file and its signature
2011 Jun 22
1
Rsync 3.0.9pre1 released
Rsync version 3.0.9pre1 is now available for release testing. This is a bug-fix release. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a full summary of the changes since 3.0.8, visit this link: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.9pre1-NEWS You can download the source tar file and its signature
2009 Dec 22
4
Rsync 3.0.7pre1 released
Rsync version 3.0.7pre1 is now available for release testing. This is a bug-fix release. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a full summary of the changes since 3.0.6, visit this link: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1-NEWS You can download the source tar file and its signature
2009 Dec 22
4
Rsync 3.0.7pre1 released
Rsync version 3.0.7pre1 is now available for release testing. This is a bug-fix release. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a full summary of the changes since 3.0.6, visit this link: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1-NEWS You can download the source tar file and its signature
2011 Jun 25
1
[Bug 8268] New: Wrong unchanged_attrs test for symlink ownership
https://bugzilla.samba.org/show_bug.cgi?id=8268 Summary: Wrong unchanged_attrs test for symlink ownership Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: matt at
2008 May 08
1
Patch to not modify files in place unless "--inplace" option specified
Skipped content of type multipart/alternative-------------- next part -------------- diff -urN rsync-3.0.2-orig/generator.c rsync-3.0.2/generator.c --- rsync-3.0.2-orig/generator.c 2008-03-28 10:30:11.000000000 -0700 +++ rsync-3.0.2/generator.c 2008-05-07 15:35:08.317364774 -0700 @@ -1508,6 +1508,7 @@ if (preserve_links && S_ISLNK(file->mode)) { #ifdef SUPPORT_LINKS + int iflags =
2008 Aug 02
0
Rsync 3.0.4pre2 released
Rsync version 3.0.4pre2 is now available for release testing. This is a bug-fix release with the only "enhancement" being the adding of a way to interact with an overly-restrictive server that refuses rsync's behind-the-scenes use of the -e option. I hope this will be the final pre-release prior to 3.0.4, so please do test this and send email to the rsync mailing list with any
2008 Aug 02
0
Rsync 3.0.4pre2 released
Rsync version 3.0.4pre2 is now available for release testing. This is a bug-fix release with the only "enhancement" being the adding of a way to interact with an overly-restrictive server that refuses rsync's behind-the-scenes use of the -e option. I hope this will be the final pre-release prior to 3.0.4, so please do test this and send email to the rsync mailing list with any
2018 Jan 15
4
Rsync 3.1.3pre1 released
I have made rsync 3.1.3pre1 available for testing. This release has a couple security fixes, a few new features, and a smattering of bug fixes. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a summary of the changes since 3.1.2, visit this link: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.1.3pre1-NEWS You
2018 Jan 15
4
Rsync 3.1.3pre1 released
I have made rsync 3.1.3pre1 available for testing. This release has a couple security fixes, a few new features, and a smattering of bug fixes. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a summary of the changes since 3.1.2, visit this link: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.1.3pre1-NEWS You
2008 Feb 16
1
Rsync itemizing "p" even when -p, -E are off
I noticed that rsync itemizes "p" whenever it copies a new file and finds an alternate basis file whose permissions differ from those to be applied to the destination file, even when --perms and --executability are both off. To see this, run the following in an empty directory: mkdir src dest basis touch src/file basis/file chmod 600 src/file chmod 644 basis/file rsync -r -ii
2023 May 17
1
[PATCH] Add --omit-{device,special}-times options
Similar to --omit-{dir,link}-times: --omit-device-times omit device files from --times --omit-special-times omit sockets and fifos from --times Also, fix corner case that allows --omit-dir-times to be ignored. See unchanged_attrs() and recv_generator()'s call to try_dests_non(). Marc. diff -aNpRruz -X /etc/diff.excludes rsync-3.2.7/generator.c devel-3.2.7/generator.c ---
2010 Aug 15
1
DO NOT REPLY [Bug 7622] New: Factor out common logic from itemize and unchanged_attrs functions
https://bugzilla.samba.org/show_bug.cgi?id=7622 Summary: Factor out common logic from itemize and unchanged_attrs functions Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org
2019 Mar 07
1
[PATCH] Bug fix for file comparison
Hi, below you find a patch fixing a bug in the file comparison code: The current code skips the unchanged_file() check when that check succeeded for an earlier candidate, which could lead to accepting a file with a different checksum as unchanged, for example. Please be aware that the patch is untested. Florian diff --git a/generator.c b/generator.c index a112da6..2df1b28 100644 ---
2013 Jul 28
1
Rsync 3.1.0pre1 released
I have just made rsync 3.1.0pre1 available for downloading (finally!). This is a feature release that has a lot of improvements, performance enhancements, and bug fixes. I hope you enjoy it. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. I've been using 3.1.0dev at work for quite a while now, so hopefully everyone will
2013 Jul 28
1
Rsync 3.1.0pre1 released
I have just made rsync 3.1.0pre1 available for downloading (finally!). This is a feature release that has a lot of improvements, performance enhancements, and bug fixes. I hope you enjoy it. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. I've been using 3.1.0dev at work for quite a while now, so hopefully everyone will
2008 Jul 25
1
Rsync 3.0.4pre1 released
Rsync version 3.0.4pre1 is now available for release testing. This is a bug-fix release with the only enhancement being the adding of a way to interact with an overly-restrictive server that refuses rsync's behind-the-scenes use of the -e option. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a full summary of the
2008 Jul 25
1
Rsync 3.0.4pre1 released
Rsync version 3.0.4pre1 is now available for release testing. This is a bug-fix release with the only enhancement being the adding of a way to interact with an overly-restrictive server that refuses rsync's behind-the-scenes use of the -e option. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a full summary of the
2020 Jun 17
2
Rsync 3.2.0pre3 released
I have made rsync 3.2.0pre3 available for testing. This is mainly some improvements in configuration and portability fixes. Let's see if this one will end up being the last "pre" version before 3.2.0. Please give it a try! Send feedback via email to the rsync mailing list. Bugs can be created via bugzilla tickets, github issues, or discussed on the mailing list. The changes since
2008 Nov 15
1
Rsync 3.0.5pre2 released
Rsync version 3.0.5pre2 is now available for release testing. This is a bug-fix release. I hope this is the final pre-release for 3.0.5, so please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. The changes since 3.0.5pre1: - Fixed the use of a dot-dir path (e.g. foo/./bar) inside a --files-from file when the root of the transfer