aboutsummaryrefslogtreecommitdiffstats
path: root/doc/changelog
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-02-25 20:18:09 +0100
committertgingold <tgingold@users.noreply.github.com>2017-12-10 12:02:05 +0100
commite3047c70d11bcbe9998518733c2fcb61cb729ab5 (patch)
tree75fa2731b7eebd77b3c0d44fc8bef34bdf065a15 /doc/changelog
parent6871bbba1bdc4332cf68e1494e3c6f1615fefbcb (diff)
downloadghdl-e3047c70d11bcbe9998518733c2fcb61cb729ab5.tar.gz
ghdl-e3047c70d11bcbe9998518733c2fcb61cb729ab5.tar.bz2
ghdl-e3047c70d11bcbe9998518733c2fcb61cb729ab5.zip
Meta.rst added to changelog
Diffstat (limited to 'doc/changelog')
-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