File: Changes

package info (click to toggle)
libnet-cli-interact-perl 1.121640-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 368 kB
  • sloc: perl: 1,805; makefile: 2
file content (107 lines) | stat: -rw-r--r-- 3,163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
1.121640  2012-06-12 23:22:19 Europe/London

 * NCI library version number is logged at instatiation.
 * New ignore_host_checks option for SSH to replace shkc. Note the following:

 This option defaults to ENABLED meaning that openssh no longer checks host IDs.
 See documentation in Net::CLI::Interact::Transport::SSH for details.

1.121570  2012-06-05 19:37:11 Europe/London

 * Fix Cisco prompt detection when containing [] characters (Alexander Hartmaier)
 * Detect connection failures and die with buffered transport error

1.120670  2012-03-07 20:20:06 Europe/London

 * Fix IO::Pty dependency only to appear on non-Win32. This has required a
   local hack to Dist::Zilla so please contact the author if you build from dist.ini.

1.120560  2012-02-25 16:52:07 Europe/London

 * fix typo (C. Vicente)
 * fix Win32 path to locate plink.exe

1.120042  2012-01-04 21:08:07 Europe/London

 * test release process

1.120040  2012-01-04 20:58:57 Europe/London

  * ors attribute should be writeable (V. Magnin)

1.113610  2011-12-27 00:51:35 Europe/London

  * New implementation of output parser. Note the following:

  For the cmd() and macro() methods: In scalar context all data is returned.
  In list context the gathered response is returned as a list of lines. In both
  cases your local platform's newline character will end all lines.

1.113600  2011-12-26 16:35:32 Europe/London

  * Add has_prompt and has_macro methods
  * Add Foundry phrasebook (Vincent Magnin)

1.112610  2011-09-18 10:41:37 Europe/London

  * Escape embedded % in cmd() commands (B. Hogden)
  * Apply POD typo fixes patch (V. Foitzik)

1.112602  2011-09-17 23:45:50 Europe/London

  * Newline only added if there was a new *line* in output

1.112601  2011-09-17 18:32:55 Europe/London

  * Fixes to handling of newlines in returned response.
    Now aggressively remove control characters, and replace all newlines with \n

1.112600  2011-09-17 14:17:44 Europe/London

  * Set quotemeta when stripping command from returned output (V. Foitzik)

1.112190  2011-08-07 21:33:07 Europe/London

  * use_net_telnet_connection is checked even on Win32
  * make add_library actually DTRT when you want both lib and add_lib

1.111590  2011-06-08 23:26:09 Europe/London

  * Support more SSH transport options, handle username

1.111530  2011-06-02 23:44:29 Europe/London

  * Support multi match in macros
  * Remove is_lazy - always update the prompt
  * Phrasebook fixes for Net::Appliance::Session

1.111500  2011-05-30 16:00:03 Europe/London

  * New cross platform backend (IPC::Run or Net::Telnet)

1.111150  2011-04-25 19:55:40 Europe/London

  * Cross platform support (i.e. Win32)
  * More documentation
  * Added a few minor support methods

1.110911  2011-04-01 15:09:58 Europe/London

  * Minor POD formatting typos fixed

1.110910  2011-04-01 13:04:09 Europe/London

  * Fix "private" packages scoping so that Dist::Zilla works
  * Add tutorial and cookbook POD files

1.110900  2011-03-31 14:41:17 Europe/London

  * More POD

1.110891  2011-03-30 13:16:46 Europe/London

  * More POD

1.110890  2011-03-30 13:13:48 Europe/London

  * Initial release on an unsuspecting world.