Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release candidate for v1.5.2 (Aug. 8, 2024) #1830

Merged
merged 3 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ before_install:
# install screen, and util-linux (provides flock) for test_sshtools
- sudo apt-get install -y sshfs screen util-linux libdbus-1-dev

jobs:
exclude:
- python: "3.9"
- python: "3.10"
- python: "3.11"
- python: "3.12"
# jobs:
# exclude:
# - python: "3.9"
# - python: "3.10"
# - python: "3.11"
# - python: "3.12"

install:
- pip install -U pip
Expand Down
5 changes: 1 addition & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
Back In Time
Version 1.5.2-dev (development of upcoming release)
Version 1.5.2 (2024-08-06)
* Fix: Ensure crontab with ending newline (#781)
* Fix(translation): Correct corrupt translated strings in Basque, Islandic and Spanish causing application crashes (#1828)
* Build(translation): Language helper script processing syntax checks on po-files

* Fix: Crashes (ValueError) related to corrupt translations (Basque, Islandic, Spanish) (#1828)
* Build: Language helpr script with po-file syntax check

Version 1.5.1 (2024-07-27)
* Fix: Use correct port to ping SSH Proxy (#1815)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2-dev
1.5.2
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 "July 2024" "version 1.5.2-dev.a371d14e" "USER COMMANDS"
.TH backintime-askpass 1 "August 2024" "version 1.5.2" "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 "July 2024" "version 1.5.2-dev.a371d14e" "USER COMMANDS"
.TH backintime-config 1 "August 2024" "version 1.5.2" "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 2024" "version 1.5.2-dev.a371d14e" "USER COMMANDS"
.TH backintime 1 "August 2024" "version 1.5.2" "USER COMMANDS"
.SH NAME
backintime \- a simple backup tool for Linux.
.PP
Expand Down
2 changes: 1 addition & 1 deletion common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# Version string regularyly used by the application and presented to users.
__version__ = '1.5.2-dev.a371d14e'
__version__ = '1.5.2'
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 "July 2024" "version 1.5.2-dev.a371d14e" "USER COMMANDS"
.TH backintime-qt 1 "August 2024" "version 1.5.2" "USER COMMANDS"
.SH NAME
backintime-qt \- a simple backup tool.
.SH SYNOPSIS
Expand Down