The branch "master" has been updated. The following is a summary of the commits.
from: 58d2c708b8bff3e499a0c87dc82f3b83cbd88eb9 33bb463 Always try to send up to the WINDOW_SIZE, even if there were errors. 5ec3cda Allow for auto-updating framework library version values in release process. ----------------------------------------------------------------------- commit 33bb4635b471e2748a17c9d8632d600e7bd0baf9 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 14:27:35 2013 -0400 Always try to send up to the WINDOW_SIZE, even if there were errors. framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 6 +++++- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/33bb4635b471e2748a17c9d8632d600e7bd0baf9 ----------------------------------------------------------------------- commit 5ec3cda3113d88978805e74493c24474d58e944a Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 2 15:19:12 2013 -0400 Allow for auto-updating framework library version values in release process. Looks for a LIBRARY_VERSION constant in the "base" library file. So e.g., a framework library named Horde_Foo, the file lib/Horde/Foo.php would be searched for a LIBRARY_VERSION constant and updated to the current version of the library. components/lib/Components/Component/Source.php | 3 +- framework/Release/lib/Horde/Release/Sentinel.php | 44 ++++++++++++++++++++++ framework/Release/package.xml | 12 +++--- 3 files changed, 52 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/5ec3cda3113d88978805e74493c24474d58e944a -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
