summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhp.com!davidm <hp.com!davidm>2002-04-05 23:37:55 +0000
committerhp.com!davidm <hp.com!davidm>2002-04-05 23:37:55 +0000
commitcc5ee5947ac4d3db60be829ba6b391256897e422 (patch)
tree3b0b7c9e5731dc89521db8e3be7c17989d473194 /NEWS
parent41659aa324c959af29de48efd4da4cb72fea1716 (diff)
downloadlibunwind-cc5ee5947ac4d3db60be829ba6b391256897e422.tar.gz
Update.
(Logical change 1.12)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e69de29b..94c32cdb 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,25 @@
+-*-Mode: outline-*-
+
+* News for v0.2:
+
+** Automated configuration/build with autoconf and automake.
+** Added support for building libunwind as a shared library.
+** Added support for remote unwinding.
+** Added support for cross-building.
+** Added two new routines to the API:
+ - unw_is_fpreg()
+ - unw_get_save_loc()
+** Added multi-architecture supports (lets a single application use
+ the unwind libraries for multiple target architectures; this is useful,
+ e.g., useful for building a debugger that can support multiple targets
+ such as ia32, ia64, etc.)
+
+
+* News for v0.1:
+
+** Added support for exception handling.
+
+
+* News for v0.0:
+
+** It's a brand new package.