Skip to content

Commit

Permalink
Update NEWS and rename 0.2.1 to 0.3.0
Browse files Browse the repository at this point in the history
The amount of changes since 0.2.0 is overwhelming, breaking binary
and source-code compatibility, adding new interfaces, etc. etc.

So, let's bump at least to 0.3.0.

Signed-off-by: Petr Tesarik <[email protected]>
  • Loading branch information
ptesarik committed May 12, 2017
1 parent 0f556f4 commit 4a3a0fc
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
0.2.1
0.3.0
-----
* Complete API re-design:
- split libaddrxlat from libkdumpfile
- attribute references
- attribute iterators
- addrxlat callbacks and callback hook
* Python bindings.
* Comprehensive test suite for libaddrxlat.
* Caching of dump pages.
* Thread safety (see threads.md).
* Improved Doxygen documentation (run 'make doxygen-doc').
* Private pointer API (kdump_set_priv, kdump_get_priv).
* Attribute references.
* Attribute iterators.
* API and ABI changed:
- REMOVED callback enumeration.
- REMOVED kdump_read_reg (use attributes).
- REMOVED kdump_fdopen
- RENAMED kdump_alloc_ctx to kdump_alloc
- RENAMED kdump_init to kdump_new
- RENAMED kdump_init_ctx to kdump_init
- CHANGED the canonical architecture name from "i386" to "ia32".

0.2.0
-----
Expand Down

0 comments on commit 4a3a0fc

Please sign in to comment.