Skip to content

Commit

Permalink
release Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Germar committed Apr 27, 2019
1 parent 2b93753 commit f7f28b5
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Back In Time

Version 1.2.0~alpha0
Version 1.2.0
* Fix bug: Exit code is linked to the wrong status message (https://github.com/bit-team/backintime/issues/906)
* minor changes to allow running BiT inside Docker (https://github.com/bit-team/backintime/pull/959)
* Fix bug: AppName showed 'python3' instead of 'Back In Time' (https://github.com/bit-team/backintime/issues/950)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0~alpha0
1.2.0
2 changes: 1 addition & 1 deletion common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

class Config(configfile.ConfigFileWithProfiles):
APP_NAME = 'Back In Time'
VERSION = '1.2.0~alpha0'
VERSION = '1.2.0'
COPYRIGHT = 'Copyright (C) 2008-2019 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze'
CONFIG_VERSION = 6

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.2.0~alpha0" "USER COMMANDS"
.TH backintime-askpass 1 "Jan 2015" "version 1.2.0" "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 "Nov 2017" "version 1.2.0~alpha0" "USER COMMANDS"
.TH backintime-config 1 "Nov 2017" "version 1.2.0" "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 "Aug 2016" "version 1.2.0~alpha0" "USER COMMANDS"
.TH backintime 1 "Aug 2016" "version 1.2.0" "USER COMMANDS"
.SH NAME
backintime \- a simple backup tool for Linux.
.PP
Expand Down
65 changes: 63 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,65 @@
backintime (1.2.0~alpha0) unstable; urgency=low
backintime (1.2.0) unstable; urgency=low
* Fix bug: Exit code is linked to the wrong status message (https://github.com/bit-team/backintime/issues/906)
* minor changes to allow running BiT inside Docker (https://github.com/bit-team/backintime/pull/959)
* Fix bug: AppName showed 'python3' instead of 'Back In Time' (https://github.com/bit-team/backintime/issues/950)
* Fix bug: configured cipher is not used with all ssh-commands (https://github.com/bit-team/backintime/issues/934)
* remove progressbar on systray icon until BiT has it's own icon (https://github.com/bit-team/backintime/issues/902)
* Fix bug: 'make test' fails because local SSH server is running on non-standard port (https://github.com/bit-team/backintime/issues/945)
* clearify 'nocache' option (https://github.com/bit-team/backintime/issues/857)
* create a config-backup in root dir if backup is encrypted (https://github.com/bit-team/backintime/issues/556)
* Fix bug: 23:00 is missing in the list of every day hours (https://github.com/bit-team/backintime/issues/736)
* Fix bug: ssh-agent output changed (https://github.com/bit-team/backintime/issues/840)
* remove unused and undocumented userscript plugin
* Fix bug: exception on making backintime folder world writeable (https://github.com/bit-team/backintime/issues/812)
* Fix bug: stat free space for snapshot folder instead of backintime folder (https://github.com/bit-team/backintime/issues/733)
* add contextmenu for logview dialog which can copy, exclude and decode lines
* move progressbar under statusbar
* Fix bug: backintime root crontab doesn't run; missinng line-feed 0x0A on last line (https://github.com/bit-team/backintime/issues/781)
* Fix bug: IndexError in inhibitSuspend (https://github.com/bit-team/backintime/issues/772)
* alleviate default exclude [Tt]rash* (https://github.com/bit-team/backintime/issues/759)
* enable high DPI scaling (https://github.com/bit-team/backintime/issues/732)
* Fix bug: polkit CheckAuthorization: race condition in privilege authorization (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7572)
* Fix bug: OSError when running backup-job from systemd (https://github.com/bit-team/backintime/issues/720)
* Smart Remove try to keep healthy snapshots (https://github.com/bit-team/backintime/issues/703)
* Fix critical bug: restore filesystem-root without 'Full rsync mode' with ACL and/or xargs activated broke whole system (https://github.com/bit-team/backintime/issues/708)
* Fix bug: use current folder if no file is selected in files view (https://github.com/bit-team/backintime/issues/687, https://github.com/bit-team/backintime/issues/685)
* Fix bug: don't reload profile after editing profile name (https://github.com/bit-team/backintime/issues/706)
* Fix bug: Exception in FileInfo
* ask for restore-to path before confirm (https://github.com/bit-team/backintime/issues/678)
* fix 'Back in Time (root)' on wayland (https://github.com/bit-team/backintime/issues/640)
* sort int values in config nummerical instead if alphabetical (https://github.com/bit-team/backintime/issues/175#issuecomment-272941811)
* set timestamp directly after new snapshot (https://github.com/bit-team/backintime/issues/584)
* add shortcut CTRL+H for toggle show hidden files to fileselect dialog (https://github.com/bit-team/backintime/issues/378)
* add 'Edit user-callback' dialog
* Fix bug: failed to restore suid permissions (https://github.com/bit-team/backintime/issues/661)
* redesign restore menu (https://github.com/bit-team/backintime/issues/661)
* Fix bug: on remount user-callback got called AFTER trying to mount (https://github.com/bit-team/backintime/issues/654)
* add ability to disable SSH command- and ping-check (https://github.com/bit-team/backintime/issues/647)
* enable bwlimit for local profiles (https://github.com/bit-team/backintime/issues/646)
* import remote host-key into known_hosts from Settings
* copy public SSH key to remote host from Settings
* create a new SSH key from Settings
* Fix bug: confirm restore dialog has no scroll bar (https://github.com/bit-team/backintime/issues/625)
* Fix bug: DEFAULT_EXCLUDE not deletable (https://github.com/bit-team/backintime/issues/634)
* rename debian package from backintime-qt4 into backintime-qt
* rename paths and methods from *qt4* into *qt*
* rename executable backintime-qt4 into backintime-qt
* new config version 6, rename qt4 keys into qt, add new domain for schedule
* check crontab entries on every GUI startup (https://github.com/bit-team/backintime/issues/129)
* start a new ssh-agent instance only if necessary
* add cli command 'shutdown' (https://github.com/bit-team/backintime/issues/596)
* Fix bug: GUI status bar unreadable (https://github.com/bit-team/backintime/issues/612)
* Fix bug: udev schedule not working (https://github.com/bit-team/backintime/issues/605)
* add cli command 'smart-remove'
* make LogView and Settings Dialog non-modal (https://github.com/bit-team/backintime/issues/608)
* Fix bug: decode path spooled from /etc/mtab (https://github.com/bit-team/backintime/pull/607)
* Fix bug: in snapshots.py, gives more helpful advice if a lock file is present that shouldn't be. (https://github.com/bit-team/backintime/issues/601)
* port to Qt5/pyqt5 (https://github.com/bit-team/backintime/issues/518)
* Fix bug: Fail to create remote snapshot path with spaces (https://github.com/bit-team/backintime/issues/567)
* Fix bug: broken new_snapshot can run into infinite saveToContinue loop (https://github.com/bit-team/backintime/issues/583)
* Recognize changes on previous runs while continuing new snapshots
* Fix bug: udev schedule didn't work with LUKS encrypted drives (https://github.com/bit-team/backintime/issues/466)
* Add pause, resume and stop function for running snapshots (https://github.com/bit-team/backintime/issues/474, https://github.com/bit-team/backintime/issues/195)
* Fix bug: sshMaxArg failed on none default ssh port (https://github.com/bit-team/backintime/issues/581)
* Fix bug: failed if remote host send SSH banner (https://github.com/bit-team/backintime/issues/581)
* Fix bug: incorrect handling of IPv6 addresses (https://github.com/bit-team/backintime/issues/577)
Expand Down Expand Up @@ -42,4 +103,4 @@ backintime (1.2.0~alpha0) unstable; urgency=low
* Fix bug: pm-utils is deprecated; Remove dependency (https://github.com/bit-team/backintime/issues/519)
* rewrite huge parts of snapshots.py
* remove backwards compatibility to version < 1.0
-- Germar Reitze <germar.reitze@gmail.com> Mon, 27 Jun 2016 00:23:24 +0200
-- Germar Reitze <germar.reitze@gmail.com> Sat, 27 Apr 2019 15:32:33 +0200
4 changes: 2 additions & 2 deletions qt/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.2.0~alpha0">
<!ENTITY manrevision "1.2.0~alpha0">
<!ENTITY appversion "1.2.0">
<!ENTITY manrevision "1.2.0">
<!ENTITY date "Juliy 2010">
]>
<!--
Expand Down
2 changes: 1 addition & 1 deletion qt/man/C/backintime-qt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backintime-qt 1 "Aug 2016" "version 1.2.0~alpha0" "USER COMMANDS"
.TH backintime-qt 1 "Aug 2016" "version 1.2.0" "USER COMMANDS"
.SH NAME
backintime-qt \- a simple backup tool.
.SH SYNOPSIS
Expand Down

0 comments on commit f7f28b5

Please sign in to comment.