File: changelog

package info (click to toggle)
flowgrind 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,900 kB
  • ctags: 775
  • sloc: ansic: 7,718; sh: 4,135; makefile: 64; xml: 13
file content (136 lines) | stat: -rw-r--r-- 4,588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
flowgrind (0.8.0-1) unstable; urgency=medium

  * New upstream Release 0.8.0

 -- Arnd Hannemann <arnd.hannemann@credativ.de>  Mon, 19 Sep 2016 14:47:53 +0200

flowgrind (0.7.5-2) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev, closes: bug#807199

 -- Arnd Hannemann <arnd.hannemann@credativ.de>  Wed, 16 Dec 2015 14:48:17 +0100

flowgrind (0.7.5-1) unstable; urgency=medium

  * New upstream Release 0.7.5

 -- Arnd Hannemann <arnd.hannemann@credativ.de>  Thu, 23 Oct 2014 15:27:09 +0200

flowgrind (0.7.1-2) unstable; urgency=medium

  * Drop dependency to transitional package libxmlrpc-c3-dev, closes: #765139

 -- Arnd Hannemann <arnd.hannemann@credativ.de>  Tue, 14 Oct 2014 11:58:51 +0200

flowgrind (0.7.1-1) unstable; urgency=medium

  Release 0.7.1 (2014-05-27)
  * Closes issue #80 reported and fixed by Felix Rietig
  * Change license to GPL3
  * Fix FreeBSD compilation issues
  * Closes issue #67 fixed by Felix Rietig

 -- Arnd Hannemann <arnd.hannemann@credativ.de>  Tue, 27 May 2014 09:12:53 +0200

flowgrind (0.7) unstable; urgency=medium

  Release: 0.7 (2014-04-10)
  * Output tcp_info kernel variables under FreeBSD
  * Remove ADT code (was broken anyways)
  * Display OS information in summary line
  * Allow to set CPU affinity
  * Set localhost as default flow target/source instead of 127.0.0.1
  * Preliminary support for mixed (FreeBSD, Linux) flows
  * Change timer management to achieve a nanosecond resolution
  * Closes LP#1212680, LP#1218761 reported and fixed by Midori Kato
  * Revised docu (help, manpage etc)
  * Closes LP#1237447
  * Add 1-way delay measurements
  * Update usage (-h)
  * A lot of other small fixes

 -- Arnd Hannemann <arnd.hannemann@credativ.de>  Thu, 10 Apr 2014 13:18:07 +0200

flowgrind (0.6.1) unstable; urgency=low

  Release: 0.6.1 (2013-7-5):
  * Closes LP#1196940, LP#1196972

 -- Christian Samsel <christian.samsel@rwth-aachen.de>  Fri, 05 Jul 2013 15:31:26 +0200


flowgrind (0.6) unstable; urgency=low

  Release: 0.6 (2013-4-24):
  * Full IPv6 support (control and test connection)

 -- Christian Samsel <christian.samsel@rwth-aachen.de>  Wed, 24 Apr 2013 10:45:05 +0200


flowgrind (0.5.9) unstable; urgency=low

  Release: 0.5.9 (2013-1-11):
  * Support for pluggable congestion control modules in FreeBSD 9
  * Minor compile and bugs fixes (thanks flameeyes)

 -- Christian Samsel <christian.samsel@rwth-aachen.de>  Fri, 11 Jan 2013 11:27:45 +0100

flowgrind (0.5.8) unstable; urgency=low

  Release: 0.5.8 (2012-3-3):
  * IPv6 works for test connections (not for control)
  * FreeBSD Support
  * Autoconf fixes to improve portability
  * Small bug and coding style fixes

 -- Christian Samsel <christian.samsel@rwth-aachen.de>  Sun, 04 Mar 2012 10:36:23 +0100

flowgrind (0.5.7) unstable; urgency=low

  Release: 0.5.7 (2011-4-27):
  * Fix crash with newer xml-rpc version
  * Output random seed in final report
  * Indicate that random seed is actually a flow and not a global option
  * Fix random seed handling with parallel flows
  * Fix parameter parsing for uniform distribution

 -- Christian Samsel <christian.samsel@rwth-aachen.de>  Thu, 28 Apr 2011 14:50:19 +0200

flowgrind (0.5.5.1) unstable; urgency=low

  Release 0.5.5.1 (2010-12-8):
  * More updates to manpage and -h
  * Fix rare bug which leads to receiver limitation in conjunction with
    multiple differently scheduled flows
  * Fix pmtu/imtu/smss sometimes display -1

 -- Arnd Hannemann <arnd@arndnet.de>  Thu, 09 Dec 2010 10:31:33 -0500

flowgrind (0.5.5) unstable; urgency=low

  Release 0.5.5 (2010-12-5):
  * Revised docu (help, manpage etc)
  * Add transac column, disable blockcount by default
  * Reworked timing for throughput calculation
  * Reworked final report line
  * Minor output improvements
  * Dropped useless complete interval report line

 -- Arnd Hannemann <arnd@arndnet.de>  Thu, 09 Dec 2010 10:31:33 -0500

flowgrind (0.5) unstable; urgency=low

  Release 0.5 (2010-11-4)
  * Removed obsolete fasttime and TSCI2 support
  * Remove useless status column (only activated with --enable-debug)
  * Nullify linux kernel state columns in final report, as they
    are not accumulated. (last interval has same information anyways)
  * libpcap support for automatic traffic dumping (for analysis with tcptrace
    etc)
  * libgsl support for advanced stochastic distributions
  * Added sockopts TCP_NODELAY and non-standard MTCP
  * Always print final report
  * Bugfixes (oh-rly?)

 -- Arnd Hannemann <arnd@arndnet.de>  Thu, 04 Nov 2010 11:35:59 +0100