The branch "master" has been updated. The following is a summary of the commits.
from: 13fd8e580d8778cf9e6e2c43bb61013f72c56e96 fb6132a Support fetching release information. 647c7da Parser for release information. 891176b Support retriving the package.xml file for a release. ----------------------------------------------------------------------- commit fb6132a3b90541bd03aa457fbb7c0d3ed1bd2b65 Author: Gunnar Wrobel <[email protected]> Date: Fri Jun 3 08:14:57 2011 +0200 Support fetching release information. framework/Pear/lib/Horde/Pear/Rest.php | 16 ++++++++++++++++ framework/Pear/test/Horde/Pear/Server/RestTest.php | 18 ++++++++++++++++++ framework/Pear/test/Horde/Pear/Unit/RestTest.php | 10 ++++++++++ 3 files changed, 44 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/fb6132a3b90541bd03aa457fbb7c0d3ed1bd2b65 ----------------------------------------------------------------------- commit 647c7daa59eceeda6564e69a2659185d9557a037 Author: Gunnar Wrobel <[email protected]> Date: Fri Jun 3 08:16:05 2011 +0200 Parser for release information. framework/Pear/lib/Horde/Pear/Rest/Release.php | 124 +++++++++++++ framework/Pear/package.xml | 6 +- framework/Pear/test/Horde/Pear/Unit/Rest/ReleaseTest.php | 130 ++++++++++++++ 3 files changed, 259 insertions(+), 1 deletions(-) create mode 100644 framework/Pear/lib/Horde/Pear/Rest/Release.php create mode 100644 framework/Pear/test/Horde/Pear/Unit/Rest/ReleaseTest.php http://git.horde.org/horde-git/-/commit/647c7daa59eceeda6564e69a2659185d9557a037 ----------------------------------------------------------------------- commit 891176b6702150d94b51f57b18e18d0adc21a518 Author: Gunnar Wrobel <[email protected]> Date: Fri Jun 3 08:26:32 2011 +0200 Support retriving the package.xml file for a release. framework/Pear/lib/Horde/Pear/Rest.php | 15 +++++++++++++++ framework/Pear/test/Horde/Pear/Server/RestTest.php | 18 ++++++++++++++++++ framework/Pear/test/Horde/Pear/Unit/RestTest.php | 10 ++++++++++ 3 files changed, 43 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/891176b6702150d94b51f57b18e18d0adc21a518 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
