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

