Thomas Waldmann
e36eaabb1c
vagrant: darwin -> macos
...
Also: add macOS version number.
2024-07-03 13:57:56 +02:00
Thomas Waldmann
81faea9288
vagrant: adapt fetch-binaries script
2024-07-03 13:52:42 +02:00
Thomas Waldmann
e63cd2c467
vagrant: get rid of the "64" suffix for VM names.
...
We only have 64bit machines anyway. And even in the unlikely
case we would add 32bit machines, we could suffix them by "32".
2024-07-03 13:50:06 +02:00
Thomas Waldmann
9cee77525c
vagrant: use freebsd(13|14)_64 as VM name
2024-07-03 13:44:27 +02:00
Thomas Waldmann
b6a5baa92c
add freebsd 13 box, fixes #8266
...
users of TrueNAS do not have fbsd 14 yet.
2024-07-03 13:40:13 +02:00
TW
88fa2e6557
Merge pull request #8263 from ThomasWaldmann/rel140
...
release 1.4.0
2024-07-03 12:20:09 +02:00
Thomas Waldmann
8b7cce3b7c
update CHANGES
2024-07-02 21:21:30 +02:00
Thomas Waldmann
dbac621671
build_man / build_usage
2024-07-02 21:20:41 +02:00
Thomas Waldmann
30b28ba8c4
docs: update standalone binary section
2024-07-02 21:20:39 +02:00
TW
de91c79f64
Merge pull request #8259 from ThomasWaldmann/borg-mount-docs-1.4
...
docs: add examples using :: positional argument, fixes #8255
2024-06-30 17:46:04 +02:00
Thomas Waldmann
7b8acc925f
docs: add examples using :: positional argument, fixes #8255
...
Simply omitting the first positional argument (REPO) does
not work because borg then gets confused.
2024-06-30 17:31:22 +02:00
TW
68ca4a8ffb
Merge pull request #8246 from tree-wall/1.4-maint
...
Installation: update Arch Linux repo name
2024-06-04 13:04:17 +02:00
tree-wall
82bb14ccab
Installation: update Arch Linux repo name
...
The "community" repository was merged into the "extra" repo last year.
https://archlinux.org/news/git-migration-completed/
2024-06-04 10:38:58 +01:00
TW
9b5d6d789c
Merge pull request #8243 from ThomasWaldmann/buster-revival-1.4
...
revive the buster64 box (1.4-maint)
2024-06-03 12:14:45 +02:00
Thomas Waldmann
18a8baf8e2
revive the buster64 box
...
RHEL8 and clones are on this glibc version.
2024-06-02 19:23:49 +02:00
TW
10fda2f39b
Merge pull request #8241 from ThomasWaldmann/fix-pytest-1.4
...
fix pytest_report_header, fixes #8232
2024-05-31 15:58:49 +02:00
Thomas Waldmann
99ee635f8d
fix pytest_report_header, fixes #8232
2024-05-31 14:29:07 +02:00
TW
ecf7efc923
Merge pull request #8231 from ThomasWaldmann/rel140rc1
...
release candidate 1.4.0rc1
2024-05-26 21:19:23 +02:00
Thomas Waldmann
860732cb0b
build_usage, build_man
2024-05-26 13:33:02 +02:00
Thomas Waldmann
b89173c2fb
update CHANGES
2024-05-26 13:27:31 +02:00
Thomas Waldmann
e32b915645
use PyInstaller 6.7.0 for binary builds
2024-05-26 13:21:08 +02:00
Thomas Waldmann
96ff5e0f68
use Python 3.11.9 for binary builds
2024-05-26 13:18:31 +02:00
TW
83f0aed565
Merge pull request #8226 from ThomasWaldmann/allow-msgpack110-1.4
...
allow msgpack 1.1.0
2024-05-20 19:45:57 +02:00
Thomas Waldmann
249b9e804f
allow msgpack 1.1.0
...
tests with 1.1.0rc1 were successful, thus I assume 1.1.0 will also work ok.
2024-05-20 14:13:40 +02:00
TW
d541ef3593
Merge pull request #8224 from ThomasWaldmann/try-msgpack-110rc1-1.4
...
try msgpack 1.1.0rc1
2024-05-19 20:10:51 +02:00
Thomas Waldmann
9c262ccbfb
try msgpack 1.1.0rc1
2024-05-19 16:15:22 +02:00
TW
1b3755ca03
Merge pull request #8223 from ThomasWaldmann/changes-1.4
...
update CHANGES (1.4)
2024-05-19 16:02:20 +02:00
Thomas Waldmann
12bc736122
update CHANGES
2024-05-19 16:01:37 +02:00
TW
053b09da9b
Merge pull request #8210 from ThomasWaldmann/fix-cythonize-import-error-reporting-1.4
...
setup.py: fix import error reporting for cythonize import, see #8208
2024-05-12 18:41:27 +02:00
TW
2c3350851a
Merge pull request #8216 from ThomasWaldmann/fix-docs-cygwin-python-1.4
...
docs: use python 3.9 in cygwin install docs, fixes #8196
2024-05-12 16:46:57 +02:00
Thomas Waldmann
8dcd8daab1
setup.py: detect noexec build fs issue, see #8208
...
That "failed to map segment from shared object" error msg is not
very helpful. Add a hint that the filesystem needs to be +exec
(== not noexec mounted, like it might be the case for /tmp on
some systems).
2024-05-12 16:38:13 +02:00
Thomas Waldmann
d033f6cd87
setup.py: fix import error reporting for cythonize import, see #8208
...
Looks like borg's setup.py has hidden the real cause of a cythonize ImportError.
There are basically 2 cases:
- either there is no Cython installed, then the import fails because the module can not be found, or
- there is some issue within Cython and the import fails due to that.
It's important not to hide the real cause, especially if we run into case 2.
case 1 is kind of expected and frequent, case 2 is rare.
2024-05-12 16:38:11 +02:00
TW
504f169efa
Merge pull request #8212 from ThomasWaldmann/fix-ci-macos-openssl-1.4
...
github CI: fix PKG_CONFIG_PATH for openssl 3.0
2024-05-12 16:37:09 +02:00
Thomas Waldmann
b5dddcddfc
docs: use python 3.9 in cygwin install docs, fixes #8196
2024-05-12 16:35:38 +02:00
Thomas Waldmann
b9617928d4
github CI: fix PKG_CONFIG_PATH for openssl 3.0
2024-05-12 14:59:02 +02:00
TW
87aab31302
Merge pull request #8197 from ThomasWaldmann/remove-experimental-1.4
...
recreate: remove experimental status
2024-04-22 15:06:13 +02:00
TW
41a2f0a7be
Merge pull request #8195 from ThomasWaldmann/drop-buster-1.4
...
vagrant: drop buster VM, fixes #8171
2024-04-22 15:05:26 +02:00
Thomas Waldmann
8dcf279972
recreate: remove experimental status
...
We have this since quite a while and there were no major complaints.
2024-04-22 15:03:53 +02:00
Thomas Waldmann
90ea511bb7
vagrant: drop buster VM, fixes #8171
2024-04-22 14:41:44 +02:00
TW
30fd46a53c
Merge pull request #8184 from galqiwi/log_message_len_fix_1_4_x
...
changed insufficiently reserved length for log message (copy of #8152 for 1.4)
2024-04-06 14:05:08 +02:00
Vladimir Malinovskii
a8777e912a
changed log message reserved length (40->44)
2024-04-06 01:31:00 +03:00
TW
60e2e1aa25
Merge pull request #8170 from ThomasWaldmann/rel140b2
...
release 1.4.0b2
2024-03-31 19:50:01 +02:00
Thomas Waldmann
9bee7d433c
set release date
2024-03-30 22:19:41 +01:00
Thomas Waldmann
a41cc1750f
build_usage ; build_man
2024-03-30 22:19:39 +01:00
Thomas Waldmann
7794573d5c
use Cython 3.0.10
2024-03-30 22:19:25 +01:00
Thomas Waldmann
218892fcaf
vagrant: add a ubuntu noble box (24.04)
2024-03-30 22:19:21 +01:00
TW
bf80376c77
Merge pull request #8169 from ThomasWaldmann/update-changes-1.4
...
update CHANGES
2024-03-30 19:42:49 +01:00
Thomas Waldmann
907cd112d3
update CHANGES
2024-03-30 19:33:37 +01:00
TW
00fd3708ac
Merge pull request #8167 from ThomasWaldmann/debounce-sigint-1.4
...
fix Ctrl-C / SIGINT behaviour for pyinstaller-made binaries, fixes #8155
2024-03-30 19:32:39 +01:00
TW
f1a3be149f
Merge pull request #8168 from ThomasWaldmann/vagrant-updates-1.4
...
vagrant: openindiana updates (1.4-maint)
2024-03-30 18:27:50 +01:00