Skip to content

Commit

Permalink
prepare flowgrind-0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnd Hannemann committed Sep 19, 2016
1 parent 1fb7fe9 commit 61b2b3e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release 0.8.0 (2016-09-19)
- Happy Birthday Anna!
- Now uses UUID to uniquely identify daemons with same address (unfortunately that makes flowgrind incompatible with earlier releases)
- Includes a lot of bugfixes, to name a few:
- Closes github issue #211 (No cwnd column in output)
- Closes github issue #208 (buffer overlow in daemon with 2048 flows)
- Closes github issue #177 (segfault in argparser)
- Closes github issue #198 (DEBUG_MSG is not thread-safe)
- Closes github issue #182 (Time to string conversion seriously broken)
- Closes github issue #190 (-U option expects flow endpoint as argument)
- Closes github issue #187 (Traffic Generation: contradicting examples)

Release 0.7.5 (2014-10-23)
- (Re-)added Mac OS X support (Closes issue #96, #95, #43)
- Includes a lot of bugfixes, to name a few:
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#

# Initialization & setup
AC_INIT([Flowgrind], [0.7.5], [https://github.com/flowgrind/flowgrind/issues],
AC_INIT([Flowgrind], [0.8.0], [https://github.com/flowgrind/flowgrind/issues],
[flowgrind], [http://www.flowgrind.net])
AC_COPYRIGHT([Copyright (C) 2007 - 2014 Flowgrind authors])
AC_COPYRIGHT([Copyright (C) 2007 - 2016 Flowgrind authors])

AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
flowgrind (0.8.0) unstable; urgency=medium

Release 0.8.0 (2016-09-19)
* Happy Birthday Anna!
* Now uses UUID to uniquely identify daemons with same address (unfortunately that makes flowgrind incompatible with earlier releases)
* Includes a lot of bugfixes, to name a few:
* Closes github issue #211 (No cwnd column in output)
* Closes github issue #208 (buffer overlow in daemon with 2048 flows)
* Closes github issue #177 (segfault in argparser)
* Closes github issue #198 (DEBUG_MSG is not thread-safe)
* Closes github issue #182 (Time to string conversion seriously broken)
* Closes github issue #190 (-U option expects flow endpoint as argument)
* Closes github issue #187 (Traffic Generation: contradicting examples)

-- Arnd Hannemann <arnd.hannemann@credativ.de> Mon, 19 Sep 2016 13:44:52 +0200

flowgrind (0.7.5) unstable; urgency=medium

Release 0.7.5 (2014-10-23)
Expand Down

0 comments on commit 61b2b3e

Please sign in to comment.