Skip to content

Commit

Permalink
release version 1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Germar committed Jan 11, 2016
1 parent 8cd01e8 commit 712362b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 35 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.10
1.1.12
2 changes: 1 addition & 1 deletion common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

class Config( configfile.ConfigFileWithProfiles ):
APP_NAME = 'Back In Time'
VERSION = '1.1.10'
VERSION = '1.1.12'
COPYRIGHT = 'Copyright (C) 2008-2016 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze'
CONFIG_VERSION = 5

Expand Down
2 changes: 1 addition & 1 deletion common/man/C/backintime-askpass.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime-askpass 1 "Jan 2015" "version 1.1.10" "USER COMMANDS"
.TH backintime-askpass 1 "Jan 2015" "version 1.1.12" "USER COMMANDS"
.SH NAME
backintime-askpass \- a simple backup tool for Linux.
.PP
Expand Down
2 changes: 1 addition & 1 deletion common/man/C/backintime-config.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime-config 1 "Dec 2015" "version 1.1.10" "USER COMMANDS"
.TH backintime-config 1 "Dec 2015" "version 1.1.12" "USER COMMANDS"
.SH NAME
config \- BackInTime configuration files.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion common/man/C/backintime.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime 1 "July 2015" "version 1.1.10" "USER COMMANDS"
.TH backintime 1 "July 2015" "version 1.1.12" "USER COMMANDS"
.SH NAME
backintime \- a simple backup tool for Linux.
.PP
Expand Down
31 changes: 4 additions & 27 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
backintime (1.1.10) unstable; urgency=low
* Fix bug: failed to remove empty lock file (https://github.com/bit-team/backintime/issues/505)
* Add Icon 'show-hidden' (https://github.com/bit-team/backintime/issues/507)
* Add Modify for Full System Backup button to settings page, to change some profile settings
* Fix bug: Restore the correct file owner and group fail if they are not present in system (https://github.com/bit-team/backintime/issues/58)
* add get|set_list_value to configfile
* Fix bug: QObject::startTimer error on closing app
* subclass ApplicationInstance in GUIApplicationInstance to reduce redundant code
* speed up app start by adding snapshots to timeline in background thread
* add warning on failed permission restore (https://github.com/bit-team/backintime/issues/58)
* add unittest (thanks to Dorian, Alexandre, Aurélien and Gregory from IAGL)
* Fix bug: FileNotFoundError while starting pw-cache from source
* continue an unfinished new_snapshot if possible (https://github.com/bit-team/backintime/issues/400)
* Fix bug: suppress warning about failed inhibit suspend if run as root (https://github.com/bit-team/backintime/issues/500)
* Fix bug: UI blocked/greyed out while removing snapshot (https://github.com/bit-team/backintime/issues/487)
* Fix bug: pw-cache failed on leftover PID file, using ApplicationInstance now (https://github.com/bit-team/backintime/issues/468)
* Fix bug: failed to parse some arguments (https://github.com/bit-team/backintime/issues/492)
* Fix bug: failed to start GUI if launched from systray icon
* Fix bug: deleted snapshot is still listed in Timeline if using mode SSH (https://github.com/bit-team/backintime/issues/493)
* Fix bug: PermissionError while deleting readonly files on sshfs mounted share (https://github.com/bit-team/backintime/issues/490)
* Add Nautilus-like shortcuts for navigating in file browser (https://github.com/bit-team/backintime/issues/483)
* speed up mounting of SSH+encrypted profiles
* Fix bug: creat new encrypted profiles with encfs >= 1.8.0 failed (https://github.com/bit-team/backintime/issues/477)
* Fix bug: AttributeError in common/tools.py if keyring is missing (https://github.com/bit-team/backintime/issues/473)
* Fix bug: remote rename of 'new_snapshot' folder sometimes isn't recognized locally; rename local now (https://answers.launchpad.net/questions/271792)
* Move source code and bug tracking to GitHub
-- Germar Reitze <[email protected]> Sat, 09 Jan 2016 22:28:07 +0100
backintime (1.1.12) unstable; urgency=low
* Fix bug: remove x-terminal-emulator dependency (https://github.com/bit-team/backintime/issues/515)
* Fix bug: AttributeError in About Dialog (https://github.com/bit-team/backintime/issues/515)
-- Germar Reitze <[email protected]> Mon, 11 Jan 2016 19:01:52 +0100
4 changes: 2 additions & 2 deletions qt4/docbook/en/index.docbook
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!ENTITY legal SYSTEM "legal.xml">
<!ENTITY appname "Back In Time">
<!ENTITY app "<application>&appname;</application>">
<!ENTITY appversion "1.1.10">
<!ENTITY manrevision "1.1.10">
<!ENTITY appversion "1.1.12">
<!ENTITY manrevision "1.1.12">
<!ENTITY date "Juliy 2010">
]>
<!--
Expand Down
2 changes: 1 addition & 1 deletion qt4/man/C/backintime-qt4.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime-qt4 1 "July 2015" "version 1.1.10" "USER COMMANDS"
.TH backintime-qt4 1 "July 2015" "version 1.1.12" "USER COMMANDS"
.SH NAME
backintime-qt4 \- a simple backup tool.
.SH SYNOPSIS
Expand Down

0 comments on commit 712362b

Please sign in to comment.