v0.3.4, 2006 Apr 6
---------------------------------------------------------------------
- optimize BerEncoder (replace old copy with System.arraycopy) (Arie Ozarov)
- Replace SnmpTimer with OptimizedTimer (does not perform linear search)
- SnmpAgent will now provide SnmpPeer with the sender information instead of null 
- SnmpAgent response generated (for get/getnext/set) will use the caller snmp version
- New constructor were added to set receive/send buffers
- Fixed a bug in fast receiver queue handling (SnmpPortal)
- Changed SnmpRequest / SnmpSession interaction to avoid the need of the cleaner task
- Optimized request handling in SnmpSession (use non-linear structure to hold/manage the requests)
- SnmpSession will now consider the community string from the peer (if provided) when sending requests
- Removed from SnmpSession the check that compares the community string in the received PDU with the community 
  string of the sent PDU as there are not few devices which will not comply with that rule and removing the check 
  will is not a realistic compromise in security   
- Added some examples 


v0.3.3, 2004 Nov 11
---------------------------------------------------------------------
- fix references, a few remaining references to org.joesnmp - brozow
- commented out stupid System.out at SnmpAgentSession
- javadoc corrections at SnmpAgentHandler

v0.3.2, 2004 Oct 07
----------------------------------------------------------------------
- first developers version to be released from sourceforge
- added the logic to terminate the threads of Thread pool in close()
- thread pool disabled by default at SnmpPortal (krishnaraj@ieee.org)
- added TODO.txt, README.txt
- added classes SnmpAgent, SnmpAgentHandler
- added thread pool (5-12 threads) to SnmpPortal (krishnaraj@ieee.org)
- Allow RESPONSEs (presumably to INFORM_REQUEST) in addition to V2TRAPs,
  from send(SnmpPeer, SnmpPduPacket). Suggested by Calle.Ferner@andrew.com
  
v0.3.1, 2004 Sep 19
----------------------------------------------------------------------
- SnmpPortal, SnmpSession, added ability to specify bind port/address at CTOR
- added src/etc/Manifest.mf with automatic version replacement
- added .classpath and .project files for importing project to Eclipse
- moved back org.joesnmp to org.opennms to retain backwards compatibility

v0.3.0, 2004
----------------------------------------------------------------------
- builds with Sun SDK 1.4.1 under Win2k shell (build.bat)
- builds with Sun SDK 1.4.1 under Win2k plus cygwin (build.sh)
- imported ant v1.5.4 under tools/ant
- imported build.bat from jboss
- imported build.sh from jboss
- src/joesnmp/classlist removed
- src/joesnmp/FAQ.txt moved to docs/FAQ.txt (needs updating)
- changed .cvsignore, build.properties
- removed unused lib & tool dirs
- updated CHANGELOG

start
----------------------------------------------------------------------
- Initial joeSNMP Import

