Annotation of trango/Net-Telnet-Trango/Changes, Revision 1.7
1.1 andrew 1: Revision history for Net-Telnet-Trango
2:
1.7 ! andrew 3: 0.05 2009.07.31
! 4: * no longer store config in a shared %PRIVATE hash,
! 5: now do it the same way as Net::Telnet and store it
! 6: as part of the object. When using more than one object
! 7: (say an AP and and SU) the config would be shared.
! 8: * Add several new commands useful for managing SU
! 9: - reset
! 10: - set_baseid
! 11: - set_suid
! 12: - set_defaultopmode
! 13: - freq
! 14: - freq_writescan
! 15: - freq_scantable
! 16: - ipconfig
! 17: * new commands don't have tests yet, but it is in the TODO
! 18:
1.6 andrew 19: 0.04 2009.07.13
20: * Fix a mistake I made in the match for sudb_view. I should probably
21: get a test environment set up. Hopefully that is the last problem
22: Steven has to work around for a while.
23:
1.5 andrew 24: 0.03 2009.07.09
25: * Match the su2su field in sudb_view, it is in hex, so \d didn't match
1.6 andrew 26: sometimes. Thanks again to "Steven N. Severinghaus"
1.5 andrew 27: * More tests that are probably non-functional because I didn't set up
28: a test environment.
29:
1.4 andrew 30: 0.02 2009.07.08
31: * Perltidy and some Perl Critic
32: * Changed the prompt to include $> not just #>
1.6 andrew 33: * Changed the banner match to support more types of hardware
1.4 andrew 34: * Lots of tests
35: * Added stuff to the TODO
36: * Support for the TrangoLink 45
37: * Additional features in the su.cgi
38: * Add commands arq and linktest
39: * Fix a problem in sudb_add where $new_mac wasn't completely
40: stripped of special characters.
41: From: "Steven N. Severinghaus" <steve@volo.net>
1.2 andrew 42:
1.1 andrew 43: 0.01 2007.02.05
1.4 andrew 44: * First version, released on an unsuspecting world.
1.1 andrew 45:
1.7 ! andrew 46: $RedRiver: Changes,v 1.6 2009/07/13 16:33:45 andrew Exp $
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>