<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Muonics, Inc. &#187; MIB Smithy SDK</title>
	<atom:link href="http://www.muonics.com/blog/category/mib-smithy-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.muonics.com/blog</link>
	<description>News, articles, and information about Muonics products and network management.</description>
	<pubDate>Wed, 30 Jul 2008 22:57:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>MIB Smithy SDK 3.4.4 Release</title>
		<link>http://www.muonics.com/blog/110/mib-smithy-sdk-344-release/</link>
		<comments>http://www.muonics.com/blog/110/mib-smithy-sdk-344-release/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 22:56:14 +0000</pubDate>
		<dc:creator>Michael Kirkham</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[MIB Smithy SDK]]></category>

		<guid isPermaLink="false">http://www.muonics.com/blog/110/mib-smithy-sdk-344-release/</guid>
		<description><![CDATA[I am pleased to announce the release of MIB Smithy SDK 3.4.4.  Many bug fixes have been made in this release to clear the way for new features.
Changes in this release:
741: Allow empty modules in SMI parser
Modules without any assignments in them (which might happen if you create a module in MIB Smithy and [...]]]></description>
			<content:encoded><![CDATA[<p>I am pleased to announce the release of MIB Smithy SDK 3.4.4.  Many bug fixes have been made in this release to clear the way for new features.</p>
<h3>Changes in this release:</h3>
<p><strong>741: Allow empty modules in SMI parser</strong></p>
<p>Modules without any assignments in them (which might happen if you create a module in MIB Smithy and save it before defining anything in it) can now be loaded by the SMI parser.</p>
<p><strong>253: Documentation for database -logcommand setting</strong></p>
<p>Documentation has been added for the SMI Database&#8217;s -logcommand setting, which allows user control over the formatting of compiler and parser messages.</p>
<p><strong>851: XML version of SNMPv2-SMI errors about IMPORTS</strong></p>
<p>Validating SNMPv2-SMI from XML format caused a false error regarding OBJECT-IDENTITY needing to be imported due to module version not being determined when there is no imports element.</p>
<p><strong>848: Tables are not saved/restored from XML correctly</strong></p>
<p>Single-identifier subtypes (as in the &#8216;SysORTable&#8217; in &#8216;SEQUENCE OF SysORTable&#8217;) were being assigned by the XML parser to the wrong field, resulting in saved/restored XML files from failing validation on tables.</p>
<p><strong>842: Importing of XML files fails with no error message</strong></p>
<p>The XML parser did not previously support sending log messages through the SMI database&#8217;s logcommand, just logchannel.  This resulted in error messages not being displayed in the &#8220;Tasks&#8221; list of MIB Smithy.</p>
<p><strong>844: XML files fail to import with large integers</strong></p>
<p>Due to an arithmetic error in the XML parser&#8217;s integer overflow checking, XML files could fail to import with sufficiently large integer values (e.g. in range elements).</p>
<p><strong>914: Dropped notifications during bursts</strong></p>
<p>Notifications could be dropped during bursts of many (or large) packets due to the default receive buffer size provided by the Windows TCP/IP stack. The SDK now requests up to a 1 MB buffer for the trap socket (on all platforms) to reduce the risk of packet loss.</p>
<p><strong>255: MacOSX: tclsh aborts loading SDK without valid license key</strong></p>
<p>With Tk built for Aqua, tclsh would terminate with SIGABRT when not logged in at the console when attempting to display the license dialog.  The SDK now checks if Aqua or X11 environments are available to the session before attempting to load Tk.</p>
<p><strong>882: Relaxed case restrictions on database queries</strong></p>
<p>Although the SMI parser was able to handle illegal upper/lowercase first letters for record names, the validation for database queries was still strict.  This caused &#8220;$db get -fulloid Foo&#8221; to succeed but &#8220;$db get -fulloid Foo.0&#8243; to error regarding an invalid OID (which it is, but limited the usefulness of the parser&#8217;s handling of them).</p>
<p><strong>912: SNMPv1 Trap-PDU encoding incorrect</strong></p>
<p>The SNMPv1 Trap-PDU fields were being encoded in the wrong order when using the SDK to send SNMPv1 traps.  Consequently, the SDK could not decode SNMPv1 traps sent to itself.</p>
<p><strong>850: XML parser doesn&#8217;t check for equal min/max range values</strong></p>
<p>Both the min and max attributes of the range element in the XML Schema are required, so single range values are generated as equal min and max.  However, upon importing an XML file these values were not merged back into one, resulting in validation errors.</p>
<p><strong>818: TRAP-TYPE&#8217;s REFERENCE field not preserved</strong></p>
<p>The REFERENCE field of TRAP-TYPEs will no longer be lost when loading MIB modules.</p>
<p><strong>817: Querying CREATION-REQUIRES returns only one element</strong></p>
<p>Querying CREATION-REQUIRES property of a variation will now return all of the symbols listed, rather than only one.</p>
<p><strong>254: snmplib format command documentation corrections</strong></p>
<p>Docs for the snmplib format command were corrected to reflect the actual default format for enumerations (label only) and invalid &#8220;-format&#8221; argument in example 2.</p>
<p><strong>308: -includes option missing from get capabilities</strong></p>
<p>The documented -includes property for querying AGENT-CAPABILITIES statements was implemented only with the -mandatory-groups synonym, while both -includes and -mandatory-groups were supported for querying conformance modules and only -mandatory-groups was supported for querying MODULE-COMPLIANCE.  Both ACs and MCs now support both synonyms.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.muonics.com/blog/110/mib-smithy-sdk-344-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MIB Smithy 4.0.7 and SDK 3.4.3 Release</title>
		<link>http://www.muonics.com/blog/99/mib-smithy-407-and-sdk-343-release/</link>
		<comments>http://www.muonics.com/blog/99/mib-smithy-407-and-sdk-343-release/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 03:37:29 +0000</pubDate>
		<dc:creator>Muonics, Inc.</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[MIB Smithy]]></category>

		<category><![CDATA[MIB Smithy SDK]]></category>

		<guid isPermaLink="false">http://www.muonics.com/blog/99/mib-smithy-407-and-sdk-343-release/</guid>
		<description><![CDATA[Changes affecting MIB Smithy:

A &#8220;wrong # args&#8221; error could occur when previewing a single OBJECT-TYPE in SMI format (the error did not occur when previewing the whole module).

Changes affecting both MIB Smithy and MIB Smithy SDK:

The &#8220;piberrors&#8221; type in the XML-SMI Schema document was not correct and did not match the implementation and has been [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Changes affecting MIB Smithy:</strong></p>
<ul>
<li>A &#8220;wrong # args&#8221; error could occur when previewing a single OBJECT-TYPE in SMI format (the error did not occur when previewing the whole module).</li>
</ul>
<p><strong>Changes affecting both MIB Smithy and MIB Smithy SDK:</strong></p>
<ul>
<li>The &#8220;piberrors&#8221; type in the XML-SMI Schema document was not correct and did not match the implementation and has been corrected.</li>
<li>Newlines and carriage returns in OCTET STRING values were forcing conversion to hex (such as in varbind values in responses) as if they were on-printable characters.</li>
<li>A crash could occur if the environment variable for pointing to the license key file were mistakenly set to a directory instead.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.muonics.com/blog/99/mib-smithy-407-and-sdk-343-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MIB Smithy 4.0.3 and SDK 3.4.2 Release</title>
		<link>http://www.muonics.com/blog/84/mib-smithy-403-and-sdk-342-release/</link>
		<comments>http://www.muonics.com/blog/84/mib-smithy-403-and-sdk-342-release/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 08:00:11 +0000</pubDate>
		<dc:creator>Muonics, Inc.</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[MIB Smithy]]></category>

		<category><![CDATA[MIB Smithy SDK]]></category>

		<guid isPermaLink="false">http://www.muonics.com/blog/84/mib-smithy-403-and-sdk-342-release/</guid>
		<description><![CDATA[A crash could occur when using the $session walk command synchronously (no callback) and the request timed out. This problem is fixed in the MIB Smithy 4.0.3 and MIB Smithy SDK 3.4.2 releases.
]]></description>
			<content:encoded><![CDATA[<p>A crash could occur when using the $session walk command synchronously (no callback) and the request timed out. This problem is fixed in the MIB Smithy 4.0.3 and MIB Smithy SDK 3.4.2 releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.muonics.com/blog/84/mib-smithy-403-and-sdk-342-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MIB Smithy 4.0.2 and SDK 3.4.1 Release</title>
		<link>http://www.muonics.com/blog/83/mib-smithy-402-and-sdk-341-release/</link>
		<comments>http://www.muonics.com/blog/83/mib-smithy-402-and-sdk-341-release/#comments</comments>
		<pubDate>Sat, 23 Sep 2006 08:00:05 +0000</pubDate>
		<dc:creator>Muonics, Inc.</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[MIB Smithy]]></category>

		<category><![CDATA[MIB Smithy SDK]]></category>

		<guid isPermaLink="false">http://www.muonics.com/blog/83/mib-smithy-402-and-sdk-341-release/</guid>
		<description><![CDATA[New Features (MIB Smithy)

Paths to MIB/PIB files in MIB Smithy project files were previously stored as absolute paths.  They are now stored as &#8220;relative to project file&#8221; paths to make it easier to put them under source control with the MIB/PIB files and check them out in other locations.

Miscellaneous Bug Fixes (MIB Smithy SDK)

Enumeration [...]]]></description>
			<content:encoded><![CDATA[<h3>New Features (MIB Smithy)</h3>
<ul>
<li>Paths to MIB/PIB files in MIB Smithy project files were previously stored as absolute paths.  They are now stored as &#8220;relative to project file&#8221; paths to make it easier to put them under source control with the MIB/PIB files and check them out in other locations.</li>
</ul>
<h3>Miscellaneous Bug Fixes (MIB Smithy SDK)</h3>
<ul>
<li>Enumeration comments were sometimes being lost, depending on where they appeared in relation to the enumerations.</li>
<li>Newlines and excess whitespace were not always being properly collapsed in enumeration comments.</li>
<li>Comments for the last assignment (such as an OBJECT-GROUP) in a module would wind up being associated with the module rather than (or in addition to) the assignment.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.muonics.com/blog/83/mib-smithy-402-and-sdk-341-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MIB Smithy SDK 3.4 Release</title>
		<link>http://www.muonics.com/blog/81/mib-smithy-sdk-34-release/</link>
		<comments>http://www.muonics.com/blog/81/mib-smithy-sdk-34-release/#comments</comments>
		<pubDate>Mon, 28 Nov 2005 08:00:21 +0000</pubDate>
		<dc:creator>Muonics, Inc.</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[MIB Smithy SDK]]></category>

		<guid isPermaLink="false">http://www.muonics.com/blog/81/mib-smithy-sdk-34-release/</guid>
		<description><![CDATA[New Features

The &#8220;format&#8221; subcommand, available to both database and session commands, can be used to format received SNMP data for display using the DISPLAY-HINT, if any, or customizable formats for enumerated INTEGER and OBJECT IDENTIFIER values.  These default formats can be configured per-database.  The command is available to the TNM &#8220;mib&#8221; compatibility interface [...]]]></description>
			<content:encoded><![CDATA[<h3>New Features</h3>
<ul>
<li>The &#8220;format&#8221; subcommand, available to both database and session commands, can be used to format received SNMP data for display using the DISPLAY-HINT, if any, or customizable formats for enumerated INTEGER and OBJECT IDENTIFIER values.  These default formats can be configured per-database.  The command is available to the TNM &#8220;mib&#8221; compatibility interface as well.</li>
<li>SNMP request variable bindings can now take enumerate names and name-and-number forms for enumerated INTEGER values to be included in the varbinds of the request.  For example, you can now set a RowStatus object with the value &#8220;destroy&#8221; or &#8220;destroy(6)&#8221; in addition to just &#8220;6&#8243;.</li>
<li>Added a native SNMP Session &#8220;walk&#8221; command for performing Get-Next walks of subtrees or entire agents more simply than doing so manually with the &#8220;next&#8221; command.  As with individual requests, asynchronous and synchronous forms are supported, as are session configuration overrides.</li>
<li>Numerous performance improvements were made, particularly for the SNMP layer&#8217;s interaction with its configured SMI database.</li>
<li>The SMI Database &#8220;dump&#8221; command can now take an optional channel name to which output is to be sent.</li>
<li>You can now get the current value for the SNMP Session’s -straps option using cget.</li>
<li>The SNMP Session &#8220;configure&#8221; command can now handle an extra layer of [list] wrapping around its arguments so that one can avoid the overhead of eval and quickly clone sessions using &#8220;$session new [$session configure]&#8220;.</li>
</ul>
<h3>Miscellaneous Bug Fixes</h3>
<ul>
<li>Received responses that don&#8217;t match pending requests are now just dropped, rather than triggering a background error.  The background error would sometimes be triggered by cancelling an asynchronous request.</li>
<li>A lone % at the end of the TNM-style request callback string could lead to a crash.</li>
<li>The authKeyChange and privKeyChagne commands would crash if not given a salt using the -salt option.</li>
<li>Errors from TNM-style asynchronous walk callbacks were providing the extra non-pertinent information the background error messages.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.muonics.com/blog/81/mib-smithy-sdk-34-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MIB Smithy 3.3.7 and SDK 3.3.7 Release</title>
		<link>http://www.muonics.com/blog/78/mib-smithy-337-and-sdk-337-release/</link>
		<comments>http://www.muonics.com/blog/78/mib-smithy-337-and-sdk-337-release/#comments</comments>
		<pubDate>Sat, 15 Oct 2005 08:00:04 +0000</pubDate>
		<dc:creator>Muonics, Inc.</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[MIB Smithy]]></category>

		<category><![CDATA[MIB Smithy SDK]]></category>

		<guid isPermaLink="false">http://www.muonics.com/blog/78/mib-smithy-337-and-sdk-337-release/</guid>
		<description><![CDATA[Miscellaneous Bug Fixes (MIB Smithy)

Right-clicking on an implicit node in the Project tree would leave some menu items disabled the next time a real node&#8217;s popup menu was shown due to the menu being shown before being configured.
A record/workspace tab mapping variable was not being properly unset upon renaming a record with the Apply button. [...]]]></description>
			<content:encoded><![CDATA[<h3>Miscellaneous Bug Fixes (MIB Smithy)</h3>
<ul>
<li>Right-clicking on an implicit node in the Project tree would leave some menu items disabled the next time a real node&#8217;s popup menu was shown due to the menu being shown before being configured.</li>
<li>A record/workspace tab mapping variable was not being properly unset upon renaming a record with the Apply button.  This could result in an error when closing and re-opening that record&#8217;s workspace or the workspace not being opened for a newly created record of the same type.</li>
</ul>
<h3>Miscellaneous Bug Fixes (MIB Smithy SDK)</h3>
<ul>
<li>A lone % at the end of the TNM-style request callback string could lead to a crash.</li>
<li>authKeyChange and privKeyChange commands would crash if not given a salt using the -salt option.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.muonics.com/blog/78/mib-smithy-337-and-sdk-337-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MIB Smithy SDK 3.3.6 Release</title>
		<link>http://www.muonics.com/blog/77/mib-smithy-sdk-336-release/</link>
		<comments>http://www.muonics.com/blog/77/mib-smithy-sdk-336-release/#comments</comments>
		<pubDate>Sun, 18 Sep 2005 08:00:45 +0000</pubDate>
		<dc:creator>Muonics, Inc.</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[MIB Smithy SDK]]></category>

		<guid isPermaLink="false">http://www.muonics.com/blog/77/mib-smithy-sdk-336-release/</guid>
		<description><![CDATA[Several memory leaks and issues with returning session and database names that were introduced by the 3.3.5 changes were fixed in this patch release for MIB Smithy SDK.
]]></description>
			<content:encoded><![CDATA[<p>Several memory leaks and issues with returning session and database names that were introduced by the 3.3.5 changes were fixed in this patch release for MIB Smithy SDK.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.muonics.com/blog/77/mib-smithy-sdk-336-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MIB Smithy SDK 3.3.5 Release</title>
		<link>http://www.muonics.com/blog/76/mib-smithy-sdk-335-release/</link>
		<comments>http://www.muonics.com/blog/76/mib-smithy-sdk-335-release/#comments</comments>
		<pubDate>Mon, 12 Sep 2005 08:00:07 +0000</pubDate>
		<dc:creator>Muonics, Inc.</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[MIB Smithy SDK]]></category>

		<guid isPermaLink="false">http://www.muonics.com/blog/76/mib-smithy-sdk-335-release/</guid>
		<description><![CDATA[New Features

Added the ability to configure SNMP sessions during creation by including the configure options in the &#8220;snmplib new&#8221; command.

Bugs fixed in this release:

SMI Database and SNMP Session commands now behave properly when renamed, including reflection in the &#8220;$db get&#8221; and &#8220;$session mpds&#8221; commands.
Secondary databases and sessions now take the form &#8220;smi&#8221; and &#8220;snmp&#8221; rather [...]]]></description>
			<content:encoded><![CDATA[<h3>New Features</h3>
<ul>
<li>Added the ability to configure SNMP sessions during creation by including the configure options in the &#8220;snmplib new&#8221; command.</li>
</ul>
<h3>Bugs fixed in this release:</h3>
<ul>
<li>SMI Database and SNMP Session commands now behave properly when renamed, including reflection in the &#8220;$db get&#8221; and &#8220;$session mpds&#8221; commands.</li>
<li>Secondary databases and sessions now take the form &#8220;smi&#8221; and &#8220;snmp&#8221; rather than &#8220;smilib#&#8221; and &#8220;snmplib#&#8221;.  Using the pointer value for the hexstring allows for uniqueness without having to scan the list every time a session or database is created.</li>
<li>Changed error messages resulting from incorrect argument counts for commands to be of a somewhat more standard form.  Also corrected some bugs in handling invalid arguments in some APIs.</li>
<li>The SNMP session &#8220;wait&#8221; command was causing the process to use up to 99% of the CPU load and now yields to the system properly when there are no events.</li>
<li>A missing break would cause incorrect results for Tnm snmp session&#8217;s &#8220;cget -transport&#8221; option.  Added support for Tnm snmp session &#8220;cget -straps&#8221; option.</li>
<li>Tnm snmp session&#8217;s &#8220;configure&#8221; command, when given no arguments in order to return all current settings, returned an unscaled value for timeout (the SDK uses milliseconds, Tnm uses seconds).</li>
<li>snmplib bind without any arguments was returning the list of scripts for each bound event rather than the list of events that have scripts bound, as it should/is documented.</li>
<li>Tnm &#8220;mib info access&#8221; and &#8220;mib info status&#8221; included the internal-only value &#8220;undefined&#8221; in results.</li>
<li>The error given by Tnm &#8220;mib walk&#8221; with an unknown node name included the variable name in the error rather than the node name.</li>
<li>The Tcl_Obj for the default SMI database log channel did not have its reference count incremented initially, which could potentially lead to a crash.</li>
<li>The &#8220;snmplib mpds&#8221; and &#8220;snmp info&#8221; commands, which return lists of known SDK native and Tnm compatible SNMP sessions will now only return those sessions of the appropriate type.  e.g., &#8220;snmplib mpds&#8221; will no longer list sessions created with the Tnm &#8220;snmp generator&#8221; command.</li>
<li><hexstring></hexstring><hexstring>The snmpTrapOID parameter of the Tnm trap interface was not being included in the variable bindings for the trap.</hexstring></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.muonics.com/blog/76/mib-smithy-sdk-335-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MIB Smithy 3.3.3 and SDK 3.3.3 Release</title>
		<link>http://www.muonics.com/blog/74/mib-smithy-333-and-sdk-333-release/</link>
		<comments>http://www.muonics.com/blog/74/mib-smithy-333-and-sdk-333-release/#comments</comments>
		<pubDate>Sat, 13 Aug 2005 08:00:11 +0000</pubDate>
		<dc:creator>Muonics, Inc.</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[MIB Smithy]]></category>

		<category><![CDATA[MIB Smithy SDK]]></category>

		<guid isPermaLink="false">http://www.muonics.com/blog/74/mib-smithy-333-and-sdk-333-release/</guid>
		<description><![CDATA[Miscellaneous Bug Fixes (MIB Smithy)

Opening the README.RTF and LICENSE.RTF files from the Help menu would result in an error under Windows, as MS Word didn&#8217;t recognize the %20&#8217;s for spaces.
The Window&#124;Maximize command did not restore a previously maximized window to normal under Mac OS X.  It would do so momentarily, and then return to [...]]]></description>
			<content:encoded><![CDATA[<h3>Miscellaneous Bug Fixes (MIB Smithy)</h3>
<ul>
<li>Opening the README.RTF and LICENSE.RTF files from the Help menu would result in an error under Windows, as MS Word didn&#8217;t recognize the %20&#8217;s for spaces.</li>
<li>The Window|Maximize command did not restore a previously maximized window to normal under Mac OS X.  It would do so momentarily, and then return to the maximized (zoomed) state.</li>
<li>The Aqua &#8220;Window&#8221; menu could show a &#8220;menu&#8221; item where the list of open windows were shown that should not be there.</li>
<li>A focus race condition in the popup calendar used for timestamps in MODULE-IDENTITY&#8217;s LAST-UPDATED and REVISIONS fields could lead to a hang, at least under Windows.</li>
</ul>
<h3>Miscellaneous Bug Fixes (MIB Smithy SDK)</h3>
<ul>
<li>When receiving traps under Unix with the nmtrapd/straps daemon, MIB Smithy could become partially hung by a short read condition until another trap was received.</li>
<li>Added missing &#8220;-straps&#8221; option to the &#8220;$session cget&#8221; command.  This option returns the current value for the -straps option, which allows disabling use of the nmtrapd/straps daemon under Unix.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.muonics.com/blog/74/mib-smithy-333-and-sdk-333-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MIB Smithy 3.3.2 and SDK 3.3.2 Release</title>
		<link>http://www.muonics.com/blog/73/mib-smithy-332-and-sdk-332-release/</link>
		<comments>http://www.muonics.com/blog/73/mib-smithy-332-and-sdk-332-release/#comments</comments>
		<pubDate>Fri, 01 Jul 2005 08:00:16 +0000</pubDate>
		<dc:creator>Muonics, Inc.</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[MIB Smithy]]></category>

		<category><![CDATA[MIB Smithy SDK]]></category>

		<guid isPermaLink="false">http://www.muonics.com/blog/73/mib-smithy-332-and-sdk-332-release/</guid>
		<description><![CDATA[Bugs fixed in this release:

A stale Tcl_Obj could lead to a hang or crash when sending SNMP requests with varbinds that include syntax, where the syntax (as provided) is a non-base type.
Querying properties on an object using a symbolic name plus subidentifier, when the object has variations defined, could lead to an infinite loop.
A crash [...]]]></description>
			<content:encoded><![CDATA[<h3>Bugs fixed in this release:</h3>
<ul>
<li>A stale Tcl_Obj could lead to a hang or crash when sending SNMP requests with varbinds that include syntax, where the syntax (as provided) is a non-base type.</li>
<li>Querying properties on an object using a symbolic name plus subidentifier, when the object has variations defined, could lead to an infinite loop.</li>
<li>A crash could occur on exit when database or session commands were invoked in a callback called after the exit started, such as in the <destroy> handler for a toplevel window.</destroy></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.muonics.com/blog/73/mib-smithy-332-and-sdk-332-release/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
