Skip to content

Commit

Permalink
prepare flowgrind-0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnd Hannemann committed Oct 23, 2014
1 parent 39e01ba commit 0190d1b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
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:
- Closes github issue #159 (flowgrind-stop does not complain, if there is no address given)
- Closes github issue #70 (flowgrind-stop does not accept IPv6 addresses)
- Closes github issue #154 (flowgrindd does not complain if it cannot bind socket
- Closes github issue #148 (tcp ca state in flowlog doesn't seem to work )
- Closes various pcap issues and crashes (thanks Marcel Nehring)

Release 0.7.1 (2014-05-27)
- Closes issue #80 reported and fixed by Felix Rietig
- Change license to GPL3
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

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

Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
flowgrind (0.7.5) unstable; urgency=medium

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:
* Closes issue #159 (flowgrind-stop does not complain, if there is no address given)
* Closes issue #70 (flowgrind-stop does not accept IPv6 addresses)
* Closes issue #154 (flowgrindd does not complain if it cannot bind socket
* Closes issue #148 (tcp ca state in flowlog doesn't seem to work )
* Closes various pcap issues and crashes (thanks Marcel Nehring)

-- Arnd Hannemann <[email protected]> Thu, 23 Oct 2014 14:55:09 +0200

flowgrind (0.7.1) unstable; urgency=medium

Release 0.7.1 (2014-05-27)
Expand Down

0 comments on commit 0190d1b

Please sign in to comment.