瀏覽代碼

update CHANGES

Thomas Waldmann 8 年之前
父節點
當前提交
e6241cce12
共有 1 個文件被更改,包括 9 次插入3 次删除
  1. 9 3
      docs/changes.rst

+ 9 - 3
docs/changes.rst

@@ -50,8 +50,8 @@ The best check that everything is ok is to run a dry-run extraction::
     borg extract -v --dry-run REPO::ARCHIVE
     borg extract -v --dry-run REPO::ARCHIVE
 
 
 
 
-Version 1.1.0b2 (not released yet)
-----------------------------------
+Version 1.1.0b2 (2016-10-01)
+----------------------------
 
 
 Bug fixes:
 Bug fixes:
 
 
@@ -71,13 +71,19 @@ New features:
 - borg help compression, #1582
 - borg help compression, #1582
 - borg check: delete chunks with integrity errors, #1575, so they can be
 - borg check: delete chunks with integrity errors, #1575, so they can be
   "repaired" immediately and maybe healed later.
   "repaired" immediately and maybe healed later.
+- archives filters concept (refactoring/unifying older code)
+
+  - covers --first/--last/--prefix/--sort-by options
+  - currently used for borg list/info/delete
 
 
 Other changes:
 Other changes:
 
 
 - borg check --verify-data slightly tuned (use get_many())
 - borg check --verify-data slightly tuned (use get_many())
-- Change {utcnow} and {now} to ISO-8601 format ("T" date/time separator)
+- change {utcnow} and {now} to ISO-8601 format ("T" date/time separator)
 - repo check: log transaction IDs, improve object count mismatch diagnostic
 - repo check: log transaction IDs, improve object count mismatch diagnostic
 - Vagrantfile: use TW's fresh-bootloader pyinstaller branch
 - Vagrantfile: use TW's fresh-bootloader pyinstaller branch
+- fix module names in api.rst
+- hashindex: bump api_version
 
 
 
 
 Version 1.1.0b1 (2016-08-28)
 Version 1.1.0b1 (2016-08-28)