aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-02-09 07:18:14 +1030
committerRusty Russell <rusty@rustcorp.com.au>2012-02-09 07:18:14 +1030
commitb08ba8c21e50e43c46f6b091c6d6b3a846414504 (patch)
tree152e7899d0853f1a749ffac9721e2925dc40c6cc
parent69051a095c5e64d1bb35a57de4f5639c8a4288e0 (diff)
Changelog.LINARO: add entry for 2012.02 release2012.02
-rw-r--r--Changelog.LINARO7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog.LINARO b/Changelog.LINARO
index 3ae772240..52f1b0c15 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.02:
+ - Fixes #926102: prctl(PR_SET_NAME, ...) not supported. Fixes
+ usermode qemu running some perl scripts (as of perl 5.14).
+ - Fixes #913925: cpsie f instruction not reflected in FAULTMASK
+ (M profile)
+ - Simplified Cortex-A15 CPU definition, which can boot Linux.
+
version 2012.01:
- Fixes #883133: we no longer assert on startup when running on
ARM systems with brk address space randomization enabled