Skip to content

Commit

Permalink
Release: update version to 0.9.3
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Pisa <[email protected]>
  • Loading branch information
ppisa committed Apr 21, 2022
1 parent 1af8a79 commit 7f872d9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>")
Expand Down
16 changes: 16 additions & 0 deletions extras/packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
* 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 <[email protected]> Thu, 21 Apr 2022 09:40:37 +0200

qtrvsim (0.9.2-1) unstable; urgency=medium

* Debian package updated to version 0.9.2.
Expand Down

0 comments on commit 7f872d9

Please sign in to comment.