diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-01-30 07:37:17 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-01-30 07:37:17 +0100 |
| commit | caac497aec8d7d4850d0c8e236a433bcd58bf81e (patch) | |
| tree | 636c726c0e3408263950c7bd63b4ce0d0ba0807f /build.xml | |
| parent | 7ccd696a9a83b0bd897d0ae770239c2246e201d3 (diff) | |
| download | phorkie-caac497aec8d7d4850d0c8e236a433bcd58bf81e.tar.gz phorkie-caac497aec8d7d4850d0c8e236a433bcd58bf81e.zip | |
prepare release of 0.5.0
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 39 |
1 files changed, 11 insertions, 28 deletions
@@ -8,36 +8,19 @@ --> <property file="build.properties" /> - <property name="version-m" value="0.4" /> - <property name="version" value="0.4.0" /> - <property name="stability" value="alpha" /> + <property name="version-m" value="0.5" /> + <property name="version" value="0.5.0" /> + <property name="stability" value="beta" /> <property name="releasenotes" value=" -Version 0.4.0 - 2014-07-15 +Version 0.5.0 - 2015-01-29 -------------------------- -* Fix bug #27: Render .json files -* Fix bug #31: Forked pastes cannot be remote forked -* Fix bug #33: Do not index login page -* Fix bug #41: AGPL link broken -* Fix bug #43: github gist cloning does not work -* Fix bug #44: Anchors of files with spaces in their name -* Fix renaming of binary files -* Implement request #6: Atom feed for new and updated pastes -* Implement request #7: Track and display remote forks -* Implement request #21: Send linkbacks when forking remote pastes -* Implement request #32: Distribute phorkie as .phar file with all dependencies -* Implement request #34: Store last OpenID in cookie and pre-fill login form -* Implement request #35: Store author of a paste -* Implement request #37: Show user icon in navbar and profile page -* Implement request #42: Single click remote forking with web+fork: url handler -* Add autoconfiguration for public git clone urls over http -* Add baseurl setting to make phorkie run in a subdirectory of a domain -* Add setupcheck page that checks dependencies and other things -* Add support for file names with directories in pastes -* Add support for UTF-8 characters in file names -* Add support for web hooks -* Add support for forking HTTP and HTTPS git URLs -* Extract gist titles -* Make it possible to install dependencies via composer +* Implement paste embedding +* Implement single file editing +* Implement automatic login +* Implement Elasticsearch 1.3 compatibility +* Work around PHP bug #68347 to parse ini files correctly +* Move clone URLs to sidebar +* Move additional button into text field " /> <property name="libdir" value="${phing.dir}/lib"/> |
