Revision 0.3.2
--------------

- MIB path mangiling reworked
- Fix to make pysnmptrap INFORM C/L switch operational

Revision 0.3.1
--------------

- Major overhawl for Python 2.4 -- 3.2 compatibility:
  + get rid of old-style types
  + drop string module usage
  + switch to rich comparation
  + drop explicit long integer type use
  + map()/filter() replaced with list comprehension
  + apply() replaced with */**args
  + switched to use 'key' sort() callback function
  + modified not to use py3k-incompatible exception syntax
  + dictionary operations made 2K/3K compatible

Revision 0.2.11b
----------------

- Fix to ignore empty value in pysnmptranslate pretty printer

Revision 0.2.11a
----------------

- New options (-Cp -Ct -Cc) implemented for pysnmp*walk tools.
- All tools now report error OID.
- EOM condition detection adjusted to reflect modified pysnmp API.
- The pysnmptrap tool code cleaned up.
- HEX values printout improved.

Revision 0.2.10a
----------------

- Fix to SNMP Apps: pass contextEngineId and contextName from command line
  to SNMP App API.
- The missing pysnmptrap tool added to distro and fixed to make it properly
  initializing SNMPv1/v2c trap PDU from command line parameters.

Revision 0.2.9a
---------------

- UDP over IPv6 transport added.
- Fix to allow SET'ting values to MIB table instances.

Revision 0.2.8a
---------------

- API versioning mechanics retired (pysnmp_apps.v4 -> pysnmp_apps).
- Attempt to use setuptools for package management whenever available.
- The apps are now ready for py2exe processing.

Revision 0.2.7a
---------------

- Fixes to pysnmptranslate tool to output MIB text fields (DESCRIPTION etc.)

Revision 0.2.6a
---------------

- UNSTABLE ALPHA RELEASE.
- Default timeout/retries set to net-snmp default values.
- AES cipher now supported.

Revision 0.2.5a
---------------

- UNSTABLE ALPHA RELEASE.
- The snmptranslate tool implemented.
- The -d and -D debugging parameters implemented.
- Minor fixes.

Revision 0.2.4a
---------------

- UNSTABLE ALPHA RELEASE.
- pysnmp*walk tools modified to stop walking MIB on end-of-table rather 
  than on end-of-mib to match net-snmp tools behaviour.
- Bugfix to c/l params scanner -- allow other some printables other
  than alphas and numerics.
- Handle syntax-less OID's whenever reported by broken Agents

Revision 0.2.3a
---------------

- UNSTABLE EARLY ALPHA RELEASE.
- Adjusted to changed SMI model (in pysnmp 4.1.5a)
- Minor fixes to Object Name command-line parser

Revision 0.2.2a
---------------

- UNSTABLE EARLY ALPHA RELEASE.
- Adjusted to changed pysnmp.entity.config.addV3User() API
- Fixes to command-line SNMPv3 protocols parser

Revision 0.2.1a
---------------

- UNSTABLE EARLY ALPHA RELEASE.
- Re-worked to run on top of the latest pysnmp API (4.1.x)
- CLI internals have been re-designed towards clearer modularity
  (see cli/base.py CVS log for details)
- pysnmpset/pysnmpwalk/pysnmpbulkwalk tools added

Revision 0.1.1a
---------------

- UNSTABLE EARLY ALPHA RELEASE.
- Fixed long-pending typo in usage formatting

Revision 0.1.0a
---------------

- UNSTABLE EARLY ALPHA RELEASE.
- Re-worked to run on top of the latest pysnmp API (4.x)
- SPARK-based parser used for c/l parsing
- Rudimental API versioning implemented to let incompatible package
  branches to co-exist within the same Python installation.

Revision 0.0.3
--------------

- Bugfix to scripts installation directive at setup.py. All apps
  now install as 'scripts'.
- CLI classes adjucted to match new abstract ASN1 classes API

Revision 0.0.2
--------------

- Bugfix to pysnmpwalk -- must always send Null value in request
  variable-bindings.

Revision 0.0.1
--------------
- PySNMP-based applications split off the pysnmp package and re-released
  on their own
- The command line interface to SNMP tools previously shipped along with PySNMP
  not reworked for a more consistent design and re-released within pysnmp-apps.
