From d2943df4a4eb71162dfd3939e0c668a83d85ee4e Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 14 Jun 2002 21:46:38 +0000 Subject: Final update for v0.8.0 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@124 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/CHANGELOG | 2 +- rdiff-backup/rdiff_backup/header.py | 2 +- rdiff-backup/src/globals.py | 2 +- rdiff-backup/src/header.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG index 36e32b6..7efe12f 100644 --- a/rdiff-backup/CHANGELOG +++ b/rdiff-backup/CHANGELOG @@ -1,4 +1,4 @@ -New in v0.8.0 (2002/06/06) +New in v0.8.0 (2002/06/14) -------------------------- Added --null-separator argument so filenames can safely include diff --git a/rdiff-backup/rdiff_backup/header.py b/rdiff-backup/rdiff_backup/header.py index 1ffdfdb..f628a73 100644 --- a/rdiff-backup/rdiff_backup/header.py +++ b/rdiff-backup/rdiff_backup/header.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # rdiff-backup -- Mirror files while keeping incremental changes -# Version 0.7.6 released May 31, 2002 +# Version 0.8.0 released June 14, 2002 # Copyright (C) 2001, 2002 Ben Escoto # # This program is licensed under the GNU General Public License (GPL). diff --git a/rdiff-backup/src/globals.py b/rdiff-backup/src/globals.py index 0c10e48..17345d3 100644 --- a/rdiff-backup/src/globals.py +++ b/rdiff-backup/src/globals.py @@ -8,7 +8,7 @@ import re, os class Globals: # The current version of rdiff-backup - version = "0.7.6" + version = "0.8.0" # If this is set, use this value in seconds as the current time # instead of reading it from the clock. diff --git a/rdiff-backup/src/header.py b/rdiff-backup/src/header.py index 1ffdfdb..f628a73 100644 --- a/rdiff-backup/src/header.py +++ b/rdiff-backup/src/header.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # rdiff-backup -- Mirror files while keeping incremental changes -# Version 0.7.6 released May 31, 2002 +# Version 0.8.0 released June 14, 2002 # Copyright (C) 2001, 2002 Ben Escoto # # This program is licensed under the GNU General Public License (GPL). -- cgit v1.2.1