~ubuntu-branches/ubuntu/raring/duplicity/raring-updates

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-04-03 20:40:34 UTC
  • mfrom: (1.9.1 upstream) (16.2.6 natty)
  • Revision ID: james.westby@ubuntu.com-20110403204034-5m1eri4z5qr0nyrr
Tags: 0.6.13-0ubuntu1
* Resync with Debian, no remaining changes
* New upstream release
  - silent data corruption with checkpoint/restore (LP: #613244)
  - Assertion error "time not moving forward at appropriate pace"
    (LP: #579958)
* debian/patches/04future.dpatch:
  - Dropped, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
REQUIREMENTS:
21
21
 
22
 
 * Python v2.3 or later (http://www.python.org)
23
 
 * librsync v0.9.6 or later (http://librsync.sourceforge.net)
24
 
 * GnuPG for encryption (http://www.gnupg.org)
25
 
 * GnuPGInterface 0.3.2 or later (http://py-gnupg.sourceforge.net)
26
 
 * NcFTP version 3.1.9 or later, but not 3.2.0 (http://www.ncftp.com)
27
 
 * Boto 0.9d or later (http://code.google.com/p/boto)
 
22
 * Python v2.3 or later
 
23
 * librsync v0.9.6 or later
 
24
 * GnuPG v1.x for encryption
 
25
 * for normal ftp -- NcFTP version 3.1.9 or later, but not 3.2.0
 
26
 * for ftp over SSL -- lftp version 3.7.15 or later
 
27
 * Boto 0.9d or later
28
28
 
29
29
If you install from the source package, you will also need:
30
30