Repository: incubator-edgent
Updated Branches:
  refs/heads/master b1b433716 -> 6744cbe12


[Edgent-383] Update RELEASE_NOTES AND CONTRIBUTORS

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/6744cbe1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/6744cbe1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/6744cbe1

Branch: refs/heads/master
Commit: 6744cbe126dce0044b27cee4517c1bcae69ea0b0
Parents: b1b4337
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Tue Feb 21 12:12:16 2017 -0500
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Tue Feb 21 12:12:16 2017 -0500

----------------------------------------------------------------------
 CONTRIBUTORS  | 12 ++++++++++++
 RELEASE_NOTES | 57 +++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 56 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6744cbe1/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index b35336b..3d84f50 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1,5 +1,17 @@
 The following volunteers have contributed code, documentation, testing and/or 
support to the Apache Edgent(incubating).
 
+Apache Edgent(incubating) 1.1.0
+---------------------
+Cazen Lee
+Dale LaBossiere
+Daniel John Debrunner
+Justin Mclean
+Katherine Marsden
+Susan L. Cline
+Victor Dogaru
+William Marshall
+Yaoling Chen
+
 Apache Edgent(incubating) 1.0.0
 ---------------------
 Alex Glikson

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6744cbe1/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 4261eba..b6b3f33 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,22 +1,52 @@
 Apache Edgent (incubating) 1.1.0
 ==================
 
-This release includes a number of minor bugfixes and enhancements listed below.
+The release includes a number of minor bugfixes and enhancements listed below.
 
 See EDGENT-379 below for important information related to the 
 Edgent connector for the IBM Watson IoT Platform.
 See EDGENT-380 below for information about the MQTT connector.
 
+The release has new external jar dependencies for building Edgent. 
+An Eclipse based Edgent runtime build environment will encounter failures
+until you rerun "./gradlew setupExternalJars" and refresh and rebuild your
+workspace. See DEVELOPMENT.md for information about building Edgent.
+
 New Features
 --------------------
-TODO
+EDGENT-376  Support an edge device using both the Edgent API and WIoTP 
"Managed Device" APIs
+EDGENT-375  Support publishing WIoTP device events using HTTP
+EDGENT-370  Add static IotProvider.getPreferences()
+EDGENT-367  Add autoSubmit capability to IotProvider
 
-Incompatible changes
---------------------
-TODO
+Incompatible API changes
+------------------------
+None
+    
+Known Issues
+--------
+None yet
+
+Bug Fixes
+---------
+EDGENT-374  IotProvider edgentControl commands are silent no-ops under some 
failure conditions
+EDGENT-373  IotProvider needs to log more info upon edgentControl command 
request failures
+EDGENT-366  Tolerate trailing spaces in serverURLs in MqttConfig properties 
file
+EDGENT-333  FileStreamsTextFileWriterTest mishandling string to byte
+EDGENT-332  WebSocketTest test*Byte() mishandling string to byte
+EDGENT-331  HttpConnector put/post mishandling string to byte
+EDGENT-319  CommandStreamsTest* tests fail on MS Windows
+EDGENT-318  Javadoc overview mentions wrong jar name for slf4j jdk impl
+EDGENT-316  Fix warnings from aggregateJavadoc build task
+EDGENT-310  KafkaStreamsTestManual.testSimple() fails with no local zk of 
kafka servers
+EDGENT-234  Console: broken doc links
+EDGENT-200  Console: stream hovers in oplet kind lack layout tuple counts
 
 Miscellaneous changes
 ---------------------
+EDGENT-383  Update RELEASE_NOTES and CONTRIBUTORS for 1.1.0
+EDGENT-381  Update NOTICES for 2017
+EDGENT-380  Upgrade the MQTT connector to use paho-mqtt 1.1.0
 EDGENT-379  Upgrade to the WIoTP 0.2.2 Java client API
    Upgrade the Edgent connector for the IBM Watson IoT Platform to use
    the WIoTP 0.2.2 Java client API.
@@ -26,15 +56,16 @@ EDGENT-379  Upgrade to the WIoTP 0.2.2 Java client API
    for details including how to revert the behavior if needed.
    See https://github.com/ibm-watson-iot/iot-java/releases
    for general release information about the WIoTP Java client API.
-EDGENT-380  Upgrade the MQTT connector to use paho-mqtt 1.1.0
-    
-Known Issues
---------
-None yet
+EDGENT-365  IotProvider device commands table has bad information
+EDGENT-363  Clarify / disallow null topology names
+EDGENT-362  Fix javadoc for PlumbingStreams.gate
+EDGENT-361  Add a periodic usage example for FileStreams.textFileReader
+EDGENT-329  Add Apache rat task to builds
+EDGENT-328  Make writing-a-connector info easier to locate
+EDGENT-325  Improve doc for jdbc, kafka, and java7 tests
+EDGENT-321  Add full collection of release management buildTools
+EDGENT-308  Is it possible to use poll() with FileStreams together
 
-Bug Fixes
----------
-TODO
 
 Apache Edgent (incubating) 1.0.0
 ==================

Reply via email to