aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fischofer <bill.fischofer@linaro.org>2017-07-11 21:01:07 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-07-24 19:24:17 +0300
commit759b6d5da6617af244765983d0b8bfbb26f41890 (patch)
tree8fedd575494d08977d979df44a6688d7d787bff5
parenta28e0db6cdae7eb4f047cd79698ceadf96feff7f (diff)
changelog: document changes for v1.11.0.1 service release
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--CHANGELOG30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1d652a8d5..e4178fcd8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,33 @@
+== OpenDataPlane (1.11.0.1)
+v1.11.0.1 is a minor service release of the Monarch LTS (Long Term Support)
+release of ODP. It incorporates several bug fixes and is otherwise unchanged
+from the base Monarch LTS release
+
+=== Bug Fixes (With Numbers)
+==== https://bugs.linaro.org/show_bug.cgi?id=2402[Bug 2402]
+Doxygen warning for ODP_BIG_ENDIAN_BITFIELD
+
+==== https://bugs.linaro.org/show_bug.cgi?id=2704[Bug 2704]
+Builds TAR have no .scmversion
+
+==== https://bugs.linaro.org/show_bug.cgi?id=2942[Bug 2942]
+Compilation fails using clang 4.0.0
+
+==== https://bugs.linaro.org/show_bug.cgi?id=2952[Bug 2952]
+doxygen errors and travis does not catch them
+
+==== https://bugs.linaro.org/show_bug.cgi?id=3027[Bug 3027]
+Compilation failures using GCC 7 series
+
+==== https://bugs.linaro.org/show_bug.cgi?id=3039[Bug 3039]
+Socket pktio recv fails on large number of packet
+
+=== Bug Fixes (Unnumbered)
+* git_hash: handle git worktree
+* Use PRIu32 to print uint32_t values
+* configure: remove dependency on autoconf-archive
+* Fix compilation with OpenSSL 1.1.y
+
== OpenDataPlane (1.11.0.0)
ODP v1.11.0 is the base tag and branch for the Monarch LTS (Long Term Support)
release of ODP.