aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2015-02-04 10:02:41 -0500
committerEvan Huus <eapache@gmail.com>2015-02-04 15:03:45 +0000
commitfebc84252145f18f2ad68434a01a84685b4a049c (patch)
tree8ba1eba070f88755c045d04db2d40bd6811a792a /docbook
parent150dd225a176eef8301d74bf841fbd465773a9a0 (diff)
Update README.wmem, release notes for emem removal
Change-Id: Iac5066ff97d26de1660c38b9cd3f17781a521823 Reviewed-on: https://code.wireshark.org/review/6949 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index cd3710cf36..3482a9de9e 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -131,8 +131,8 @@ Colasoft Capsa files
The libwireshark API has undergone some major changes:
-* Many of the ep_ and se_ memory allocation routines and methods that
-invoked them implicitly have been removed.
+* The emem framework (including all ep_ and se_ memory allocation routines) has
+been completely removed in favour of wmem which is now fully mature.
* The (long-since-broken) Python bindings support has been removed. If
you want to write dissectors in something other than C, use Lua.