Add a few more NEWS items.

Fix a typo in the generation of top_srcdir NEWS.

Change-Id: I20a140a68b9afca5096d33d99a3ea5d24e776f05
Reviewed-on: https://code.wireshark.org/review/3626
Tested-by: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Jeff Morriss 2014-08-15 14:20:01 -04:00 committed by Michael Mann
parent 7b38bc2343
commit 0c3e0db5f1
3 changed files with 11 additions and 5 deletions

7
NEWS
View File

@ -1,4 +1,3 @@
Wireshark 1.99.0 Release Notes
This is an experimental release intended to test new features for the
@ -40,6 +39,8 @@ What's New
disappear.
+ The Conversations dialog has been added.
+ A Japanese translation has been added.
+ It is now possible to manage remote capture interfaces.
+ Windows: taskbar progress support has been added.
The following features are new (or have been significantly updated)
since version 1.11.3:
@ -114,6 +115,8 @@ What's New
New and Updated Capture File Support
Android logcat text files
Major API Changes
The libwireshark API has undergone some major changes:
@ -193,7 +196,7 @@ Frequently Asked Questions
A complete FAQ is available on the [22]Wireshark web site.
__________________________________________________________________
Last updated 2014-08-05 22:12:55 CEST
Last updated 2014-08-15 15:04:05 EDT
References

View File

@ -264,7 +264,7 @@ release-notes.txt: $(RELEASE_NOTES_SOURCE)
news: release-notes.txt
cp release-notes.txt ../NEWS
-cp release-notes.txt $(top_srcdir)NEWS
-cp release-notes.txt $(top_srcdir)/NEWS
# Apparently we can only run one instance of a2x at a time.
.NOTPARALLEL: release-notes-us.pdf release-notes-a4.pdf

View File

@ -41,6 +41,8 @@ since version 1.12.0:
** The interface list is now updated when interfaces appear or disappear.
** The Conversations dialog has been added.
** A Japanese translation has been added.
** It is now possible to manage remote capture interfaces.
** Windows: taskbar progress support has been added.
The following features are new (or have been significantly updated)
since version 1.11.3:
@ -130,8 +132,9 @@ Too many protocols have been updated to list here.
=== New and Updated Capture File Support
--sort-and-group--
--sort-and-group--
//--sort-and-group--
Android logcat text files
//--sort-and-group--
=== Major API Changes