diff --git a/CMakeLists.txt b/CMakeLists.txt index 866f70ab..ff6576af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_policy(VERSION 3.10) project(QtRVSim LANGUAGES C CXX - VERSION 0.9.2 + VERSION 0.9.3 DESCRIPTION "RISC-V CPU simulator for education purposes") set(KAREL_KOCI "Karel Koci ") diff --git a/extras/packaging/deb/debian/changelog b/extras/packaging/deb/debian/changelog index 8d6e74a9..4dac41a5 100644 --- a/extras/packaging/deb/debian/changelog +++ b/extras/packaging/deb/debian/changelog @@ -1,3 +1,19 @@ +qtrvsim (0.9.3-1) unstable; urgency=medium + + * Debian package updated to version 0.9.3. + * Machine: fix LCD display endianness. + * Machine: correct memory stall cycles computation. + * Machine: correct unaligned and partial (lb, sb, lh, sh) to peripheral registers. + * Packaging: flatpak support kindly provided by David Heidelberg + * Machine and GUI: switch to RISC-V CSR names and remove references to MIPS COP0. + * Machine: correct parsing of registers s10 and s11 names. + * Machine: fix null pointer usage in cache + * GUI: fix null pointer usage in cache + * Machine: correct cache graphics visualization for byte accesses. + * Machine: LFU cache policy incorrect use of sets count instead of degree of associativity. + + -- Pavel Pisa Thu, 21 Apr 2022 09:40:37 +0200 + qtrvsim (0.9.2-1) unstable; urgency=medium * Debian package updated to version 0.9.2.