From bdaae5661d374d8bc7fe2a3244c10f535180bc2a Mon Sep 17 00:00:00 2001
From: NIIBE Yutaka <gniibe@fsij.org>
Date: Wed, 15 Jul 2015 12:08:15 +0900
Subject: Version 0.07

---
 .gitignore       |  1 -
 ChangeLog        |  5 +++++
 NEWS             | 13 +++++++++++++
 README           |  4 ++--
 VERSION          |  2 +-
 doc/chopstx.texi |  2 +-
 6 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index b4f42bf..208d3c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-*/board.h
 */build
 */.dep
 doc/chopstx.info
diff --git a/ChangeLog b/ChangeLog
index dab0e12..34c11c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-15  Niibe Yutaka  <gniibe@fsij.org>
+
+	* VERSION: 0.07.
+	* doc/chopstx.texi (VERSION): 0.07.
+
 2015-07-14  Niibe Yutaka  <gniibe@fsij.org>
 
 	* board/board-*.h (BOARD_ID): New.
diff --git a/NEWS b/NEWS
index af00601..ade6ffa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
 NEWS - Noteworthy changes
 
 
+* Major changes in Chopstx 0.07
+
+  Released 2015-07-15
+
+** New Board macro definitions
+Each board-*.h should have BOARD_ID and BOARD_NAME now.
+FLASH_PAGE_SIZE and NEUG_ADC_SETTING2_* are deprecated.
+
+** New sys.c (2.1)
+Flash memory size is probed at runtime now.  System
+service flash pages now include sys_board_id and sys_board_name.
+
+
 * Major changes in Chopstx 0.06
 
   Released 2015-07-08
diff --git a/README b/README
index 69c3a10..ea253b8 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Chopstx - Threads and only Threads
-							Version 0.06
-							  2015-07-08
+							Version 0.07
+							  2015-07-15
 							Niibe Yutaka
 					     Flying Stone Technology
 
diff --git a/VERSION b/VERSION
index 174a73d..eb4561e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-release/0.06
+release/0.07
diff --git a/doc/chopstx.texi b/doc/chopstx.texi
index 2ed2090..5510888 100644
--- a/doc/chopstx.texi
+++ b/doc/chopstx.texi
@@ -1,7 +1,7 @@
 \input texinfo                      @c -*-texinfo-*-
 @c %**start of header
 @setfilename chopstx.info
-@set VERSION 0.06
+@set VERSION 0.07
 @settitle Chopstx Reference Manual
 @c Unify some of the indices.
 @syncodeindex tp fn
-- 
cgit v1.2.3