From: Christian Weiske Date: Fri, 28 Sep 2012 11:07:25 +0000 (+0200) Subject: update changelog X-Git-Tag: v0.3.0 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/2beec895e8d74dbcdf07bcd9060f0d3122a64faa update changelog --- diff --git a/ChangeLog b/ChangeLog index 84cf40d..68f8f00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-28 Christian Weiske + + * Fix bug #23: "work dir not found" on failed remote fork + * Fix bug #20: elasticsearch error on deletion + 2012-09-27 Christian Weiske * 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]