This is an automated email from the git hooks/post-receive script. tjaalton-guest pushed a commit to branch master in repository stax-ex.
commit 875e513f30890992565efea2e381fa6ff62a552d Author: Timo Aaltonen <[email protected]> Date: Sun Dec 15 23:09:21 2013 +0200 description updated --- debian/control | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 2659636..d5a2715 100644 --- a/debian/control +++ b/debian/control @@ -15,5 +15,11 @@ Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Extended StAX API - Extensions to JSR-173 StAX API. - + This project develops a few extensions to complement JSR-173 StAX API in the + following area. + . + * Enable parser instance reuse (which is important in the + high-performance environment like JAXB and JAX-WS) + * Improve the support for reading from non-text XML infoset, + such as FastInfoset. + * Improve the namespace support. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stax-ex.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

