Commit 96364fec authored by ben's avatar ben

Final update for v0.8.0


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@124 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent eee03ae4
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
......
#!/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 <bescoto@stanford.edu>
#
# This program is licensed under the GNU General Public License (GPL).
......
......@@ -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.
......
#!/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 <bescoto@stanford.edu>
#
# This program is licensed under the GNU General Public License (GPL).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment