Browse Source

update CHANGES for 1.0.0rc1

Thomas Waldmann 9 years ago
parent
commit
8a8f0263c8
1 changed files with 6 additions and 6 deletions
  1. 6 6
      docs/changes.rst

+ 6 - 6
docs/changes.rst

@@ -1,8 +1,8 @@
 Changelog
 Changelog
 =========
 =========
 
 
-Version 1.0.0 (not released yet)
---------------------------------
+Version 1.0.0rc1
+----------------
 
 
 The major release number change (0.x -> 1.x) indicates bigger incompatible
 The major release number change (0.x -> 1.x) indicates bigger incompatible
 changes, please read the compatibility notes, adapt / test your scripts and
 changes, please read the compatibility notes, adapt / test your scripts and
@@ -18,19 +18,19 @@ Compatibility notes:
   you can either move them manually or run "borg upgrade <REPO>"
   you can either move them manually or run "borg upgrade <REPO>"
 - remove support for --encryption=passphrase,
 - remove support for --encryption=passphrase,
   use borg migrate-to-repokey to switch to repokey mode, #97
   use borg migrate-to-repokey to switch to repokey mode, #97
-- remove deprecated "--compression <number>",
+- remove deprecated --compression <number>,
   use --compression zlib,<number> instead
   use --compression zlib,<number> instead
   in case of 0, you could also use --compression none
   in case of 0, you could also use --compression none
-- remove deprecated "--hourly/daily/weekly/monthly/yearly"
+- remove deprecated --hourly/daily/weekly/monthly/yearly
   use --keep-hourly/daily/weekly/monthly/yearly instead
   use --keep-hourly/daily/weekly/monthly/yearly instead
-- remove deprecated "--do-not-cross-mountpoints",
+- remove deprecated --do-not-cross-mountpoints,
   use --one-file-system instead
   use --one-file-system instead
 - disambiguate -p option, #563:
 - disambiguate -p option, #563:
 
 
   - -p now is same as --progress
   - -p now is same as --progress
   - -P now is same as --prefix  
   - -P now is same as --prefix  
 - remove deprecated "borg verify",
 - remove deprecated "borg verify",
-  use borg extract --dry-run instead
+  use "borg extract --dry-run" instead
 - cleanup environment variable semantics, #355
 - cleanup environment variable semantics, #355
   the environment variables used to be "yes sayers" when set, this was
   the environment variables used to be "yes sayers" when set, this was
   conceptually generalized to "automatic answerers" and they just give their
   conceptually generalized to "automatic answerers" and they just give their