aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog3
-rw-r--r--VERSION2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 1830de5598..4dfbeed100 100644
--- a/Changelog
+++ b/Changelog
@@ -10,6 +10,9 @@ version 0.4.4:
- m68k host port (Richard Zidlicky)
- partial soft MMU support for memory mapped I/Os
- multi-target build
+ - fixed: no error code in hardware interrupts
+ - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
+ - correct single stepping thru string operations
version 0.4.3:
diff --git a/VERSION b/VERSION
index 70d5b25fa8..b300caa32a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4.3 \ No newline at end of file
+0.4.4 \ No newline at end of file