Plus here is some newer dia release notes; although doesn’t look totally current:
Digi International iDigi Dia Release Notes
Release Notes for Version 40002675_I (2.0.12):
Hotfix Release
* Removed data corruption bug in edp_upload.
Release Notes for Version 40002675_H (2.0.11):
Device Changes
* A new driver, EDPUpload, has been introduced to upload data to
iDigi. It is intended to replace the iDigi_DB presentation.
* A new driver, the DigiMeshDeviceManager, has been introduced to
support the DigiMesh protocol.
* The XBeeDeviceManager has been deprecated and replaced with the
ZigBeeDeviceManager for ZigBee networks.
* Iridium support and the ability to enable/disable via a channel
output added to Short Messaging presentation.
* It is now possible to recover from reboot cycles. See Developer
Documentation -> Development Overview -> Section 5 for details
on the anti-spin mechanism.
* DIA will now detect and issue a warning if an instance is
already running on the system
* An issue on some systems where operations on the end of the file
logger would corrupt the log was fixed.
Device Changes
* Device Drivers added for the following Transport I/O cards
- Telemetry1
- Telemetry2
- Fleet
- GPS
* date/time of the dia.zip creation (by make.py) is now saved in
file zip_build_date.py, which is stored in the root directory of
the dia.zip file. The line "from zip_build_date import DIA_ZIP_BUILD_DATE"
causes DIA_ZIP_BUILD_DATE to be a string like "2013-02-06T20:58:45Z". This is
used by the "build_date" channel of the info_device driver.
* new InfoDevice, which allows the users to add static Dia data channels
such as name, version, build_date, and so on.
* Xbee Sensor driver (for L\T\ and \L\T\H Sensor) have settings added to support use of
degrees Fahrenheit and adding a calibration offset.
* Added the 'calls' tracer level to ESP smart editor files. Is lower than 'debug', for
use with very simply 'method entry' messages useful when debugging
inheritance issues.
* Changed the RCI handler to accept multiple commands within a single
block. Commands are executed from top to bottom. Previous
commands can affect the state of subsequent commands. Failed commands
do not affect the state of other commands.
* Documentation updates
Presentations
The RCI presentation will not accept and process multiple
commands in a single payload.
Release Notes for Version 40002675_K (2.2.0.1):
Core System Changes
* ConnectPort X2e ZB UMTS, ConnectPort X2e ZB EVDO, and
ConnectPort X2e ZB EVDO Verizon support added
* Documentation updates
Release Notes for Version 40002675_J (2.1.0.8):
Core System Changes
* ConnectPort X2e ZB support added.
* Platform independent time module (digitime) added.
See lib/digitime.py for details.
Device Changes
* EDPUpload renamed channel "upload_now" to "upload_snapshot"
and added support for interval snapshots.
Release Notes for Version 40002675_H (2.0.0):
Device Changes
* A new driver, EDPUpload, has been introduced to upload data to
Device Cloud. It is intended to replace the iDigi_DB presentation.
* A new driver, the DigiMeshDeviceManager, has been introduced to
support the DigiMesh protocol.
* The XBeeDeviceManager has been deprecated and replaced with the
ZigBeeDeviceManager for ZigBee networks.
* Iridium support and the ability to enable/disable via a channel
output added to Short Messaging presentation.
* It is now possible to recover from reboot cycles. See Developer
Documentation -> Development Overview -> Section 5 for details
on the anti-spin mechanism.