[libasm4-java] branch master updated (b7c266a -> ebd8b2c)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat May 24 13:15:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository libasm4-java.

      from  b7c266a   Install the 4.x generic Maven artifacts to preserve the compatibility
      adds  8c94e29   Imported Upstream version 5.0.3
       new  9740645   Merge tag 'upstream/5.0.3'
       new  6bc926f   Refreshed the patches
       new  338ea58   Updated the version in debian/libasm4-java.poms
       new  ebd8b2c   Upload to unstable

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 archive/asm-xml.bnd                                |   2 +-
 build.properties                                   |   2 +-
 build.xml                                          |   3 -
 debian/changelog                                   |   9 ++
 debian/libasm4-java.poms                           |  18 +--
 debian/patches/rm-sigtest.patch                    |   4 +-
 examples/annotations/build.xml                     |   1 -
 examples/common/build.xml                          |   1 -
 examples/common/etc/build.properties               |   5 -
 jdoc/user.xml                                      |   2 -
 src/org/objectweb/asm/ClassWriter.java             |   2 +-
 src/org/objectweb/asm/Frame.java                   |  18 ++-
 src/org/objectweb/asm/Item.java                    |   3 +-
 src/org/objectweb/asm/Label.java                   |   2 +-
 src/org/objectweb/asm/MethodWriter.java            |  28 ++--
 src/org/objectweb/asm/Type.java                    |   6 +-
 src/org/objectweb/asm/attrs/package.html           |  48 ------
 src/org/objectweb/asm/commons/Method.java          |   4 +-
 src/org/objectweb/asm/commons/Remapper.java        |  12 +-
 src/org/objectweb/asm/tree/MethodNode.java         |   1 +
 .../asm/tree/analysis/AnalyzerException.java       |   1 +
 src/org/objectweb/asm/tree/analysis/Frame.java     |  10 +-
 src/org/objectweb/asm/util/ASMifier.java           |   1 -
 src/org/objectweb/asm/util/CheckClassAdapter.java  |  16 +-
 src/org/objectweb/asm/util/Textifier.java          |   2 +-
 .../asm/ClassWriterComputeFramesUnitTest.java      | 168 +++++++++++++++++++++
 26 files changed, 246 insertions(+), 123 deletions(-)
 delete mode 100644 src/org/objectweb/asm/attrs/package.html
 create mode 100644 test/conform/org/objectweb/asm/ClassWriterComputeFramesUnitTest.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libasm4-java.git



More information about the pkg-java-commits mailing list