Start upgrade to darkstat-3.0.719.
[darkstat-debian] / debian / changelog
1 darkstat (3.0.719-1) UNRELEASED; urgency=medium
2
3   * New upstream release
4
5  -- emil <emikulic@gmail.com>  Thu, 15 Oct 2015 23:41:16 +1100
6
7 darkstat (3.0.718-2) unstable; urgency=low
8
9   * Fix FTBFS on Hurd
10
11  -- Rene Mayorga <rmayorga@debian.org>  Sun, 13 Apr 2014 18:41:00 +0000
12
13 darkstat (3.0.718-1) unstable; urgency=low
14
15   * New upstream release (Closes: #737857)
16     + Fix IPv6 error on start (Closes: 687967)
17     + Fix exits when monitoring ppp0 (Closes: #663515)
18   * debian/watch - remove dversionmangle and repack script
19   * debian/rpack.sh deleted.
20   * README.Source deleted
21   * Add Emil as a co-maint
22   * debian/rules
23     + remove not needed options on configure-stamp
24     + use dpkg-buildflags 
25   * use dh compat 9, debhelper B-D updated
26   * Update debian policy to 3.9.5
27     + use mandatory build-arch and build-indep targets
28   * Convert to dpkg-source 3.0 quilt format
29   * Correct tcpdump's section number on the manpage (Closes: #671442)
30
31  -- Rene Mayorga <rmayorga@debian.org>  Sun, 23 Mar 2014 12:36:51 +0000
32
33 darkstat (3.0.715-1) unstable; urgency=low
34
35   * New upstream release
36   * Using orig.tar.gz whitout repack again since upstream correct the
37     license's issues.
38
39  -- Rene Mayorga <rmayorga@debian.org>  Mon, 12 Mar 2012 23:43:43 +0900
40
41 darkstat (3.0.714+dfsg-1) unstable; urgency=low
42
43   * New upstream release
44     + IPv6 support added by upstream (Closes: #593900)
45   * debian/control: replace the old homepage
46   * Added Brazilian Portuguese debconf template, thanks
47     to Flamarion Jorge <flamarilinux@yahoo.com.br> (Closes: #621868)
48   * debian/watch: 
49     + update to new homepage
50     + call rpack.sh to recreate +dfsg.orig.tar.gz
51     + add dversionmangle, now we are using +dfsg
52   * debian/copyright: 
53     + update copyright info
54   * Remove contrib/darkproxy.php from tarball and repack as DFSG, 
55     this file does not have any valid license.
56     + Add script rpack.sh based on repack.sh from pkg-perl
57     + Add README.Source to document the repacked tarball.
58
59  -- Rene Mayorga <rmayorga@debian.org>  Tue, 07 Jun 2011 08:53:58 -0600
60
61 darkstat (3.0.713-3) unstable; urgency=low
62
63   * Fix a lot of pending l10n bugs:
64     + Adding Danish translation tanks goes to 
65       Joe Dalton <joedalton2@yahoo.dk> (Closes: #601713)
66     + Adding Vietnamese tranlation, thanks goes to
67       Clytie Siddall <clytie@riverland.net.au> (Closes: #601927)
68     + Adding Slovak translations, thanks goes to:
69       helix84@centrum.sk (Closes: #619590)
70     + Adding Finnish translation, thanks goes to
71       Esko Arajärvi <edu@iki.fi> (Closes: #619750)
72     + Adding Norwegian Bokmal tranlations, thanks goes to:
73       Bjørn Steensrud <bjornst@skogkatt.homelinux.org> (Closes: #619732)
74   * Update Standards versions to 3.9.2 (No changes needed)
75   * debian/copyright: 
76     + Inlcude full text of BSD License.
77     + Update copyright info for sort_hosts.c
78
79  -- Rene Mayorga <rmayorga@debian.org>  Thu, 07 Apr 2011 19:52:26 -0600
80
81 darkstat (3.0.713-2) unstable; urgency=low
82
83   * Patches forwarded from Emil 
84     and Ubuntu Maintainers, thank you guys :) :
85       + Improve comments on init.cfg to be less confusing to users.
86       + Add $DAYLOG and $FILTER vars to init.cfg conf 
87         file and init.d script.
88       + Remove unused options from configure-stamp target.
89   * Allow extra OPTIONS at the config file, thanks goes to 
90     Javier Barroso. (Closes: #581553)
91   
92
93  -- Rene Mayorga <rmayorga@debian.org>  Thu, 20 May 2010 10:01:02 -0600
94
95 darkstat (3.0.713-1) unstable; urgency=low
96
97   * New upstream release
98   * Remove fetch-upstream-changelog upstream from debian/rules 
99     and remove changelog.upstream from debian/, upstream now includes this 
100     on the tarball, thanks Emil!.
101   * Set standards-version to 3.8.4 ( no changes needed ) 
102   * Use $remote_fs on Requiired-Start at init.d script.
103   * Update copyright info.
104   * Remove THANKS from debian/docs upstream now include this info on AUTHORS
105   * Remove the leading article on Description
106
107  -- Rene Mayorga <rmayorga@debian.org>  Tue, 23 Mar 2010 18:39:54 -0600
108
109 darkstat (3.0.712-2) unstable; urgency=low
110
111   * Clarify configuration example about the -l option about the
112     expected format of the network. (Closes: #556140)
113   * Add Russian debconf templates translation, thanks to
114     Yuri Kozlov <yuray@komyakino.ru>. (Closes: #543183)
115   * Update standards-versions to 3.8.3 (No changes needed)
116
117  -- Rene Mayorga <rmayorga@debian.org>  Sun, 15 Nov 2009 11:15:38 -0600
118
119 darkstat (3.0.712-1) unstable; urgency=low
120
121   * New upstream release (Closes: #515183)
122   * remove manpage-section-and-minus-hyphen.patch
123     applied upstream.
124   * debian/control: 
125     + remove quilt B-D
126     + Update my email address
127     + Depends on DH 7
128     + add lsb-base to Depends
129   * debian/rules
130     + remove workarround for darkstat.8 changes
131     + use dh_prep insted dh_clean -k
132     + use -R option on dh_installinit
133     + add fetch-upstream-changelog target
134   * remove README.source
135   * debian/init.d:
136     + remove unused $SPY var 
137     + not use debug-run anymore, just show a note about the manpage
138     + use lsb-functions instead of plain `echo' calls
139     + do more checks based on the PIDFILE to verify if darkstat status
140     + some other minor/cosmetic tweaks
141   * debian/copyright: update upstream copyright years
142   * correct some small typos at README.Debian
143   * add and install the upstream changelog provided
144     only online at: http://dmr.ath.cx/net/darkstat/changelog.txt
145
146  -- Rene Mayorga <rmayorga@debian.org>  Mon, 16 Feb 2009 13:47:10 -0600
147
148 darkstat (3.0.708-2) unstable; urgency=low
149
150   * fix workaround to --import/--export at init script
151     this prevent darkstat.db being replaced. Closes: #500070
152   * remove debconf note about the init script inclussion
153   * remove checks for 2.5-1 versions
154   * debian/copyright
155     + Add 2-clause BSD license for tree.h and host_sort.c
156       and remove the note for /usr/share/common-licenses/BSD
157     + add conv.c, actc.c err.c, err.h, str.c and str.h copyright stanza
158   * debian/init.d
159     + Set Conf variables to empty string before sourcing init.cfg
160   * debian/postint
161     + only remove DB when version is lt 3.0.707-1
162   * debian/templates remove upgrade-note
163   * debian/rules
164     + made build-stamp depends on configure-stamp not configure
165     + made install-stamp depends on build-stamp not build
166     + use DESTDIR instead prefix at install-stamp target
167   * debian/README.Debian - point to the correct section on the 
168     reference to the manpage
169
170  -- Rene Mayorga <rmayorga@debian.org.sv>  Mon, 06 Oct 2008 21:49:52 -0400
171
172 darkstat (3.0.708-1) unstable; urgency=low
173
174   * New upstream release
175   * Refresh manpage patch
176   * Bump Standards-version to 3.8.0
177     + Add README.source
178   * Use debhelper compat-level 6
179   * use install instead of cp to move manpage
180   * check for existance of Makefile and config.h after try to delete it 
181   * use dh_clean instead of -rm- at debian/rules
182   * remove -DNDEBUG option, is not used anymore
183
184  -- Rene Mayorga <rmayorga@debian.org.sv>  Wed, 04 Jun 2008 22:42:48 -0600
185
186 darkstat (3.0.707-2) unstable; urgency=low
187
188   * debian/init.d
189      + Fix init.d script problem when START_DARKSTAT is not defined
190        Closes: #458971
191      + Improve the init.d script
192
193  -- Rene Mayorga <rmayorga@debian.org.sv>  Thu, 03 Jan 2008 18:57:30 -0600
194
195 darkstat (3.0.707-1) unstable; urgency=low
196
197   * New Upstream release (Closes: #429769)
198   * debian/init.d 
199     + changes to complain with the newest upstream options
200   * README.Debian updated
201   * Using the same old question in debconf about removing old database
202   * debian/control
203     + Add zlib1g-dev to Build-Depends
204     + quilt added to Build-Depends 
205     + Bump standard version to 3.7.3 ( no changes required )
206   * debian/rules
207     + quilt added
208     + remove autogenerated config.h and Makefile at clean target
209     + dh_intallman added
210     + rename manpage to reflect the proper section, and undo the changes
211       on clean target
212     + remove lookup for DEB_BUILD_OPTIONS=nostrip and let dh_strip makes
213       the work
214   * debian/patches
215     + Patch Makefile.in to prevent installation of manpage and
216       manpage patch to reflect the proper section (was 1 should be 8)
217       Patch darkstat.1, using hyphens instead minus sign at options
218       alfo fixing NAME section.
219   * debian/copyright
220     + Upstream URL updated
221     + copyright info related to upstream updated
222     + add copyright info from other part of the source
223
224  -- Rene Mayorga <rmayorga@debian.org.sv>  Sun, 30 Sep 2007 09:42:04 -0600
225
226 darkstat (2.6-15) unstable; urgency=low
227
228   * New Maintainer (Closes: #439044)
229   * debian/control
230     + debhelper in B-D version raised to >= 5
231     + added Hompage field
232   * debian/init.d
233     + modified to complain Debian-policy regarding LSB
234   * debian/rules
235     + de-ignoring output from 'make clean'
236     + clean some comments and cosmetic changes
237   * debian/watch added
238
239
240  -- Rene Mayorga <rmayorga@debian.org.sv>  Sat, 22 Sep 2007 18:29:01 -0600
241
242 darkstat (2.6-14) unstable; urgency=low
243
244   * Orphaned
245
246  -- Cédric Delfosse <cedric@debian.org>  Tue, 21 Aug 2007 21:29:41 +0200
247
248 darkstat (2.6-13) unstable; urgency=low
249
250   * Update Dutch debconf translation by Kurt De Bree
251     (Closes: Bug#388105)
252   * Update Japanese debconf translation by Hideki Yamane
253     (Closes: Bug#393211)
254
255  -- Cédric Delfosse <cedric@debian.org>  Sat,  9 Dec 2006 14:53:11 +0100
256
257 darkstat (2.6-12) unstable; urgency=low
258
259   * Add portuguese debconf translation by André Costa (Closes: Bug#362980)
260
261  -- Cédric Delfosse <cedric@debian.org>  Sat, 29 Apr 2006 19:43:44 +0200
262
263 darkstat (2.6-11) unstable; urgency=low
264
265   * Update German debconf translation by Erik Schanze (Closes: Bug#345698) 
266   * Update Czech po-debconf translation by Martin Šín (Closes: Bug#345135)
267   * Update standards-version to 3.6.2
268   * Fix FSF address in debian/copyright
269
270  -- Cédric Delfosse <cedric@debian.org>  Thu, 12 Jan 2006 21:48:35 +0100
271
272 darkstat (2.6-10) unstable; urgency=low
273
274   * Add new Spanish debconf translation (Closes: Bug#336038)
275   * Update French debconf translation (Closes: Bug#335723)
276   * Add new Swedish debconf translation (Closes: Bug#334846)
277   * Put debconf-updatepo in debian/rules clean target (Closes: Bug#335715)
278   * Fix debconf dependency (Closes: Bug#331791)
279   * echo 4 > debian/compat
280
281  -- Cédric Delfosse <cedric@debian.org>  Fri, 11 Nov 2005 15:52:25 +0100
282
283 darkstat (2.6-9) unstable; urgency=low
284
285   * Add new Vietnamese po-debconf translation (Closes: Bug#310173)
286   * Fix typo in debian/templates (Closes: Bug#310174)
287
288  -- Cédric Delfosse <cedric@debian.org>  Sun, 22 May 2005 15:07:59 +0200
289
290 darkstat (2.6-8) unstable; urgency=low
291
292   * Add new Czech po-debconf translation (Closes: Bug#308042)
293
294  -- Cédric Delfosse <cedric@debian.org>  Sat, 14 May 2005 11:56:47 +0200
295
296 darkstat (2.6-7) unstable; urgency=low
297
298   * Fix spelling mistake in debian/README.Debian (Closes: Bug#283795)
299
300  -- Cédric Delfosse <cedric@debian.org>  Thu,  9 Dec 2004 21:50:10 +0100
301
302 darkstat (2.6-6) unstable; urgency=low
303
304   * Add new Japanese po-debconf translation (Closes: Bug#276814)
305
306  -- Cédric Delfosse <cedric@debian.org>  Tue, 26 Oct 2004 21:21:57 +0200
307
308 darkstat (2.6-5) unstable; urgency=low
309
310   * Add new German po-debconf translation (Closes: Bug#251948)
311
312  -- Cédric Delfosse <cedric@debian.org>  Fri, 11 Jun 2004 23:18:07 +0200
313
314 darkstat (2.6-4) unstable; urgency=low
315
316   * Apply patch from <Ivan at selidor dot net> to show the total amount of
317     data transferred in graphs (Closes: Bug#249467)
318
319  -- Cédric Delfosse <cedric@debian.org>  Sun, 23 May 2004 22:18:32 +0200
320
321 darkstat (2.6-3) unstable; urgency=low
322
323   * Add new Dutch po-debconf translation (Closes: Bug#245918)
324
325  -- Cédric Delfosse <cedric@debian.org>  Tue, 27 Apr 2004 15:55:49 +0200
326
327 darkstat (2.6-2) unstable; urgency=low
328
329   * Add _GNU_SOURCE define to darkstat.c to define strndup from string.h
330     (Closes: Bug#226684)
331
332  -- Cédric Delfosse <cedric@debian.org>  Thu,  8 Jan 2004 21:38:01 +0100
333
334 darkstat (2.6-1) unstable; urgency=low
335
336   * New upstream release
337
338  -- Cédric Delfosse <cedric@debian.org>  Tue, 11 Nov 2003 21:05:13 +0100
339
340 darkstat (2.5-4) unstable; urgency=low
341
342   * Apply patch from bubulle@debian.org to switch to gettext-based debconf
343     templates (Closes: Bug#207386)
344   * Use fr.po from bubulle@debian.org for French translation of gettext debconf
345     templates (Closes: Bug#207602)
346
347  -- Cédric Delfosse <cedric@debian.org>  Mon,  1 Sep 2003 21:48:51 +0200
348
349 darkstat (2.5-3) unstable; urgency=low
350
351   * Typo: Use "--spy" instead of "-spy" in debian/init.cfg (Closes: Bug#205902)
352
353  -- Cédric Delfosse <cedric@debian.org>  Mon, 18 Aug 2003 18:48:47 +0200
354
355 darkstat (2.5-2) unstable; urgency=low
356
357   * Put 127.0.0.1 instead of localhost in debian/init.cfg (Closes: Bug#197664)
358   * Update Standards-Version to 3.6.0
359
360  -- Cédric Delfosse <cedric@debian.org>  Mon, 28 Jul 2003 21:47:52 +0200
361
362 darkstat (2.5-1) unstable; urgency=low
363
364   * New upstream release
365   * Removed NEWS from debian/docs
366   * Use autotools-dev, added in Build-Depends
367   * Remove LOGDIR and add PATH to debian/init.d (closes: Bug#178263)
368   * use debconf for init.d script note
369   * use debconf to ask user upgrade confirmation, add darkstat.db file removal
370     if needed in postinst
371   * debconf added to Depends
372   * debian/preinst removed
373   * added debug-run to debian/init.d
374   * better info messages in debian/init.d for start and stop
375   * better description in debian/control
376
377  -- Cédric Delfosse <cedric@debian.org>  Wed, 22 Jan 2003 22:16:14 +0100
378
379 darkstat (2.4-1) unstable; urgency=low
380
381   * New upstream release
382   * Correct wrong build options (noopt instead of debug)
383   * Remove useless start-stop-daemon params from /etc/init.d/darkstat, and now
384     use --name for 'stop' command
385   * Fix a segfault in the source code I modified
386   * Add some notes in README.Debian
387
388  -- Cédric Delfosse <cedric@debian.org>  Sat, 21 Dec 2002 20:54:12 +0100
389
390 darkstat (2.3-2) unstable; urgency=low
391
392   * Added /etc/init.d/darkstat and /etc/darkstat/init.cfg (closes: Bug#161037)
393   Thanks to opal@debian.org for the initial patch.
394   * Added README.Debian, preinst
395   * Modified darkstat source code: command line switch to indicate a
396   directory for the pidfile
397
398  -- Cédric Delfosse <cedric@debian.org>  Thu, 11 Nov 2002 21:37:14 +0100
399
400 darkstat (2.3-1) unstable; urgency=low
401
402   * New upstream release
403
404  -- Cédric Delfosse <cedric@debian.org>  Fri,  1 Nov 2002 23:43:20 +0100
405
406 darkstat (2.2-1) unstable; urgency=low
407
408   * New upstream release
409   * Update to standards version 3.5.7
410
411  -- Cédric Delfosse <cedric@debian.org>  Mon, 23 Sep 2002 22:22:53 +0200
412
413 darkstat (2.1-2) unstable; urgency=low
414
415   * Fix build, that was calling autotools. I added AM_MAINTAINER_MODE
416     in the configure.ac for this. (closes: Bug#160409)
417
418  -- Cédric Delfosse <cedric@debian.org>  Sun, 15 Sep 2002 16:10:12 +0200
419
420 darkstat (2.1-1) unstable; urgency=low
421
422   * New upstream release.
423
424  -- Cédric Delfosse <cedric@debian.org>  Tue, 13 Aug 2002 22:05:42 +0200
425
426 darkstat (2.0-1.1) unstable; urgency=low
427
428   * Non maintainer upload
429   * Rebuilt with new libpcap to remove dependency on libpcap0, which I
430     got removed from unstable by accident. Sorry about this...
431
432  -- Torsten Landschoff <torsten@debian.org>  Sat, 10 Aug 2002 11:36:46 +0200
433
434 darkstat (2.0-1) unstable; urgency=low
435
436   * New upstream release.
437
438  -- Cédric Delfosse <cedric@debian.org>  Sun, 21 Jul 2002 20:35:37 +0200
439
440 darkstat (1.3-1) unstable; urgency=low
441
442   * Initial Release (closes: Bug#148374)
443
444  -- Cédric Delfosse <cedric@debian.org>  Mon, 27 May 2002 20:17:47 +0200
445