[lisp-snmp] [ANNOUNCE] cl-net-snmp 6.0.1
Brought to you by:
binghe
From: Chun T. (binghe) <bin...@gm...> - 2011-03-21 07:14:00
|
(Some coding styles caused the version 6.0 cannot be included in Quicklisp, so I have to update) Changes: - Change CL-YACC's warnings into style-warnings to make ASDF/SBCL happy. - Make class OBJECT-ID's definition appears before BASE-OID to make sure undefined type won't signal a WARNING, for the same reason. - Fixed a MIB compiler bug, wrongly added QUOTE in COMPILE-SEQUENCE case DEFCLASS forms in MIB compilation results not right. - Make UPDATE-MIB works in SBCL by adding the "**;*.*.NEWEST" pathname translations back. - Simple patch facility added (LOAD-ALL-PATCHES) - Fix for CLISP, import symbols from CLOS package (but still lack of networking) Download links: http://common-lisp.net/project/cl-net-snmp/release/snmp_6.0.1.tar.gz http://sourceforge.net/projects/cl-net-snmp/files/snmp/6.0/snmp_6.0.1.tar.gz/download |