Wrap long lines in the CHANGELOG
This commit is contained in:
parent
e92a4c49b3
commit
6421242e02
1 changed files with 16 additions and 8 deletions
24
CHANGELOG
24
CHANGELOG
|
|
@ -11,7 +11,8 @@ v1.1 (2016-09-03)
|
|||
================================
|
||||
Versionning and keeping a changelog up to date has been neglected between 2013-01-14 and 2016-08-31.
|
||||
|
||||
There were no official 0.9.x release, but an automatically generated list of changes that affected `duplicity-backup.sh` or `duplicity-backup.conf.example` is available in the file `CHANGELOG_0.9.x.md`.
|
||||
There were no official 0.9.x release, but an automatically generated list of changes that affected
|
||||
`duplicity-backup.sh` or `duplicity-backup.conf.example` is available in the file `CHANGELOG_0.9.x.md`.
|
||||
|
||||
0.8.3 (02 January 2013)
|
||||
======================
|
||||
|
|
@ -33,8 +34,10 @@ There were no official 0.9.x release, but an automatically generated list of cha
|
|||
|
||||
0.8 (05 August 2012)
|
||||
===================
|
||||
* Improved argument parsing. Now the script is insensitive to the order of appearance of the options and handles correctly optional options parameters
|
||||
* Re-added possibility to specify the config file on the command line, which is now the recommended way to do (facilitating script updates)
|
||||
* Improved argument parsing. Now the script is insensitive to the order of appearance of the options and handles
|
||||
correctly optional options parameters
|
||||
* Re-added possibility to specify the config file on the command line, which is now the recommended way to do
|
||||
(facilitating script updates)
|
||||
* Added dry-run command line option (-n or --dry-run)
|
||||
* Added many short versions of long options (-b, -f, -v, -l, -s)
|
||||
* Fix "unary operator expected warning" in some rare cases
|
||||
|
|
@ -54,12 +57,14 @@ Inclusion of two patches written by [shamer] + modified config file management.
|
|||
|
||||
* Added option to use ssmtp to send mail [shamer]
|
||||
* Added lock file to prevent running multiple instances simultaneously [shamer]
|
||||
* Modified config file management (no more specified on the command line, must be specified as an parameter at the beginning of the script)
|
||||
* Modified config file management (no more specified on the command line, must be specified as an parameter at the
|
||||
beginning of the script)
|
||||
* Fixed bad check_variables() behaviour when not using Amazon S3 storage backend without commenting AWS API keys
|
||||
|
||||
0.6 Version Six (4 May 2012)
|
||||
============================
|
||||
This is a rework of the script to include some github patches that were brought to the original script in order to make the script more generic than only Amazon S3 oriented and fix a few issues.
|
||||
This is a rework of the script to include some github patches that were brought to the original script in order to make
|
||||
the script more generic than only Amazon S3 oriented and fix a few issues.
|
||||
|
||||
* Added ability not to encrypt the backup [orkaa]
|
||||
* Added ability to use backup destination locations other than Amazon S3 [orkaa]
|
||||
|
|
@ -100,15 +105,18 @@ Version Three (01/31/09)
|
|||
* Added comment to explain why folks need to use 's3+' and not 's3:' for Amazon buckets
|
||||
* Used "unset" to remove the variables at end of the script
|
||||
* Fixed a problem when the backup folder on S3 was nested inside another bucket
|
||||
* Changed the PASSPHRASE field to default to the actual passphrase, so one can easily backup the entire script and not have to worry about the passphrase.
|
||||
* Added --backup-this-script option which will turn the script and the secret key into an encrypted tarball that can be kept somewhere safe for easy restores if the machine goes down.
|
||||
* Changed the PASSPHRASE field to default to the actual passphrase, so one can easily backup the entire script and
|
||||
not have to worry about the passphrase.
|
||||
* Added --backup-this-script option which will turn the script and the secret key into an encrypted tarball that can
|
||||
be kept somewhere safe for easy restores if the machine goes down.
|
||||
* Cleaned up the get_file_size function so it wouldn't run when it wasn't supposed to.
|
||||
|
||||
Version Two (12/03/08)
|
||||
======================
|
||||
|
||||
* added GPL license
|
||||
* changed the cleanup feature to automatically force a full backup after (n) number of days as well as automatically cleanup after (n) number of days
|
||||
* changed the cleanup feature to automatically force a full backup after (n) number of days as well as automatically
|
||||
cleanup after (n) number of days
|
||||
* added option to force cleanup after (n) number of full backups (rather than by days)
|
||||
* option to changed log file ownership
|
||||
* runtime checks for installed required software and write permissions on log directory
|
||||
|
|
|
|||
Loading…
Reference in a new issue