-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChanges
157 lines (104 loc) · 5.43 KB
/
Changes
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
app-tel (0.2016.01) unstable; urgency=medium
* Added Dockerfile
* Darwin fix for mktelrc
* added support for regex => '192.168.15.1'
* new warnings if optional modules fail to load
* fixes for colors in several places
* override process name to 'tel' for easier pkill
* rewrote the Expect hooks for better maintainability
* fix for password input
-- Robert Drake <[email protected]> Thu, 22 Sep 2016 18:40:22 -0400
app-tel (0.2015.10) unstable; urgency=medium
* added support for -P and -A to override profiles
* added support for -4 and -6 to override address family
* adding XDG_CONFIG_HOME support
* more code cleanup and new tests
* fix syntax highlight loading
* added support for -S to sleep between lines during interactive sessions
-- Robert Drake <[email protected]> Thu, 24 Mar 2016 00:41:20 -0400
app-tel (0.2015.09ubuntu1) unstable; urgency=medium
* fixed problems with loading color modules and added more tests for
failures
-- Robert Drake <[email protected]> Mon, 19 Oct 2015 15:00:17 -0400
app-tel (0.2015.09) unstable; urgency=medium
* CPAN testers update :) Fixes bugs with test cases for modules that aren't
installed.
-- Robert Drake <[email protected]> Fri, 09 Oct 2015 01:24:11 -0400
app-tel (0.2015.08) unstable; urgency=medium
* You can now use the -x command line argument multiple times to run
multiple script files on a device
* Support for http://passwordstore.org
* moved handle_backspace and handle_ctrl_z into App::Tel::Macro.pm
-- Robert Drake <[email protected]> Tue, 08 Sep 2015 00:45:50 -0400
app-tel (0.2015.07) unstable; urgency=medium
* bump because color tests were broken (not sure why make test was passing here)
-- Robert Drake <[email protected]> Wed, 12 Aug 2015 18:01:36 -0400
app-tel (0.2015-06) unstable; urgency=medium
* added support for PWSafe3 password safes
* changed keyring support slightly. You may be prompted once to re-enter
your passphrase if you're storing your keepass passphrase in the keyring.
-- Robert Drake <[email protected]> Mon, 10 Aug 2015 17:32:41 -0400
app-tel (0.2015-05) unstable; urgency=medium
* fix for NetAddr::IP being required
-- Robert Drake <[email protected]> Thu, 21 May 2015 10:21:24 -0400
app-tel (0.2015-04) unstable; urgency=medium
* moved all HostRange logic into HostRange module
-- Robert Drake <[email protected]> Mon, 23 Mar 2015 11:08:26 -0400
app-tel (0.2015-03) unstable; urgency=medium
* Fix for NetAddr::IP check in tests
* lowered version requirement for Test::More so debian will be happy
-- Robert Drake <[email protected]> Sun, 22 Mar 2015 14:53:43 -0400
app-tel (0.2015-02) unstable; urgency=medium
* Added support for HostRanges
* fixed documentation for Keepass and Keyrings
-- Robert Drake <[email protected]> Sat, 21 Mar 2015 10:10:34 -0400
app-tel (0.2015-01) unstable; urgency=medium
* moved handlers to App::Tel to fix them
* changed timeout for -x, -c, and -a to use configured timeout rather than
10 seconds. This should fix some slow scripts.
* removed "term len 0" from default pagercmd. It is now specified via telrc
profile. THIS MAY BREAK YOUR SCRIPTS, UPDATE TELRC IF NEEDED.
* perlcritic fixes
-- Robert Drake <[email protected]> Thu, 15 Jan 2015 20:38:28 -0500
app-tel (0.2010_03) unstable; urgency=medium
* pod2usage for -h help and summary if no arguments given
* changed it so Term::ReadKey is loaded instead of used. Term::ReadKey is
an optional module loaded if you set the pagercmd to a special value. It
fakes an infinately long screen to try get output from a device with no
"more" prompts.
* applying chomp() to -x script input because we supply newlines when we
send to the device.
* adding -a to override autocmds via the cli when needed.
-- Robert Drake <[email protected]> Fri, 26 Dec 2014 11:52:48 -0500
app-tel (0.2010) unstable; urgency=medium
* lots of documentation updates
* timing problems fixed by 0.2009 suppressing expect output in tests
* added -d flag for turning debugging on to find problems
* tel -l no longer implies "term len 0" (for compatibility with non-cisco
devices)
* changed hardcoded pager to use pagercmd. It still defaults to Cisco but
does the right thing if configured for juniper or dlink, etc.
-- Robert Drake <[email protected]> Sun, 14 Dec 2014 01:27:16 -0500
app-tel (0.2004) unstable; urgency=medium
* IO::Stty is now marked as required
* more bugfixes to make tests stop failing on other systems
-- Robert Drake <[email protected]> Sat, 22 Nov 2014 22:20:28 -0500
app-tel (0.2003-1) unstable; urgency=medium
* fix for expect passthrough
* fix for fake-a-router to make it more portable
-- Robert Drake <[email protected]> Fri, 21 Nov 2014 23:39:43 -0500
app-tel (0.2002-1) unstable; urgency=medium
* corrections for "show cable modem phy" colors
* example module for "show logging" colors
* ping example module
* cleaned up some of the color regexes and colorized more cisco things
* fixed code to run with "use warnings"
* fix for JUNOS
* fix for warnings and errors when there are no configuration files
* unit tests for config files
* fixes for raw and bracketed IPv6 addresses, and basic uri support
* changing namespace to App::Tel to make CPAN happy
-- Robert Drake <[email protected]> Wed, 19 Nov 2014 23:59:04 -0500
app-tel (0.2001-1) unstable; urgency=low
* Initial Release.
-- Robert Drake <[email protected]> Sat, 11 Oct 2014 22:39:47 -0400