summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2017-04-27 10:33:18 -0400
committerAnas Nashif <anas.nashif@intel.com>2017-04-27 11:20:16 -0400
commit7a3193ec28826afd367c8b8d36af55415683ccc6 (patch)
tree831d98eece47779cff8be874bc36526953255979
parent6a9813211421bf216bf719fa32f19d86c827a777 (diff)
release: Prepare for 1.7.1v1.7.1-rc
Change-Id: Ie6947833f3488d0fa7992168598ba56100c9b1a6 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-rw-r--r--Makefile4
-rw-r--r--doc/release-notes.rst9
2 files changed, 11 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c49e6920a..1de6152f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
VERSION_MAJOR = 1
VERSION_MINOR = 7
-PATCHLEVEL = 0
+PATCHLEVEL = 1
VERSION_RESERVED = 0
-EXTRAVERSION =
+EXTRAVERSION = rc
NAME = Zephyr Kernel
export SOURCE_DIR PROJECT MDEF_FILE
diff --git a/doc/release-notes.rst b/doc/release-notes.rst
index 18f824a42..498bb13af 100644
--- a/doc/release-notes.rst
+++ b/doc/release-notes.rst
@@ -1,6 +1,15 @@
Release Notes
#############
+.. _zephyr_1.7.1:
+
+Zephyr Kernel 1.7.1
+********************
+
+* [ZEP-1800] Updated TinyCrypt to latest version: 0.2.6
+* [ZEP-749] Updated mbedTLS to 2.4.2
+* [ZEP-1470] ARM: Increase idle stack size to fix corruption by FP_SHARING
+
.. _zephyr_1.7:
Zephyr Kernel 1.7.0