aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS.rst2
-rw-r--r--build.xml2
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84cf40d..68f8f00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-28 Christian Weiske <cweiske@cweiske.de>
+
+ * Fix bug #23: "work dir not found" on failed remote fork
+ * Fix bug #20: elasticsearch error on deletion
+
2012-09-27 Christian Weiske <cweiske@bogo>
* Fix bug #22: Edited pastes not in "recently created"
diff --git a/NEWS.rst b/NEWS.rst
index be2672e..1ebcd4d 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,7 +3,9 @@ Version 0.3.0 - 2012-09-27
* Fix bug #10: error when nothing submitted [cweiske]
* Fix bug #11: do not index edit, delete and tool pages [cweiske]
+* Fix bug #20: elasticsearch error on deletion [cweiske]
* Fix bug #22: Edited pastes not in "recently created" [cweiske]
+* Fix bug #23: "work dir not found" on failed remote fork [cweiske]
* Implement request #5: Add OpenID authentication [jnovack]
* Implement request #9: autodetect file type [cweiske]
* Implement request #12: DOAP and rel="vcs-git" support [cweiske]
diff --git a/build.xml b/build.xml
index a3d265d..21fafe2 100644
--- a/build.xml
+++ b/build.xml
@@ -17,7 +17,9 @@ Version 0.3.0 - 2012-09-27
* Fix bug #10: error when nothing submitted [cweiske]
* Fix bug #11: do not index edit, delete and tool pages [cweiske]
+* Fix bug #20: elasticsearch error on deletion [cweiske]
* Fix bug #22: Edited pastes not in 'recently created' [cweiske]
+* Fix bug #23: 'work dir not found' on failed remote fork [cweiske]
* Implement request #5: Add OpenID authentication [jnovack]
* Implement request #9: autodetect file type [cweiske]
* Implement request #12: DOAP and rel='vcs-git' support [cweiske]