aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-03-05 10:28:04 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2023-03-06 19:31:05 +0000
commit708a27ba2ae747259786a6b5bc5e5923e094dba2 (patch)
tree7c4c48e928807aaa33b1c3ba0a37baf17db39488
parent35722772039ca92e7884866cc6c47752d1c40afb (diff)
downloadghdl-708a27ba2ae747259786a6b5bc5e5923e094dba2.tar.gz
ghdl-708a27ba2ae747259786a6b5bc5e5923e094dba2.tar.bz2
ghdl-708a27ba2ae747259786a6b5bc5e5923e094dba2.zip
Update NEWS and copyright date
Co-Authored-By: Patrick Lehmann <Paebbels@gmail.com> Co-Authored-By: Unai Martinez-Corral <unai.martinezcorral@ehu.eus>
-rw-r--r--NEWS.md13
-rw-r--r--doc/licenses.rst2
-rw-r--r--src/ghdldrv/ghdlmain.adb2
3 files changed, 12 insertions, 5 deletions
diff --git a/NEWS.md b/NEWS.md
index b01552a69..3b3e950ba 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,8 +1,15 @@
# News
-## 3.0-dev (XXXX-XX-XX)
-
-- Handle ieee operators for static expressions.
+## 3.0-dev (2023-03-XX)
+
+- Handle IEEE operators for static expressions.
+- Improved support of VHDL 2008 (still!).
+- Start support of VHDL 2019 (`--std=19`).
+- pyGHDL:
+ - Experimental support to preserve VHDL code comments for documentation extraction.
+ - Experimental packaging with a platform-specific shared library for standalone installation using PIP.
+ - DOM: dependency graphs, instantiation graphs (design hierarchy), file dependencies (compile order).
+- Pre-releases are published to GitHub Releases and assets are uploaded to pre-releases and releases.
## 2.0 (2022-02-28)
diff --git a/doc/licenses.rst b/doc/licenses.rst
index ce934fe4e..5351f8e80 100644
--- a/doc/licenses.rst
+++ b/doc/licenses.rst
@@ -31,7 +31,7 @@ The following packages are copyrighted by third parties (see corresponding sourc
GNU GPLv2
=========
-GHDL is copyright |copy| 2002 - 2022 Tristan Gingold.
+GHDL is copyright |copy| 2002 - 2023 Tristan Gingold.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
diff --git a/src/ghdldrv/ghdlmain.adb b/src/ghdldrv/ghdlmain.adb
index 02a2a8934..7088079df 100644
--- a/src/ghdldrv/ghdlmain.adb
+++ b/src/ghdldrv/ghdlmain.adb
@@ -284,7 +284,7 @@ package body Ghdlmain is
Put_Line ("Written by Tristan Gingold.");
New_Line;
-- Display copyright. Assume 80 cols terminal.
- Put_Line ("Copyright (C) 2003 - 2022 Tristan Gingold.");
+ Put_Line ("Copyright (C) 2003 - 2023 Tristan Gingold.");
Put_Line ("GHDL is free software, covered by the "
& "GNU General Public License. There is NO");
Put_Line ("warranty; not even for MERCHANTABILITY or"