Re: Freeze exception for rdiff-backup 1.2.0-1

2008-08-21 Thread Marc 'HE' Brockschmidt
Daniel Baumann <[EMAIL PROTECTED]> writes:
> Marc 'HE' Brockschmidt wrote:
>>> It would be very nice to have it in lenny in order to no longer confuse
>>> users wrt/ using different rdiff-backup versions on the server and on
>>> the client (see #426110 for some information about that).
>> There is no information how 1.2.0 would fix this.
> assumed 1.2.0 migrates, people can use rdiff-backup from lenny to backup
> to lenny+1 machines, and vice verse. see #426110 for more information
> about that.

The information provided in #426110 only indicates that rdiff-backup
upstream doesn't care about backwards compatibility, so I guess the
solution should be to package new versions (like an 1.4 branch, with yet
another protocol change) with a new name like rdiff-backup-1.4.

Marc
-- 
BOFH #367:
Webmasters kidnapped by evil cult.


pgpTMhTOPJ8uL.pgp
Description: PGP signature


Re: Freeze exception for rdiff-backup 1.2.0-1

2008-08-04 Thread Daniel Baumann
Marc 'HE' Brockschmidt wrote:
>> It would be very nice to have it in lenny in order to no longer confuse
>> users wrt/ using different rdiff-backup versions on the server and on
>> the client (see #426110 for some information about that).
> 
> There is no information how 1.2.0 would fix this.

assumed 1.2.0 migrates, people can use rdiff-backup from lenny to backup
to lenny+1 machines, and vice verse. see #426110 for more information
about that.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Freeze exception for rdiff-backup 1.2.0-1

2008-08-04 Thread Marc 'HE' Brockschmidt
Daniel Baumann <[EMAIL PROTECTED]> writes:
> rdiff-backup version 1.2.0-1 has, apart from a python cosmetic change,
> nothing new, but it is the first release of the 1.2.x stable series.

Your changelog sucks. Big time. Freeze exception will perhaps be granted
if you are able to expand on this:

+  * Merging upstream version 1.2.0
+(Closes: #345627, #420869, #426110, #443686, #463035, #480785, #481098).

> It would be very nice to have it in lenny in order to no longer confuse
> users wrt/ using different rdiff-backup versions on the server and on
> the client (see #426110 for some information about that).

There is no information how 1.2.0 would fix this.

Marc
-- 
BOFH #429:
Temporal anomaly


pgpTuKX23GvvS.pgp
Description: PGP signature


Freeze exception for rdiff-backup 1.2.0-1

2008-08-03 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

rdiff-backup version 1.2.0-1 has, apart from a python cosmetic change,
nothing new, but it is the first release of the 1.2.x stable series.

The upstream change between 1.1.17 and 1.2.0 can be seen here (there are
no other changes done that in 1.2.0-1, except debian/changelog):
http://git.debian.net/?p=rdiff-backup.git;a=commitdiff;h=114b10340427cfabcadc2b96274463dbd0c72cf2

It would be very nice to have it in lenny in order to no longer confuse
users wrt/ using different rdiff-backup versions on the server and on
the client (see #426110 for some information about that).

However, for everyone's convenince, I also attached the same information
again as debdiff between 1.1.17-1 and 1.2.0-1.

Regards,
Daniel

- --
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkiVtGwACgkQ+C5cwEsrK57hrQCg4C3GrpJynE7OX0unVTzv+dup
mwsAn0NUz91CKdgfIwV4wTsT8Pgzv83l
=UfsN
-END PGP SIGNATURE-
diff --git a/CHANGELOG b/CHANGELOG
index 6b6dcae..feed2a3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+New in v1.2.0 (2008/07/27)
+---
+
+Fall back on the Python make_file_dict function when the filename contains
+non-ASCII characters. (Andrew Ferguson)
+
+Ignore Extended Attributes which have Unicode characters outside the current
+system representation. These will be correctly handled when rdiff-backup
+switches to Python 3, which will have full Unicode support. (Andrew Ferguson)
+
+
 New in v1.1.17 (2008/07/17)
 ---
 
diff --git a/debian/changelog b/debian/changelog
index 8d8bee0..35cd970 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rdiff-backup (1.2.0-1) unstable; urgency=medium
+
+  * Merging upstream version 1.2.0
+(Closes: #345627, #420869, #426110, #443686, #463035, #480785, #481098).
+
+ -- Daniel Baumann <[EMAIL PROTECTED]>  Thu, 31 Jul 2008 22:27:00 +0200
+
 rdiff-backup (1.1.17-1) unstable; urgency=low
 
   * Merging upstream version 1.1.17 (Closes: #491185):
diff --git a/rdiff-backup b/rdiff-backup
index e210450..e28bbee 100644
--- a/rdiff-backup
+++ b/rdiff-backup
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 # rdiff-backup -- Mirror files while keeping incremental changes
-# Version 1.1.17 released July 17, 2008
+# Version 1.2.0 released July 27, 2008
 # Copyright (C) 2001-2005  Ben Escoto <[EMAIL PROTECTED]>
 #
 # This program is licensed under the GNU General Public License (GPL).
diff --git a/rdiff-backup-statistics b/rdiff-backup-statistics
index c476049..fb08a68 100644
--- a/rdiff-backup-statistics
+++ b/rdiff-backup-statistics
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 # rdiff-backup-statistics -- Summarize rdiff-backup statistics files
-# Version 1.1.17 released July 17, 2008
+# Version 1.2.0 released July 27, 2008
 # Copyright 2005 Dean Gaudet, Ben Escoto
 #
 # This file is part of rdiff-backup.
diff --git a/rdiff-backup-statistics.1 b/rdiff-backup-statistics.1
index a3108e7..d421b29 100644
--- a/rdiff-backup-statistics.1
+++ b/rdiff-backup-statistics.1
@@ -1,4 +1,4 @@
-.TH RDIFF-BACKUP 1 "July 2008" "Version 1.1.17" "User Manuals"
+.TH RDIFF-BACKUP 1 "July 2008" "Version 1.2.0" "User Manuals"
 .SH NAME
 rdiff-backup-statistics \- summarize rdiff-backup statistics files
 .SH SYNOPSIS
diff --git a/rdiff-backup.1 b/rdiff-backup.1
index 9c059aa..a968ede 100644
--- a/rdiff-backup.1
+++ b/rdiff-backup.1
@@ -1,4 +1,4 @@
-.TH RDIFF-BACKUP 1 "July 2008" "Version 1.1.17" "User Manuals"
+.TH RDIFF-BACKUP 1 "July 2008" "Version 1.2.0" "User Manuals"
 .SH NAME
 rdiff-backup \- local/remote mirror and incremental backup
 .SH SYNOPSIS
diff --git a/rdiff-backup.spec b/rdiff-backup.spec
index 76a76cc..9d8d2f9 100644
--- a/rdiff-backup.spec
+++ b/rdiff-backup.spec
@@ -2,7 +2,7 @@
 %define PYTHON_VERSION %(%{PYTHON_NAME} -c 'import sys; print sys.version[:3],')
 %define NEXT_PYTHON_VERSION %(%{PYTHON_NAME} -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),')
 
-Version: 1.1.17
+Version: 1.2.0
 Summary: Convenient and transparent local/remote incremental mirror/backup
 Name: rdiff-backup
 Release: 1
diff --git a/rdiff-backup.spec-fedora b/rdiff-backup.spec-fedora
index a1546ef..5c2bf0f 100644
--- a/rdiff-backup.spec-fedora
+++ b/rdiff-backup.spec-fedora
@@ -1,7 +1,7 @@
 %define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],')
 %define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),')
 
-Version: 1.1.17
+Version: 1.2.0
 Summary: Convenient and transparent local/remote incremental mirror/backup
 Name: rdiff-backup
 Release: 0.fdr.1
diff --git a/rdiff_backup/Globals.py b/rdiff_backup/Globals.py
index b6445f0..729ab45 100644
--- a/rdiff_backup/Globals.py
+++ b/rdiff_backup/Globals.py
@@ -23,7 +23,7 @@ import re