From 95abbf3147c3e2bd9404de413530caaae9b7705d Mon Sep 17 00:00:00 2001 From: elie Date: Tue, 25 Jun 2002 10:52:02 +0000 Subject: Turned to 2.0.4 --- CHANGES | 15 +++++++++++++++ README | 8 ++++---- setup.py | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 5b67733..4f3dd71 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +Tue Jun 25 8:34:39 MSD 2002 + +Changes to version 2.0.4 +------------------------ + +- Bugfix: the 'UPTIME' BER tag removed from asn1.BERHEADER.TAGS dictionary + as it seems to duplicate the 'TIMETICKS' flag what accidentally causes + pysnmp.asn1.TypeError exception. + +- The FLAGS dictionaries in various classes split up to CLASS and + FORMAT ones to better follow BER specification. + +- The asn1.TAGGEDSEQUENCE class renamed to asn1.SEQUENCE as the latter + seems not to be defined and used in SNMP context. + Fri Jun 21 08:54:43 MSD 2002 Changes to version 2.0.3 diff --git a/README b/README index dcff08e..d2574c7 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -SNMP engine for Python, version 2.0.3 +SNMP engine for Python, version 2.0.4 ------------------------------------- This is a Python implementation of SNMP v.1/v.2c engine. It's general @@ -46,13 +46,13 @@ directory in the following way (assuming your Python distribution resides under /usr/local/lib/python): $ cd /usr/local/lib/python/site-packages -$ tar xvf /tmp/pysnmp-2.0.3.tar -$ echo pysnmp-2.0.3 > pysnmp.pth +$ tar xvf /tmp/pysnmp-2.0.4.tar +$ echo pysnmp-2.0.4 > pysnmp.pth Alternatively, the $PYTHONPATH environment variable can be updated to point to your PySNMP package location (assuming your UNIX shell is bash): -export PYTHONPATH=/home/ilya/src/py/pysnmp-2.0.3:$PYTHONPATH +export PYTHONPATH=/home/ilya/src/py/pysnmp-2.0.4:$PYTHONPATH The latter trick is also known to work on Windows. diff --git a/setup.py b/setup.py index 402ec60..23f31f6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name="pysnmp", - version="2.0.3", + version="2.0.4", description="Python SNMP Toolkit", author="Ilya Etingof", author_email="ilya@glas.net ", -- cgit v1.2.1