~mterry/duplicity/gdrive

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: bescoto
  • Date: 2002-10-29 01:49:46 UTC
  • Revision ID: vcs-imports@canonical.com-20021029014946-3m4rmm5plom7pl6q
Initial checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
New in v0.2.1 (2002/10/16)
 
2
--------------------------
 
3
 
 
4
Fixed bug where files without a username (only uid) would be marked as changed every session.  Thanks to Peter Ehrenberg for bug report.
 
5
 
 
6
Now files with negative mtimes are treated as if they have mtime 0.
 
7
This prevents them from being marked as changed unnecessarily.  Thanks
 
8
to Peter Ehrenberg for report.
 
9
 
 
10
 
 
11
New in v0.2.0 (2002/09/29)
 
12
--------------------------
 
13
 
 
14
(Thanks to Peter Ehrenberg for his valuable suggestions on many of the
 
15
below.)
 
16
 
 
17
** IMPORTANT ** New syntax intended to make duplicity more
 
18
user-friendly.  Old duplicity invocation will not work so change your
 
19
scripts and read the man page.
 
20
 
 
21
By default no local archive dir will be read or created.
 
22
$HOME/.duplicity has no special significance.  However, one can be
 
23
specified with --archive-dir for faster operation.
 
24
 
 
25
If PASSPHRASE environment variable not set, ask user for passphrase
 
26
instead of exiting.
 
27
 
 
28
The source directory and hostname are now recorded, and rdiff-backup
 
29
will complain if you try to back up different directories to the same
 
30
location (but --allow-source-mismatch can override).
 
31
 
 
32
Changed some of the logging verbosity levels.  Level 5 now lists files
 
33
being backed up.
 
34
 
 
35
Fixed large file problems.  Files larger than 2GB should be backed up
 
36
correctly.
 
37
 
 
38
Significant additions to the manual page.
 
39
 
 
40
By default, duplicity now chooses whether to make a full or
 
41
incremental backup depending on whether up-to-date signatures can be
 
42
found on the remote side or local archive directory.  Overrideable
 
43
with (-f/--full and -i/--incremental).
 
44
 
 
45
 
 
46
New in v0.1.1 (2002/09/16)
 
47
--------------------------
 
48
 
 
49
Supports asymmetric encryption with GPG public keys using the
 
50
--encrypt-key option.
 
51
 
 
52
Added option --sign-key.  When backing up, files are signed with the
 
53
given key.  When restoring, remote files are required to be signed by
 
54
given key.
 
55
 
 
56
Now duplicity checks the hash data found in the manifest file.  The
 
57
previous version generated SHA1 hashes but did not check them when
 
58
restoring.
 
59
 
 
60
Fixed GnuPG broken pipe error.  In the previous version certain
 
61
partial restores would end with a spurious GnuPG error message.
 
62
 
 
63
 
 
64
New in v0.1.0 (2002/08/26)
 
65
--------------------------
 
66
 
 
67
First real version.