From b8c169d16d4fd7d9f42aabe9ff1e3c8b0876b2ab Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Thu, 4 Jan 2024 20:41:55 +0000 Subject: [PATCH] Sync NEWS.md from 1.11 branch --- NEWS.md | 16 ++++++++++++++++ README.md | 2 +- THANKS.md | 2 +- www/defs.m4 | 6 +++--- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 0a479b1a..bbeaabb5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,22 @@ - Fixed a crash when subtype bounds depend on a package instance generic (#815). +## Version 1.11.2 - 2024-01-04 +- Fixed an incorrect length check in the equivalent process for + non-static port map actuals (#817). +- Library file names for design units that contain extended identifiers + such as `/Foo/` are now encoded in a way that avoids illegal + characters and case sensitivity issues on Windows and macOS (#816). +- Implemented `vhpiIsNullP` and `vhpiIsDiscreteP` for ranges. +- Fixed a crash when an aliased enumeration literal appears in a case + choice expression (#819). +- Fixed calculation of longest static prefix with indexes and slices of + a constant array (#820). +- Fixed a crash during elaboration when simplifying an if-statement that + depends on a generate parameter (#821). +- Increased the limit on the number of subprogram arguments to allow + compiling some Lattice IPs (from @sean-anderson-seco). + ## Version 1.11.1 - 2023-12-16 - Fix crash during elaboration when an if-statement branch is always taken (#812). diff --git a/README.md b/README.md index 72473da5..ac1ecbf3 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.11.1](https://github.com/nickg/nvc/releases/tag/r1.11.1). +[1.11.2](https://github.com/nickg/nvc/releases/tag/r1.11.2). Significant changes since the last release are detailed in [NEWS.md](NEWS.md). diff --git a/THANKS.md b/THANKS.md index b9c2437d..b5af6b3e 100644 --- a/THANKS.md +++ b/THANKS.md @@ -24,4 +24,4 @@ following people: module. Special thank you to @bpadalino, @tmeissner, @Blebowski, @amb5l, -@m42uko, and @a-panella for sponsoring me! +@m42uko, @a-panella, and @cmarqu for sponsoring me! diff --git a/www/defs.m4 b/www/defs.m4 index 88317706..286e9675 100644 --- a/www/defs.m4 +++ b/www/defs.m4 @@ -1,6 +1,6 @@ -define(__version, `1.11.1')dnl -define(__release_date, `16th December 2023')dnl -define(__release_date_short, `2023-12-16')dnl +define(__version, `1.11.2')dnl +define(__release_date, `4th January 2024')dnl +define(__release_date_short, `2024-01-04')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