summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-29 12:19:20 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-29 12:19:20 +0300
commit5afa64fa740def5e64c21a7ef044a22e85356f3e (patch)
tree14e69ff5d111e380446027e9890cd9c34563ca9e
parent44c6167c4fb6e153979d68bc21886128a4cbd1ac (diff)
downloadobnam-5afa64fa740def5e64c21a7ef044a22e85356f3e.tar.gz
Fix typo in NEWS
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 6cbab5f3..e2f313da 100644
--- a/NEWS
+++ b/NEWS
@@ -4,15 +4,15 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
NOTE: Obnam has an **EXPERIMENTAL** repository format under
-development, called `green-albatross-YYYYMMDD`. It is **NOT** meant
+development, called `green-albatross-20160813`. It is **NOT** meant
for real use. It is likely to change in incompatible ways without
-warning. Do not use it unless you're willing to lose your backup.
+warning. DO NOT USE it unless you're willing to lose your backup.
Version 1.20, not yet released
---------------------------------
* The format name for `green-albatross` is renamed to
- `green-albatross-20160718` and will henceforth be renamed every time
+ `green-albatross-20160813` and will henceforth be renamed every time
there's a change, to avoid confusing Lars because of backwards
incompatibilities. When it reaches stability and the on-disk format
is frozen, it'll be renamed back to a date-less version.
@@ -65,7 +65,7 @@ Bug fixes:
* Lars Wirzenius fixed `obnam restore` to require a target set with
`--to`. Jonathan Dowland reported the problem.
-* Lars Wirzeniud fixed `obnam list-errors` so that it doesn't crash on
+* Lars Wirzenius fixed `obnam list-errors` so that it doesn't crash on
error classes that only exist to make the exception hierarchy
neater, such as `EncryptionError`. Bug reported by Rik Theys.