Ver código fonte

update CHANGES

Thomas Waldmann 1 ano atrás
pai
commit
520870329f
1 arquivos alterados com 5 adições e 3 exclusões
  1. 5 3
      docs/changes.rst

+ 5 - 3
docs/changes.rst

@@ -394,8 +394,8 @@ Compatibility notes:
 Change Log
 Change Log
 ==========
 ==========
 
 
-Version 1.4.0 (not released yet)
---------------------------------
+Version 1.4.0a1 (2024-01-01)
+----------------------------
 
 
 For upgrade and compatibility hints, please also read the section "Upgrade Notes"
 For upgrade and compatibility hints, please also read the section "Upgrade Notes"
 above.
 above.
@@ -403,13 +403,15 @@ above.
 New features:
 New features:
 
 
 - BORG_EXIT_CODES=modern: optional more specific return codes (for errors and warnings).
 - BORG_EXIT_CODES=modern: optional more specific return codes (for errors and warnings).
+
   The default value of this new environment variable is "legacy", which should result in
   The default value of this new environment variable is "legacy", which should result in
   a behaviour similar to borg 1.2 and older (only using rc 0, 1 and 2).
   a behaviour similar to borg 1.2 and older (only using rc 0, 1 and 2).
   "modern" exit codes are much more specific (see the internals/frontends docs).
   "modern" exit codes are much more specific (see the internals/frontends docs).
 
 
 Fixes:
 Fixes:
 
 
-- PATH: do not accept empty strings, #4221
+- PATH: do not accept empty strings, #4221.
+
   This affects the cli interface of misc. commands (create, extract, diff, mount, ...)
   This affects the cli interface of misc. commands (create, extract, diff, mount, ...)
   and they now will reject "" (empty string) given as a path.
   and they now will reject "" (empty string) given as a path.