Skip to content

Commit d6e0da3

Browse files
committed
release version 1.1.16
1 parent 2b40183 commit d6e0da3

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Back In Time
22

3-
Version 1.1.15
3+
Version 1.1.16
44
* backport bug fix: start a new ssh-agent instance only if necessary (https://github.com/bit-team/backintime/issues/722)
55
* Fix bug: OSError when running backup-job from systemd (https://github.com/bit-team/backintime/issues/720)
66

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.15
1+
1.1.16

common/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
class Config( configfile.ConfigFileWithProfiles ):
4848
APP_NAME = 'Back In Time'
49-
VERSION = '1.1.15'
49+
VERSION = '1.1.16'
5050
COPYRIGHT = 'Copyright (C) 2008-2017 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze'
5151
CONFIG_VERSION = 5
5252

common/man/C/backintime-askpass.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH backintime-askpass 1 "Jan 2015" "version 1.1.15" "USER COMMANDS"
1+
.TH backintime-askpass 1 "Jan 2015" "version 1.1.16" "USER COMMANDS"
22
.SH NAME
33
backintime-askpass \- a simple backup tool for Linux.
44
.PP

common/man/C/backintime-config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH backintime-config 1 "Dec 2015" "version 1.1.15" "USER COMMANDS"
1+
.TH backintime-config 1 "Dec 2015" "version 1.1.16" "USER COMMANDS"
22
.SH NAME
33
config \- BackInTime configuration files.
44
.SH SYNOPSIS

common/man/C/backintime.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH backintime 1 "July 2015" "version 1.1.15" "USER COMMANDS"
1+
.TH backintime 1 "July 2015" "version 1.1.16" "USER COMMANDS"
22
.SH NAME
33
backintime \- a simple backup tool for Linux.
44
.PP

debian/changelog

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
backintime (1.1.15) unstable; urgency=low
2-
* prepair next version
3-
-- Germar Reitze <[email protected]> Sun, 19 Mar 2017 19:17:57 +0100
1+
backintime (1.1.16) unstable; urgency=low
2+
* backport bug fix: start a new ssh-agent instance only if necessary (https://github.com/bit-team/backintime/issues/722)
3+
* Fix bug: OSError when running backup-job from systemd (https://github.com/bit-team/backintime/issues/720)
4+
-- Germar Reitze <[email protected]> Tue, 28 Mar 2017 21:56:18 +0200

qt4/docbook/en/index.docbook

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<!ENTITY legal SYSTEM "legal.xml">
44
<!ENTITY appname "Back In Time">
55
<!ENTITY app "<application>&appname;</application>">
6-
<!ENTITY appversion "1.1.15">
7-
<!ENTITY manrevision "1.1.15">
6+
<!ENTITY appversion "1.1.16">
7+
<!ENTITY manrevision "1.1.16">
88
<!ENTITY date "Juliy 2010">
99
]>
1010
<!--

qt4/man/C/backintime-qt4.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH backintime-qt4 1 "July 2015" "version 1.1.15" "USER COMMANDS"
1+
.TH backintime-qt4 1 "July 2015" "version 1.1.16" "USER COMMANDS"
22
.SH NAME
33
backintime-qt4 \- a simple backup tool.
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)