Revision history for DOCSIS-Perl

0.6004 Sun Sep 12 21:51:02 CEST 2010

0.6003 Sun Sep 5 20:38:25 CEST 2010

0.6002 Sat Sep 4 11:34:58 CEST 2010

0.6001 Sat Sep 4 04:02:29 CEST 2010

0.60     Sat Sep  4 00:26:27 CEST 2010
      - Fix uninitialized warnings in Decode::uint()
        Contributor: canni
      - Change from logger() and errors() to carp() and confess()
      - Add Encode::mic() to avoid warnings about
        Undefined decode function for PCODE/CODE (0/255)
      - Add DESCRIPTION

0.5901 Sat Apr 3 13:04:38 CEST 2010

0.59 Sat 23 Jan 10:19:00 CET 2010

Fix symbol table is read from a string

0.58 Tue 8 Dec 22:45:00 CET 2009

Fix 01-pod-coverage.t

0.57 Sun 8 Nov 16:52:00 CET 2009

Fix decode of uint

0.56 Tue 7 Apr 15:41:00 CEST 2009

        Add decoding of TLV64
        Fix string(): better detection for hexstrings
        Add add_symbol() for custom syminfo symbols

0.55 ...

0.54 Thu 8 Jan 23:00:00 CET 2009

        Fix SNMP objects starting with "0x30 0x82 ... " fail to decode
        Update POD and formatting of code

0.52 Mon 14 Apr 12:40:00 CEST 2008

Fix undefined $VERSION.

0.51 Mon 14 Apr 00:19:00 CEST 2008

Update POD

0.5     Sun 13 Apr 21:15:00 CEST 2008
        Fix RT34547 should be able to handle ->unlimited values :)
        Fix RT34548 no warnings when decoding CmMic and CmtsMic
        Update 10-encode-decode test
        Change output format: hex-values start with '0x'

0.4     Wed  5 Dec 11:23:00 CET 2007
        Hopefully made a decent release for CPAN.
        Add example script  which should be quite useful: docsis_yaml.pl.

0.3     Tue  4 Dec 22:32:00 CET 2007
        Update encode/decode test.
        API change: not compatible with old version.
        Update POD.
        Add support for normal/advanced output.
        (Sorry for the version jump - Really bad typo)

0.02 Tue 4 Dec 16:10:00 CET 2007

        Add deps to makefile.
        Change error reporting to Log4perl.
        Add encode/decode test.
        Move syminfo to DOCSIS::ConfigFile::Syminfo.
        Update POD.

0.01 Mon 3 Dec 23:49:00 CET 2007

First release of DOCSIS::ConfigFile