From 86c0751c594e85557838e62b04ec5f8adfeca812 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Thu, 9 May 2024 20:27:16 +0100 Subject: [PATCH] Sync NEWS.md from 1.12 branch --- NEWS.md | 16 ++++++++++++++++ README.md | 2 +- www/defs.m4 | 6 +++--- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index ad7b73de..31049e76 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,21 @@ ## Unreleased changes +## Version 1.12.1 - 2024-05-09 +- Fixed a crash when a process contains a `force` or `release` + assignment inside a `process (all)` statement (#877). +- Fixed a crash creating a waveform dump with `--dump-arrays` and the + design contains an array-of-array-of-records (#878). +- Fixed a spurious error when a type declaration from a package generic + is used in a port list (#881). +- Fixed an assertion failure when a procedure declared within a `process + (all)` assigns to a signal (#882). +- Added a missing check for illegal assignment to external signal name + outside a process (#884). +- Fixed a crash while printing diagnostic information when the + simulation delta cycle limit is reached (#885). +- Generic actuals no longer need to be globally static, which was never + required by the LRM (#886). + ## Version 1.12.0 - 2024-04-07 - The `--jit` elaboration option no longer requires `--no-save`. - Fixed a crash when subtype bounds depend on a package instance generic diff --git a/README.md b/README.md index 282fd4b3..45701b19 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ NVC has both a release branch and a development master branch. The master branch should be stable enough for day-to-day use and has comprehensive regression tests, but the release branch is more suitable for third party packaging. The latest released version is -[1.12.0](https://github.com/nickg/nvc/releases/tag/r1.12.0). +[1.12.1](https://github.com/nickg/nvc/releases/tag/r1.12.1). Significant changes since the last release are detailed in [NEWS.md](NEWS.md). diff --git a/www/defs.m4 b/www/defs.m4 index b72ab760..8de22aff 100644 --- a/www/defs.m4 +++ b/www/defs.m4 @@ -1,6 +1,6 @@ -define(__version, `1.12.0')dnl -define(__release_date, `7th April 2024')dnl -define(__release_date_short, `2024-04-07')dnl +define(__version, `1.12.1')dnl +define(__release_date, `9th May 2024')dnl +define(__release_date_short, `2024-05-09')dnl define(__release_notes, `news.html#version-'__version`---'__release_date_short)dnl define(__github_url, `https://github.com/nickg/nvc')dnl define(__sourcehut_url, `https://git.sr.ht/~nickg/nvc')dnl -- 2.39.2