Skip to content

Commit

Permalink
Bump version, update changelog and copytright date
Browse files Browse the repository at this point in the history
  • Loading branch information
kissifrot committed Jun 13, 2018
1 parent cbe0181 commit 6cf5bb1
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 21 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.14
0.7.15
4 changes: 2 additions & 2 deletions backup-manager
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion backup-manager-purge
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion backup-manager-upload
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion lib/actions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005-2016 The Backup Manager Authors
# Copyright © 2005-2018 The Backup Manager Authors
#
# See the AUTHORS file for details.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/backup-methods.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005-2016 The Backup Manager Authors
# Copyright © 2005-2018 The Backup Manager Authors
#
# See the AUTHORS file for details.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/burning-methods.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005-2016 The Backup Manager Authors
# Copyright © 2005-2018 The Backup Manager Authors
#
# See the AUTHORS file for details.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/dialog.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005-2016 The Backup Manager Authors
# Copyright © 2005-2018 The Backup Manager Authors
#
# See the AUTHORS file for details.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/files.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005-2016 The Backup Manager Authors
# Copyright © 2005-2018 The Backup Manager Authors
#
# See the AUTHORS file for details.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/gettext-dummy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005-2016 The Backup Manager Authors
# Copyright © 2005-2018 The Backup Manager Authors
#
# See the AUTHORS file for details.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/gettext-real.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005-2016 The Backup Manager Authors
# Copyright © 2005-2018 The Backup Manager Authors
#
# See the AUTHORS file for details.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/gettext.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005-2016 The Backup Manager Authors
# Copyright © 2005-2018 The Backup Manager Authors
#
# See the AUTHORS file for details.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/logger.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005-2016 The Backup Manager Authors
# Copyright © 2005-2018 The Backup Manager Authors
#
# See the AUTHORS file for details.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/md5sum.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005-2016 The Backup Manager Authors
# Copyright © 2005-2018 The Backup Manager Authors
#
# See the AUTHORS file for details.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/sanitize.sh
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/upload-methods.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005-2016 The Backup Manager Authors
# Copyright © 2005-2018 The Backup Manager Authors
#
# See the AUTHORS file for details.
#
Expand Down

0 comments on commit 6cf5bb1

Please sign in to comment.