aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2011-03-03 12:35:53 +0000
committerPeter Maydell <peter.maydell@linaro.org>2011-03-04 11:50:10 +0000
commit1acb8bf0b49606b0e5cfba42a5d40343341aeb98 (patch)
tree712afbb8cc260f3370492449ae833d17c72b2fac
parenta13d3ea346cf95c7b023fe917022e4ea742119e9 (diff)
Changelog.LINARO: Update for 2011.03-02011.03-0.rebasing
Update the Linaro changelog for the 2011.03-0 final release. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--Changelog.LINARO21
1 files changed, 21 insertions, 0 deletions
diff --git a/Changelog.LINARO b/Changelog.LINARO
index e4cfb3729..dac375a07 100644
--- a/Changelog.LINARO
+++ b/Changelog.LINARO
@@ -12,6 +12,27 @@ 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 2011.03-0:
+
+ - Introduces a model of the ARM Versatile Express with
+ Cortex-A9MPx4 daughterboard ("vexpress-a9")
+ - Fixes #644961: linux-user mode now supports epoll syscalls
+ - Fixes #721801: linux-user mode llseek on 64 bit hosts no longer
+ truncates the returned seek position to 32 bits
+ - Fixes #714600: OMAP3 UARTs now handle the extensions beyond
+ 16550A compatibility; in particular Linux images using the
+ omap-hsuart driver can now boot to a shell prompt
+ - Fixes #714606: an SD card model bug was causing spurious
+ "not in Sending-Data state" messages on OMAP3
+ - Fixes #716336: should now compile on SPARC
+ - Fixes #713101: the OMAP3 MMC model no longer causes Linux
+ to hang if it tries to enable a swapfile
+ - Has a number of minor ARM instruction correctness fixes
+ - Partial fix for #728630: linux-user mode now has a dummy
+ implementation of prlimit64 to silence the warnings when
+ running newer versions of apt, pending a proper implementation
+ of this syscall.
+
version 2011.02-0:
- There are no changes in this version compared to RC2