JDUN Release Notes
April 2007
Known Issues
- Some functionally will act differently in Vista. For example, due to new security, if you try to alter a dial-up entry on the system, it can only edit it at the user level.
Version 1.9 (April 2007)
- Added Windows Vista 32-bit support
- Added JRE 1.6 support
- Changed package name from JDUN to com.jpackages.jdun
Version 1.8 (June 2005)
- Added getPPPIPAddressForNonEntry method to retrieve the PPP IP address assigned to this computer from a non-entry connection
- Added getPPPIPAddressServerForNonEntry method to retrieve the PPP IP address of the server connected to for a non-entry connection
- Fixed defect causing JDUNLibraryLoadFailedException to not properly be thrown
- Fixed defect which caused createEntry methods to not work in NT4
Version 1.7 (September 2004)
- Added getStatisticDuration method which retrieves connection time
- Added getStatisticReceived method which retrieves the number of bytes received for a connection
- Added getStatisticTransmitted method which retrieves the number of bytes transmitted for a connection
- Added setRegistrationKey method which is required for the specification of a registration key
- Fixed defect which prevented more than 5 concurrent dial attempts to work properly
Version 1.6 (July 2004)
- Added getDefaultEntry method to retrieve the default entry name
- Added isInternetConnected method to determine the presence of internet availability
- Fixed defect that would cause dialing to stop working after numerous failed connections without calling hangUpEntry
- Removed limitation of 48 simultaneous connections
- Added additional possible return values for getPPPIP methods
Version 1.5 (March 2003)
- Added getPPPIPAddress method to retrieve the PPP IP address assigned to this computer from a connection
- Added getPPPIPAddressServer method to retrieve the PPP IP address of the server connected to
- Fixed hangup defect when dialing synchronously and then immediately hanging up
- Fixed defect causing rare crashing when using getDialUpEntryProperties
Version 1.4 (August 2002)
- Added DialUpEntryProperties class to support more entry modification
- Added DialUpDevice class to allow retrieval of dial-up device information
- Added createEntry methods for the creation of dial-up entries
- Added dialing of non-entry (simple connection) methods