summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-24 17:44:30 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-24 17:44:30 +0100
commit899597ca60c40d947d9e0443857b9f9d7813c5d4 (patch)
tree2887e688262652ae28acca3b0521a5f70fc844f9
parent82e85d801a46f92ef25a43d556ba51c530c0009a (diff)
downloadobnam-899597ca60c40d947d9e0443857b9f9d7813c5d4.tar.gz
Update NEWS with changes so far.
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ddaf9f15..ad341650 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,23 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
+Version 0.22, released UNRELEASED; a BETA release
+-------------------------------------------------
+
+BUG FIXES:
+
+* The repository is now unlocked on exit only if it is still locked.
+* A wrongly caught `GeneratorExit` is now dealt with properly.
+* Keyboard interrupts are logged, so they don't show up as anonymous errors.
+
+CHANGES RELEVANT TO DEVELOPERS ONLY:
+
+* `setup.py` has been enhanced to work more like the old `Makefile` did:
+ `clean` removes more artifacts. Instructions in `README` have been updated
+ to point at `setup.py`.
+* Compiler warning about `_XOPEN_SOURCE` re-definition fixed.
+* Tests are now again run during a Debian package build.
+
Version 0.21, released 2011-08-23; a BETA release
-------------------------------------------------