aboutsummaryrefslogtreecommitdiffstats
path: root/doc/changelog/Meta.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/Meta.rst')
-rw-r--r--doc/changelog/Meta.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/changelog/Meta.rst b/doc/changelog/Meta.rst
new file mode 100644
index 000000000..4b86d7d32
--- /dev/null
+++ b/doc/changelog/Meta.rst
@@ -0,0 +1,18 @@
+.. _CHANGE:Roadmap:
+
+Meta
+############
+
+* Python snippet for Sphinx's `conf.py` to extract the current version number from Git (latest tag name).
+
+ * :ghdlsharp:`200`
+
+* Reference :samp:`genindex.html` from the navigation bar.
+
+ * :ghdlsharp:`200`
+
+* Create "parts" (LaTeX terminology / chapter headlines) in navigation bar.
+
+ * :ghdlsharp:`200`
+
+* Ubuntu uses `dash` instead of `bash` when a shell script is run. As a result, some functionalities, such as arrays like :samp:`array[1]`, are not supported. Therefore, build scripts in `dist/linux` should not use those functionalities unless they are sourced in a `bash` shell. That is, :file:`tavis-ci.sh` uses arrays, since it is sourced in the Travis CI machine. But :file:`docker-buildtest.sh` and :file:`buildtest.sh` do not use any. The same applies to the scripts in `testsuite`. \ No newline at end of file