From 708a27ba2ae747259786a6b5bc5e5923e094dba2 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 5 Mar 2023 10:28:04 +0100 Subject: Update NEWS and copyright date Co-Authored-By: Patrick Lehmann Co-Authored-By: Unai Martinez-Corral --- NEWS.md | 13 ++++++++++--- doc/licenses.rst | 2 +- src/ghdldrv/ghdlmain.adb | 2 +- 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" -- cgit v1.2.3