Skip to content

Commit eb136a3

Browse files
Merge pull request #8972 from ThomasWaldmann/rel200b19
Release 2.0.0b19
2 parents 547f7ec + bf7a1e4 commit eb136a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+85
-52
lines changed

Vagrantfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def install_pythons(boxname)
213213
return <<-EOF
214214
. ~/.bash_profile
215215
echo "PYTHON_CONFIGURE_OPTS: ${PYTHON_CONFIGURE_OPTS}"
216-
pyenv install 3.12.11
216+
pyenv install 3.13.5
217217
pyenv rehash
218218
EOF
219219
end
@@ -230,9 +230,9 @@ def build_pyenv_venv(boxname)
230230
return <<-EOF
231231
. ~/.bash_profile
232232
cd /vagrant/borg
233-
# use the latest 3.12 release
234-
pyenv global 3.12.11
235-
pyenv virtualenv 3.12.11 borg-env
233+
# use the latest 3.13 release
234+
pyenv global 3.13.5
235+
pyenv virtualenv 3.13.5 borg-env
236236
ln -s ~/.pyenv/versions/borg-env .
237237
EOF
238238
end
@@ -258,7 +258,7 @@ def install_pyinstaller()
258258
. ~/.bash_profile
259259
cd /vagrant/borg
260260
. borg-env/bin/activate
261-
pip install 'pyinstaller==6.11.1'
261+
pip install 'pyinstaller==6.14.2'
262262
EOF
263263
end
264264

@@ -281,8 +281,8 @@ def run_tests(boxname, skip_env)
281281
. ../borg-env/bin/activate
282282
if which pyenv 2> /dev/null; then
283283
# for testing, use the earliest point releases of the supported python versions:
284-
pyenv global 3.12.11
285-
pyenv local 3.12.11
284+
pyenv global 3.13.5
285+
pyenv local 3.13.5
286286
fi
287287
# otherwise: just use the system python
288288
# some OSes can only run specific test envs, e.g. because they miss FUSE support:

docs/changes.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Compatibility notes:
144144
Change Log 2.x
145145
==============
146146

147-
Version 2.0.0b19 (unreleased)
147+
Version 2.0.0b19 (2025-07-02)
148148
-----------------------------
149149

150150
Please note:
@@ -161,6 +161,12 @@ Fixes:
161161
also: when printing the path, use the already normalized item.path.
162162
- import-tar: fix the dotslash issue, add test
163163

164+
New features:
165+
166+
- create --files-changed=MODE option, #8958.
167+
control how borg detects whether a file has changed while it was backed up,
168+
valid modes are ctime (default), mtime (2nd best) or disabled (not recommended).
169+
164170
Other changes:
165171

166172
- to_key_filename: raise length limit to 120, #8966.

docs/man/borg-analyze.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "BORG-ANALYZE" "1" "2025-06-18" "" "borg backup tool"
30+
.TH "BORG-ANALYZE" "1" "2025-08-02" "" "borg backup tool"
3131
.SH NAME
3232
borg-analyze \- Analyze archives
3333
.SH SYNOPSIS

docs/man/borg-benchmark-cpu.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "BORG-BENCHMARK-CPU" "1" "2025-06-18" "" "borg backup tool"
30+
.TH "BORG-BENCHMARK-CPU" "1" "2025-08-02" "" "borg backup tool"
3131
.SH NAME
3232
borg-benchmark-cpu \- Benchmark CPU bound operations.
3333
.SH SYNOPSIS

docs/man/borg-benchmark-crud.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "BORG-BENCHMARK-CRUD" "1" "2025-06-18" "" "borg backup tool"
30+
.TH "BORG-BENCHMARK-CRUD" "1" "2025-08-02" "" "borg backup tool"
3131
.SH NAME
3232
borg-benchmark-crud \- Benchmark Create, Read, Update, Delete for archives.
3333
.SH SYNOPSIS

docs/man/borg-benchmark.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "BORG-BENCHMARK" "1" "2025-06-18" "" "borg backup tool"
30+
.TH "BORG-BENCHMARK" "1" "2025-08-02" "" "borg backup tool"
3131
.SH NAME
3232
borg-benchmark \- benchmark command
3333
.SH SYNOPSIS

docs/man/borg-break-lock.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "BORG-BREAK-LOCK" "1" "2025-06-18" "" "borg backup tool"
30+
.TH "BORG-BREAK-LOCK" "1" "2025-08-02" "" "borg backup tool"
3131
.SH NAME
3232
borg-break-lock \- Break the repository lock (e.g. in case it was left by a dead borg.
3333
.SH SYNOPSIS

docs/man/borg-check.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "BORG-CHECK" "1" "2025-06-18" "" "borg backup tool"
30+
.TH "BORG-CHECK" "1" "2025-08-02" "" "borg backup tool"
3131
.SH NAME
3232
borg-check \- Check repository consistency
3333
.SH SYNOPSIS

docs/man/borg-common.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "BORG-COMMON" "1" "2025-06-18" "" "borg backup tool"
30+
.TH "BORG-COMMON" "1" "2025-08-02" "" "borg backup tool"
3131
.SH NAME
3232
borg-common \- Common options of Borg commands
3333
.SH SYNOPSIS

docs/man/borg-compact.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "BORG-COMPACT" "1" "2025-06-18" "" "borg backup tool"
30+
.TH "BORG-COMPACT" "1" "2025-08-02" "" "borg backup tool"
3131
.SH NAME
3232
borg-compact \- Collect garbage in repository
3333
.SH SYNOPSIS

0 commit comments

Comments
 (0)