summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2017-04-27 10:33:18 -0400
committerAnas Nashif <nashif@linux.intel.com>2017-04-27 16:02:08 +0000
commit8d6486a031fef594ee54e9332c6b9fd1da78c385 (patch)
tree936cde4f447ccf89d6f7627dcc401de43eea38b9
parent8e3ce970facd400600dbeddf1c68a5e2562b1d63 (diff)
release: Prepare for 1.7.1v1.7-branch
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