diff --git a/CMakeLists.txt b/CMakeLists.txt index 27892f2f..db2c5232 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_policy(VERSION 3.10) project(QtRVSim LANGUAGES C CXX - VERSION 0.9.6 + VERSION 0.9.7 DESCRIPTION "RISC-V CPU simulator for education purposes") set(KAREL_KOCI "Karel Koci ") diff --git a/data/cz.cvut.edu.comparch.qtrvsim.metainfo.xml.in b/data/cz.cvut.edu.comparch.qtrvsim.metainfo.xml.in index 1b0377b9..74b33542 100644 --- a/data/cz.cvut.edu.comparch.qtrvsim.metainfo.xml.in +++ b/data/cz.cvut.edu.comparch.qtrvsim.metainfo.xml.in @@ -16,11 +16,16 @@ - +

Current project release.

+ + +

RISC-V A extension, ACLINT MTIMER, IRQ support, L2 cache, GUI editor tabs

+
+

More CSR updates, fix branch range, CLI OS emulation, coreview diagrams updates, RV64IM in CI

diff --git a/extras/packaging/deb/debian/changelog b/extras/packaging/deb/debian/changelog index 383e02b1..ccbdfd27 100644 --- a/extras/packaging/deb/debian/changelog +++ b/extras/packaging/deb/debian/changelog @@ -1,3 +1,14 @@ +qtrvsim (0.9.7-1) unstable; urgency=medium + + * GUI: fix examples button crashes on Windows and sometimes other platforms + * GUI: fix crash when no tab is selected + * CI: add windows libs to artifacts and use more cores available + * CI: Make pack QT with Win artifact + * Project: Use the include directory for LibElf on macOS, Homebrew misses RISC-V + * Machine: set SXL and UXL to 64-bit XLEN for RV64 + +-- Pavel Pisa Thu, 15 Feb 2024 20:57:12 +0100 + qtrvsim (0.9.6-1) unstable; urgency=medium * GUI: add reset widows menu entry to restore default windows layout