blob: 94c32cdb735a5de89674e71b18d5a3df47da43d2 [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
15 such as ia32, ia64, etc.)
16
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.