[jenkins-trilead-ssh2] branch master updated (b757ac7 -> 74abb02)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Sep 25 15:11:38 UTC 2014


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

ebourg-guest pushed a change to branch master
in repository jenkins-trilead-ssh2.

      from  b757ac7   d/control,maven.rules: Add junit4 to BDI, map to correct artefact.
      adds  451f6f9   Imported Upstream version 217-jenkins-6
       new  223cb6a   Merge tag 'upstream/217-jenkins-6'
       new  dc4c018   Standards-Version updated to 3.9.6
       new  b624e1d   Switch to debhelper level 9
       new  00560e5   Ignore the maven-release-plugin
       new  c3e44d0   Use canonical URLs for the Vcs-* fields
       new  8dd912a   debian/copyright: Fixed the short name of the licenses
       new  ede30d6   Upload to unstable
       new  74abb02   Specified the maven.compiler.source/target properties to build on Wheezy

The 8 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                                   |  14 +++
 debian/compat                                      |   2 +-
 debian/control                                     |   8 +-
 debian/copyright                                   |   8 +-
 debian/libjenkins-trilead-ssh2-java.poms           |  14 ++-
 debian/maven.ignoreRules                           |   1 +
 debian/maven.properties                            |   2 +
 pom.xml                                            |  45 ++++---
 src/com/trilead/ssh2/Connection.java               |   4 +-
 src/com/trilead/ssh2/DebugLogger.java              |   2 +
 src/com/trilead/ssh2/KnownHosts.java               |   2 +-
 src/com/trilead/ssh2/Session.java                  |  58 ++++++++-
 .../trilead/ssh2/auth/AuthenticationManager.java   |  20 +--
 src/com/trilead/ssh2/channel/Channel.java          |  86 +++++++++++--
 src/com/trilead/ssh2/channel/ChannelManager.java   | 135 ++++++++++-----------
 .../trilead/ssh2/channel/RemoteAcceptThread.java   |   4 +-
 .../ssh2/channel/RemoteX11AcceptThread.java        |   2 +-
 src/com/trilead/ssh2/log/Logger.java               |  31 +++--
 src/com/trilead/ssh2/packets/PacketSignal.java     |  62 ++++++++++
 .../trilead/ssh2/packets/PacketWindowChange.java   |  47 +++++++
 src/com/trilead/ssh2/transport/KexManager.java     |  35 +++---
 src/com/trilead/ssh2/transport/MessageHandler.java |   8 ++
 .../trilead/ssh2/transport/TransportManager.java   |  13 +-
 src/com/trilead/ssh2/util/TimeoutService.java      |   4 +-
 24 files changed, 439 insertions(+), 168 deletions(-)
 create mode 100644 src/com/trilead/ssh2/packets/PacketSignal.java
 create mode 100644 src/com/trilead/ssh2/packets/PacketWindowChange.java

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



More information about the pkg-java-commits mailing list