~mterry/duplicity/u1-402

« back to all changes in this revision

Viewing changes to Changelog.GNU

  • Committer: Kenneth Loafman
  • Date: 2011-11-24 15:05:05 UTC
  • Revision ID: kenneth@loafman.com-20111124150505-8lkv1ynpi8qq3f36
Some doc changes including new requirements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2011-11-23  Kenneth Loafman  <kenneth@loafman.com>
 
2
 
 
3
        Don't assume dir location for Python.
 
4
 
 
5
2011-11-23  Kenneth Loafman  <kenneth@loafman.com>
 
6
 
 
7
        Added --rsync-options flag to allow user to pass options to rsync at will.
 
8
 
 
9
2011-11-15  Eliot Moss  <moss@cs.umass.edu>
 
10
 
 
11
        Adds --rsync-options to command line
 
12
        Allows uer to pass additional options to the rsync backend
 
13
        Commit include paragraph in man page, new global variable,
 
14
        and the small changes needed to the backend itself
 
15
 
 
16
2011-11-23  Kenneth Loafman  <kenneth@loafman.com>
 
17
 
 
18
        878964: Resuming a backup with a different password should throw an error
 
19
 
 
20
2011-11-23  Launchpad Translations on behalf of duplicity-team
 
21
 
 
22
        Launchpad automatic translations update.
 
23
 
 
24
2011-11-22  Launchpad Translations on behalf of duplicity-team
 
25
 
 
26
        Launchpad automatic translations update.
 
27
 
 
28
2011-11-19  Launchpad Translations on behalf of duplicity-team
 
29
 
 
30
        Launchpad automatic translations update.
 
31
 
 
32
2011-11-08  Launchpad Translations on behalf of duplicity-team
 
33
 
 
34
        Launchpad automatic translations update.
 
35
 
 
36
2011-10-30  Launchpad Translations on behalf of duplicity-team
 
37
 
 
38
        Launchpad automatic translations update.
 
39
 
 
40
2011-10-22  Launchpad Translations on behalf of duplicity-team
 
41
 
 
42
        Launchpad automatic translations update.
 
43
 
 
44
2011-10-17  Launchpad Translations on behalf of duplicity-team
 
45
 
 
46
        Launchpad automatic translations update.
 
47
 
 
48
2011-10-16  Launchpad Translations on behalf of duplicity-team
 
49
 
 
50
        Launchpad automatic translations update.
 
51
 
 
52
2011-10-20  Michael Terry  <michael.terry@canonical.com>
 
53
 
 
54
        check that we have the right passphrase when restarting a backup
 
55
 
 
56
2011-11-22  Kenneth Loafman  <kenneth@loafman.com>
 
57
 
 
58
        411145  Misleading error message: "Invalid SSH password"
 
59
 
 
60
2011-11-21  Kenneth Loafman  <kenneth@loafman.com>
 
61
 
 
62
        Split botobackend.py into two parts, _boto_single.py which is the older single-processing version and _boto_multi.py which is the newer multi-processing version.  The default is single processing and can be overridden with --s3-use-multiprocessing.
 
63
 
 
64
2011-11-20  Kenneth Loafman  <kenneth@loafman.com>
 
65
 
 
66
        The function add_filename was rejecting anything non-encrypted as a legit file.  This fixes that problem and the bug.
 
67
 
 
68
2011-11-20  Kenneth Loafman  <kenneth@loafman.com>
 
69
 
 
70
        Fix to allow debugging from pydev.  The check for --pydevd must be done after command line is parsed.
 
71
 
 
72
2011-11-18  Kenneth Loafman  <kenneth@loafman.com>
 
73
 
 
74
        Merged in bzr merge lp:~summer-is-gone/duplicity/tz-incremental-fix.
 
75
 
 
76
2011-11-03  Ivan Gromov  <ivan.gromov@redsolution.ru>
 
77
 
 
78
        Changed functions working with UTC time file format from localtime() to gmtime() and timegm()
 
79
 
 
80
2011-11-03  ivan.gromov  <ivan.gromov@C0011>
 
81
 
 
82
        Fixed time_separator global attribute usage in some tests
 
83
 
 
84
2011-11-03  Ivan Gromov  <ivan.gromov@redsolution.ru>
 
