From f7f28b50b7decd8f7e8666c654c33fda387f2ea0 Mon Sep 17 00:00:00 2001 From: Germar Reitze Date: Sat, 27 Apr 2019 15:35:16 +0200 Subject: [PATCH] release Version 1.2.0 --- CHANGES | 2 +- VERSION | 2 +- common/config.py | 2 +- common/man/C/backintime-askpass.1 | 2 +- common/man/C/backintime-config.1 | 2 +- common/man/C/backintime.1 | 2 +- debian/changelog | 65 ++++++++++++++++++++++++++++++- qt/docbook/en/index.docbook | 4 +- qt/man/C/backintime-qt.1 | 2 +- 9 files changed, 72 insertions(+), 11 deletions(-) diff --git a/CHANGES b/CHANGES index df1c53c3d..c970eba5d 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/VERSION b/VERSION index a3a97b30b..26aaba0e8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0~alpha0 +1.2.0 diff --git a/common/config.py b/common/config.py index d49a39724..5d74fa260 100644 --- a/common/config.py +++ b/common/config.py @@ -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 diff --git a/common/man/C/backintime-askpass.1 b/common/man/C/backintime-askpass.1 index 76331fbda..add8dae67 100644 --- a/common/man/C/backintime-askpass.1 +++ b/common/man/C/backintime-askpass.1 @@ -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 diff --git a/common/man/C/backintime-config.1 b/common/man/C/backintime-config.1 index 698bdc847..d9bfec8e8 100644 --- a/common/man/C/backintime-config.1 +++ b/common/man/C/backintime-config.1 @@ -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 diff --git a/common/man/C/backintime.1 b/common/man/C/backintime.1 index 38ec5a54f..3e6217e56 100644 --- a/common/man/C/backintime.1 +++ b/common/man/C/backintime.1 @@ -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 diff --git a/debian/changelog b/debian/changelog index 961ca3adc..5e7d0d01a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) @@ -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 Mon, 27 Jun 2016 00:23:24 +0200 + -- Germar Reitze Sat, 27 Apr 2019 15:32:33 +0200 diff --git a/qt/docbook/en/index.docbook b/qt/docbook/en/index.docbook index 203e11b0a..c1f292359 100644 --- a/qt/docbook/en/index.docbook +++ b/qt/docbook/en/index.docbook @@ -3,8 +3,8 @@ &appname;"> - - + + ]>