summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-07-28 20:04:28 -0400
committerEvan Huus <eapache@gmail.com>2014-07-29 01:50:43 +0000
commitb99d964275e1181a4c484310f4dd2aaf55437bd8 (patch)
treecc88bbde504ac34ab93e743cf153c6221b227cd9
parenteece1c521d4c15478693a423dc101c1243a8ce30 (diff)
downloadwireshark-b99d964275e1181a4c484310f4dd2aaf55437bd8.tar.gz
Document some new features (and API changes) since 1.12.0.
Change-Id: I404f038a739ca41cb124a979fe6cf807a0b7e978 Reviewed-on: https://code.wireshark.org/review/3235 Reviewed-by: Evan Huus <eapache@gmail.com>
-rw-r--r--NEWS26
-rw-r--r--docbook/release-notes.asciidoc24
2 files changed, 47 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5397f797d7..ed1f065231 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,21 @@ What's New
New and Updated Features
The following features are new (or have been significantly updated)
+ since version 1.12.0:
+ * The I/O Graph in the Gtk+ UI now supports an unlimited number of
+ data points (up from 100k).
+ * tshark now resets its state when changing files in ring-buffer
+ mode.
+ * Expert Info severities can now be configured.
+ * Qt port:
+ + A Polish translation has been added.
+ + The Interfaces dialog has been added.
+ + The interface list is now updated when interfaces appear or
+ disappear.
+ + The Conversations dialog has been added.
+ + A Japanese translation has been added.
+
+ The following features are new (or have been significantly updated)
since version 1.11.3:
* Transport name resolution is now disabled by default.
* Support has been added for all versions of the DCBx protocol.
@@ -88,8 +103,8 @@ What's New
New Protocol Support
- Generic Network Virtualization Encapsulation (Geneve), iSER, and
- OptoMMP
+ corosync/totemnet, corosync/totemsrp, Generic Network Virtualization
+ Encapsulation (Geneve), IPMI Trace, iSER, and OptoMMP
Updated Protocol Support
@@ -100,6 +115,11 @@ What's New
Major API Changes
The libwireshark API has undergone some major changes:
+ * Many of the ep_ and se_ memory allocation routines have been
+ removed.
+ * The (long-since-broken) Python bindings support has been removed
+ from Wireshark. If you want to write dissectors in something other
+ than C, use Lua.
__________________________________________________________________
Getting Wireshark
@@ -171,7 +191,7 @@ Frequently Asked Questions
A complete FAQ is available on the [22]Wireshark web site.
__________________________________________________________________
- Last updated 2014-07-25 17:04:18 EDT
+ Last updated 2014-07-28 21:43:38 EDT
References
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index 3690de5d41..80724c0630 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -27,6 +27,22 @@ The following bugs have been fixed:
=== New and Updated Features
The following features are new (or have been significantly updated)
+since version 1.12.0:
+
+* The I/O Graph in the Gtk+ UI now supports an unlimited number of data points
+(up from 100k).
+* tshark now resets its state when changing files in ring-buffer mode.
+* Expert Info severities can now be configured.
+
+* Qt port:
+
+** A Polish translation has been added.
+** The Interfaces dialog has been added.
+** The interface list is now updated when interfaces appear or disappear.
+** The Conversations dialog has been added.
+** A Japanese translation has been added.
+
+The following features are new (or have been significantly updated)
since version 1.11.3:
* Transport name resolution is now disabled by default.
@@ -99,8 +115,11 @@ since version 1.10:
--sort-and-group--
Generic Network Virtualization Encapsulation (Geneve)
+IPMI Trace
iSER
OptoMMP
+corosync/totemnet
+corosync/totemsrp
--sort-and-group--
=== Updated Protocol Support
@@ -116,6 +135,11 @@ Too many protocols have been updated to list here.
The libwireshark API has undergone some major changes:
+* Many of the ep_ and se_ memory allocation routines have been removed.
+* The (long-since-broken) Python bindings support has been removed from
+Wireshark. If you want to write dissectors in something other than C,
+use Lua.
+
== Getting Wireshark