Skip to content

Commit bfd300a

Browse files
committed
Sync NEWS.md from 1.15 branch
1 parent cdaeb4e commit bfd300a

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

NEWS.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,33 @@
1414
without the git commit hash (#1131).
1515
- Improved error messages when design units have circular dependencies
1616
or depend on obsolete design units (#1152).
17-
- Functional coverage is now reported correctly when summing from nested
18-
hierarchies (#1154).
19-
- External names can now be the target of concurrent signal assignment
20-
statements (#1156).
21-
- Fixed a crash when packages are passed through multiple layers of
22-
generics.
2317
- Toggle coverage count is displayed correctly for unreachable constant
2418
driven toggle bins and transitions from `X` are counted with
2519
`--count-from-undefined` instead of just `U`.
26-
- Fixed a crash when a record subtype has a partially constrained
27-
element (#1155).
2820
- Added an experimental `--preserve-case` analysis option to retain the
2921
original spelling of VHDL identifiers (#723).
30-
- Fixed wrong result of VHDL-2019 `std.env.file_path` when the source
31-
file was analysed using a relative path (#1162).
3222
- `--ieee-warnings` is now a global option and should be placed before
3323
the `-r` command. Passing it to the `-r` command is still supported
3424
but deprecated and may not take effect in some situations (#1151).
3525
- Fixed a crash when a partial association in a port map has a
3626
conversion function (#1161).
27+
- Improved the formatting of the `--help` output.
28+
29+
## Version 1.15.2 - 2025-03-01
30+
- Fixed invalid LLVM IR generation which could cause a crash with LLVM
31+
14 (#1145).
32+
- Functional coverage is now reported correctly when summing from nested
33+
hierarchies (#1154).
34+
- External names can now be the target of concurrent signal assignment
35+
statements (#1156).
36+
- Fixed a crash when packages are passed through multiple layers of
37+
generics.
38+
- Fixed a crash when a record subtype has a partially constrained
39+
element (#1155).
40+
- Fixed wrong result of VHDL-2019 `std.env.file_path` when the source
41+
file was analysed using a relative path (#1162).
3742
- Fixed a crash when `'last_event` or `'last_active` is used with a
3843
record type (#1164).
39-
- Improved the formatting of the `--help` output.
4044

4145
## Version 1.15.1 - 2025-01-22
4246
- Fixed a crash when a subprogram is called with too many named arguments

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ NVC has both a release branch and a development master branch. The
9191
master branch should be stable enough for day-to-day use and has
9292
comprehensive regression tests, but the release branch is more suitable
9393
for third party packaging. The latest released version is
94-
[1.15.1](https://github.com/nickg/nvc/releases/tag/r1.15.1).
94+
[1.15.2](https://github.com/nickg/nvc/releases/tag/r1.15.2).
9595
Significant changes since the last release are detailed in
9696
[NEWS.md](NEWS.md).
9797

www/defs.m4

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
define(__version, `1.15.1')dnl
2-
define(__release_date, `22nd January 2025')dnl
3-
define(__release_date_short, `2025-01-22')dnl
1+
define(__version, `1.15.2')dnl
2+
define(__release_date, `1st March 2025')dnl
3+
define(__release_date_short, `2025-03-01')dnl
44
define(__release_notes, `news.html#version-'__version`---'__release_date_short)dnl
55
define(__github_url, `https://github.com/nickg/nvc')dnl
66
define(__download_base, `https://www.nickg.me.uk/files')dnl

0 commit comments

Comments
 (0)