-----------------------------------------------------------------------------------
Project: OpenGTS - Open GPS Tracking System
URL    : http://www.opengts.org
File   : CHANGELOG.txt
-----------------------------------------------------------------------------------

Version 2.2.8 [2010/10/25]
- NEW: Added support for a "Language" locale selection pull-down on the login page.
       See the property "accountLogin.showLocaleSelection" in 'private.xml'.
- NEW: Added additional status-codes to StatusCodes.java.
- NEW: Added battery-level display option to TrackMap.java (see 'private.xml'
       property "trackMap.showBatteryLevel").
- NEW: Thanks to Ronald Prijs for providing the Dutch localization.
- CHG: MySQL appears to have dropped support for the "type=" syntax when creating
       table indexes.  This has now been changed to "engine=".  (To still use the
       older "type=" syntax, you can set the "db.sql.provider" property in the
       "common.conf" config file to "mysql_old").
- UPD: Update to Spanish language translation (thanks to Sebastian Mantilla)

Version 2.2.7 [2010/09/10]
- NEW: Added ability to create accounts through web-interface when logged in to
       the "sysadmin" account. (see OpenGTS_Config.pdf for information regarding
       the creation of the "sysadmin" account).
- NEW: Russian Localization (special thanks to Eugene A.Lukianov)
- NEW: Added ability to show only a single pushpin at a time during the pushpin
       "Replay" on a map (see the MapProvider property "replay.singlePushpin" in
       the "private.xml" file).
- NEW: Added ability to specify "group=(group)" on URL to "events.war".  Also 
       added "DeviceID" column specification to CSV output format.
- NEW: 2 additional points added to Geozone admin definitions.
- NEW: Added additional standard StatusCodes (see StatusCodes.java)
- NEW: Added command-line option to "bin/admin.pl Device ..." to delete old
       events from the EventData table.
- NEW: Additional fields added to EventData table.
- NEW: Added experimental improved connection pooling feature.  Enable by 
       uncommenting the line "#db.dbConnectionPool=true" in "common.conf".
- UPD: Serbian localization update (thanks to Nenad Babajic)

