CHANGES
Changes


What means version A.B.C ?

Release 2.4.0
29/09/99.
MibBrowser, PduGenerator and SmiDisplay now implement Drag&Drop.

Release 2.3.0
30/05/99.
A new bean: MibBrowser.
VarEditor2 is obsolete and removed from sck.

Release 2.2.0
14/03/99.
1.Servlet : TekBoot uses snmp to retreive and set Tektronix X term's boot configuration. First, see notes on servlets.
2.A new gui bean: Plotter. In Bandwith calculation you will see this bean in action.
3.GREDLight now implements DataListener. See Processor load.
4.Parser has been modified: non Smi vars are now persistent. See an exemple (Bandwith calculation) using this behavoir.
5.Unix makefile to build sck.jar now delivered in sck.zip. sck.jar and gui.jar are merged in a single jar file: sck.jar.
6.Minor modifications in PduGenerator and VarEditor2 : you can now compile and use SCK with jdk 1.2 (Java 2).

Release 2.1.0
29/01/99. New beans:
1. GREDLight. Thanks to Claudine Simonin and Christian Bolut for the fabulous gif images.
2. VarEditor2. Thanks to Jacques Troispoils for this tool.
3. Parser and its companion dataDisplay.
... And specials thanks to René Lozac'h for the animated sck logo.

Release 2.0.0
05/09/98. Major beans enhancements. Incompatible change: beans events are renamed.
1. New format for Timeticks.
2. New methods: PduCmd.getTag(), VarList.getSize() .
3. Major changes to PduGenerator: new method (update(MessageEvent e)), add gui controls to edit VarList.
4. Major changes to SmiDisplay: 5. New Bean: ButtonVar. Fully serializable.
6. Clarify meaning of SmiEvent by subclassing. Some beans methods dealing whith events are renamed for a better understanding.

Release 1.1.0
11/08/98. Minor realease.
1. Swing is no more needed. PduGenerator now uses List(awt) instead of Jlist(swing). New layout for PduGenerator.
2. Added accessors to sck.Message: getPdu(), getCommunity() and for sck.PduCmd: getErrorStatus, getErrorindex(), getRequestId().
3. A new constructor for Var:Var(String s).
4. A new method for Oid: sameTree(String s).
5. A new class: SnmpError.
6. SCK repository: contains concrete examples.

Release 1.0.2
10/08/98. Bug fix.
1. Pb. in ber coding of Oid which contains subid > 127.

Release 1.0.1
04/08/98. Bug fixes.
1. Pb. with serialization in the beanbox: remove method getPreferedSize() and set a default font in beans: VarEditor, PduGenerator, SnmpTube.
2. Change behavior of SnmpTube: when host name is not correct, textField is no more cleared. A Message: host unknown is printed on System.out.
3. Error while parsing ber coding of OctetString whose length is zero.

Release 1.0.0
28/06/98. Initial release.