Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vhotspur committed Sep 12, 2024
1 parent 71ed8bc commit 6337b85
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
PACKAGE_NAME: msim-git
PACKAGE_MAINTAINER: vhotspur
PACKAGE_SUMMARY: "A virtual machine simulator based on a MIPS R4000 and RISC-V processor"
PACKAGE_VERSION: 2.2.1
PACKAGE_VERSION: 2.3.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
PACKAGE_NAME: msim
PACKAGE_MAINTAINER: vhotspur
PACKAGE_SUMMARY: "A virtual machine simulator based on a MIPS R4000 and RISC-V processor"
PACKAGE_VERSION: 2.2.1
PACKAGE_VERSION: 2.3.0

jobs:
build:
Expand Down
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

### Added

### Changed

### Deprecated

### Removed


## v2.3.0 - 2024-09-12

### Fixed

* wrong `break` documentation (see #55 and #56, @KronwarsCZ, @vhotspur)
* RISC-V executing from paged memory in M-mode (see #66, @HanyzPAPU)

Expand All @@ -27,10 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `csrrd` is `csrd`, `tlbrd` is `tlbd`
* `csrd` dumps selected registers only (see #61, @HanyzPAPU)

### Deprecated

### Removed


## v2.2.1 - 2023-10-09

Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for msim 2.2.1.
# Generated by GNU Autoconf 2.72 for msim 2.3.0.
#
# Report bugs to <github.com/d-iii-s/msim>.
#
Expand Down Expand Up @@ -603,8 +603,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='msim'
PACKAGE_TARNAME='https://d3s.mff.cuni.cz/software/msim/'
PACKAGE_VERSION='2.2.1'
PACKAGE_STRING='msim 2.2.1'
PACKAGE_VERSION='2.3.0'
PACKAGE_STRING='msim 2.3.0'
PACKAGE_BUGREPORT='github.com/d-iii-s/msim'
PACKAGE_URL=''

Expand Down Expand Up @@ -1262,7 +1262,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
'configure' configures msim 2.2.1 to adapt to many kinds of systems.
'configure' configures msim 2.3.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1325,7 +1325,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of msim 2.2.1:";;
short | recursive ) echo "Configuration of msim 2.3.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1412,7 +1412,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
msim configure 2.2.1
msim configure 2.3.0
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1739,7 +1739,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by msim $as_me 2.2.1, which was
It was created by msim $as_me 2.3.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -5082,7 +5082,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by msim $as_me 2.2.1, which was
This file was extended by msim $as_me 2.3.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5146,7 +5146,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
msim config.status 2.2.1
msim config.status 2.3.0
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

AC_INIT([msim], [2.2.1], [github.com/d-iii-s/msim], [https://d3s.mff.cuni.cz/software/msim/])
AC_INIT([msim], [2.3.0], [github.com/d-iii-s/msim], [https://d3s.mff.cuni.cz/software/msim/])

AC_PROG_CC
if test "$GCC" = "yes" ; then
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion contrib/msim.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A virtual machine simulator based on a MIPS R4000 and RISC-V processor
Name: msim
Version: 2.2.1
Version: 2.3.0
Release: 1%{?dist}
License: GPLv2+
Group: Development/Tools
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = MSIM
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 2.2.1
PROJECT_NUMBER = 2.3.0

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Let's assume that the installation has been completed. After starting
~$ msim
<msim> Alert: Configuration file "msim.conf" not found, skipping
<msim> Alert: MSIM 2.2.1
<msim> Alert: MSIM 2.3.0
<msim> Alert: Entering interactive mode, type `help' for help.
[msim]
Expand Down
2 changes: 1 addition & 1 deletion msim-git.rpkg.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A virtual machine simulator based on a MIPS R4000 and RISC-V processor
Name: {{{ git_name name="msim-git" }}}
Version: {{{ git_version lead=2.2.1 }}}
Version: {{{ git_version lead=2.3.0 }}}
Release: 1%{?dist}
License: GPLv2+
Group: Development/Tools
Expand Down

0 comments on commit 6337b85

Please sign in to comment.