From ea074c50d6e5f17fac07d2efbe2c9906c7c677c3 Mon Sep 17 00:00:00 2001 From: Philippe Date: Fri, 30 Oct 2015 11:06:58 +0100 Subject: [PATCH] Bump version number and update changelog --- ChangeLog | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- backup-manager | 2 +- 3 files changed, 66 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6fb4877..c083ba6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +Backup Manager 0.7.11 + [ Matthieu CERDA ] + * Add bandwidth limiting support in rsync uploads + * Add file and directory exclusion support in rsync upload method + * Enable SSH port definition support for rsync uploads + + [ Philippe Villiers ] + * Backup should now stop and fail if the first piped command fails + * Fixed .pgpass format error on creation. + + [ Nathaniel Clark ] + * Upload: Add seperate TTL for S3 purge + + [ Guillaume Kulakowski ] + * Fix RedHat bug #1208596 + backup-manager package uses /share/locale/ while + every other package use /usr/share/locale/ + + [ Ivan Borzenkov ] + * backup all mysql databases one per file + + [ Christophe Labouisse ] + * Fix for issue #29 + tarball-incremental is not working with LZMA compression + + [ Ian Young ] + * Fix POD syntax + + [ Larsen ] + * Save MySQL DBs separately + + [ Max Tsepkov ] + * Change the way to run BM_*_BACKUP_COMMAND + * allow to add extra options to rsync upload + * directly run BM_PRE_BACKUP and BM_POST_BACKUP_COMMAND + + [ Armel FORTUN ] + + * Add the OSX Fink make install support + + [ Toubib ] + + * Add vars for prefix use in Makefile + + [ George Zarkadas ] + + * Fixes for gettext make process and postgresql database backup method + * Use a common naming scheme for archives created by one of the database + backup methods. + * Test for all database dumping programs that postgresql uses, to avoid + breaking backup-manager on a broken postgresql installation. + * Support empty hostname to allow connections to local postgresql + database clusters using unix sockets. + * Tighten the security of .pgpass (and its backup) file handling. + * Make the build/clean process of gettext (po) files idempotent. + * Fix for debian bts #608237 + use absolute blacklist paths for / + * Fix for debian bts #638803 + use $TODAY to upload patch + * Fix for debian bts #638919 + Use a single md5 file to store all archives. + * Fix for debian bts #638920 + upload-database patch + Backup Manager 0.7.10.1 [ Larsen ] diff --git a/VERSION b/VERSION index 246c2b1..b4d6d12 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.10.1 +0.7.11 diff --git a/backup-manager b/backup-manager index 67f48ca..15ba0f4 100755 --- a/backup-manager +++ b/backup-manager @@ -27,7 +27,7 @@ set -e RELEASE="true" REVISION='$Revision$' -VERSION="0.7.10.1" +VERSION="0.7.11" #Set prefix for paths BIN_PREFIX=/usr/bin