summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArun Sharma <asharma@fb.com>2011-08-15 21:02:26 -0700
committerArun Sharma <asharma@fb.com>2011-08-15 21:08:38 -0700
commit8ab8863e9f4412e1a339b0e4be73ef3b2371f28d (patch)
tree8ac09c6db882b8caf4d6e062570a552867206dac /NEWS
parent4dbc2bcb94960e9aa76696dfca5d662090496d4e (diff)
downloadlibunwind-8ab8863e9f4412e1a339b0e4be73ef3b2371f28d.tar.gz
Bump up the package version.
Also updated the NEWS file.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 83ac810a..1f11e1eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
-*-Mode: outline-*-
+* News for v1.0:
+
+** Fast unwind (rbp, rsp, rip only) on x86_64 with a fallback to
+ slow code path (Lassi Turra)
+** Improved local and remote unwinding on ARM (Ken Werner)
+** Testing, stability and many fixes on x86 (Paul Pluzhnikov)
+** FreeBSD port and clean separation of OS specific bits
+ (Konstantin Belousov)
+** Thanks for all the bug reports, contributions and testing!
+
* News for v0.99:
** Greatly improved x86-64 support thanks to Arun Sharma.