[jmdns] branch master updated (5dcb369 -> 7577b59)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Oct 18 07:39:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository jmdns.
from 5dcb369 Upload to unstable
adds c0cd68d New upstream version 3.5.3
new 1dfac97 Updated version 3.5.3 from 'upstream/3.5.3'
new c81fc2f New upstream release (3.5.3)
new 3b85c3f Standards-Version updated to 4.1.1
new be77a2a Switch to debhelper level 10
new 7577b59 Upload to unstable
The 5 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:
debian/changelog | 9 +
debian/compat | 2 +-
debian/control | 4 +-
p2/features/org.jmdns.feature/feature.xml | 2 +-
p2/features/org.jmdns.feature/pom.xml | 2 +-
p2/features/pom.xml | 2 +-
p2/pom.xml | 2 +-
p2/repository/pom.xml | 2 +-
pom.xml | 2 +-
src/main/java/javax/jmdns/ServiceInfo.java | 5 -
src/main/java/javax/jmdns/impl/DNSRecord.java | 19 +-
src/main/java/javax/jmdns/impl/JmDNSImpl.java | 20 +-
.../java/javax/jmdns/impl/ServiceInfoImpl.java | 198 +++----------------
.../java/javax/jmdns/impl/util/ByteWrangler.java | 214 +++++++++++++++++++++
.../java/javax/jmdns/impl/ServiceInfoImplTest.java | 1 -
.../javax/jmdns/util/test/ByteWranglerTest.java | 93 +++++++++
src/test/java/util/StringUtil.java | 151 +++++++++++++++
17 files changed, 529 insertions(+), 199 deletions(-)
create mode 100644 src/main/java/javax/jmdns/impl/util/ByteWrangler.java
create mode 100644 src/test/java/javax/jmdns/util/test/ByteWranglerTest.java
create mode 100644 src/test/java/util/StringUtil.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jmdns.git
More information about the pkg-java-commits
mailing list