From: bellard Date: Wed, 17 Sep 2003 22:56:56 +0000 (+0000) Subject: update X-Git-Tag: 0.10.0-0maemo1~5952 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=fcf8fcc8e5988404fe40082d43419ef9ff30642f;p=qemu update git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@382 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/Changelog b/Changelog index 1830de5..4dfbeed 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 70d5b25..b300caa 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