[libnet-appliance-session-perl] branch master updated (6952d30 -> 2aedb67)

gregor herrmann gregoa at debian.org
Tue Jan 2 18:46:33 UTC 2018


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

gregoa pushed a change to branch master
in repository libnet-appliance-session-perl.

      from  6952d30   update changelog
      adds  b504bc3     * Change async interface put() to be say() because of the auto-newline   * If connection fails, the transport (ssh, telnet, etc) error is emitted   * Do not run disconnect macro when connect fails (J. Whitten)
      adds  acfb8c9     * Library version number is logged at instatiation.
      adds  c7e47bd     * Add links to transport man pages in documentation.
      adds  c365f62     * Try enable_paging and disable_paging macros before generic 'paging' (C. Tucker)   * Add links to transport man pages in documentation.
      adds  78c05e8     * Support serial console servers where the console might be asleep (C. Tucker)
      adds  9aca389   Build results of 787be72 (on devel)
      adds  26c7267     * Support serial console servers where the console might be asleep (C. Tucker)
      adds  2d6e39c     * should be checking for "user" prompt not macro!   * alter default suggested log level to 'notice'
      adds  b94e5b4     * Port from Moose to Moo   * Remove APIv2 back-compat module
      adds  26718ea     * Add scripting system bin/nas   * Export Try::Tiny methods as better alternative to eval()   * Update for the prompts named "prompt" which are now called "generic"   * Improve documentation on use of custom phrasebook libraries
      adds  6f925f8     * RANCID .cloginrc support for nas script
      adds  072b348     * Bug fix for info messages in nas script
      adds  3802a4b     * Expose global timeout setting   * Add nci_options setting for passing not-natively-supported options to NCI
      adds  fc1bd20     * Minor fix for incorrect data type on timeout
      adds  31b5720     * [RT#92376] timeout when incorrect privileged password
      adds  91899e6     * Docs update for Cisco NX-OS which has max terminal of 511
      adds  909ffee   release 4.200000
      adds  f0d4eb5   Remove dangerous use lib from nas script (ppisar)
      adds  2efc07d   release 4.200001
      adds  59cc11c   Change shebang line in nas script
      adds  082967c   update Net-CLI-Interact dependency
      adds  44758b0   release 4.200002
      adds  04ea44c   Use cloginrc in nas script when using hostname on command line
      adds  4236cd7   Merge pull request #22 from bobbwest/master
      adds  81237ea   release 4.200003
      adds  5f0969c   fix for issue #29, make session wake_up type into integer as per the docs
      adds  82fcc1a   change to Module::Build
      adds  2192677   release 4.300000
      adds  001ef98   update meta
      adds  bc3438c   #34 Support list or single value to add_library option
      adds  6731ed4   release 4.300001
      adds  fa7ac1a   New upstream version 4.300001
       new  039fc5e   Update upstream source from tag 'upstream/4.300001'
       new  df51620   Update debian/changelog
       new  d38ed0b   Update debian/upstream/metadata.
       new  7da38d3   Update years of upstream and packaging copyright.
       new  090c276   Update (build) dependencies.
       new  38ba1a8   Declare compliance with Debian Policy 4.1.3.
       new  fa27031   Add a patch to fix a syntax error around an unimported variable.
       new  2aedb67   releasing package libnet-appliance-session-perl version 4.300001-1

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:
 Build.PL                               | 48 +++++++++++++++++++++++
 Changes                                |  8 ++++
 MANIFEST                               |  4 +-
 META.json                              | 59 +++++++++++++++++++++-------
 META.yml                               | 34 ++++++++++++----
 Makefile.PL                            | 71 ----------------------------------
 bin/nas                                | 12 +-----
 debian/changelog                       | 12 ++++--
 debian/control                         | 13 ++++---
 debian/copyright                       |  4 +-
 debian/patches/VERSION.patch           | 29 ++++++++++++++
 debian/patches/series                  |  1 +
 debian/upstream/metadata               |  3 +-
 lib/Net/Appliance/Session.pm           | 34 ++++++++--------
 lib/Net/Appliance/Session/Async.pm     |  4 +-
 lib/Net/Appliance/Session/Engine.pm    |  4 +-
 lib/Net/Appliance/Session/Scripting.pm |  4 +-
 lib/Net/Appliance/Session/Transport.pm |  4 +-
 18 files changed, 204 insertions(+), 144 deletions(-)
 create mode 100644 Build.PL
 delete mode 100644 Makefile.PL
 create mode 100644 debian/patches/VERSION.patch
 create mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-appliance-session-perl.git



More information about the Pkg-perl-cvs-commits mailing list