diff --git a/ChangeLog b/ChangeLog index 54b466b..ab43205 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Backup Manager 0.7.15 + [ Philippe Villiers ] + * Documentation typos fixes + [ guard43ru ] + * Fix for issue #49 + Add pbzip2 support + Backup Manager 0.7.14 [ Guillaume Rousse ] * Sanitize installation process diff --git a/INSTALL.md b/INSTALL.md index a54103b..5aafba1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,10 +26,10 @@ For Apple macOS with Fink 2) Download Backup-Manager: - curl -L https://github.com/sukria/Backup-Manager/archive/0.7.13.zip > ~/Desktop/Backup-manager-0.7.13.zip + curl -L https://github.com/sukria/Backup-Manager/archive/0.7.15.zip > ~/Desktop/Backup-manager-0.7.15.zip cd ~/Desktop - unzip backup-manager-0.7.13.zip - cd Backup-Manager-0.7.13 + unzip backup-manager-0.7.15.zip + cd Backup-Manager-0.7.15 3) Then "make install", and install the needed packages asked by Fink, as all the needed packages are not installed with the basic Fink install. diff --git a/Makefile b/Makefile index 98474de..03c369f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # See the AUTHORS file for details. # # This program is free software; you can redistribute it and/or diff --git a/VERSION b/VERSION index a597e4f..def4250 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.14 +0.7.15 diff --git a/backup-manager b/backup-manager index 7cf9246..b296ed7 100755 --- a/backup-manager +++ b/backup-manager @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # See the AUTHORS file for details. # # This program is free software; you can redistribute it and/or @@ -26,7 +26,7 @@ set -e RELEASE="true" -VERSION="0.7.14" +VERSION="0.7.15" # All the paths we provide libdir="/usr/lib/backup-manager" diff --git a/backup-manager-purge b/backup-manager-purge index a3367b2..df95df4 100755 --- a/backup-manager-purge +++ b/backup-manager-purge @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/backup-manager-upload b/backup-manager-upload index d159eae..33636fd 100755 --- a/backup-manager-upload +++ b/backup-manager-upload @@ -1,6 +1,6 @@ #!/usr/bin/perl # Backup Manager Upload - Multiprotocol uploader for backup-manager. -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. diff --git a/lib/actions.sh b/lib/actions.sh index e94c95e..c35735a 100644 --- a/lib/actions.sh +++ b/lib/actions.sh @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/lib/backup-methods.sh b/lib/backup-methods.sh index 24a2301..629a7df 100644 --- a/lib/backup-methods.sh +++ b/lib/backup-methods.sh @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/lib/burning-methods.sh b/lib/burning-methods.sh index 82b4292..9d788ee 100644 --- a/lib/burning-methods.sh +++ b/lib/burning-methods.sh @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/lib/dialog.sh b/lib/dialog.sh index 4c5b08a..2abb94c 100644 --- a/lib/dialog.sh +++ b/lib/dialog.sh @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/lib/files.sh b/lib/files.sh index 2fc77bd..dd2a858 100644 --- a/lib/files.sh +++ b/lib/files.sh @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/lib/gettext-dummy.sh b/lib/gettext-dummy.sh index 7eec6fa..b19411b 100644 --- a/lib/gettext-dummy.sh +++ b/lib/gettext-dummy.sh @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/lib/gettext-real.sh b/lib/gettext-real.sh index 30e80b8..be76675 100644 --- a/lib/gettext-real.sh +++ b/lib/gettext-real.sh @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/lib/gettext.sh b/lib/gettext.sh index b36edc1..773257e 100644 --- a/lib/gettext.sh +++ b/lib/gettext.sh @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/lib/logger.sh b/lib/logger.sh index 17df474..4ce2996 100644 --- a/lib/logger.sh +++ b/lib/logger.sh @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/lib/md5sum.sh b/lib/md5sum.sh index e6bc246..d357540 100644 --- a/lib/md5sum.sh +++ b/lib/md5sum.sh @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/lib/sanitize.sh b/lib/sanitize.sh index ade5e0f..a2349a6 100644 --- a/lib/sanitize.sh +++ b/lib/sanitize.sh @@ -1,5 +1,5 @@ #! /usr/bin/env bash -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. # diff --git a/lib/upload-methods.sh b/lib/upload-methods.sh index cf29dfc..b2eb70e 100644 --- a/lib/upload-methods.sh +++ b/lib/upload-methods.sh @@ -1,4 +1,4 @@ -# Copyright © 2005-2016 The Backup Manager Authors +# Copyright © 2005-2018 The Backup Manager Authors # # See the AUTHORS file for details. #