[BACK]Return to Changes CVS log [TXT][DIR] Up to [local] / trango / Net-Telnet-Trango

Diff for /trango/Net-Telnet-Trango/Changes between version 1.3 and 1.7

version 1.3, 2009/07/08 18:23:13 version 1.7, 2009/07/31 22:44:33
Line 1 
Line 1 
 Revision history for Net-Telnet-Trango  Revision history for Net-Telnet-Trango
   
 0.02    2009.07.08 - Been a while, but I didn't think anyone used it.  0.05    2009.07.31
           * no longer store config in a shared %PRIVATE hash,
             now do it the same way as Net::Telnet and store it
             as part of the object.  When using more than one object
             (say an AP and and SU) the config would be shared.
           * Add several new commands useful for managing SU
             - reset
             - set_baseid
             - set_suid
             - set_defaultopmode
             - freq
             - freq_writescan
             - freq_scantable
             - ipconfig
           * new commands don't have tests yet, but it is in the TODO
   
         Perltidy and some Perl Critic  0.04    2009.07.13
           * Fix a mistake I made in the match for sudb_view. I should probably
         Changed the prompt to include $> not just #>            get a test environment set up.  Hopefully that is the last problem
             Steven has to work around for a while.
   
         Changed the banner match  0.03    2009.07.09
           * Match the su2su field in sudb_view, it is in hex, so \d didn't match
         Added lots of tests            sometimes.  Thanks again to "Steven N. Severinghaus"
           * More tests that are probably non-functional because I didn't set up
             a test environment.
   
         Added stuff to the TODO  0.02    2009.07.08
           * Perltidy and some Perl Critic
           * Changed the prompt to include $> not just #>
           * Changed the banner match to support more types of hardware
           * Lots of tests
           * Added stuff to the TODO
           * Support for the TrangoLink 45
           * Additional features in the su.cgi
           * Add commands arq and linktest
           * Fix a problem in sudb_add where $new_mac wasn't completely
             stripped of special characters.
             From: "Steven N. Severinghaus" <steve@volo.net>
   
         Support for the TrangoLink 45  
   
         Additional features in the su.cgi  
   
         Add commands arq and linktest  
   
 0.01    2007.02.05  0.01    2007.02.05
         First version, released on an unsuspecting world.          * First version, released on an unsuspecting world.
   
 $RedRiver: Changes,v 1.2 2008/10/29 17:36:59 andrew Exp $  $RedRiver: Changes,v 1.6 2009/07/13 16:33:45 andrew Exp $

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.7

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>