Skip to content

Commit c36d368

Browse files
committed
release version 1.1.22
1 parent 290c5b2 commit c36d368

File tree

10 files changed

+15
-13
lines changed

10 files changed

+15
-13
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.21
3+
Version 1.1.22
44
* fix bug: stat free space for snapshot folder instead of backintime folder (https://github.com/bit-team/backintime/issues/733)
55
* backport bug fix: backintime root crontab doesn't run; missinng line-feed 0x0A on last line (https://github.com/bit-team/backintime/issues/781)
66
* backport bug fix: can't open files with spaces in name (https://github.com/bit-team/backintime/issues/552)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.21
1+
1.1.22

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.21'
49+
VERSION = '1.1.22'
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.21" "USER COMMANDS"
1+
.TH backintime-askpass 1 "Jan 2015" "version 1.1.22" "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.21" "USER COMMANDS"
1+
.TH backintime-config 1 "Dec 2015" "version 1.1.22" "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.21" "USER COMMANDS"
1+
.TH backintime 1 "July 2015" "version 1.1.22" "USER COMMANDS"
22
.SH NAME
33
backintime \- a simple backup tool for Linux.
44
.PP

debian/changelog

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
backintime (1.1.21) unstable; urgency=low
2-
* prepair next version
3-
-- Germar Reitze <[email protected]> Tue, 20 Jun 2017 22:20:37 +0200
1+
backintime (1.1.22) unstable; urgency=low
2+
* fix bug: stat free space for snapshot folder instead of backintime folder (https://github.com/bit-team/backintime/issues/733)
3+
* backport bug fix: backintime root crontab doesn't run; missinng line-feed 0x0A on last line (https://github.com/bit-team/backintime/issues/781)
4+
* backport bug fix: can't open files with spaces in name (https://github.com/bit-team/backintime/issues/552)
5+
-- Germar Reitze <[email protected]> Sat, 28 Oct 2017 14:12:36 +0200

makedeb-src.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
RELEASES="trusty xenial yakkety zesty"
3+
RELEASES="trusty xenial zesty artful"
44

55
PKGNAME=backintime
66
PKGVER=$(cat VERSION)

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.21">
7-
<!ENTITY manrevision "1.1.21">
6+
<!ENTITY appversion "1.1.22">
7+
<!ENTITY manrevision "1.1.22">
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.21" "USER COMMANDS"
1+
.TH backintime-qt4 1 "July 2015" "version 1.1.22" "USER COMMANDS"
22
.SH NAME
33
backintime-qt4 \- a simple backup tool.
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)