Codebase list mbuffer / 600d20b
Update the Debian packaging for mbuffer-20211018. Peter Pentchev 2 years ago
2 changed file(s) with 13 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
0 mbuffer (20211004+ds1-1) UNRELEASED; urgency=medium
0 mbuffer (20211018+ds1-1) UNRELEASED; urgency=medium
11
22 * Declare compliance with Policy 4.6.0 with no changes.
33 * Explicitly depend on dh-sequence-single-binary.
44
55 --- a/ChangeLog
66 +++ b/ChangeLog
7 @@ -47,7 +47,7 @@
7 @@ -52,7 +52,7 @@
88 - some cleanup work
99
1010 20190127:
1313
1414 20190119:
1515 - enhanced default settings for better performance
16 @@ -146,7 +146,7 @@
16 @@ -151,7 +151,7 @@
1717 - enhancement: adjust some messages to avoid line-wrapping
1818 - enhancement: print status message to log if suppressed on console
1919 - enhancement: also read config files in /etc and ${prefix}/etc
2222 - added an example config file, with documentation of all options
2323 - added parameter StatusInterval
2424 - fix for handling empty lines in config files
25 @@ -183,7 +183,7 @@
25 @@ -188,7 +188,7 @@
2626 - fix: potential infinite loop on output error
2727
2828 20150412:
3131 - fix: clear sa_flags and sa_mask before use, although ignored
3232
3333 20141227:
34 @@ -209,7 +209,7 @@
34 @@ -214,7 +214,7 @@
3535
3636 20130220:
3737 - reverted incorrect fix for -P 100, which may lead to data corruption
4040 - bail out if any output fails to initialize
4141 - refixed hang on -P 100
4242 - reduced sending overhead
43 @@ -333,7 +333,7 @@
43 @@ -338,7 +338,7 @@
4444 20081207:
4545 - fixed some typos in man page
4646 - TCP buffer tuning could be a little bit more intelligent
4949 - tuneable TCP buffer with option --tcpbuffer
5050
5151 20081113:
52 @@ -371,7 +371,7 @@
52 @@ -376,7 +376,7 @@
5353 - docu update
5454
5555 20080910:
5858 - new LICENSE: GPLv3
5959 - fixed a race-condition in logging
6060 - adjusted CFLAGS for gcc
61 @@ -484,7 +484,7 @@
61 @@ -489,7 +489,7 @@
6262 changed all floats to double
6363
6464 20060421:
6767 - fixed a warning
6868
6969 20060324:
70 @@ -493,7 +493,7 @@
70 @@ -498,7 +498,7 @@
7171 performance as it requires a higher number of I/O ops. On systems
7272 without full synchronous data integrity support, no difference will
7373 be observable concerning performance. Systems that support it, will
7676 more precise with -c.
7777 - changed errormessages to include offset
7878 - added support for Solaris' directio hinting
79 @@ -575,7 +575,7 @@
79 @@ -580,7 +580,7 @@
8080
8181 20050125:
8282 - fixed operation of low watermark (-p)
8585 - start output before input thread
8686 - more minor fixes
8787
88 @@ -705,7 +705,7 @@
88 @@ -710,7 +710,7 @@
8989 - experimental feature: output to multiple volumes
9090
9191 20010426:
9494 (credits go to Padraig Brady <padraig@antefacto.com>)
9595 - Bugfix: fixed incorrect display of total datatransfer for >2GB
9696 - Cosmetic: on sighup print newline on stderr
97 @@ -719,7 +719,7 @@
97 @@ -724,7 +724,7 @@
9898
9999 20010124:
100100 - Bugfix: outputThread terminated too early in certain cases
148148 return -1;
149149 }
150150 infomsg("end of volume - last block on volume: %lld\n",Numout);
151 @@ -1168,7 +1168,7 @@
151 @@ -1171,7 +1171,7 @@
152152
153153 /* multi volume input consistency checking */
154154 if ((NumVolumes != 1) && (!Infile))