libsmi release 0.2.7

Hi!
From time to time it's time for a new release. This time it's time for 0.2.7.
o As always this release fixes bugs in the library and in the tools reported and fixed by many people. Thanks! Especially to Bill Fenner and Pat Knight.
o A bunch of new and updated IETF standards track modules have been released and (fixed where appropriate and) integrated with libsmi.
o Some new checks have been added to the SMIv1/v2 parser.
o A new dump format has been contributed by Pat Knight, that generates Python dictionaries.
o The man pages have been updated.
o NOTE: There are at least two changes in the API. However, they are expected to be binary compatible, and the major library number has not been incremented.
o Another change affects the module search path setup. The arguments of the configuration file `path' statement now have the same meaning as the SMIPATH environment variable. This means, to retain the semantics of your existent configuration files, you have to prepend a `:' to the `path' statements' arguments. See smi_config(3).
See the ChangeLog file for more details. As usual the current release can be found at
http://www.ibr.cs.tu-bs.de/projects/libsmi/ ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/
Enjoy,
Frank -- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.

Hi Frank,
I built the new libsmi described below on NT4 using cygwin. The built went ok. I use the following config file where I changed the path directive to include : in front of the path.
================<< start quote ============================ # Last edit: Thu Nov 09 11:39:37 2000 # By: Yigal Hochberg #
# File: smi.cfg # libsmi initialization file #
# path of mib modules # you can use the posix notation: //x/<path> to specify drive x: # e.g //c/dmhsnmp-agent/mibdir/ # path ://f/yigal/dmh-libsmi/libsmi-0.2.7/mibs/ietf/ path :../mibs/ietf/ path :../mibs/iana/ ================== end quote >>==============================
Unfortunately with or without the : smidump cannot find files in the mib directories.
Any idea what is wrong? Note that up to and including libsmi 0.2.5 smidump works very well in this environment.
Thanks,
Frank Strauss strauss@ibr.cs.tu-bs.de wrote:
Hi!
From time to time it's time for a new release. This time it's time for 0.2.7.
o As always this release fixes bugs in the library and in the tools reported and fixed by many people. Thanks! Especially to Bill Fenner and Pat Knight.
o A bunch of new and updated IETF standards track modules have been released and (fixed where appropriate and) integrated with libsmi.
o Some new checks have been added to the SMIv1/v2 parser.
o A new dump format has been contributed by Pat Knight, that generates Python dictionaries.
o The man pages have been updated.
o NOTE: There are at least two changes in the API. However, they are expected to be binary compatible, and the major library number has not been incremented.
o Another change affects the module search path setup. The arguments of the configuration file `path' statement now have the same meaning as the SMIPATH environment variable. This means, to retain the semantics of your existent configuration files, you have to prepend a `:' to the `path' statements' arguments. See smi_config(3).
See the ChangeLog file for more details. As usual the current release can be found at
http://www.ibr.cs.tu-bs.de/projects/libsmi/ ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/
Enjoy,
Frank
!! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.
participants (2)
-
Frank Strauss
-
Yigal Hochberg