Eclipse Kura - 1.1.1
-------------------------------------------------------------------------

Added Features:
   * Added configurable CommandService to password-protect command execution
   * Added support to reset WiFi if it cannot be enabled
   * Added selection of the MQTT protocol version to the MqttDataTransport configuration

Bug Fixes:
   * Fixed ppp0 interface disappeared from Web UI
   * Improved tips in the cellular modem advanced options and changed default values
   * Fixed bug 452499: Kura Debian package name should be lower case
   * Fixed org.eclipse.kura.linux.position not setting the track heading parameter
   * Fixed org.eclipse.kura.linux.position to correctly select the GPS receiver
   * Fixed org.eclipse.kura.linux.usb to better handle removal of USB devices
   * Fixed org.eclipse.kura.linux.net to properly track USB add/remove events and stale devices
   * Fixed org.eclipse.kura.net.admin to properly track modems
   * Fixed org.eclipse.kura.net.admin to keep resetting the modem if PPP link cannot be established
   * Fixed minor issues

Known Issues:
   * Hardware watchdog: not implemented on all platforms
   * Only one WAN interface is currently supported. A warning in displayed in the WEB UI if the user attempts to enable more than one WAN interface


Eclipse Kura - 1.1.0
-------------------------------------------------------------------------

Added Features:
   * OpenJDK Device I/O integration
   * Added org.eclipse.kura.example.gpio example using OpenJDK Device I/O 
   * Added RPI B+ distribution
   * Display warning in the WEB UI if the user attempts to enable more than one WAN interface
   * Modem IMEI and SIM IMSI/ICCID published in the birth certificate
   * Improved documentation on the Eclipse Kura Wiki
   * Upgraded to Google Protocol Buffers 2.6.0 (adding union types)
   * Display client ID in the WEB UI Status page
   
Bug Fixes:
   * Upticked API package versions to 1.0.0
   * Fixed DNS issue when DNS servers are provided in the configuration
   * Fixed 'iw' scan problem (IBSS capability)
   * Fixed a MetaTypeBundleTracker issue slowing down the Kura startup
   * Added a minimum value of two minutes for the modem reset interval
   * Improved robustness of the Kura upgrade scripts
   * Upgraded to Paho 1.0.1 (many bug fixes)
   * Fixed uncaught exception preventing network interfaces being displayed in the WEB UI
   * Set Paho client callback to null before terminating the client
   * Removed 'old' native library directories
   * Fixed WEB UI username/password lost for the in-memory configuration of HSQLDB
   * Fixed HIDAPI bundle 
   * Fixed HSQLDB exception due to large system time adjustments
   * Merged pull requests and contributions sent in the form o diff files to the mailing list
   * Added 'telnet' to the list of 'apt' dependencies
   
Known Issues:
   * Hardware watchdog: not implemented on all platforms
   * Reliagate 50-21: Using eth1 and Windows 7 to access the webui does not work over some network topologies - OSX or Linux are recommended to access the webui in this rare case
   * Only one WAN interface is currently supported. A warning in displayed in the WEB UI if the user attempts to enable more than one WAN interface


Eclipse Kura - Initial Version
-------------------------------------------------------------------------

Features:
   * Runs on Java SE 7 Embedded and OpenJDK 7
   * Core OSGi runtime using Eclipse Equinox v3.8.1
   * API support including:
	* Clock (both system clock syncing via NTP and hardware clock sync)
	* Cloud connections (MQTT) with local store and forward capabilities to handle disconnected states as well as Google Protobuf message packing
	* Service configuration locally and remotely via OSGi ConfigAdmin with Metatype support
	* Network status including IP address, netmask, DNS, gateway, and hardware types
	* Network administration: modifying network configuration including IP address, netmask, DNS, gateway, DHPC servers, Nat/Masq, 
				  firewall, wifi AP, wifi station, SSID, wifi security types, wifi channel, and cellular modems, and 
				  routing tables.
	* GPS configuration
	* USB devices including dynamic detection
   * OSGi Deployment Package support
   * Local configuration web UI
   * Eclipse based emulator for local host PC development/testing including support for OSX and Linux
   * Remote configuration and device management capabilities when connected to Eurotech's Everyware Cloud
   * Support for remote OSGi console and bundle deployment from Eclipse

Known Issues:
   * Hardware watchdog: not implemented on all platforms
   * Reliagate 50-21: Using eth1 and Windows 7 to access the webui does not work over some network topologies - OSX or Linux are recommended to access the webui in this rare case
   * Only one WAN interface is currently supported.  Make sure you never have multiple WAN interfaces defined or it could result in network connectivity issues
