Skip to content

Commit dfd9bb2

Browse files
committed
Update CHANGELOG.
1 parent 90eb295 commit dfd9bb2

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.txt

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
1+
This file contains details of the changes in each new version of PRISM.
2+
13
-----------------------------------------------------------------------------
2-
Version 4.10 (first released 29/1/2026)
4+
Version 4.10.1 (first released 2/4/2026)
35
-----------------------------------------------------------------------------
46

5-
This file contains details of the changes in each new version of PRISM.
7+
* Simplify and optimise Makefile and build process
8+
9+
* Simplify and improve native shared libraries
10+
- unify into a single native shared library: libprism.{so,dylib}
11+
- fix soname/install_name/rpath (no need for (DY)LD_LIBRARY_PATH now)
12+
- shared libraries can be absent when using the explicit engine
13+
14+
* Update and document JAR file dependencies
15+
16+
* Various bugfixes
17+
18+
* Development and code-level changes:
19+
- add Gradle-based maintenance of JAR files
20+
- IntelliJ IDEA config files (run "make intellij")
21+
- update Java language level from 9 to 11
22+
- PrismLog fixes, tidying and optimisations
23+
24+
-----------------------------------------------------------------------------
25+
Version 4.10 (first released 29/1/2026)
26+
-----------------------------------------------------------------------------
627

728
* Import/export functionality
829
- import/export from/to UMB (Unified Markov Binary) format

0 commit comments

Comments
 (0)