]> granicus.if.org Git - re2c/commitdiff
Release notes for 1.0.1.
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 14 Aug 2017 07:27:23 +0000 (08:27 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 14 Aug 2017 07:27:23 +0000 (08:27 +0100)
src/conf.py
src/news/changelog/1_0.rst
src/news/changelog/1_0_1_list.rst [new file with mode: 0644]
src/news/news.rst
src/news/release_notes/1_0_1.rst [new file with mode: 0644]

index dcb242d4463b2ea4cf12d4830e9892058da5d314..6574b74623bb2cf009714192357af18ce1253bd4 100644 (file)
@@ -57,9 +57,9 @@ author = u're2c devs'
 # built documents.
 #
 # The short X.Y version.
-version = '0.16'
+version = '1.0.1'
 # The full version, including alpha/beta/rc tags.
-release = '0.16'
+release = '1.0.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index e894a9d6bdf0948545d56d988b7c04f34f4632e2..eb290260f8f3a66ab5b535bd0e28c4ade0d5232f 100644 (file)
@@ -5,8 +5,7 @@
 1.0.1 (2017-08-11)
 ~~~~~~~~~~~~~~~~~~
 
-- Fixed bug #193 1.0 build failure on macOS: error: calling a private constructor of class 're2c::Rule'
-- Added paper "Tagged Deterministic Finite Automata with Lookahead" to distribution
+.. include:: 1_0_1_list.rst
 
 1.0 (2017-08-11)
 ~~~~~~~~~~~~~~~~
diff --git a/src/news/changelog/1_0_1_list.rst b/src/news/changelog/1_0_1_list.rst
new file mode 100644 (file)
index 0000000..ee7862e
--- /dev/null
@@ -0,0 +1,2 @@
+- Fixed bug #193 "1.0 build failure on macOS: error: calling a private constructor of class 're2c::Rule'"
+- Added paper "Tagged Deterministic Finite Automata with Lookahead" to distribution
index 70eec632a05519888d244abdc56642aa34588c61..8bf65c499124889e9ce88bca8acec0a21aab28c4 100644 (file)
@@ -5,6 +5,7 @@ News
 .. toctree::
     :maxdepth: 1
 
+    Release 1.0.1 <release_notes/1_0_1>
     Release 1.0 <release_notes/1_0>
     Release 0.16 <release_notes/0_16>
     Release 0.15.3 <release_notes/0_15_3>
diff --git a/src/news/release_notes/1_0_1.rst b/src/news/release_notes/1_0_1.rst
new file mode 100644 (file)
index 0000000..1df3865
--- /dev/null
@@ -0,0 +1,11 @@
+=============
+Release 1.0.1
+=============
+
+This is a minor bug-fix release.
+It addresses the following issues:
+
+.. include:: ../changelog/1_0_1_list.rst
+
+Thanks to ilovezf for bug report.
+