summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-01-27 15:06:32 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-04-26 15:00:15 +0200
commitc3622eb192f62ccb344bf2005f58cf01e8d4f711 (patch)
tree66537ece355d4e66b3371d961dfe9ea6901e45fd
parentbff436651bcdbed179682a939bdc271cf57a88a6 (diff)
Release notes update
Change-Id: Ibd21e21932ddaff514221c0e5f111df3120e4d8e Signed-off-by: Marek Gradzki <mgradzki@cisco.com> (cherry picked from commit 192d742f43a0272bfe73613630ccbfc9cb5d09e0)
-rw-r--r--release-notes/src/main/asciidoc/devel_guide/devel_plugin_overview.adoc5
-rw-r--r--release-notes/src/main/asciidoc/release_notes.adoc15
2 files changed, 10 insertions, 10 deletions
diff --git a/release-notes/src/main/asciidoc/devel_guide/devel_plugin_overview.adoc b/release-notes/src/main/asciidoc/devel_guide/devel_plugin_overview.adoc
index d844a2f5c..876e3ec2b 100644
--- a/release-notes/src/main/asciidoc/devel_guide/devel_plugin_overview.adoc
+++ b/release-notes/src/main/asciidoc/devel_guide/devel_plugin_overview.adoc
@@ -5,9 +5,8 @@ link:release_notes.html[< Home]
Honeycomb provides a framework for plugins to participate in the data handling. The plugins use YANG modeling language to describe what:
* *data* they can handle (Create, Read, Update, Delete operations)
-* *notifications* do they emit
-
-NOTE: RPCs are not supported in this release.
+* *notifications* they do emit
+* *RPCs* they can handle
A plugin usually consists of:
diff --git a/release-notes/src/main/asciidoc/release_notes.adoc b/release-notes/src/main/asciidoc/release_notes.adoc
index 785ac4df9..51a6546c6 100644
--- a/release-notes/src/main/asciidoc/release_notes.adoc
+++ b/release-notes/src/main/asciidoc/release_notes.adoc
@@ -5,27 +5,28 @@ Release notes for honeycomb {project-version}.
Honeycomb is a generic NETCONF/RESTCONF management agent and provides a framework
for building specialized agents.
+It uses many features and utilities from different http://www.opendaylight.org/[Opendaylight (ODL)] projects
+(e.g. yangtools, controller, mdsal and netconf).
+
The biggest use case of honeycomb is VPP (fd.io's Vector packet processor).
Honeycomb delivers a management agent to enable integration of VPP with e.g. SDN controllers such as Opendaylight.
-For VPP specific distribution of Honeycomb, refer to:
-!!!!! FIXME/TODO add link !!!!!!
+For VPP specific distribution of Honeycomb, please refer to https://wiki.fd.io/view/Hc2vpp[hc2vpp] project.
== Release plan
https://wiki.fd.io/view/Honeycomb/Release_Plans/Release_Plan_{project-public-version}[Release plan]
== Features
-Adding to the list of existing features: https://wiki.fd.io/view/Honeycomb/Releases/1609#Features[1609 feature list]:
+Adding to the list of existing features: https://docs.fd.io/honeycomb/1.17.01/release-notes-aggregator/release_notes.html#_features[1701 feature list]
=== New features
+* https://jira.fd.io/browse/HONEYCOMB-344[Structural readers for list]
=== Removed features
=== Modified features
-* https://jira.fd.io/browse/HONEYCOMB-73[Initializers tie-in with readers]
-** Instead of root level initializer, initialization can be split among multiple initializing readers
-* https://jira.fd.io/browse/HONEYCOMB-270[Readers/ReadCustomizers able to influence presence of resulting data]
-** Suitable for presence container readers
+* https://jira.fd.io/browse/HONEYCOMB-333[HoneycombTestRunner improvements]
+* https://jira.fd.io/browse/HONEYCOMB-342[Various processing/translation improvements]
=== Deprecated features