[asm] branch master updated (2b844ce -> adea80b)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jan 6 01:12:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository asm.
from 2b844ce interim changelog
adds e802724 New upstream version 5.2
new cd15b7c Merge tag 'upstream/5.2'
new adea80b New upstream release (5.2)
The 2 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:
build.properties | 2 +-
debian/changelog | 8 +-
src/org/objectweb/asm/AnnotationVisitor.java | 2 +-
src/org/objectweb/asm/ClassReader.java | 69 +-
src/org/objectweb/asm/ClassWriter.java | 73 +-
...TableSwitchGenerator.java => CurrentFrame.java} | 113 +-
src/org/objectweb/asm/Frame.java | 114 +-
src/org/objectweb/asm/Label.java | 9 +-
src/org/objectweb/asm/MethodWriter.java | 692 +---
src/org/objectweb/asm/Opcodes.java | 18 +-
src/org/objectweb/asm/Type.java | 11 +-
src/org/objectweb/asm/optimizer/shrink.properties | 73 +-
src/org/objectweb/asm/tree/AnnotationNode.java | 66 +-
src/org/objectweb/asm/util/CheckMethodAdapter.java | 6 +
test/{ASM.sig => ASM-4.0.sig} | 0
test/{ASM.sig => ASM-4.1.sig} | 4094 +++++++++---------
test/{ASM.sig => ASM-4.2.sig} | 4094 +++++++++---------
test/{ASM.sig => ASM-5.0.1.sig} | 4287 ++++++++++---------
test/{ASM.sig => ASM-5.0.2.sig} | 4287 ++++++++++---------
test/{ASM.sig => ASM-5.0.3.sig} | 4287 ++++++++++---------
test/{ASM.sig => ASM-5.0.4.sig} | 4288 ++++++++++---------
test/{ASM.sig => ASM-5.0.sig} | 4287 ++++++++++---------
test/{ASM.sig => ASM-5.1.sig} | 4372 +++++++++++---------
test/build.xml | 82 +-
test/conform/classwriterresizeinsns.xml | 1 +
.../objectweb/asm/ClassWriterResizeInsnsTest.java | 43 +-
.../asm/util/CheckClassAdapterUnitTest.java | 18 +
27 files changed, 18256 insertions(+), 17140 deletions(-)
copy src/org/objectweb/asm/{commons/TableSwitchGenerator.java => CurrentFrame.java} (66%)
copy test/{ASM.sig => ASM-4.0.sig} (100%)
copy test/{ASM.sig => ASM-4.1.sig} (98%)
copy test/{ASM.sig => ASM-4.2.sig} (98%)
copy test/{ASM.sig => ASM-5.0.1.sig} (87%)
copy test/{ASM.sig => ASM-5.0.2.sig} (87%)
copy test/{ASM.sig => ASM-5.0.3.sig} (87%)
copy test/{ASM.sig => ASM-5.0.4.sig} (87%)
copy test/{ASM.sig => ASM-5.0.sig} (87%)
rename test/{ASM.sig => ASM-5.1.sig} (83%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/asm.git
More information about the pkg-java-commits
mailing list