Version 2.2.6 [2010/07/18]
- NEW: Added collapsible Map Controls on Device/Fleet maps
- NEW: Added support for Aspicore protocol (http://www.aspicore.com) via UDP/TCP.
- NEW: Added "lastBatteryLevel" field to Device record.
- NEW: Added "fuelCapacity" field to Device table.  Also added new EventDataLayout
       report column "fuelLevelVolume" to work with the EventData record percent
       "fuelLevel" to report the fuel level volume (a device which can capture fuel
       level information is still required).
- UPD: French localization update (thanks to Nadir Sahnoun).
- CHG: Servlet-based DCS log files for "gc101", "gpsmapper", "gprmc", and "mologogo"
       are now "w-gc101.log", "w-gpsmapper.log", "w-gprmc.log", and "w-mologogo.log".
- FIX: Fixed localization text issue in 'reports.xml' (thanks to Eugene A. Lukianov)

Version 2.2.5 [2010/07/04]
- CHG: "polygon" Geozones now enabled by default for "openLayers", etc.
- UPD: Serbian localization update (thanks to Nenad Babajic).
- NEW: Added "Maximum Access Level" to User table, and User Admin page.
- NEW: Added collapsible map controls on device/fleet map page.

Version 2.2.4 [2010/06/17]
- NEW: Added support for "fleet detail" report group.
- UPD: Updated the SIPGEAR server to add initial support for TCP communications.
- CHG: The sample-data ("demo" account) has been changed to a more recent date
       (ie. 2010/03/12).  If you have already loaded the sample "demo" data, you
       may wish to delete the "demo" account, and reload the sample data.
- FIX: Fixed Chrome "map.fillFrame" problem. (Previously the map would not display
       properly in the Chrome browser when the MapProvider property "map.fillFrame"
       was set true).

Version 2.2.3 [2010/05/24]
- UPD: Update to Spanish language translation (thanks to Sebastian Mantilla)
- UPD: Update to Greek language translation (thanks to Christos Prassas)
- NEW: Added additional memory usage chack tool for device communicaiton servers.
- NEW: Added additional status codes.
- NEW: Initial support for SIPGEAR device communication server (implementation
       provided by ZhongShan SIPGEAR Technology Co, Ltd.)
- FIX: Updated Geonames reverse geocoder to eliminate redundant address commas.
- FIX: Fixed 'checkInstall.bat' command (on Windows) to work with Tomcat 6.

Version 2.2.2 [2010/04/25]
- NEW: Updated GisGraphy reverse-geocoding support (thanks to Mihai Csaky) 
- NEW: 'private.xml' Domain tag attribute "name" is now required.
- FIX: Fixed point-radius Geozone bug when using Google Maps.
- FIX: Fixed 'inactive' Device bug which caused Devices marked inactive to still
       display on the group maps.

Version 2.2.1 [2010/04/11]
- NEW: Initial implementation of polygon Geozones.  In the active MapProvider, set 
       the "zone.map.polygon" property to "true".  Currently only implemented for 
       "openLayers", "virtualEarth", and "googleMaps", with differing levels of 
       support. (Note: this is still experimental, so do expect some bugs).
- NEW: Geozone areas now support color selection.
- NEW: Speed reports now adjusts to "Speed Unit" settings on Account Admin page.
- NEW: Added several additional status codes.
- NEW: Additional columns added to the Device table.
- NEW: Setting a Device "Active" state to "No" now removes it from the device 
       selection list on maps and reports (in addition to still ignoring any new
       events which may arrive at the server for the device).
- NEW: The "Route-Line" color can now be specified per device.  This is a new field
       in the Device table ("displayColor") which can be edited in the Device Admin
       page.  This feature can be disabled (display the default color only) by setting 
       the Property "deviceInfo.showDisplayColor" to false in the "private.xml" file.
- NEW: "Password" field can now be hidden on login page (for applications where only
       an account-id is needed).  See "showPassword" attribute on "Domain" tag in
       'private.xml'
- NEW: Added "Driver Admin" page.  This page is commented/disabled by default.  To
       enable this page, edit 'private.xml' and uncomment the "Page" tag that defines
       the "DriverInfo" page entry.

Version 2.2.0 [2010/01/29]
- NEW: Greek language localization (many thanks to Christos Prassas).
- NEW: Added a new web-interface look with an example banner image (white).  To change
       back to the previous traditional look, in the "custom.conf" file, set the 
       property "Domain.WebPages.JSP" to "default".
- NEW: Enabled graphical "Group Pushpin ID" selection on Device Admin page by default.  
       Can be disabled in 'private.xml' with property "deviceInfo.showPushpinChooser".
- NEW: Added "Driver" table (web-interface component not yet available).
- NEW: Added additional methods to 'RuleFactory.java' interface.
- FIX: Fixed a mapping datapoint update issue that could show improper pushpin indexes
       in some circumstances in the "Location Detail" table below the map.

Version 2.1.9 [2009/12/17]
- NEW: Added list of defined/available reports to 'checkInstall' output.
- NEW: Added additional checks to 'checkInstall' to report when 'private.xml' was
       not able to be loaded due to possible classpath issues.
- NEW: Added additional checks to 'checkInstall' to validate various conditions
       on the DefaultLoginAccount tag, and accountLogin/emailLogin attributes.
- CHG: Italian language localization updated (many thanks to Pierluigi Bucolo).
- CHG: Added EventData 'jobNumber' column to optional CustomFieldInfo field group. 
- CHG: Added Device 'driverID' column. 
- FIX: Fixed 'getKeyCode' function in 'utils.js' (thanks to Pierluigi Bucolo).

Version 2.1.8 [2009/11/10]
- NEW: Added PushpinChooser support to the Device Admin pushpin selection.  To enable
       this feature set the "deviceInfo.showPushpinChooser" property to "true" in the
       'private.xml' file.
- NEW: Added a new Calendar action 'popup' to the From/To calendar actions on the Map
       pages.  The Calendar action can be specified in 'private.xml' on the property 
       "trackMap.calendarAction".  Valid values are "fixed", "fade" and "popup".  
       Report menu calendars are currently only available as "fixed".
- UPD: Improved DeviceChooser popup performance on IE.  Enable or disable by setting  
       the 'private.xml' file property "deviceChooser.useTable" to 'true', or 'false'.
- UPD: Romanian localization update (thanks to Mihai Csaky).
- CHG: The runtime config property "PasswordHandler.class" is now commented by 
       default.  This property was set to "md5" which creates MD5 checksum encoded
       passwords to be set in the database, instead of clear-text password.  
       Commenting this propery will again allow clear text passwords into the
       'password' field of the Account and User tables, but those that have MD5
       encoded passwords will need to be reset.
- CHG: The default value for the 'private.xml' property "reportMenu.enableReportEmail"
       is now "false".  Configure outbound SMTP and set this property to "true" to
       enable the "EMail" option when generating reports.  'CheckInstall' now also
       checks for proper SMTP configuration when this property is set 'true'.

Version 2.1.7 [2009/11/01]
- NEW: Added support for selectable report options (pull-down menu selectable options
       next to various reports).
- NEW: Added ability to include created Geozones on device/fleet map if at least one
       pushpin has landed in the Geozone (MapProvider property "map.includeGeozones"
       must be set 'true' in 'private.xml').
- NEW: Added route directional arrows to GoogleMaps implementaiton (thanks to
       Juan Carlos Argueta).  See the property "map.routeLine.arrows" in the 
       'private.xml' file for information regarding enabling this features.
- NEW: Added an "Email" option to the report output selection.  This allows emailing
       a report to the currently logged-in users contact email address.
- NEW: Added Device table columns "expectAck", "lastAckCommand", and "lastAckTime".
       Used for custom applications that require an ACK from the tracking device.
       Run the command "bin/dbAdmin.pl -tables=ca" (Linux) to update the database.
- NEW: Added Geozone table column "zoomRegion" (for future use).
       Run the command "bin/dbAdmin.pl -tables=ca" (Linux) to update the database.
- UPD: Romanian localization update (thanks to Mihai Csaky).
- UPD: Serbian localization update (thanks to Nenad Babajic).
- CHG: Renamed 'driver'/'entity' columns in EventData to 'driverID'/'entityID' (these
       are optional columns in EventData, and may not be used in all installations).
- FIX: Fixed mapping issue when double/single quotes were included in the device or
       group descriptions.
- FIX: Fixed PendingPacket property changes for OpenDMTP devices.

Version 2.1.6 [2009/10/05]
- NEW: Added a "Short Name" field to the Device Admin page.
- NEW: Added support for displaying the short device name in a pushpin representing 
       the device on the group map (icon appears as a small "info" balloon). For
       more information, look for the Pushpin "label" in private.xml.
- NEW: Added Stuart Langridge's 'sorttable.js' JavaScript code to provide sortable
       table columns on reports by clicking on the column header (very cool!).
- NEW: Updated example 'template' device-communication-server to also support a simple
       data packet format for server-to=server event data tranfers.
- NEW: Added "${locale}" substitution key replace variable option to the "Link" tag 
       URL in the 'private.xml' file (in the "WebPages" section).
- NEW: "maxPingCount" and "dcsConfigMask" columns added to Device/Transport tables.
       (Make sure you update your tables with "bin/dbAdmin.pl -tables=ca").
- CHG: Table-based device 'chooser' now enabled by default on map and reports.  
       Columns on 'chooser' popup are now sortable.
- CHG: RuleAction and RuleFactory interfaces changed to return the action-mask for
       triggered rules (previously rule trigger would simply return true/false).
- FIX: Fixed simulated Geozone transitions when adjacent events are in different 
       Geozones (previously, the first geozone might not have a properly generated
       departure event).
- FIX: Fixed MapProvider Legend UTF8 character display issue.
- FIX: Fixed Report Menu display HTML issue.

Version 2.1.5 [2009/09/23]
- NEW: Added a new PasswordHandler class to handle customized password encoding
       and decoding handling.
- NEW: Added support for handling customized Geozone map size (see "zone.map.width"
       and "zone.map.height" in 'private.xml').
- NEW: Added "Property" subtag to "Page" tag in 'private.xml'.
- NEW: JSP's can now be defined in their own 'JSPEntries' tag section in 'private.xml'.
- NEW: Separated portions of DCServerConfig.java into DCServerFactory.java.  Device
       Communication Server configuration is now specified in an XML file, which now
       allows for a more granular type of configuration (see 'dcserver.xml').
- CHG: "New Account" button on login page is now desabled by default.  To re-enable
       modify 'privatel.xml' and uncomment "NewAccount" page definition.
- CHG: Minor changes (method additions) to Payload.java
- CHG: Added "&oe=utf8" to Google reverse-geocode URL (thanks to Gonzalo Tirado).
- FIX: Fixed various fleet/group report maps that incorrectly displayed a "route" line
       connecting the pushpins.
- FIX: Device/DeviceGroup pulldown selection on maps now sorts entries by the
       description (when only description is displayed).
- FIX: Fixed bug in "ReportDeviceList.java" that could occasionally cause a 
       "ConcurrentModificationException" exception to be thrown.

Version 2.1.4.1 [2009/08/25]
- FIX: Fixed to 'loginSession.jsp' comment section (which was apparrently being 
       interpreted and taglib tags processed in Tomcat 6).  Which caused the login
       page to display incorrectly.
- FIX: Fixed missing 'GPSEvent.class' specification in 'build.xml' for the "template"
       server.

Version 2.1.4 [2009/08/23]
- NEW: Convert IDs entered for Device's, User's, etc, to lower-case before creating
       the new record entry.  Previously it would report "Invalid characters entered"
       for IDs which contains upper-case characters.
- NEW: First pass at a new feature allowing more than one location point to display
       per device on the fleet/group map.  This feature is controlled by the property
       "trackMap.fleetDeviceEventCount" in the 'private.xml' file.  This feature is
       still being tested.
- CHG: Updated Spanish translations (Thanks to Eduardo Robles!).
- CHG: Updated "Track.tld" and "loginSession.jsp" to work with Tomcat 5.5.28 and 6.
- CHG: Added a "Legend" tag to MapProvider in 'private.xml' (replacing the previous
       "iconSelector.legend" and "iconSelector.fleet.legend" properties).
- FIX: Fixed improper handling of speed/heading in 'GPSEvent.java' module (thanks
       to Lyudmil Shoshorov for finding this).
- FIX: Elimated the unecessary error/warning messages that were generated by the
       non-'track.war' servlets: 'events.war', 'mologogo.war', etc.
- FIX: Fixed GC-101 server changed data format, allowing record types to be properly 
       converted to GTS status codes (thanks to Kushal Patel for finding this).

Version 2.1.3 [2009/08/09]
- NEW: Added Portuguese translation (special thanks to Humberto Bonisson).
- NEW: Added Serbian translation (special thanks to Nenad Babajic).
- NEW: ServerSocketThread changed to allow binding to a specific local interface.
- CHG: A few changes to the example 'template' server code.
- CHG: Added "alarm1" status code support to the GC-101 http server.
- CHG: Minor changes to the Driving/Stopped time report.
- CHG: Updated Google KML support (maps, reports).

Version 2.1.2 [2009/07/01]
- NEW: Moved default report CSS to file 'ReportDisplay.css' (previously hardcoded).
- NEW: Added convenience method "getPushpinIconIndex" to BasicPrivateLabel to convert
       a pushpin ID to an index (for the active MapProvider) for displaying on a map.
- NEW: CheckInstall now can support sending a test email.
- NEW: Added a 'LocalStrings_XX.properties' file check to CheckInstall.
- NEW: Added an "-export" command-line option to the Geozone table to export geozones
       to a CSV file (similar to '-dump', but only elected columns).  Exported 
       Geozones can still be loaded via the command-line "-load" option.
- CHG: Updated Turkish translations (special thanks to Aykut Kara).
- CHG: Various changes made to the reporting engine.  Report selection now allows 
       exporting a report in XML format.
- CHG: Map event data-point updates are now wrapped in proper XML (previously, it was
       simply CSV format).
- CHG: PageDecoration tag support removed from 'private.xml' and 'PrivateLabel.java'.

Version 2.1.1 [2009/06/01]
- NEW: Added support for GPX (GPS Exchange format) data format to the 'events.war' 
       servlet. (See http://www.topografix.com/gpx.asp for information regarding GPX)
- NEW: Added "Creating/Modifying Reports" section to 'OpenGTS_Config.pdf'.
- NEW: Added additional checks for JDK installation to CheckInstall for Windows users.
- NEW: Should now build to completion without the JavaMail 'mail.jar' file, however
       email sending will be disabled.
- NEW: 'activation.jar' is no longer needed (already included in Java 6).
- CHG: Increased Device background thread pool size to 25.
- FIX: Fixed runtime config file path conversion from 'URL' to 'File' when the file
       path happens to contain embedded spaces.

Version 2.1.0 [2009/05/27]
- NEW: Checkinstall now displays an error if Java 6 (or 7) is not installed.
- NEW: Added last latitude/longitude/odometer fields to Device table to improve 
       performance of geozone arrival/departure tests in the template server, and 
       odometer calculations.
- NEW: Changed 'events.war' to make sure that the URL matches a PrivateLabel domain.
- NEW: Tested OpenGTS with Java OpenJDK v1.6.0 (on Fedora).
- CHG: Changed the default radius for newly created Geozones to 3000 meters.
- FIX: Fixed bug that caused a NullPointerException when saving a Geozone.

Version 2.0.9 [2009/05/24]
- NEW: Includes pre-compiled MotoDMTP Java modules for loading onto the Motorola 
       i290 Boost Mobile phones (source now available in OpenDMTP 'client-j2me' 
       project).  Jad/Jar files can be found in the "MotoDMTP" directory.  See the
       OpenGTS_Config.pdf document for more information regarding installation and
       configuration of the MotoDMTP software.
- NEW: I18N string keys defined in 'private.xml' can now be used within 
       'loginSession.jsp'.
- NEW: Added new table columns to the Device table.
- NEW: Added command-line options to "ReverseGeocodeProviderAdapter.java" and 
       created "bin/rgTest.sh" command to provide testing of installed/configured 
       reverse-geocoders.
- NEW: Added "getRemotePort()" to "ServerSocketThread.SessionInfo" interface.  This 
       allows easy access to the remote client port#.
- NEW: Romanian language localization provided (many thanks to Mihai Csaky).
- CHG: German language localization updated (many thanks to Peter Jonas).

Version 2.0.8 [2009/05/01]
- NEW: Added additional status codes (see StatuseCodes.java)
- NEW: Added "speedLimitKPH"/"isTollRoad" fields to EventData for reverse-geocoders 
       that support returning this information.
- NEW: Added 'DataTime' data type support to dbtools.
- NEW: Added "validgps" argument to 'Event' servlet URL to allow only valid GPS 
       locations.
- NEW: Added support for "idle" elapsed time to MotionReport.
- NEW: Added "Ignition Input Line" to Device Info page to specify which digitial
       input (if any) is used as the 'ignition' sense (used by MotionReport to
       calculate "idle" tile).
- NEW: Added an error indication when running 'bin/checkInstall.sh' as 'root',
       plus other additional checks.
- NEW: Added additional commercial Geonames support.
- CHG: Removed "Totals" line generation from CSV report output.
- CHG: "ServerSocketThread.java" now returns any UDP ACK from the same 'listen' port.
- FIX: Rewrote 'admin.bat' to work around Windows batch file processing issues.
- FIX: Fixed performance issue in 'RTConfigTag.java'.

Version 2.0.7 [2009/04/02]
- NEW: Added additional help/comments to RuleFactoryExample.java.
- NEW: Added check for 'root' db username in checkInstall.
- NEW: Special thanks to Thomas Cozien for providing the French localization.
- NEW: Added server support for GPSMapper "Google Map GPS Cell Phone Tracker" project
       client component on SourceForge (http://gpsmapper.sourceforge.net).  This 
       support module is still undergoing testing and may not yet be fully functional.
- NEW: Added new device communication server support for the I-Care G3300.  Build with
       command "ant icare".
- NEW: 'ClientPacketHandler' can now override the 'ServerSessionThread' min/max
       packet lengths (used when creating some types of device communication servers).
- NEW: Added 'retainedEventAge' field to Account record for future trimming of old
       event records.
- FIX: Fixed 'initdb' command to create new tables with proper character set encoding.
       Previously, the work-around was to run the 'dbAdmin.pl -tables=ca' command to
       alter the various table columns to the appropriate character set.

Version 2.0.6 [2009/02/20]
- NEW: Added/modified file logging and automatic log file rotation. See 'common.conf'
       for configuration information.
- NEW: Added SMTP server check to 'bin/checkInstall.sh' command.
- CHG: Spanish language localization updated (many thanks to Eduardo Robles).
- CHG: Rename property 'track.enableCookies' to 'track.requireCookies' (dft 'true').
- FIX: Fixed case where URL links were not constructed properly when cookies are used
- FIX: Fixed syntax error in 'initdb.sh'.
- FIX: Fixed syntax error in 'common.bat' which cause various Windows '.bat' files
       to fail.

Version 2.0.5 [2009/02/01]
- NEW: Changes added to handle UTF8 character sets within the MySQL database.  This 
       should now allow proper storing and reporting of reverse-geocoded addresses 
       for various language localizations.
- NEW: Added character-encoding information to 'checkInstall' command reporting.
- NEW: Ability to localize the map "Pushpin Legend" text in 'private.xml'.
- NEW: Modified the 'Geonames' reverse-geocoding module to work with "Geonames
       Commercial Webservices" (http://www.geonames.org/commercial-webservices.html)
       which provides a guaranteed "fast and reliable response time".  See the 
       "geonames" ReverseGeocodeProvider section in the 'private.xml' file for more 
       information regarding configuration.
- NEW: Added validation of new IDs (Device, Group, User, etc) to prevent creating a
       record with an ID containing invalid characters (id validation may be disabled
       in 'private.xml' using the '*.validateNewIDs' properties for various pages)
- NEW: "default.conf" and "webapp.conf" now include a common runtime configuration
       file, "common.conf".  This allows easier common configuration of database and 
       other services.  Changes to 'common.conf' will also require rebuilding and
       redeploying servlet war files (ie. 'track.war', etc).
- CHG: German language localization updated (many thanks to Peter Jonas).
- CHG: Italian language localization updated (many thanks to Pierluigi Bucolo).
- CHG: "startup.initClass" changed to "StartupInit.class" in "common.conf".
- FIX: The ".sh" commands in the OpenGTS "bin/" directory now use the "bash" command
       interpreter (instead of "sh").  (Fixes ".sh" execution problem on Ubuntu.)
- FIX: Fixed Localized pull-down menu selection problem on admin pages (pull-down 
       selections might not have been be properly saved for certain languages).

Version 2.0.4 [2009/01/01]
- NEW: Added Latitude/Longitude display format selection option to Account Info page.
- NEW: StatusCode descriptions can now be localized.
- NEW: Added 'SMTP' information to 'checkInstall' command.
- NEW: Added altitude option to map info 'balloon' (see "info.showAltitude" property
       in MapProvider tag section of 'private.xml').
- NEW: Added reporting column option for displaying heading/bearing in 'degrees'.
- NEW: Added 'Totals' line to Motion Report.
- NEW: Added reporting ascending/descending order selection.
- NEW: Added login errors 'alert' dialog.
- NEW: Added ability to set the map/report calendar first-day-of-week to Monday.
       (See 'private.xml' Calendar property "calendar.firstDayOfWeek").
- NEW: Added new "db.sql.url.db" property to 'default.conf' and 'webapp.conf' files
       to allow providing a specific JDBC connection url which includes the database
       name.  This allows adding additional connection attributes to the jdbc url.
- NEW: New "IDDescription.java" class to hold id/description information used to
       present device and group selection in either id or description ordering.
- NEW: Added additional plural device/group names fields to the Account Admin page.
- NEW: Added additional insructional text to the 'Forgot Password' page.
- NEW: 'checkInstall' updated to include checks on Mac OS X to support the "Apple"
       Java vendor name.
- NEW: Special thanks to Aykut Kara for providing the Turkish localization.
- CHG: Renamed "db.sql.connection" property (in 'default.conf'/'webapp.conf') to 
       "db.sql.url" ("db.sql.connection" will continue to work for this release).
- FIX: Fixed 'template' source module compile error 'TrackClientPacketHandler.java',
       in the "usage" method.
- FIX: Fixed DBRecordKey partial key type when generating a key 'Where' clause.

Version 2.0.3 [2008/12/01]
- NEW: Google KML link can now be configured to display on the Event Detail/Summary 
       reports and Maps. When clicked, the KML file will be loaded into Google Earth.
       This is a work-in-progress and still needs some changes.
- NEW: Added an entry point for the example 'template' data communication server to
       allow parsing/inserting data supplied from a CSV flat-file.
- NEW: Text in the map info 'balloons' can now be localized.
- NEW: Added 'Property' tag support to Report tag definitions.
- NEW: Added Temperature units selection to Account Info page.
- NEW: Report CSV output files now have names indicating the generated report.
- NEW: OpenLayers map now centers pushpin when clicking on "Location Detail" point
       when the pushpin is not currently on the map.
- NEW: Initial support for Google reverse-geocoding service.
- CHG: In 'private.xml', moved Domain 'Property' tags into parent 'Properties' tag.
- CHG: Updated Italian Localization (many thanks to Pierluigi Bucolo).
- CHG: Updated German Localization (many thanks to Peter Jonas).
- CHG: The "Notification" support fields in the Device table have been removed from
       the default installation.  To add them back into a specific installation,
       uncomment the "Device.NotificationFieldInfo" line in "StarupInit.java".
- CHG: Non-admin users can now view/edit device groups, with proper ACL config.
- CHG: Improved menubar tab popup on mouse-over (when enabled via Property
       "menuBar.openOnMouseOver" in 'private.xml').
- CHG: Map "Auto-Update" now automatically displays the last known location of the
       device/vehicle (advancing to the next day when necessary).
- FIX: Initial fix for 'submit' button issue with non-English Localizations.

Version 2.0.2 [2008/10/16]
- NEW: Updated internal OpenLayers support with initial support for GeoServer.  See
       the "geoServer" MapProvider section in 'private.xml' for more information.
       (Special thanks to Assaad Mouawad for his research and help).
- NEW: Added support for expandable menu groups on the main menu.  Enable this feature
       in the 'private.xml' file by setting the property value for the key
       "topMenu.enableExpandableMenus" to "true".
- NEW: Added support for an alternate type of device selection on TrackMap and Report
       pages. New "DeviceChooser" properties in 'private.xml' now provides for sorting
       Device/Groups selections by ID or Description (see "deviceChooser.enable").
- NEW: Added new Domain property "calendar.timeTextField" (in 'private.xml) which
       allows entering the date hour:minute as a text field. (effects all calendars
       displayed within a Domain).
- CHG: The ACL (access control list) model has changed to make it easier to manage 
       user access to various aspect of the web-interface.
- CHG: Several cosmetic improvements included in this release.

Version 2.0.1 [2008/09/19]
- NEW: A new auto-update recentering mode has been added which allows recentering
       without rezooming.
- NEW: Added column 'defaultUser' to Account table to allow specifying a per-Account
       default login user (when login 'User' field is blank).  A general default login
       user can also be specified in the 'private.xml' file, tag "DefaultLoginUser".
- NEW: Added yellow icons/pushpins with directional arrows.  A new JavaScript icon
       selector function "evHeadingYellowURL" has been added, which can return the 
       appropriate icon selection based on the direction of travel for a given event.
- NEW: For a given user, the first displayed screen after login can now be specified
       (the current options are main menu, device map, or fleet map).
- NEW: Added an overflow indication on the device map screen to indicate when the
       maximum number of pushpins allowed on the map has been exceeded (the maximum
       number of allowed pushpins for a MapProvider is specified by the property
       "map.maxPushpins" in the file 'private.xml').
- NEW: When creating custom status code descriptions, remove the test for 'invalid'
       status codes from the 'StatusCode' table command-line admin tool.  This allows
       easier creation of customized status codes for specific applications.
- NEW: The default map "style" can now be specified for Virtual Earth.
- NEW: The "route" lines can now be turned off (in the MaprProvider properties).
- NEW: Added several new TrackMap properties to 'private.xml' to allow changing the
       behavior or display of various controls on the TrackMap page.
- CHG: Changed the "Last" point update feature to behave similar to "Update", but only
       show the last location within the specified date range.  The update "Last" 
       button display is controlled by the "trackMap.showUpdateLast" property in the
       file 'private.xml'. (This replaces the "trackMap.showLastLocation" feature)
- FIX: Fixed overflow indicator condition on reports when the number of displayed
       data records would exceed the maximum allowed records as specified in the
       'reports.xml' file.
- FIX: Empty MenuBar tabs that contain no selectable options (as set by the users 
       ACL) will no longer be displayed.

Version 1.9.8 [2008/09/12]
- NEW: Added new MaprProvider properties "iconSelector.fleet.legend" and
       "iconSelector.legend" to provide the ability to add an icon 'legend' to the
       TrackMap page.  This legend is specified as html in the specific MapProvider
       in the 'private.xml' file, and is currently not separately localizable.  Any
       desired localization must occur in the 'private.xml' file within the icon
       legend properties.
- NEW: The Timezone selection can be hidden from the TrackMap page via the Domain
       property "trackMap.showTimezoneSelection" in the 'private.xml' file.  The 
       default value is 'true'.
- NEW: Added new map option to zoom in and display only the last point.  The vehicle
       route is still displayed, but only the last pushpin is visible on the map.
       This feature has may have limited utility for most applications, so the 
       default is 'false'.  This feature can be enabled via the Domain property
       "trackMap.showLastLocation" in the 'private.xml' file.
- NEW: Added the ability to set the default login user name when the user field is
       left blank (previously 'admin' was the only possible default login user).
       This is set using the "DefaultLoginUser" tag in 'private.xml'.
- NEW: Added optional fields to EventData table: FLD_satelliteCount, FLD_batteryLevel
- CHG: "Replay" button changed to a generic icon showing options for play, continue,
       and pause. (supported for OpenLayers, Virtual Earth, and Google Maps).

Version 1.9.7 [2008/09/01]
- NEW: "Replay" is paused/resumed when clicking the 'Replay' button.
- NEW: The "Location Details" report (at the bottom of the map) now highlights the
       corresponding row during replay.  The table is now also scrollable to allow
       viewing both the map and the table at the same time when many pushpins have
       been plotted.
- NEW: "Replay" and Geozone recenter support has been implemented for Google Maps.
- NEW: Added delete confirmation to User/Group/Geozone administration pages.
- NEW: New fields have been added to the Device and User tables.
- CHG: For Geozone creation/modification, to simplify mouse usage the 'shift' keys
       have changed.  Please refer to the on-screen instructions for usage.
- CHG: Updated Spanish translations (Thanks to Eduardo Robles!).
- FIX: Fixed map "From" calendar that would occasionally incorrectly set the time 
       'minute' field (thanks for Gabriel for finding this).
- FIX: Fixed Calendar translations issue that prevented the month names from being
       translated to other languages.

Version 1.9.6 [2008/08/24]
- NEW: Added map point 'Replay' (playback) feature for OpenLayers and VirtualEarth 
       maps.  The "Replay" feature and replay interval are configurable from within 
       the MapProvider properties in the 'private.xml' file.
- NEW: Added ability to jump to the day of the last set of events for a given device.
- NEW: "Update Map" now also updates the "Last GPS event" date.
- NEW: Added "Tooltips" to Calendars and Track map page (hold the mouse over a 
       particular field to view a brief 'help' regarding the field or button).
- NEW: Added a new "map.maxPushpins" property to the MapProvider tag in 'private.xml'.
- CHG: Made "trackMap.autoUpdateRecenter" property available within 'private.xml'.
- FIX: Fixed Geozone update when multiple Geozones are present (would occasionally 
       not update the proper zone).

Version 1.9.5 [2008/08/20]
- NEW: Added the default icon selector to the report "maps" (ie. direction of travel
       now indicated on event detail reports).
- CHG: Added configurable features for various map providers to remove elements from
       the web-interface if the chosen map provider doesn't support a particular
       feature.
- CHG: Cleaned up some of the report layout issues on Internet Explorer.
- FIX: Fixed report "map" display when addresses are included in the pushpin info 
       balloon (previously the map may not have displayed due to errors).
- FIX: Fixed default From/To times on Calender that previously prevented the display
       of some map points on the current day.

Version 1.9.4 [2008/08/17]
- NEW: To save some real-estate on the map page, the From/To calendars can now slide
       over the top of each other.  Only one calendar is visible at a time.
- NEW: "Update Map" and "Auto Update" buttons are now available at the same time on
       the track map page (see "MapProvider" in 'private.xml' for configuration).
- NEW: Map AutoUpdate now displays a count-down timer to the next update time.
- CHG: The Javascript in TrackMap.java is now in its own 'TrackMap.js' file.
- FIX: Fixed problem with auto update which prevented proper map updating.
- FIX: Fixed display of View/Edit buttons on display of first User and Geozone.

Version 1.9.3 [2008/08/15]
- NEW: Calendar controls are now handled entirely in JavaScript.  Advancing to
       next/previous months is now much quicker.
- CHG: Several improvements made to User ACL handling.  "Acl" tag in 'private.xml'
       changed to include "maximum" and "default" access level attributes.
- CHG: Added bounding-box fields ("minLatitude", "maxLatitude", "minLongitude", 
       "maxLongitude") to Geozone table, optimizing lookups. (Existing Geozones
       will need to be "re-saved" to update the 'bounding-box' information.)
- CHG: Increased maximum Geozone size to 30000 meters.
- CHG: Map "AutoUpdate" now recenters the map on updates.
- FIX: Changes made to 'OpenLayers.js' to allow it to work better with Microsoft
       Internet Explorer.
- FIX: Fixed example 'gprmc' server record validation issue when parsing non-GPRMC 
       records.

Version 1.9.2 [2008/08/08]
- NEW: Added Geofencing web UI for Google Maps, Microsoft Virtual Earth, and 
       OpenLayers (and limited support for Mapstraction).  (Geofencing support is 
       still being tested and features are subject to change in a future release).
- NEW: A "distance" measurement ruler is now available for map providers OpenLayers
       and Microsoft Virtual Earth.  Press and hold the "Control" shift key while
       clicking and dragging accross the map.  A distance measurement will be 
       displayed to the right of the map.

Version 1.9.1 [2008/07/27]
- NEW: Added a new "Pushpins" tag to the "MapProvider" section in 'private.xml' to 
       allow overriding the pushpin icons displayed on a map.  Specific static icons
       images may be specified, or custom icon URL references may be generated on 
       the fly within the Javascript code.  Additional modifications integrated to 
       allow a 'RuleFactory' implementation to determine which pushpins are to be 
       displayed for which event types (based on an "iconSelector").
       See the Pushpins section in 'private.xml' for details.
- NEW: Included several pushpins in the 'track.war' created using the "Marker Maker"
       tool supllied by GMapLive at "http://www.gmaplive.com/marker_maker_old.php".
- NEW: New 'PushpinIcon' class added to handle custom pushpins.
- NEW: New "details.ascending" property to allow sorting the map location detail.
- FIX: Fixed 'Mapstraction.js' and 'OpenLayers.js' to set the proper pushpin anchor.

Version 1.9.0 [2008/07/21]
- NEW: The 'PageDescorations' tag in 'private.xml' is now obsolete.  This section
       in the 'private.xml' file has been replaced with a 'jsp' attribute on the
       'WebPages' and 'Page' tages which allow using a defined JSP to create the
       page look and feel.  This specified JSP file now creates the formatting and
       look-and-feel for the webpage.  The components of the webpage (menus, maps,
       reports, etc) are referenced via taglib entries within the JSP file. 
       (If you have customized PageDecorations in your existing 'private.xml' file, 
       it will be necessary to migrate these customizations to a custom .jsp file, 
       using the provided "war/track/jsp/loginSession.jsp" as a template).
- NEW: A 'distance' ruler has been added to the Microsoft Virtual Earth map. Right-
       click and drag to view the 'distance' ruler.  Eventually, a similar feature
       will be added to the other map providers as well.
- NEW: Added column 'linkURL' to Device table.  This can be used for providing
       separate utility links in the UI for a specific Device.
- FIX: Fixed problem preventing device groups from being set properly for a User.
- FIX: Added additional "don't cache" commands to the interactions with MIcrosoft 
       Internet Explorer to prevent it from attempting to cache page and map point 
       results.

Version 1.8.4 [2008/07/08]
- NEW: The Javascript in the mapping support modules has been moved into separate
       JavaScript files (war/track/js/maps/*) loaded by the Tracking mapping page.
- NEW: Moved calendar support Javascript and stylesheet into separate files, loaded
       by the Tracking map and reports page.
- NEW: Special thanks to Peter Jonas for providing the German localization.
- NEW: Special thanks to Eduardo Robles for providing the Spanish localization.

Version 1.8.3 [2008/06/20]
- NEW: Includes initial support for "Mapstraction" (http://www.mapstraction.com).
       Special thanks to SourceForge users Anthony George (EMS Resource Center), and 
       Peter Jonas, for getting Mapstraction integrated into OpenGTS.  The default 
       MapProvider (in 'private.xml') is now Mapstraction, utilizing the OpenLayers 
       mapping support.
- NEW: Special thanks to Pierluigi Bucolo for providing the Italian localization.
- NEW: Changes made to facilitate much easier customization without requiring
       changes to the existing codebase.  'StartupInit.java' included to allow for
       customized starup initialization.
- NEW: Added table 'GroupList' to hold multiple authorized user device groups.
       (previously a user was limited to a single authorized device group).
- NEW: "Driving/Stopped Time Summary" report now includes a "Map" display option.
- FIX: Now (again) allows "auto.count" to be '0' when specifying map auto update.
- FIX: Fixed bug in 'bin/admin.bat' which bypassed recognition of the 'User' table.

Version 1.8.2 [2008/05/22]
- NEW: Added a 'javadocs' target to the Ant 'build.xml' script.  Executing the
       command "ant javadocs" will create Javadocs in the directory "./javadocs".
- FIX: Recompiled and included a new 'dmtpserv.jar' file (this fixes the exception
       'NoSuchMethodError' which occured when running the 'gtsdmtp' server).

Version 1.8.1 [2008/05/20]
- NEW: Enumerated types in various tables can now be localized.
- NEW: Changes made to facilitate displaying generic URL links on web UI menus.
- FIX: Device field "uniqueID" is again visible to the command line record editor.

Version 1.8.0 [2008/05/14]
- NEW: The data transport specific fields in the 'Device' record have been separated
       into another table called 'Transport'.  This allows support for devices that 
       can provide multiple data paths to the server, for example GPRS communications
       as well as satellite communications.  The Device table currently also retains
       it own set of 'default' Transport attribute columns.
- NEW: Added a new 'Resource' and 'UniqueXID' table (for future use).
- NEW: DB tools enhanced to support multiple alternate indexes.
- NEW: Added City/State/Country columns to EventData & Geozone tables.
- NEW: Added comments regarding the custom language Localization process.
- NEW: 'CheckInstall.java' now also performs installation checks on 'private.xml'. 
       Installation checks can be performed with the command "bin/checkInstall.sh"
       (or "bin\checkInstall.bat" on Windows).
- CHG: Updated to OpenDMTP server v1.3.0
- CHG: Much of the code has now been converted to utilize Java 5 'generics'.
- CHG: Changes to ReverseGeocodeProvider to allow specifying customizable properties.
- CHG: 'private.xml' EMailAddress tags are now grouped in an 'EMailAddresses' tag.

Version 1.7.1 [2008/04/11]
- NEW: Modified report 'EventDataLayout.java' to color aged GPS fixes on the Event 
       detail and summary reports (indicating 'old' GPS fixes).
- NEW: Added 'FLD_iconSelector' column to 'StatusCode' table to assist in the custom
       icon selection for displayed points on a map.
- NEW: Added 'SCHEMA.txt' file that described the current database schema.
- NEW: Added new 'checkInstall.bat' and 'checkInstall.sh' commands to check for common
       installation inconsistencies that may cause runtime errors. 
- CHG: Updated to OpenDMTP server v1.2.14
- FIX: 'TrackMap.java' and 'Events.java' now use the account/user timezone for 
       default dates.

Version 1.7.0 [2008/03/28]
- NEW: This version now supports some specific features of Java 5 to support UTF-8
       charset, Java SDK 5.0 is now required to build/run OpenGTS.
- NEW: Added OpenDMTP 'ClientDiagnostic'/'ClientErrors' classes for obtaining error
       and diagnostic code descriptions.
- NEW: Added DBRecordKey existance methods that operate on the alternate key.
- NEW: Added additional character encoding support methods to StringTools and Print.
- NEW: Added property/diagnostic fields to report 'FieldLayout'
- NEW: Added static 'getTableDescription' method to all tables.
- CHG: Updated the motion report to provided limited reporting support for devices 
       that do not support OpenDMTP.
- CHG: Changed "Limit" tag in 'report.xml' to "SelectionLimit", and added the new
       report constraint tag "ReportLimit".
- CHG: Modified ReverseGeocodeProvider for Geonames to support UTF-8 char encoding.
- CHG: Removed obsolete DBAdmin 'reload' option.
- CHG: Added '-overwrite' option to use in conjuction with DBAdmin data "load".  
       The default now is to not overwrite existing data record when reloading a 
       dumped data file unless '-overwrite' has been specified.
- FIX: Fixed Microsoft SQL Server support to properly include "TOP" (limit) clause
       in device group selections

Version 1.6.10 [2008/03/12]
- NEW: Added 'notifyPriority' column to Device table.
- NEW: Added 'bin/dbconfig.bat' file to more easily allow table version upgrades for
       Windows users.
- NEW: Added 'SystemProps' table to hold system-wide property values.
- NEW: Added a new property to table fields (and a new 'getter' to DBField) to allow
       specifying a custom 'editor' for specific field/column types.
- NEW: Added 'OFFSET' support to DBProvider.
- NEW: Added a DEVICE_CODE field to the 'template' server.
- NEW: Added a GPS-base odometer calculation option to the 'template' server.
- NEW: Added additional decimal point options to the distance/odometer fields of
       various reports.
- FIX: Fixed the default longitude/latitude usage when no point are available in the
       mapping service proviers.
- FIX: Fixed the table layout on various reports for the record overflow message.

Version 1.6.9 [2008/02/27]
- NEW: Added file resource check in 'Track.java' to forward requested files which
       may have been directed by the servlet container to the Track servlet.
- NEW: Added 'DBFactoryTree.java' class which creates a dependency tree of SQL tables.
       This will be used in future GTS system admin applications.
- FIX: Change 'utils.jar' reference to 'gtsutils.jar' in 'common.[bat|sh|pl]'.

Version 1.6.8 [2008/02/21]
- CHG: Moved selected JavaScript utilities from JavaScriptTools.java to 'utils.js'.
- CHG: Moved selected JavaScript utilities from MenuBar.java to 'MenuBar.js'.
- CHG: Eliminated multiple log warning messages occuring when loading device server
       servlets (such as 'mologogo.war', 'gprmc.war', etc).
- CHG: Added '-Xmx256m" to java command-line options in 'runserver' scripts.
- FIX: Fixed handling of "GMT+XX:XX" timezones on maps (previously they would always
       be interpreted as simply "GMT").
- FIX: Allow date formats containing '.'s (ie. "dd.MM.yyyy")
- FIX: Fixed bug in mologogo servlet server which caused an out-of-memory error when
       an invalid latitude/longitude was encountered.

Version 1.6.7 [2008/02/17]
- NEW: Added support for map auto-update.  See MapProvider properties in 'private.xml' 
       for more information (this feature is still being tested).
- NEW: Report date format (in 'reports.xml') now defaults to the format specified in
       'private.xml', if not specified in 'reports.xml'.
- NEW: Additional comments added to 'OpenGTS_Config.pdf' and the example 'template' 
       server, regarding the implementation of custom device communication servers.
- FIX: Fixed date format display on Report/Map calendar.

Version 1.6.6 [2008/02/11]
- NEW: Added a 'Refresh' button to reports to allow updating displayed information.
- NEW: Added a 'Map' button to event detail reports which allows displaying the
       reported locations on a map.
- NEW: Added additional columns to Account and Device tables.
- NEW: Added ability for new OpenDMTP compliant devices to be automatically added to
       the Device table for a given Account ('autoAddDevices' column).
- NEW: Minor change to Nmea0183.java to handle $GPVTG and $GPZDA records.

Version 1.6.5 [2008/02/07]
- NEW: Text found in 'private.xml' can now be localized in the "LocalStrings_XX..."
       property files found in the "src/org/opengts/db" directory.
- NEW: Added 'Properties' update UI for Devices and DeviceGroups to allow updating the 
       remote device configuration for OpenDMTP compliant devices.
- FIX: Added missing "gtsutils.jar" to "events.war" and "mologogo.war".

Version 1.6.4 [2008/02/04]
- NEW: Added support for DeviceGroups to the UI.
- NEW: Added new AccountString table to provide custom naming of the titles used
       for "Device" and "Device Group" (such as "Taxi" and "Region").
- NEW: Added new report column options to EventData report layout.
- NEW: Added new columns to Account and EventData tables.
- NEW: Text found in 'reports.xml' can now be localized in the "LocalStrings_XX..."
       property files found in the "src/org/opengts/war/report" directory.
- FIX: Updated 'LocalStrings_en.properties' files.

Version 1.6.3 [2008/01/10]
- NEW: Added time since last device checkin/connect to event summary report.
- NEW: Added 'notes'/'imeiNumber' columns to Device table.
- NEW: Added ColumnValue attribute to web-based reporting utilitiies.
- NEW: Added the ability to customize the track servlet url pattern.
- NEW: Added 'Diagnostic' table to record OpenDMTP diagnostics/errors.
- NEW: Added an 'EventCount' report module.
- FIX: Fixed instances where the report limit warning was incorrectly displayed.

Version 1.6.2 [2007/12/13]
- NEW: The default 'PrivateLabelName' is now set when creating temporary Accounts 
       through the web-interface.
- NEW: Added support for pull-down menu tabs.
- NEW: If a report record limit is reached, reports now display a message at the 
       bottom of the page indicating that the displayed data may only be a portion
       of the possible available data.
- CHG: The previous report categories can now be separated into separate reporting
       pages.
- FIX: Fixed another error on DeviceInfo page that occurs when no devices are yet 
       defined.
- FIX: Fixed case where html escape characters were not properly applied when 
       displaying Account/Device/etc field values.

Version 1.6.1 [2007/11/28]
- NEW: Added 'ReportColumn.java' for finer property gruanularity when specifying
       report columns.
- NEW: Added "Notification EMail:" field to Account-Info web-page.
- NEW: Completed 'StatusCode' table used for providing custom status-code descriptions
       on reports.
- NEW: Added separate city/postalCode fields to EventData record.
- NEW: Added runtime config startup initialization class reference to provide custom
       initialization without requiring modification to existing server code.
- NEW: Added support for a 'Fleet' based map (new menu tab).
- NEW: Included an example RuleFactory implementation for event notification.
- CHG: Changed 'reports.xml' and 'ReportFactory' to incorporate 'ReportColumn' to 
       allow providing a more granular definition of a report column.
- FIX: Fixed Sanav GC-101 server to properly recognize "gc101_<imei>" unique id's
       (previously it would only recognize "imei_<imei>" unique id's).
- FIX: Fixed Geozone PendingPacket generation to properly remove existing geozones
       before reloading new zones.

Version 1.6.0 [2007/09/16]
- NEW: Initial support for Microsoft SQL Server included.  Significant changes have 
       been made to isolate database specific attributes to the 'dbtools' sources.  
       Initial efforts have been made to support Microsoft SQL Server, and Apache 
       Derby database (still being tested).
- NEW: 'db.sql.connection' property has been added to allow specifying the JDBC
       connection URI (see 'default.conf' and 'webapp.comf' for examples).
- NEW: Account table now provides access to the loaded custom PrivateLabel domain.
- CHG: Split PrivateLabel.java into several other components (BasicPrivateLabel,
       PrivateLabelLoader, and BasicPrivateLabelLoader) to provide better access to
       customized 'private.xml' attributes from non-web-based components.
- FIX: Removed error message that incorrectly stated that the EventData table was
       missing a 'driver' field.
- FIX: Account Info web-page now correctly displays the 'Geocoder Mode'.

Version 1.5.3 [2007/08/09]
- NEW: Runtime config (RTConfig) updated to support loading property files from a
       Jar file resource.
- NEW: New Device support servlet added for receiving data from remote devices
       capable of sending GPRMC data via HTTP requests (such as NetGPS).
- NEW: Additional example data parsing support added to the example 'template'
       device data parser.
- CHG: There is now a single command for administering tables from the command line.
       All table administrative commands have change from "admin<Table>.sh ..." to
       "admin.sh <Table> ...".  The older commands are still available in the
       "bin/archive" directory, should they still be needed for reference.
- CHG: Extracted the properties section of the 'build.xml' file into a separate
       'build.properties' file.
- CHG: GC-101 module now has a configurable minimum acceptable speed.
- CHG: The OpenDMTP server startup script has been changed from "bin/server_dmtp.sh"
       to "bin/runserver.sh -s gtsdmtp" (or "bin\runserver.bat gtsdmtp" on Windows).
- CHG: The OpenDMTP server now logs to "logs/gtsdmtp.log".
- FIX: Fixed 'initdb.bat' problem on Windows where it was unable to properly locate
       and load the 'default.conf' runtime configuration file.
- FIX: Fixed 'runserver.pl' to properly specify overridden port numbers.
- FIX: Fixed error in DeviceInfo page that occurs when no devices are yet defined

Version 1.5.2 [2007/07/27]
- NEW: Added DTD files 'private.dtd' and 'reports.dtd'.
- NEW: "bin/adminAccount.pl -account=<account> -list" will now allow listing  
       specific accounts.
- NEW: New fields added to EventData table.
- NEW: Additional changes to 'template' server
- NEW: MapProvider properties changed to use ';' separator
- NEW: Added new table validation feature allow creating/adding missing columns
- NEW: 'notifyAction' column added to Device table.
- NEW: WebPage/WebPageAdaptor now supports separate 'getNavigationTab()' method.
- NEW: Per thread properties added for suport of PrivateLabel customization.
- NEW: Now includes the Device Parser Module for the Sanav GC-101.
- CHG: Renamed package "org/opengts/servers/dmtp" to "org/opengts/servers/gtsdmtp"
- CHG: Servlet config file 'webapp.conf' moved to the installation root directory
       for easier configuration of servlets.
- CHG: MySQL initialization command "initdb" no longer creates default account
       "opendmtp" and device "mobile".  These must now be created manually.
- FIX: Fixed error in DeviceInfo page that occurs when no devices are yet defined

Version 1.5.1 [2007/07/14]
- NEW: Included support for SendMail user authentication (including SSL).
- NEW: Added User authentication and device authorization to 'Events' war utility.
- NEW: Added ability to edit a User's Access-Control-List from the UserInfo page.
- CHG: Environment variables "JAVA_HOME" and "GTS_HOME" are now required when  
       running the command line tools ('.bat' files) on Windows.
- CHG: Renamed "bin/server_mysql.*" to "bin/server_dmtp.*" (output log file now
       written to "server_dmtp.log").
- FIX: Minor change to 'common.pl' to allow Perl scripts to work with ActivePerl.

Version 1.5.0 [2007/06/30]
- NEW: Added ability to display a 'total' row in the reports.
- NEW: Added 'tab' display menu bar.
- NEW: Added User table view to "Edit/View User Information" page.
- NEW: Added Device table view to "Edit/View Device Information" page.
- NEW: Enabled user ACL acccess for User/Device edit/view.
- NEW: Added host 'alias' support to PrivateLabel manager.
- NEW: Added '-nopass' option to 'adminAccount' account creation.
- NEW: 'dbAdmin.pl' can now dump a specific account.
- NEW: Can now set TCP/UDP timeouts n DMTP server.
- NEW: Added 'template' example 'Device Parser Module' server.
- NEW: Added Calendar style sheets.
- NEW: Improved user ACL (access control list) settings.
- CHG: Minor changes to KML output.
- FIX: TrackMap now will default to the User's timezone, if available.

Version 1.4.8 [2007/06/14]
- FIX: Minor fix to "User.isAuthorizedDevice" to return true if no 'deviceGroup'
       has been specified (otherwise a user may be denied access to all devices).

Version 1.4.7 [2007/06/13]
- NEW: Default to suppress warnings when validating DB table columns.
- NEW: Added support for Device Groups (not yet supported in web-interface - currently
       administered via command-line tools).   Also with DeviceGroups, users can now 
       have restricted access to the devices listed within a given Device Group.
- NEW: Ability to log in without a password is no longer the default for newly
       created Accounts/Users.  Now, to allow Users to log in without a password,
       the user password must be explicitly set to the text "*blank*".  Previously, 
       the default was to allow a newly created users to log in without specifying 
       a password, which created a potential security risk.  Now, setting a user
       password to an empty string will prevent the user from logging in.
- NEW: Added additional reverse-geocode column "subdivision" to the EventData record 
       to assist in special table searches for border-crossings, etc.
- FIX: Fixed device-selection and update-map issue on Internet Explorer (previously, 
       selecting a new device, or clicking update map, would not always cause the 
       map to update as expected).

Version 1.4.6 [2007/06/03]
- NEW: Added support for I18N (Internationalization). See the i18n properties files
       "LocalStrings_en.properties" in the servlet source directories for more
       information.
- CHG: Improved look & feel.

Version 1.4.5 [2007/05/25]
- NEW: Reverse-Geocoding now fully functional (using external GeoNames service).
- NEW: Installation/Configuration document updated.  Additional notes regarding 
       the setting of environment variables.  Notes regarding the use of Microsoft
       Virtual Earth maps.
- NEW: Added additional 'private.xml' parser for use in device servers where a 
       web-interface is not applicable (used for extracting Reverse-Geocoding
       parameters).
- NEW: Added a 'restricted' attribute to the 'Domain' tag in 'PrivateLabel.java'
       to allow forcing only authorized accounts to have access to a given domain.

Version 1.4.4 [2007/05/20]
- NEW: Added support for Microsoft Virtual Earth maps.
- NEW: Added 'properties' attribute to MapProvider tag in PrivateLabel to allow for
       customizing specific features of the selected map provider.
- NEW: When logging in with a blank username, the user 'admin' is queried for 
       access authorization.
- NEW: Added ability to restrict accounts to specific host domains.
- NEW: Sample data is now included in the package (Account 'demo, Device 'demo'/demo2')
- CHG: Minor changes to Google Maps support to integrate auto-zooming.

Version 1.4.3 [2007/05/06]
- CHG: Minor changes to the 'build.xml' build script.
- CHG: Updated the "OpenGTS_Config.pdf" document.
- CHG: Minor changes to facilitate supporting other map providers.
- NEW: Added 'FLD_creationTime' column to EventData table.
- NEW: Added 'enableScrollWheelZoom' to Google Maps display to enable the mouse
       scroll-wheel zooming.
- NEW: Added "isAttributeSupported" & "writeMapUpdate" to MapProvider interface.

Version 1.4.2 [2007/04/17]
- NEW: Filter and remove invalid lat/lon (eg 0.00/0.00) from displayed Google Map.
- FIX: Fixed use of reserved word for table column name in new 'Property' table.

Version 1.4.1 [2007/04/15]
- CHG: Rearranged report menu page to allow for more room to place report options.
- NEW: Added 'Distance Units' field to account information page.
- NEW: Added 'Property' table for future use when reconfiguring OpenDMTP devices.

Version 1.4.0 [2007/03/30]
- NEW: Now supports multiple Users per Account, and an Access-Control-List to 
       individually assign access to an Account's menus and reports on a per-User basis.
- NEW: Added descriptive help text to the main menu options.
- NEW: RTConfig now caches pertinent default System properties on initialization.
       This prevents the potential "AccessControlException" which can occur in some 
       Apache Tomcat environments (thanks to Thomas Schmid for discovering this issue).

Version 1.3.7 [2007/03/25]
- NEW: Added support for device-detail, device-summary, and fleet-summary reports
       categories.
- NEW: Added Fleet "Last Known Location Summary" report.
- NEW: Added Device "Driving/Idle Time Summary" report.
- NEW: Added support for generating report output in CSV format.
- NEW: Now includes the Installation/Configuration manual, "OpenGTS_Config.pdf".
- FIX: Added missing "wartools.jar" file to "events.war" build.

Version 1.3.6 [2007/03/16]
- NEW: Added calendar to report selection to allow specifying report date ranges.
- NEW: Added XML event download capability.
- NEW: Minor optimizations to message logging.
- NEW: 'Navigation' bar now supported.
- CHG: Updated to latest OpenDMTP server (v1.2.8).

Version 1.3.5 [2007/03/11]
- NEW: Added customizable event detail reporting support. Additional reports can easily
       be added via configuration of an xml file.
- NEW: Private labeling support can now display different page decorations based on
       whether a user is logged-in, or not.
- FIX: Include latest OpendDMTP server (v1.2.7) which fixes the client IP address not 
       properly being propagated to the Event record.

Version 1.3.4 [2007/02/28]
- NEW: Enabled custom reverse-geocoding (custom naming for specific geofenced areas)
       on the tracking web-interface.
- NEW: Improvements to Mologogo phone tracking support (support for minimum speed, 
       horizontal accuracy, and 'pointType').
- NEW: Support uploading an Account Geozone list from a CSV file.
- CHG: Remove unecessary solution-specific fields from EventData.

Version 1.3.3 [2007/02/26]
- NEW: Now includes support for receiving data from Mologogo capable phones (see
       http://www.mologogo.com) using their "altURL" feature.
- NEW: Added 'Geozone' table. This allows creating custom defined 'reverse-geocoding'
       areas, as well as uploadable geozone packets which can be sent to a OpenDMTP
       compliant device. ('GeozoneFactory' was removed since it's no longer needed).
- NEW: Added command-line ability to PendingPacket to add property get/set requests.
- NEW: Included "New Account Registration" feature on web interface.
- NEW: Included "Forgot Password" feature on web interface.
- CHG: Combined build of 'util.jar' and 'db.jar' into a single jar 'gtsdb.jar'
- FIX: Fixed possible exception thrown when updating DeviceInfo and notification
       email is not enabled.
- FIX: Includes OpenDMTP server v1.2.6 (which also fixes 'PendingPacket.getPackets')

Version 1.3.2 [2007/02/18]
- NEW: Updated with latest v1.2.4 OpenDMTP server.  Now supports listening on
       multiple ports.
- FIX: Fixed invalid reference to 'common.pl' in admin perl scripts.

Version 1.3.1 [2007/02/16]
- FIX: Fixed inconsistent MySQL database/user/password configuration between what was
       stated in documentation, and what was specified in the config files.

Version 1.3.0 [2007/02/11]
- NEW: Added a full-featured GPS Tracking web interface with Google Map support.
       This uses Apache Tomcat to provide web-based user authentication, account and 
       device information editing, mapping support, and location detail reporting.
- NEW: Initial support for reverse-geocoding is included (not yet fully tested).

Version 1.2.1 [2007/02/08]
- NEW: Added 'perl' scripts for the following command-line functions:
         "adminAccount.pl", "adminDevice.pl", "server_mysql.pl".
       These commands do not need to be executed from the GTS installation directory.
       (The '.sh' and '.bat' commands still need to be executed from the GTS
       installation directory).
- NEW: The DB admin command "dbAdmin.pl" no longer needs to be executed from the 
       GTS installation directory.
- CHG: Updated with latest OpenDMTP server v1.2.3
- FIX: The default database name and user should be 'gts' in the 'default.conf'
       runtime config file (it was previously specified as 'dmtp').

Version 1.2.0 [2007/01/25]
- NEW: First release of OpenGTS.
- NEW: Supports MySQL datastore.
- NEW: Currently supports a Java Event servlet for supplying CSV queries, and KML
       formatted XML for tracking via Google Earth.
- NEW: Includes support for OpenDMTP server-side protocol (library copied from
       OpenDMTP project at 'http://www.opendmtp.org').

-----------------------------------------------------------------------------------

The OpenGTS/OpenDMTP software is Copyright GeoTelematic Solutions, Inc.

OpenGTS/OpenDMTP is not affiliated with Sun Microsystems, Inc, Sprint/Nextel, Boost 
Mobile, Motorola, or any other commercial entity mentioned, in any way.

The various mentioned trademarks and tradenames are owned by their respective
companies.

OpenGTS/OpenDMTP must not be used for any illegal activities.  The providers of this 
project assume no responsibity for any illegal activities that may be conducted by 
users of this software.

-----------------------------------------------------------------------------------
