Release 1.2.0rc1, for testing only #6254
Replies: 5 comments
-
1.2.0rc1 is released - please test! 1.2.0 final will have the same bugs as rc1 except if you find and report them in the next 2 weeks. :-) Upgrade notes: https://github.com/borgbackup/borg/pull/6257/files |
Beta Was this translation helpful? Give feedback.
-
I did some tests, building and deploying 1.2.0rc1 in Guix. I tested with client at 1.2.0rc1 while the server was 1.1.17, vice versa, and both ends upgraded to 1.2.0rc1. I tested basic functions with a small dataset: creating multiple archives, listing them, extracting them, and mounting them with FUSE. All seems fine. We are using Python 3.9.9, Cython 0.29.24 (we rebuild the cython files), msgpack 1.0.2, llfuse 1.4.1. We replace the bundled compressors with these: lz4 1.9.3, xxhash 0.8.1, and zstd 1.5.0. |
Beta Was this translation helpful? Give feedback.
-
@lfam thanks for the feedback, sounds good! About replacing bundled compressors: if you mean that you changed the source tree of borg and upgraded the bundled source code we have there: that's not necessary. if you use pkgconfig, borg will just find your system-installed libs and headers and use them automagically instead of compiling the bundled compressor code (see top of setup.py) |
Beta Was this translation helpful? Give feedback.
-
I don't mean that we upgrade the bundled compressors. I mean that we don't use them and instead use the system-installed libraries for them. |
Beta Was this translation helpful? Give feedback.
-
Works fine.
|
Beta Was this translation helpful? Give feedback.
-
borgbackup 1.2.0rc1 release - do not use this on production backup repositories.
Long changelog:
https://github.com/borgbackup/borg/blob/1.2.0rc1/docs/changes.rst#version-120rc1-2022-02-05
If you use pip to install this, use: pip install pkgconfig ; pip install "borgbackup==1.2.0rc1"
Feedback:
Note: macos binaries will come later.
This discussion was created from the release Release 1.2.0rc1, for testing only.
Beta Was this translation helpful? Give feedback.
All reactions