The branch "master" has been updated. The following is a summary of the commits.
from: d65c9b454ae57970664a255eaa0be7b7f4ef2b80 590fc5d Add Horde_Stream_Filter_Crc32 c96f33d Do all zip compression on stream data in streams 2d82e09 Bug #9740: Wrong element ID. ----------------------------------------------------------------------- commit 590fc5d09e257a2d2e9d59a367bb47716eea2000 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 28 17:39:50 2011 -0600 Add Horde_Stream_Filter_Crc32 framework/Stream_Filter/lib/Horde/Stream/Filter/Crc32.php | 121 ++++++++ framework/Stream_Filter/package.xml | 16 +- framework/Stream_Filter/test/Horde/Stream/Filter/Crc32Test.php | 45 +++ framework/Stream_Filter/test/Horde/Stream/Filter/EolTest.php | 2 + 4 files changed, 179 insertions(+), 5 deletions(-) create mode 100644 framework/Stream_Filter/lib/Horde/Stream/Filter/Crc32.php create mode 100644 framework/Stream_Filter/test/Horde/Stream/Filter/Crc32Test.php http://git.horde.org/horde-git/-/commit/590fc5d09e257a2d2e9d59a367bb47716eea2000 ----------------------------------------------------------------------- commit c96f33d5b6a0f5ed17b8634efcb87d9f0e24513f Author: Michael M Slusarz <[email protected]> Date: Tue Mar 29 17:20:28 2011 -0600 Do all zip compression on stream data in streams framework/Compress/lib/Horde/Compress/Zip.php | 62 ++++++++++++------ framework/Compress/package.xml | 29 +++++++-- framework/Compress/test/Horde/Compress/AllTests.php | 34 ++++++++++ framework/Compress/test/Horde/Compress/ZipTest.php | 52 ++++++++++++++++ 4 files changed, 151 insertions(+), 26 deletions(-) create mode 100644 framework/Compress/test/Horde/Compress/AllTests.php create mode 100644 framework/Compress/test/Horde/Compress/ZipTest.php http://git.horde.org/horde-git/-/commit/c96f33d5b6a0f5ed17b8634efcb87d9f0e24513f ----------------------------------------------------------------------- commit 2d82e09f430629d77862065d9270f42e2c9de5b9 Author: Rui Carneiro <[email protected]> Date: Tue Mar 29 12:34:59 2011 +0100 Bug #9740: Wrong element ID. Signed-off-by: Michael M Slusarz <[email protected]> imp/templates/dimp/index.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/2d82e09f430629d77862065d9270f42e2c9de5b9 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
