The branch "master" has been updated. The following is a summary of the commits.
from: f35aa67498b6ce09c86cfc0277274c90a5ec8a3c d3da167 [jan] Add Horde_Pear_Package_Xml#getVersions(). 3f8e4bd [jan] Add Horde_Pear_Remote#getReleases(). 0714fba [jan] Add Components_Component#getPreviousVersion(). be937d4 [jan] Add Components_Helper_Version::parsePearVersion(). 0de31a8 [jan] Allow to set component and release information via YAML files. f7b37cd Add example YAML files. 0c6d2f5 Release notes no longer have to be provided by RELEASE_NOTES. a620011 phpdoc 53f659d Support changelogs with multiple sections. 27ef5e3 Add support for specifying the announcement mailing list. Summary: http://github.com/horde/horde/compare/f35aa67498b6ce09c86cfc0277274c90a5ec8a3c...27ef5e3ece507899da700120c5121a74ba8aba10 ----------------------------------------------------------------------- commit d3da167835b2cfee5d5c01f3b4a2c0345220d69e Author: Jan Schneider <[email protected]> Date: Tue Apr 5 17:30:11 2016 +0200 [jan] Add Horde_Pear_Package_Xml#getVersions(). framework/Pear/lib/Horde/Pear/Package/Xml.php | 21 +++++++++++++++++++++ framework/Pear/package.xml | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/d3da167835b2cfee5d5c01f3b4a2c0345220d69e ----------------------------------------------------------------------- commit 3f8e4bd6bb98fa4b83c262d11f52746b58db72f8 Author: Jan Schneider <[email protected]> Date: Tue Apr 5 17:52:46 2016 +0200 [jan] Add Horde_Pear_Remote#getReleases(). framework/Pear/lib/Horde/Pear/Remote.php | 14 ++++++++++++++ framework/Pear/package.xml | 2 ++ 2 files changed, 16 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/3f8e4bd6bb98fa4b83c262d11f52746b58db72f8 ----------------------------------------------------------------------- commit 0714fbad55be5795869c27869e09db5fe04e9ce7 Author: Jan Schneider <[email protected]> Date: Tue Apr 5 17:34:31 2016 +0200 [jan] Add Components_Component#getPreviousVersion(). components/lib/Components/Component.php | 7 +++++ components/lib/Components/Component/Base.php | 32 ++++++++++++++++++++++++ components/lib/Components/Component/Remote.php | 28 +++++++++++++++++++++ components/package.xml | 2 + 4 files changed, 69 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/0714fbad55be5795869c27869e09db5fe04e9ce7 ----------------------------------------------------------------------- commit be937d486a7f2e4136849642969bf1fec89489e9 Author: Jan Schneider <[email protected]> Date: Tue Apr 5 17:57:15 2016 +0200 [jan] Add Components_Helper_Version::parsePearVersion(). components/lib/Components/Helper/Version.php | 69 +++++++++++++++++++------- components/package.xml | 6 ++- 2 files changed, 54 insertions(+), 21 deletions(-) http://github.com/horde/horde/commit/be937d486a7f2e4136849642969bf1fec89489e9 ----------------------------------------------------------------------- commit 0de31a8803a24b0407c41af7445b69c800493ee7 Author: Jan Schneider <[email protected]> Date: Tue Apr 5 17:58:39 2016 +0200 [jan] Allow to set component and release information via YAML files. This gets us rid of RELEASE_NOTES. components/lib/Components/Component/Source.php | 22 +++--- components/lib/Components/Release/Notes.php | 89 +++++++++++++++++++----- components/package.xml | 2 + 3 files changed, 84 insertions(+), 29 deletions(-) http://github.com/horde/horde/commit/0de31a8803a24b0407c41af7445b69c800493ee7 ----------------------------------------------------------------------- commit f7b37cd87e6f859c67e643ad05fe15248d1d7083 Author: Jan Schneider <[email protected]> Date: Tue Apr 5 18:01:25 2016 +0200 Add example YAML files. horde/docs/horde.yml | 7 +++++++ horde/docs/release.yml | 14 ++++++++++++++ horde/package.xml | 8 ++++++-- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 horde/docs/horde.yml create mode 100644 horde/docs/release.yml http://github.com/horde/horde/commit/f7b37cd87e6f859c67e643ad05fe15248d1d7083 ----------------------------------------------------------------------- commit 0c6d2f52a2f90506c2a9c8fcc51d203516f555f4 Author: Jan Schneider <[email protected]> Date: Tue Apr 5 18:25:09 2016 +0200 Release notes no longer have to be provided by RELEASE_NOTES. framework/Release/lib/Horde/Release.php | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/0c6d2f52a2f90506c2a9c8fcc51d203516f555f4 ----------------------------------------------------------------------- commit a62001186e1cf1cef4502b8d63b5f472c55d47d9 Author: Jan Schneider <[email protected]> Date: Tue Apr 5 18:29:06 2016 +0200 phpdoc components/lib/Components/Helper/Website.php | 16 +++++----------- 1 files changed, 5 insertions(+), 11 deletions(-) http://github.com/horde/horde/commit/a62001186e1cf1cef4502b8d63b5f472c55d47d9 ----------------------------------------------------------------------- commit 53f659d8b3bef933b27300fdf47536c81bb0dc49 Author: Jan Schneider <[email protected]> Date: Tue Apr 5 18:45:34 2016 +0200 Support changelogs with multiple sections. bundles/webmail/docs/horde.yml | 9 +++++++++ bundles/webmail/docs/release.yml | 21 +++++++++++++++++++++ components/lib/Components/Release/Notes.php | 23 +++++++++++++++++++---- 3 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 bundles/webmail/docs/horde.yml create mode 100644 bundles/webmail/docs/release.yml http://github.com/horde/horde/commit/53f659d8b3bef933b27300fdf47536c81bb0dc49 ----------------------------------------------------------------------- commit 27ef5e3ece507899da700120c5121a74ba8aba10 Author: Jan Schneider <[email protected]> Date: Tue Apr 5 18:50:50 2016 +0200 Add support for specifying the announcement mailing list. components/lib/Components/Release/Notes.php | 3 +++ horde/docs/horde.yml | 2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/27ef5e3ece507899da700120c5121a74ba8aba10 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
