summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormostang.com!davidm <mostang.com!davidm>2004-09-09 13:15:24 +0000
committermostang.com!davidm <mostang.com!davidm>2004-09-09 13:15:24 +0000
commit02e99d2ce3f83f45a59d799da86361f07e58029c (patch)
tree56898a2ff2d9d7fb4584b2c5932a2ece1a360d29 /NEWS
parentc547876aa9d213b16740de9953429662cd2acfff (diff)
downloadlibunwind-02e99d2ce3f83f45a59d799da86361f07e58029c.tar.gz
Update.
(Logical change 1.267)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a2fdeb2a..61592b4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,30 @@
-*-Mode: outline-*-
+* News for v0.98:
+
+** Update libunwind to be compliant with the updated/expanded
+ ia64 unwind specificiation by HJ Lu. This is needed for
+ GCC 3.4 compatibility.
+
+** Initial support for x86-64 has been added courtesy of Max Asbock.
+ Along with this came a bunch of DWARF2 unwinder fixes.
+
+** A new rountine unw_strerror() has been added courtesy of
+ Thomas Hallgren.
+
+** Including <libunwind.h> now defines 4 macros that can be used
+ to determine the version number of libunwind. Specifically,
+ UNW_VERSION_MAJOR, UNW_VERSION_MINOR, UNW_VERSION, and
+ UNW_VERSION_CODE are defined by the header now.
+
+** Bug fixes
+*** Fix a memory-leak in _UPT_get_dyn_info_list_addr() courtesy of Ed Connell.
+*** Fix a crash in libunwind-ptrace courtesy of Mark Young.
+*** Fix a bug in ia64-version of unw_init_remote() which prevented
+ it from working correctly for the local address space. Reported by
+ Troy Heber.
+*** Many other small and not so small fixes.
+
* News for v0.97:
** unw_get_proc_name() may now be called from signal-handler.