85
 
 
86
        Made proper setUp method for tests in dup_timetest.py.
 
87
 
 
88
2011-11-18  Kenneth Loafman  <kenneth@loafman.com>
 
89
 
 
90
        Remove random_seed from VCS, adjust .bzrignore.
 
91
 
 
92
2011-11-17  ken
 
93
 
 
94
        Remove localbackend.testing_in_progress since all it accomplished was to make the local backend test fail.
 
95
 
 
96
2011-11-17  Kenneth Loafman  <kenneth@loafman.com>
 
97
 
 
98
        Merged in lp:~mterry/duplicity/ship-tests and moved a couple of things around to get manual tests working
 
99
 
 
100
2011-11-07  Michael Terry  <michael.terry@canonical.com>
 
101
 
 
102
        Make tarball layout match bzr layout much more closely; ship tests in tarballs and adjust things so that they can work
 
103
 
 
104
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
105
 
 
106
        rename auto/ to tests/
 
107
 
 
108
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
109
 
 
110
        undo accidental changes to run-tests and convert pathtest and rdiffdirtest (for both of which, I uncommented a failing test I didn't understand)
 
111
 
 
112
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
113
 
 
114
        move some more custom scripts to manual/
 
115
 
 
116
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
117
 
 
118
        move some things around; converge on one script for running any kind of test or list of tests
 
119
 
 
120
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
121
 
 
122
        convert patchdirtest to auto; rip out its root-requiring tests and move them to roottest script; fix roottest script to work now with the new rootfiles.tar.gz, whoops
 
123
 
 
124
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
125
 
 
126
        convert finaltest to auto; workaround an ecryptfs bug with long filenames in the test
 
127
 
 
128
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
129
 
 
130
        drop state file random_seed from test gnupg home
 
131
 
 
132
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
133
 
 
134
        convert gpgtest to auto; add testing keys to the suite, so testers don't have to make their own; delete gpgtest2, as it didn't do anything
 
135
 
 
136
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
137
 
 
138
        drop unused darwin tarball and util file
 
139
 
 
140
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
141
 
 
142
        convert GnuPGInterfacetest and dup_timetest to auto
 
143
 
 
144
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
145
 
 
146
        convert file_namingtest, parsedurltest, and restarttest to auto
 
147
 
 
148
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
149
 
 
150
        convert manifesttest, selectiontest, and test_tarfile to auto
 
151
 
 
152
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
153
 
 
154
        convert cleanuptest, dup_temptest, and misctest to auto
 
155
 
 
156
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
157
 
 
158
        convert statisticstest to auto; make sure tests are run in English and in US/Central timezone
 
159
 
 
160
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
161
 
 
162
        convert statictest to auto
 
163
 
 
164
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
165
 
 
166
        convert tempdirtest to auto
 
167
 
 
168
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
169
 
 
170
        convert logtest to auto
 
171
 
 
172
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
173
 
 
174
        convert lazytest to auto
 
175
 
 
176
2011-11-04  Michael Terry  <michael.terry@canonical.com>
 
177
 
 
178
        clean up run scripts a little bit, rename testfiles.tgz to rootfiles.tgz
 
179
 
 
180
2011-11-03  Michael Terry  <michael.terry@canonical.com>
 
181
 
 
182
        make diffdirtest auto
 
183
 
 
184
2011-11-03  Michael Terry  <michael.terry@canonical.com>
 
185
 
 
186
        make badupload auto
 
187
 
 
188
2011-11-03  Michael Terry  <michael.terry@canonical.com>
 
189
 
 
190
        make collectionstest auto
 
191
 
 
192
2011-11-02  Michael Terry  <michael.terry@canonical.com>
 
193
 
 
194
        move all manual tets into their own subdirectory
 
195
 
 
196
2011-11-07  ken
 
197
 
 
198
        -- Applied patch 0616.diff from bug 881070.
 
199
        -- Fixed compile issues in reset_connection.
 
200
        -- Changed 'url' to 'parsed_url' to make consistent with backends.
 
201
 
 
202
2011-10-16  ken
 
203
 
 
204
        Changes for 0.6.16.
 
205
 
1
206
2011-10-16  ken
2
207
 
3
208
        Changes for 0.6.16.