@@ -311,8 +311,11 @@ Upgrade Notes
311
311
borg 1.2.x to 1.4.x
312
312
-------------------
313
313
314
- Coming from borg 1.2 there are no upgrade steps needed - just make sure you
315
- already have done the previous upgrade steps up to 1.2.7.
314
+ If you currently use borg 1.2.5+: no upgrade steps needed (if you already did
315
+ them when upgrading to that version, otherwise see below).
316
+
317
+ If you currently use borg 1.2.0 .. 1.2.4, read and follow "Pre-1.2.5 archives
318
+ spoofing vulnerability (CVE-2023-36811)" section, see the top of this changelog.
316
319
317
320
Compatibility notes:
318
321
@@ -411,13 +414,26 @@ Compatibility notes:
411
414
Change Log
412
415
==========
413
416
414
-
415
- Version 1.4.0rc1 (2024-05-26)
416
- -----------------------------
417
+ Version 1.4.0 (2024-07-03)
418
+ --------------------------
417
419
418
420
For upgrade and compatibility hints, please also read the section "Upgrade Notes"
419
421
above.
420
422
423
+ Other changes:
424
+
425
+ - vagrant: revive the buster64 box, RHEL8 has same glibc
426
+ - tests: fix pytest_report_header, #8232
427
+ - docs:
428
+
429
+ - mount: add examples using :: positional argument, #8255
430
+ - Installation: update Arch Linux repo name
431
+ - update standalone binary section
432
+
433
+
434
+ Version 1.4.0rc1 (2024-05-26)
435
+ -----------------------------
436
+
421
437
Fixes:
422
438
423
439
- setup.py: fix import error reporting for cythonize import, #8208
0 commit comments