blob: 011378b7c7d519e6d7c86997d71fe48c0df837dc [file] [log] [blame]
hp.com!davidmcc5ee592002-04-05 23:37:55 +00001-*-Mode: outline-*-
2
3* News for v0.2:
4
5** Automated configuration/build with autoconf and automake.
6** Added support for building libunwind as a shared library.
7** Added support for remote unwinding.
8** Added support for cross-building.
9** Added two new routines to the API:
10 - unw_is_fpreg()
11 - unw_get_save_loc()
12** Added multi-architecture supports (lets a single application use
13 the unwind libraries for multiple target architectures; this is useful,
14 e.g., useful for building a debugger that can support multiple targets
mostang.com!davidm3604b052002-12-19 07:16:50 +000015 such as x86, ia64, etc.)
hp.com!davidmcc5ee592002-04-05 23:37:55 +000016
17
18* News for v0.1:
19
20** Added support for exception handling.
21
22
23* News for v0.0:
24
25** It's a brand new package.