aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-04-05 15:42:15 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-04-05 15:42:15 +0000
commitcc9364d58d474ee6ebc78d98ad3f24afe65b95a6 (patch)
treea2680e2246cde061b2d3216e15ce150876c5acd5
parente018601de9438cdedda3142009f26180ccf33d69 (diff)
Changelog.LINARO: Add entry for 2012.042012.04
Add Changelog entry for qemu-linaro 2012.04 release. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--Changelog.LINARO10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog.LINARO b/Changelog.LINARO
index cd2b43896..eef0db7fa 100644
--- a/Changelog.LINARO
+++ b/Changelog.LINARO
@@ -12,6 +12,16 @@ here. For full change detail consult the git history:
Bug numbers refer to Launchpad qemu-linaro bugs, eg:
https://bugs.launchpad.net/qemu-linaro/+bug/703094
+version 2012.04:
+ - Fixes #928432: compiling spice support for i386 should
+ no longer give compile warnings/errors.
+ - Fixes #953544: 'SETEND' in Thumb mode should now UNDEF,
+ in line with the behaviour for the ARM encoding.
+ - Fixes #956799: add support for the ppoll syscall for
+ ARM linux-user emulation.
+ - Fixes #970252: add the OMAP36xx UART FIFO status registers
+ (thanks to Jan Vesely for the bug report and patch).
+
version 2012.03:
- Fixes #932856: the OMAP3 boot rom emulation now tries
sector 256 in raw mode as well as sector 0.