aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-05-10 14:10:26 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-05-10 14:10:26 +0000
commit859ee157f72754d7d921eb3b30b84d2935e78515 (patch)
treeddc0ab80ffff694f143c8eac07bd878a4ec639fd
parentee179150e05c587c0e658dd3ae2f94424c65d5fd (diff)
Changelog.LINARO: Add entry for 2012.052012.05
Add changelog entry for 2012.05 release. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--Changelog.LINARO7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog.LINARO b/Changelog.LINARO
index eef0db7fa..596af6a1e 100644
--- a/Changelog.LINARO
+++ b/Changelog.LINARO
@@ -12,6 +12,13 @@ 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.05:
+ - Fixes #978694: Beagle bootrom emulation now correctly handles
+ FAT12/FAT16 images (thanks to Peter Chubb for the bug report
+ and patch).
+ - We now support running ARM BE8 userspace binaries (ie
+ byte-invariant big-endian data and little-endian code).
+
version 2012.04:
- Fixes #928432: compiling spice support for i386 should
no longer give compile warnings/errors.