MIB Smithy 2.4.7 and SDK 2.4.7 Release
April 8th, 2004 by Muonics, Inc.
Miscellaneous Bug Fixes (MIB Smithy)
- An error could occur when adding a symbol with OID to a module’s imports list when that symbol was the first to be added.
Miscellaneous Bug Fixes (MIB Smithy SDK)
- The “snmplib cget -localport” result was not being converted to host byte order before returning the configured value, which would report a different value than actually configured on some platforms.
- Using OIDs in the imports to disambiguate module references could result in a crash on exit or removing the module due to a doubly-freed pointer resulting from earlier parser changes.
- The warning/sometimes error regarding index objects that may cause an instance’s OID to exceed 128 subidentifiers is now always a warning.
MIB Smithy 2.4.6 and SDK 2.4.6 Release
March 11th, 2004 by Muonics, Inc.
Certain optional MIB record fields specified with an empty string could lead to a crash rather than the intended warning. The problem is fixed in this patch release.
MIB Smithy 2.4.5 and SDK 2.4.5 Release
March 5th, 2004 by Muonics, Inc.
Record comment associations were inadvertently broken during parser changes in 2.4 made to add additional error recovery capabilities. The problem is fixed in this patch release.
MIB Smithy 2.4.4 Release
March 3rd, 2004 by Muonics, Inc.
A race condition existed in the third-party combobox implementation that could lead to an application hang in the ExtUTCTime calendar popup and is fixed in this patch release.
MIB Smithy 2.4.3 and SDK 2.4.3 Release
February 23rd, 2004 by Muonics, Inc.
Signfiicant Changes (MIB Smithy)
- Added Ctrl+S as a hotkey sequence for saving the selected file.
- The “Save File” button in the toolbar is now disabled when neither the project file nor a MIB file are selected. Previously the default was to save the project file if nothing was selected, which led to some confusion.
- The Edit -> Copy menu entry was being renamed to “Remove
” (for the selected record) rather than the “Remove” menu entry due to an indexing error when the clipboard menu items were added.
Signfiicant Changes (MIB Smithy SDK)
- Implemented minor optimizations to SNMPv3 security functionality.