diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | NEWS.rst | 2 | ||||
| -rw-r--r-- | build.xml | 2 |
3 files changed, 9 insertions, 0 deletions
@@ -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" @@ -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] @@ -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] |
