root/branches/debian/squeeze/trunk/debian/changelog

Revision 3372, 49.9 kB (checked in by feiner.tom, 7 months ago)

Place NEWS file only in munin package (Closes: #567844)

Line 
1 munin (1.4.3-3) UNRELEASED; urgency=low
2
3   * Suggest logtail in munin-node instead of munin-plugins-extra, as amavis
4     plugin is now part of munin-node.
5   * Fix amavis plugin default configuration. (Closes: #567923)
6   * Bump standards-version to 3.8.4, no changes necessary.
7   * Remove default limits for the cpu plugin (Closes: #564239)
8   * New mysql plugin does not function with default configuration
9     (Closes: #569047). Thanks to Michael Shuler spotting this!
10   * Fix amavis default configuration (Closes: #567923)
11   * Add default configuration for exim_mailstats for logdir,logname.
12   * Place NEWS file only in munin package (Closes: #567844)
13
14  -- Tom Feiner <feiner.tom@gmail.com>  Mon, 22 Feb 2010 22:18:21 +0200
15
16 munin (1.4.3-2) unstable; urgency=low
17
18   [ Stig Sandbeck Mathisen ]
19   * Add versioned dependency for librrds-perl.
20     If used with librrds-perl 1.2 or older, the font path is wrong.
21
22   [ Tom Feiner ]
23   * Update watch file.
24   * Add patch from munin ticket #828, to suppress "occasional" unknown
25     states to avoid alerts. Thanks to Steve Wilson for the patch!
26   * Remove asterisks from NEWS.Debian and rewrite as non bulleted list, as
27     advised by the developers reference.
28
29  -- Holger Levsen <holger@debian.org>  Thu, 14 Jan 2010 12:10:51 +0000
30
31 munin (1.4.3-1) unstable; urgency=low
32
33   * New upstream release. Mainly bugfixes.
34   * Fix typo in /etc/munin/apache.conf. (Closes: #562537)
35   * Add /var/log/munin-node-configure.log to munin-node.postrm so it will
36     be removed upon purge.
37
38  -- Tom Feiner <feiner.tom@gmail.com>  Sun, 03 Jan 2010 09:35:01 +0200
39
40 munin (1.4.2-2) unstable; urgency=low
41
42   * Fix lintian warnings regarding DejaVuSans.ttf.
43   * /etc/munin/apache.conf uses <IfModule mod_expires>,
44     should use <IfModule mod_expires.c>. (Closes: #561984)
45   * Fix group for exim_mailqueue plugin. Closes: #562097).
46
47  -- Tom Feiner <feiner.tom@gmail.com>  Thu, 24 Dec 2009 08:50:58 +0200
48
49 munin (1.4.2-1) unstable; urgency=low
50
51   * New upstream release. Mainly bugfixes.
52   * includes fix for SQL Syntax Error inside postgres_querylength_
53      (Closes: #559426)
54   * Add debugfs to df exclude list in default plugin configuration.
55   * Change default group for plugin exim_mailqueue from Debian-exim to adm.
56     (Closes: #559674)
57   * Include upstream fix which didn't make it into 1.4.2 for empty
58     /etc/munin/munin-conf.d/ directory causing munin-cron to spew warnings to
59     cron. (Closes: #559624)
60   * Add patch 101-GraphOld-typo-r3235.patch to fix a typo in munin
61     1.4.2 which stop some graphs from being graphed.
62   * Remove 100-VeraMono-DejaVuSansMono-replacement.patch as it's not
63     needed anymore.
64
65  -- Tom Feiner <feiner.tom@gmail.com>  Fri, 18 Dec 2009 10:26:52 +0200
66
67 munin (1.4.1-2) unstable; urgency=low
68
69   * Add link to UPGRADING file in NEWS.
70   * Remove use of multiple groups from default plugins configuration.
71     (Closes: #559286)
72   * Add depends on the same version of munin-common to munin, munin-node.
73   * Add watch file.
74
75  -- Tom Feiner <feiner.tom@gmail.com>  Sat, 05 Dec 2009 10:39:51 +0200
76
77 munin (1.4.1-1) unstable; urgency=low
78
79   * New upstream version with 18 bugfixes and small enhancements.
80   * 1.4.0 broke graphing of sensors_fan. (Closes: #559188)
81
82  -- Stig Sandbeck Mathisen <ssm@debian.org>  Fri, 04 Dec 2009 15:48:53 +0100
83
84 munin (1.4.0-2) unstable; urgency=low
85
86   [ Tom Feiner ]
87   * Improve short description of munin-common and munin-java-plugins.
88   * Move default-jdk from Build-Depends to Build-Depends-Indep.
89   * Change the order of Depends for munin-java-plugins to put a non-virtual
90     package first.
91
92   [ Stig Sandbeck Mathisen ]
93   * Update munin-node plugin configuration for postfix. (Closes: #559165)
94
95   [ Holger Levsen ]
96   * debian/control: Add a "Replaces: munin-plugins-extra" to munin-node, as
97     some plugins have become official and thus moved to the other binary
98     package. Thanks to Gregor Hermann. (Closes: #559062)
99   * munin.postrm: Cleanup the link in /etc/$webserver/conf.d - thanks to
100     Andreas Tille for spotting this.
101
102  -- Holger Levsen <holger@debian.org>  Thu, 03 Dec 2009 13:57:10 +0100
103
104 munin (1.4.0-1) unstable; urgency=low
105
106   * Initial upload of munin 1.4.0 to Debian unstable. (Closes: #535691)
107     New features include:
108     - Better scalability (multigraph support)
109     - Better security through TLS (SSL)
110     - Better looking HTML templates
111     - "includedir" in munin.conf to allow drop-in configuration
112     - More than 100 new plugins
113     - bugfixes
114     Please refer to the Announce-1.4.0, changelog for the full details.
115   * Remove 62 patches that have been merged in trunk.
116   * Move htmldir to /var/cache/munin/www. (Closes: #553555)
117     If you are upgrading, read NEWS.Debian.
118     Theres still work to be done implementing debconf presenting an option
119     where to install the htmldir, and possibly support more webservers by
120     default.
121   * Add new binary package: munin-common, which contains code shared by
122     munin and munin-node. Added depends on munin-common to munin,
123     munin-node.
124   * Add new binary package munin-java-plugins.
125   * debian/rule - make target names have changed.
126   * Add depends to liblog-log4perl-perl for munin.
127   * Add suggests to libtext-csv-xs-perl for munin-node, required by
128     the new zimbra plugin.
129   * Add suggests to libxml-simple-perl for munin-node, required by
130     the tomcat_* plugins.
131   * Add suggests to libdbd-mysql-perl,libcache-cache-perl for munin-node
132     required by the new mysql_ plugin.
133   * Add suggests to ruby for munin-node.
134   * Update new manpages names for munin-node.manpages.
135   * Change the use of VeraMono.ttf in munin-graph to the
136     equivalent font provided by a Debian package. (Closes: #548508)
137   * munin.conf has a "includedir" directive now, to include config file
138     snipplets. (Closes: #425416)
139   * Fix current value of graph_total always 0. (Closes: #406505)
140   * plugin: apache_* improve output in errors. (Closes: #542477)
141   * plugin: exim_mailqueue show frozen count. (Closes: #299266)
142   * plugin: memory. Fix negative values in memory usage. (Closes: #257827)
143   * plugin: enhanced ping_ allows for multiple host statistics. (Closes: #312518)
144   * plugin: snmp__if_ uses 64bit counters now. (Closes: #499554)
145   * Improve ignore_file in /etc/munin/munin-node.conf. (Closes: #518401)
146   * munin-node logrotate now rotates munin-node.log with munin user ownership.
147   * munin-graph now checks if in cgi-mode and thus munin-cron doesn't need to
148     be modified anymore for cgi-mode. (Closes: #498842)
149   * Add default postgres_* configuration to plugins.conf.
150   * Add Announce-1.4.0, UPGRADING to the package documents.
151   * Add build/resources/apache-cgi.conf to munin.docs.
152   * 1.4.0 contains the fix for squid_traffic bytes from cache too
153     low. (Closes: #557385)
154   * munin-node: improve ignore_file in /etc/munin/munin-node.conf.
155     (Closes: #546149)
156   * munin-node: iostat plugin does not print values for Xen domU disks.
157     (Closes: #552034)
158
159   [ Holger Levsen ]
160   * Update homepage field in debian/control.
161   * Improve debian/changelog.
162
163  -- Tom Feiner <feiner.tom@gmail.com>  Sun, 29 Nov 2009 22:41:11 +0200
164
165 munin (1.2.6-17) unstable; urgency=low
166
167   [ Holger Levsen ]
168   * Adding Tom to uploaders.
169   * Apply patch by Tom Feiner to not make the automatic plugin detection fail
170     if one plugin has an error. (Closes: #539886)
171
172   [ Tom Feiner ]
173   * Added hddtemp2 configuration to run as root. (Closes: #548906)
174
175  -- Holger Levsen <holger@debian.org>  Fri, 16 Oct 2009 15:28:51 +0000
176
177 munin (1.2.6-16) unstable; urgency=low
178
179   [ Holger Levsen ]
180   * Bump standards-version to 3.8.3, no changes necessary.
181
182   [ Tom Feiner ]
183   * Add python to munin-plugins-extra suggests, as ipmi_sensor_ needs it.
184     (Closes: #545967)
185   * Updated ejabberd plugin, thanks to Peter Viskup. (Closes: #545465)
186   * Add suggests to libnet-telnet-perl for munin-plugins-extra as the
187     asterisk plugins needs it. (Closes: #532955)
188   * Changed mysql* plugins options to use /etc/mysql/debian.cnf
189     exclusively. /etc/my.cnf /etc/mysql/my.cnf /usr/etc/my.cnf
190     ~/.my.cnf (including /root/.my.cnf) mysql configuration files
191     will now be ignored. (Closes: #408452)
192
193  -- Holger Levsen <holger@debian.org>  Fri, 18 Sep 2009 10:34:33 +0000
194
195 munin (1.2.6-15) unstable; urgency=low
196
197   [ Matthias Schmitz ]
198   * Add the linux_diskstats_ plugin from Michael Renner. (Closes: #522561)
199   * Provide an ipmi_sensor_ plugin. (Closes: #503936)
200   * postfix_mailstats: Don't fall back to a logfile we already determined not
201     to exist. Thanks to Ulrik Haugen and Niels Thykier! (Closes: #532876)
202   * dhcpd3: Set Debian specific path to configuration and lease file.
203     Thanks to Tom Feiner! (Closes: #543979)
204   * hddtemp_smartctl: Add capability to detect scsi/sata disks. Thanks to
205     Thorsten Gunkel for bug report and patch! (Closes: #497400)
206
207   [ Holger Levsen ]
208   * Add libcrypt-ssleay-perl to munin-nodes suggests as the apache plugins
209     need it for https URLs. (Closes: #545097)
210
211  -- Holger Levsen <holger@debian.org>  Sun, 06 Sep 2009 15:31:54 +0200
212
213 munin (1.2.6-14) unstable; urgency=low
214
215   [ Stig Sandbeck Mathisen ]
216   * munin-node: Change "allow" to "cidr_allow" (Closes: #540805)
217   * munin-node: Changing mode of /etc/munin/plugin-conf.d to root:munin 750.
218     Adding README.PluginConfiguration to document this directory better.
219     (Closes: #521018)
220   * Removing patch to change default log path in amavis plugin, we fix
221     this in the Debian supplied plugin configuration instead
222   * munin-node: In munin-node.conf, "setseid" should be correctly spelled
223     "setsid" (Closes: #533467)
224
225   [ Holger Levsen ]
226   * Apply patch by Brian De Wolf (taken from trunk r2352) to fix gaps in
227     graphs of the cpu plugin due to changes in the way the kernel reports
228     cpu usage. (Closes: #535575)
229   * Once again remove the 'autoconf' magic marker from the postgres_space
230     plugin, which was reintroduced when fixing #518790.
231     (Closes: #503294, #503403)
232   * Restart munin-node after initialising plugins. (Closes: #543613)
233
234  -- Holger Levsen <holger@debian.org>  Wed, 26 Aug 2009 13:44:34 +0200
235
236 munin (1.2.6-13) unstable; urgency=low
237
238   [ Stig Sandbeck Mathisen ]
239   * Fix conversion of old RRD files, which made munin emit lots of harmless
240     error messages on its first run (Closes: #400703)
241   * node.d/postfix_mailstats: Add patch to make it count rejects by
242     postfix/cleanup (Closes: #532200)
243   * Makefile: Make find-search-replace-and-rename behave in a more sane manner
244     (Closes: #536987)
245   * Add comments to patches in ./debian/patches/
246   * Add myself to uploaders.
247
248   [ Matthias Schmitz ]
249   * Add suggest to hdparm as need by hddtemp_smartctl (Closes: #531714)
250   * Catch unitialized values and munindoc'ify postgres_space_ (Closes: #518790)
251
252   [ Holger Levsen ]
253   * Bump Standards-version to 3.8.2.
254
255  -- Holger Levsen <holger@debian.org>  Mon, 03 Aug 2009 13:16:48 +0200
256
257 munin (1.2.6-12) unstable; urgency=low
258
259   * Fix bashisms in several plugins in munin-plugins-extra, thanks to
260     Raphael Geissert for the bug and the patch. (Closes: #530147)
261   * Fix hardcode upsname in nut_misc and nut_volts plugins, thanks to Joey
262     Hess for the bug and Stig Sandbeck Mathisen for the patch.
263     (Closes: #521355)
264   * munin.postinst and munin-node.postinst: workaround bug in xen-tools
265     (#531021) by creating the munin group if it doesn't exist.
266     (Closes: #501189)
267   * Add patch to linux cpu plugin to output correct graph if HZ value != 100,
268     thanks to Valentin Vidic for the patch. (Closes: #500226)
269   * Add patch to acpi plugin to call acpi without -B as requiered by acpi in
270     lenny and newer, thanks to Joey Hess. (Closes: #523239)
271   * Include ejabberd plugin in munin-plugins-extra. Thanks to Christian Dröge
272     for the plugin. (Closes: #505684)
273   * Include various plugins for asterisk in munin-plugins-extra. Thanks to
274     Rodolphe Quiedeville and Jan Prunk for the plugins. (Closes: #510307)
275
276  -- Holger Levsen <holger@debian.org>  Fri, 29 May 2009 14:31:23 +0200
277
278 munin (1.2.6-11) unstable; urgency=low
279
280   [ Stig Sandbeck Mathisen ]
281   * Activate 460-netstat-regex.patch (Closes: #526688)
282
283   [ Matthias Schmitz ]
284   * Add munin(8) manpage. (Closes: #517952)
285
286   [ Holger Levsen ]
287   * node/munin-run.in: fix typo in manpage. (Closes: #514559)
288   * Add suggests to net-tools for munin-node as netstat is a common plugin.
289   * Create /var/run/munin unconditionally in munin-nodes initscript,
290     remove the code in maintainer scripts and daily cronjob dealing with it.
291     (Closes: 518389) (by the code removal.)
292   * Bump Standards-version to 3.8.1.
293   * Bump debhelper compat level to 5, use versioned build-depends on
294     debhelper, add ${misc:Depends} to binary packages depends.
295   * Fix typo in apache plugins. (Closes: #519642)
296   * Fix typo in if plugins. (Closes: #523765)
297   * Apply patch from http://munin.projects.linpro.no/ticket/627 to support
298     bind 9.5 (and 9.3) in the bind9_rdnc plugin. (Closes: #522868)
299     Thanks to K.Kano for the patch and Thorsten TÃŒllmann for filing the bug in
300     the Debian BTS.
301
302  -- Holger Levsen <holger@debian.org>  Thu, 28 May 2009 20:42:05 +0200
303
304 munin (1.2.6-10) unstable; urgency=low
305
306   * munin-html: create needed directories if they don't exist. Normally this
307     is done in munin-graph, but that's not used in cgi mode. Thanks to Peter
308     Palfrader for the bugreport with patch! (Closes: #514634)
309   * node.d.linux/netstat.in: fix regex to only match openened connections,
310     thanks to  Paul Slootman for 460-netstat-regex.patch. (Closes: #507069)
311
312  -- Holger Levsen <holger@debian.org>  Sat, 28 Feb 2009 19:54:14 +0100
313
314 munin (1.2.6-9) unstable; urgency=low
315
316   [ Matthias Schmitz ]
317   * 420-munin-limits.excessive-notifications.patch: Make the number of state
318     transitions (from or to unknown) configurable before a notification will
319     be send, now set to 3. Thanks to Steve Wilson for the patch.
320     (Closes: #501214)
321   * Add a stderr/stdout redirection to iostat plugin. (Closes: #512407)
322   * munin-cgi-graph: better check of semget() return value.
323     Thanks to Rafał Kupka! (Closes: #512572)
324
325   [ Holger Levsen ]
326   * apc_nis plugin: Set line_volt.max to 300 (instead of 200) to correctly
327     deal with 220V installations. Thanks to Tim Bagot for reporting this!
328     (Closes: #511781)
329
330  -- Holger Levsen <holger@debian.org>  Wed, 04 Feb 2009 20:05:53 +0100
331
332 munin (1.2.6-8) unstable; urgency=low
333
334   [ Matthias Schmitz ]
335   * Added missing dashes to the http connector in tomcat_threads,
336     tomcat_volumes and tomcat_access. Thanks to Markus Fischer!
337     (Closes: #500304)
338   * With rrdtool >= 1.3 the column alignment in the graph legend only works
339     with a monospace font. Remove fix path to legend font in munin-graph and
340     substitute it with fontconfig name 'monospace'. (Closes: #499033)
341   * Remove the 'autoconf' magic marker from the postgres_* plugins.
342     (Closes: #503294, #503403)
343
344   [ Holger Levsen ]
345   * munin-node.postinst: only execute $TMPFILE if munin-node-configure (which
346     creates it) exited without errors. (Closes: #503913)
347   * node/munin-node.conf.pod: fix error from pod2man spotted by lintian.
348
349  -- Holger Levsen <holger@debian.org>  Sat, 08 Nov 2008 14:31:13 +0000
350
351 munin (1.2.6-7) unstable; urgency=low
352
353   * Add trivial patch from Guido GÃŒnther to munin-node to allow colons in
354     plugin names, to enable support for IPv6 addresses. (Closes: #499391)
355   * Remove 'white-space: nowrap;' from style.css, this avoids too wide html
356     pages in large Munin installations. (Closes: #500080)
357
358  -- Matthias Schmitz <matthias@sigxcpu.org>  Wed, 24 Sep 2008 23:12:20 +0200
359
360 munin (1.2.6-6) unstable; urgency=low
361
362   [ Matthias Schmitz ]
363   * Since version 1.3.x rrdtool / librrds uses libpango which needs its input
364     utf8 encoded. Because all munin plugins are latin1 munin-graph now encodes
365     the strings into utf8 before feeding them to librrds. (Closes: #494547)
366     Also mention the need for latin-1 encoded plugins in
367     munin-node.README.Debian.
368   * Included postgresql plugins. (Closes: #320079) Add libdbd-pg-perl
369     to munin-node suggests.
370   * Make munin-node suggests of smartmontools versioned to >=5.37-6~bpo40+1
371     because this version contains fixes for CCISS controllers needed by
372     plugin hddtemp_smartctl, to help backporters. (Closes: #488357)
373
374   [ Holger Levsen ]
375   * Add libnet-netmask-perl to munin-plugins-extra suggests. (Closes: #494095)
376   * Add trivial patch from Guido GÃŒnther to munin-run to allow colons in
377     plugin names, to enable support for IPv6 addresses. (Closes: #499391)
378
379  -- Holger Levsen <holger@debian.org>  Fri, 19 Sep 2008 15:29:38 +0000
380
381 munin (1.2.6-5) unstable; urgency=low
382
383   [ Matthias Schmitz ]
384   * The plugin nfsd will not longer try to read values from a not longer
385     existent /proc/net/rpc/nfsd. (Closes: #490882, #473854)
386   * munin-run will now print its usage if its called without a plugin
387     parameter. (Closes: #416478)
388   * node.d/postfix_mailqueue: redirect the 'which' output to /dev/null to
389     avoid an unnecessary error message. (Closes: #495004)
390   * node.d/exim_mailstats: cut out the pid from the logfile lines if
391     log_selector=+pid is used (Closes: #440622)
392   * munin-node: Add an entry to /etc/munin/plugin-conf.d/munin-node to let the
393     plugin fw_forwarded_local run as root. (Closes: #411869)
394   * node.d.linux/fw_conntrack: Add 'graph_args -l 0' to plugin so that the
395     graph scale always starts from zero and completely shows the area of the
396     established connections. (Closes: #490093)
397
398   [ Holger Levsen ]
399   * Fix typos in node/Plugin.pm, thanks to Joey Schulze. (Closes: #495003)
400
401  -- Holger Levsen <holger@debian.org>  Sun, 24 Aug 2008 17:35:34 +0000
402
403 munin (1.2.6-4) unstable; urgency=medium
404
405   * Install munin-node gracefully (ie. inside a chroot, where port 4949 is
406     bound to another munin-node already) : munin-node.postinst: don't exit
407     postinst with error if just munin-node-configure fails. debian/rules: use
408     dh_installinit with --error-handler=true. (Closes: #491130)
409   * munin-node: if_ and if_err_ plugins: add msh|venet|veth to the regex of
410     detected interfaces. (Closes: #489505)
411   * munin-node: postfix_mailqueue plugin: use postconf to detect postfix's
412     spooldir. (Closes: #383397)
413   * munin-plugins-extra: include vserver plugins (Closes: #489737), thanks to
414     Micah Anderson for maintaining them. Make them use /bin/bash instead of
415     /bin/sh as they don't work with dash yet.
416   * munin-node: depend on gawk. (Closes: #491559)
417   * munin-node: add versioned dependency on lsb-base. (Closes: #469311)
418   * munin-node-configure: don't treat empty suggests as errors.
419     (Closes: #491475, #489502)
420   * munin-node: sensors plugin: don't output errors on autoconf and suggest if
421     no sensors binary is installed. (Closes: #491473)
422   * munin-plugins-extra: fix typo in courier plugin. (Closes: #491463) 
423
424  -- Holger Levsen <holger@debian.org>  Thu, 17 Jul 2008 16:33:05 +0000
425
426 munin (1.2.6-3) unstable; urgency=low
427
428   [ Holger Levsen ]
429   * Add liblwp-useragent-determined-perl to suggests for the munin-node
430     package as its needed for the apache_accesses plugin.
431
432   [ Matthias Schmitz ]
433   * Fix typo in munin-node postinst. (Closes: #489591)
434   * Fixed POD typo in Plugin.pm (Closes: #488700)
435
436  -- Matthias Schmitz <matthias@sigxcpu.org>  Mon, 07 Jul 2008 13:31:32 +0200
437
438 munin (1.2.6-2) unstable; urgency=low
439  
440   [ Matthias Schmitz ]
441   * Fix the exim detection in exim_mailqueue with the patch from Damyan
442     Ivanov, thanks! Closes: #486865
443   * Replace the wrong filehandle close in exim_mailstats through tail_close().
444     Closes: #486868
445   * Remove the "-w" from the hash bang line of ntp_offset since nether dash
446     nor bash (or ksh) knows this parameter. Closes: #486887
447   * Change maintainer mail back to munin-deb-maint@linpro.no
448   * To become compatible with Nagios substitute "%" by "percent" in graph
449     title of plugins df and df_inode. Thanks Andreas Beckmann, Closes: #472239
450   * The plugin smart_ will not longer spin up disks in standby mode. Added "-n
451     standby" to the smartctl call. In plugin hddtemp_smartctl this issue was
452     already fixed upstream. Closes: #409462
453   * Included plugin 'ups_'. Thanks Andras Korn! Closes: #305917
454   * Set default logfile to mail.conf for postfix_mailvolume in plugins.conf
455     since Debian's postfix logs there. In the plugin postfix_mailstats this
456     issue was already fixed upstream. Closes: #461302
457   * Added detection of slashes in plugin ip_'s suggest mode.
458     Closes: #464881, #411643, #402881
459   * Included plugin 'openvpn'. Closes: #354447
460   * Build the binary package 'munin-plugins-extra' with user contributed
461     plugins (again) by default. Though previously this package was called
462     'munin-plugins-contrib'. It was renamed to avoid confusion about the term
463     'contrib' which is used in Debian with a different meaning.
464
465   [ Holger Levsen ]
466   * Bump Standards-Version to 3.8.0, add Homepage and Vcs-* pseudo-headers.
467   * Add README.source and convert it to svn-buildpackage. Thanks to Patrick
468     Winnertz for help on this and writing the pbuilder part of README.source.   
469   * Add error checking to postinst, so the postinst (and with it dpkg) doesn't
470     fail if munin-node-configure fails, for example if /proc is not mounted.
471   * Provide entry about the munin-plugins-extra package in NEWS file.
472   * Add suggests to logtail for munin-plugins-extra, as some of those plugins
473     need it.
474   * Remove the buggy and unneeded logtail version detection code in the
475     amavis and courier plugins as described in #298895 and #297628. (The bugs
476     were closed in the BTS when the now called 'munin-plugins-extra' package
477     wasn't build on default anymore.)
478   * Adjust the default path for the mail logfile as suggested in #296533.
479     (Same here, bug was closed in the BTS when this binary package wasn't
480     build on default anymore.)
481
482  -- Matthias Schmitz <matthias@sigxcpu.org>  Tue, 01 Jul 2008 19:06:20 +0200
483
484 munin (1.2.6-1) unstable; urgency=low
485
486   [ Matthias Schmitz ]
487   * new upstream release (Closes: #440003, #310915, #387283, #307963, #241824,
488     #307966, #311727, #336618, #307962, #307997, #385058, #385358, #332285,
489     #403341, #373970, #398027, #385291, #436002, #440622, #463721, #406479,
490     #454260, #484068, #472207, #485830)
491     - introduce the munindoc command
492     - introduce Munin::Plugin.pm and plugin.sh with utility functions for
493       perl/shell plugins
494     - new plugins: ntp_offset
495   * Added tomcat_* plugins from Munin 1.3.4, Closes: #484097
496
497   [ Holger Levsen ]
498   * Add Matthias and myself to uploaders.
499   * Change maintainer mail address.
500   * Fix formatting errors in debian/NEWS.
501   * Bump standards version to 3.7.3, no changes needed.
502   * Remove versioned dependencies/suggests on python, perl-modules and
503     debhelper as they are all fullfilled even in oldstable.
504   * Update debian/copyright to reflect that munin is under the GPL2.
505   * debian/rules: Don't ignore failures in the clean target.
506   * Move debhelper and quilt to Build-Depends:.
507
508  -- Holger Levsen <holger@debian.org>  Sun, 11 May 2008 22:42:14 +0200
509
510 munin (1.2.5-2) unstable; urgency=low
511
512   * apply patch that reads the default file, closes: #370347
513  
514   * control: add Loic Dachary (OuoU) <loic@debian.org> to Uploaders
515  
516   * control: standard version 3.7.2
517  
518  -- Loic Dachary (OuoU) <loic@debian.org>  Tue, 07 Aug 2007 14:54:11 +0000
519
520 munin (1.2.5-1) unstable; urgency=low
521
522   * New upstream release.
523       - Replace calls to net_write() with print(), closes: #388789.
524       - Replace calls to Net::Domain::hostfqdn() with a combination of
525         Sys::Hostname::hostname() and gethostbyname(), closes: #307462,
526         closes: #390815.
527       - Handle errors opening the stats file in munin-update, closes: #329204.
528       - Improves the default fonts in RRDtool 1.2, which caused some labels to
529         line-wrap, reducing readability.  Closes: #361585.
530       - munin-node-configure-snmp now handles errors better, closes: #320455.
531       - Plugin generic/multips is now sorted under Processes, closes: #312521.
532       - Plugin linux/apt_all now correctly counts held packages, and also
533         considers the distribution "stable", closes: #314610.
534
535   * debian/control, debian/rules, debian/NEWS:
536       - Add support for building a package containing the contrib plugins,
537         closes: #306861.  Patch from Marc Haber, thanks!
538
539   * debian/munin-node.init, debian/munin.cron.d:
540       - Recreate /var/run/munin on boot if it is absent.  This is a work-around
541         for brain-damage in Ubuntu, where this directory goes AWOL every time
542         the machine is booted.  Closes: #380434.
543
544   * debian/control:
545       - The link to the example installation was broken, instead point to the
546         home page where there'll always be a link to a live one.
547
548   * debian/munin-node.init:
549       - Handle pidofproc() supplying the correct return code in the situation
550         where the daemon is dead while the pid file exists.  This was a bug
551         in lsb-base (#381684) up to and including version 3.1-10.
552       - Add LSB run-time dependency information.
553
554   * debian/munin.cron.d:
555       - Change the time of the daily forced munin-limits run so it doesn't
556         start at the same time as the munin-cron process, which appeared to
557         cause a race condition that made munin-limits report all values as 0.
558
559   * debian/plugins.conf:
560       - Run the ip_ plugin as the root user, closes: #373768.
561
562   * debian/copyright:
563       - The new upstream release bundles Bitstream Vera Mono, include its
564         license.
565
566  -- Tore Anderson <tore@debian.org>  Tue, 17 Oct 2006 14:39:05 +0200
567
568 munin (1.2.4-1) unstable; urgency=low
569
570   * New upstream release.
571       - Plugin linux/iostat now supports c#d#p#-named devices, closes: #309263.
572       - Plugin generic/postfix_mailvolume should now correctly detect a
573         Postfix installation, closes: #341265, #306591.
574
575   * debian/munin-node.init, debian/control:
576       - Fix killproc() call, whose interface changed in lsb-base 3.0-10.
577         Version the dependency accordingly.  Closes: #339952.
578
579   * server/munin-cron.in, server/munin-graph.in, server/munin-limits.in:
580       - Reverted to unmodified upstream versions, as the patches applied to
581         1.2.3 has been merged into the upstream tree.
582
583  -- Tore Anderson <tore@debian.org>  Tue, 13 Dec 2005 18:21:59 +0100
584  
585 munin (1.2.3-3) unstable; urgency=medium
586
587   * debian/munin.preinst (removed), debian/munin.postinst, debian/munin.postrm,
588     debian/munin-node.preinst (removed), debian/munin-node.postinst:
589       - Remove all code that handled upgrades from versions earlier than
590         1.2.3-1.  In a way this closes: #308008.
591
592   * debian/munin.postrm, debian/munin-node.postrm:
593       - Replace "test -o" bashism with "||".
594
595   * debian/munin-node.cron.d:
596       - Update APT's package index files periodically if the apt_all plugin
597         enabled, too.  Patch by Tommi Virtanen, thanks!  Closes: #317278.
598
599   * debian/control:
600       - Remove conflict declarations on the old LRRD packages.
601       - Make munin-node suggest ethtool, closes: #311603.
602       - Make Munin depend on rrdtool instead of merely suggesting it.  This is
603         a workaround for bug #323975 and its duplicates.
604       - Add a dependency on adduser for both packages.
605       - Increment standards-version to 3.6.2.1, no changes required.
606
607   * debian/munin-node.init, debian/control:
608       - Reimplemented Munin-Node's init script using LSB functions.
609         Closes: #326912, #326913.
610       - Add a dependency on lsb-base for Munin-Node.
611
612   * server/munin-graph.in, debian/control:
613       - Replaced the patch from 1.2.3-2 with the upstream one from SVN revision
614         954.  This re-enables support for RRDtool 1.0, so the versioned
615         dependency on librrds-perl is dropped.
616
617   * server/munin-cron.in:
618       - Swallow bogus output from RRDtool, closes: #326061.  This is a
619         (hopefully temporary) workaround for bug #325353.
620
621  -- Tore Anderson <tore@debian.org>  Sat, 10 Sep 2005 10:58:08 +0200
622
623 munin (1.2.3-2) unstable; urgency=low
624
625   * server/munin-graph.in:
626       - Gave up waiting for the new upstream release, and applied Robert
627         Loomans' patch to make Munin support RRDtool 1.2, closes: #324605,
628         closes: #325280.  Thanks, Robert!  Note that this breaks compability
629         with RRDtool 1.0.  Sarge users should wait for the new upstream release
630         which will support both RRDtool 1.0 and 1.2.
631
632   * debian/control:
633       - Made the munin package depend on librrds-perl in versions 1.2 or above.
634
635  -- Tore Anderson <tore@debian.org>  Wed, 31 Aug 2005 09:11:47 +0200
636  
637 munin (1.2.3-1) unstable; urgency=medium
638
639   * New upstream release, targeted at Sarge.
640       - Plugin linux/sensors_ now handles yet another form of output from the
641         sensors(1) utility, closes: #300690.
642       - Plugin generic/postfix_mailstats now shouldn't include rejects from
643         the cleanup daemon in the total count, closes: #302220.
644       - Munin-update no longer emits Perl warnings to stdout, closes: #302502.
645
646   * server/munin-limits.in, debian/NEWS:
647       - Apply patch from trunk which redirects all stdout and stderr from the
648         program being run to the log, closes: #301196.  The references to this
649         functionality has been corrected in the NEWS file, and also in the
650         example config file.
651
652   * debian/control:
653       - Increment standards-version to 3.6.1.1, no changes required.
654
655   * debian/munin.docs:
656       - Include README-apache-cgi.
657
658  -- Tore Anderson <tore@debian.org>  Sun, 03 Apr 2005 02:33:26 +0200
659
660 munin (1.2.2-3) unstable; urgency=high
661
662   * node/munin-node.in:
663       - Fix mis-merge of the optional user patch, restoring per-plugin
664         group setting. Thanks to Andras Korn for reporting and
665         Robert Loomans for patch (Closes: #299589).
666  
667   * node/munin-node.in, node/munin-run.in:
668       - Allow root for the per-plugin group directive.
669  
670   * Fix autoconf for the linux/nfs* plugins.
671
672  -- Dagfinn Ilmari Mannsaker <ilmari@ilmari.org>  Wed, 16 Mar 2005 20:45:15 +0100
673
674 munin (1.2.2-2) unstable; urgency=low
675
676   * node/munin-node.in, node/munin-run.in:
677       - Allow plugins to specify users to run as if present, while falling
678         gracefully back on the default user if the specified user doesn't
679         exists.  Patch grabbed from upstream CVS.
680
681   * debian/plugins.conf:
682       - Run the postfix_mailqueue plugin as the postfix user only if it exists.
683
684  -- Tore Anderson <tore@debian.org>  Sun, 13 Mar 2005 13:55:36 +0100
685
686 munin (1.2.2-1) unstable; urgency=low
687
688   * New upstream release.
689       - Plugin linux/irqstats now handles blank lines in /proc/interrupts,
690         closes: #296452.
691       - Plugins generic/apache_* could in some cases cause spurious spikes,
692         this has now been fixed.  Closes: #296454, #296645.
693       - Plugin linux/df_inode now handles devices with hyphens in their names
694         correctly, closes: #298442.
695       - Plugin generic/exim_mailstats now graphs rejects, closes: #295799.
696       - Earlier versions of munin-update could in some cases complain about
697         "nested quantifiers in regex", now fixed.  Closes: #296575.
698       - Fixes some broken HTML in the templates, closes: #296676.
699       - Updates over very slow connections are now handled more gracefully,
700         closes: #298108.
701
702   * debian/rules, debian/plugins.conf, debian/NEWS:
703       - Do not include contrib plugins in the munin-node package anymore.
704         Sort-of closes: #296533, #297451, #297628, #297904, #298895.
705
706   * debian/rules, debian/munin-node.postinst:
707       - Delay startup of the node significantly, as it may require other
708         monitored services (e.g. ntpd) to be already running.  Also change the
709         startup time if the package is being upgraded, if the current init
710         configuration is the old package's defaults.  Closes: #298793, thanks
711         to Stephen Gran for noticing.
712
713   * debian/plugins.conf:
714       - Run the Courier-MTA and Postfix plugins with necessary additional
715         privileges so they work out of the box, closes: #297654, #296985.
716         Thanks to Charles Fry and Juraj Bednar for pointing this out.
717       - The smart_ plugin is now run as root (which is necessary).
718
719   * debian/control:
720       - Suggest acpi over lm-sensors, and not the other way around as it was
721         earlier.  Both the acpi and sensors_ plugins achieve the same thing,
722         but the former is auto while the latter is manual.
723       - Remove the hddtemp suggestion and replace it with smartmontools,
724         closes: #296361. The hddtemp* plugins was replaced with
725         hddtemp_smartctl in 1.2.0.
726       - Suggest python (>= 2.2), used by the smart_ plugin.
727       - A few minor rewrites in the descriptions.
728
729   * debian/munin-node.manpages:
730       - Include munin-node-configure-snmp(8).
731
732   * server/munin-limits.in:
733       - Reverted to upstream version, as the patched required in 1.2.0-1 have
734         been merged.
735
736  -- Tore Anderson <tore@debian.org>  Sun, 13 Mar 2005 00:28:49 +0100
737
738 munin (1.2.0-1) unstable; urgency=low
739
740   * New upstream release, closes: #264878, #293499, #290099:
741       - Many plugins have changed type from COUNTER to DERIVE, to avoid
742         spurious spikes when the counters are mistakenly assumed to have
743         wrapped.  This change may cause empty graphs to occur, take care to
744         read NEWS.Debian before upgrading the "munin-node" package!
745         Closes: #225623, #233762.
746       - Munin-update no longer truncates long field names, closes: #256370.
747         This may in some cases cause empty graphs, please read NEWS.Debian for
748         more information before upgrading the "munin" package.
749       - Replaces the old Nagios-specific integration with a much more generic
750         framework for sending alerts to wherever you want.  As a side effect,
751         this closes: #291168.
752       - Corrects an erroneous commented example in munin.conf, closes: #294060.
753       - The munin-node.conf setting default_plugin_user now actually works as
754         advertised, closes: #295366, #295367.
755       - Plugin generic/bind9 now source its configuration from %ENV,
756         closes: #268142, #272049.
757       - Plugin generic/amavis now autodetects how to correctly invoke logtail,
758         closes: #284638, #288395.
759       - Plugin generic/squid_cache now correctly calculates cache size when
760         using multiple cache directories, closes: #288579.
761       - Plugin generic/postfix_mailstats now defaults to reading from a more
762         correct log file, closes: #291720.
763       - Plugin generic/postfix_mailstats now correctly identifies the reject
764         code as newer Postfix versions logs them, closes: #292110.
765       - Plugin generic/postfix_mailvolume now has a improved graph_title (that
766         is not the same as the title of generic/postfix_mailstats).
767         Closes: #292083.
768       - Plugin generic/named now defaults to reading from a more correct log
769         file, closes: #291849.
770       - Plugin linux/fw_forwarded_local now correctly reports 0 instead of
771         NaN in some situations, closes: #284673.
772       - Plugin linux/iostat now ingores devices that have had no I/O operations
773         whatsoever and thus are assumed to be unused, closes: #267195.
774       - New plugin: linux/forks. Closes: #225638.
775       - New plugin: linux/uptime. Closes: #283622.
776       - New plugin: linux/irqstats. Closes: #224990.
777       - New plugin: generic/courier_. Closes: #291854.
778       - New plugin: generic/perdition. Closes: #291855.
779
780   * debian/NEWS:
781       - Document the changes that may lead to data loss when upgrading from
782         Munin 1.0.x, and also write a bit about the new munin-limits framework.
783
784   * debian/control:
785       - Add dependency on perl-modules (>= 5.8.0) | libparse-recdescent-perl
786         for the main munin package, as munin-limits requires Text::Balanced.
787       - Add libdate-manip-perl as a recommended package for the munin package,
788         as the new CGI functionality depends on it.
789       - Change libnet-snmp-perl to be a recommended package for munin-node
790         instead of only suggested, as the new munin-node-configure-snmp
791         requires it.
792
793   * debian/Makefile.config:
794       - Install the new CGI in /usr/lib/cgi-bin/, as mandated by the Debian
795         Policy Manual.
796
797   * debian/munin.cron.d, debian/munin.manpages, debian/munin.logrotate,
798     debian/munin.postrm:
799       - The new upstream release includes "munin-limits", which supersede
800         "munin-nagios".  Update the installed manual pages, cron jobs,
801         logrotate configuration, and purge script accordingly.
802
803   * debian/plugins.conf:
804       - Plugin linux/fw_conntrack is now run as root as this file recently has
805         changed to not be world readable, closes: #291226.
806       - Plugin linux/if_ is now run as root in order to probe the speed of the
807         network interface.
808
809   * debian/munin.postinst, debian/munin-node.postinst, debian/munin.postrm,
810     debian/munin-node.postrm:
811       - Use dpkg-statoverride to handle the permissions on the data and log
812         directories.
813
814   * server/munin-limits.in:
815       - Change lock file directory to match that of munin-update, munin-graph,
816         and munin-html (grabbed from upstream CVS).
817       - Fix a string comparsions where the "==" operator was used instead of
818         "eq" (grabbed from upstream CVS).
819
820   * debian/munin.postinst:
821       - Only change user and group ownership on the data files from "lrrd" to
822         "munin" when the package is first installed, not on every upgrade.
823
824  -- Tore Anderson <tore@debian.org>  Mon, 21 Feb 2005 00:16:25 +0100
825
826 munin (1.0.5-1) unstable; urgency=low
827
828   * New upstream release:
829       - Expands @@ macros in man pages, closes: #286399.
830       - Fixes bug in munin-run %ENV untainting, closes: #285173.
831       - Fixes template variable escaping and other XHTML errors, closes: #287435
832         (based on patch by Tommi Virtanen <tv@debian.org>).
833       - hddtemp plugin calls hddtemp -n to avoid having to parse its output,
834         closes: #282021.
835   * Add Suggests: for programs and perl modules needed by plugins but not
836     the services they monitor, closes: #272148, #270090.
837
838  -- Dagfinn Ilmari Mannsaker <ilmari@ilmari.org>  Wed,  5 Jan 2005 23:47:16 +0100
839
840 munin (1.0.4-1) unstable; urgency=low
841
842   * New upstream release.
843
844  -- Tore Anderson <tore@debian.org>  Sun,  5 Dec 2004 16:54:19 +0100
845
846 munin (1.0.3-1) unstable; urgency=low
847
848   * New upstream release:
849       - Fixes typo in linux/fw_forwarded_local, closes: #275535.
850       - Fixes typo in linux/fw_packets, closes: #275537.
851       - Plugin generic/acpi now autodetects correctly even if the acpi version
852         does not contain the acpi_available program, closes: #275538.
853
854   * debian/plugins.conf:
855       - Run the spamstats plugin with the group adm, closes: #278765.
856       - Sorted the entries alphabetically.
857
858  -- Tore Anderson <tore@debian.org>  Mon,  1 Nov 2004 21:56:41 +0100
859
860 munin (1.0.2-1) unstable; urgency=low
861
862   * New upstream release, fixing the follwing:
863     - munin-graph spews uninitialized value in concatenation [precedence
864       error], thanks to Don Armstrong (Closes: #267185).
865   * Run the hddtemp plugins as root, write access to the device isn't
866     enough.
867
868  -- Dagfinn Ilmari Mannsaker <ilmari@ilmari.org>  Wed,  1 Sep 2004 09:32:42 +0200
869
870 munin (1.0.1-1) unstable; urgency=low
871
872   * New upstream release, fixing the following:
873     - [munin-graph/1.0] multiple .negative options is broken,
874       thanks to Andre TOmt (Closes: #250982).
875     - [plugin:hddtemp2/1.0] Must run under "C" locale (Closes: #253497).
876     - munin-node: LANG-dependant behaviour changes (Closes: #255312).
877     - [plugin:sensors_temp/1.0] Omits temperature values without
878       max and/or hysteresis value(s), thanks to Elmar Hoffmann
879       (Closes: #256380).
880     - [plugin:sensors_volt/1.0] Omits negative voltages, thanks to Elmar
881       Hoffmann (Closes: #256734).
882     - [plugin:ipac_ng/1.0] Syntax error, thanks to Stefani
883       Banerian (Closes: #264714).
884     - [plugin:hddtemp2/1.0] Ignores env.ignore (it's not supposed
885       to, really! :), thanks to Michel Meyers (Closes: #265022).
886     - munin-node: plugin iostat_ios has improper magic file
887       marker, thanks to Micah Anderson (Closes: #262708).
888   * Set Maintainer: to the Munin team address.
889   * Add Tore Anderson and myself to Uploaders:
890   * Make the hddtemp plugins run as group "disk" to ensure access to the
891     disks.
892
893  -- Dagfinn Ilmari Mannsaker <ilmari@ilmari.org>  Wed, 18 Aug 2004 20:55:27 +0200
894
895 munin (1.0.0-1) unstable; urgency=low
896
897   * New upstream release.
898
899  -- Tore Anderson <tore@debian.org>  Sun, 18 Jul 2004 13:19:31 +0200
900
901 munin (0+1.0.0pre5-1) unstable; urgency=low
902
903   * New upstream release:
904       - Apache plugins' autoconf routines should be fixed, closes: #236144.
905       - The node now applies plugin user settings at startup, closes: #236694.
906       - Fixed link rot in the templates, closes: #236792.
907       - graph_scale improved to use rrdgraph --units-exponent, closes: #236834.
908       - Improves the labels of the Apache plugins, closes: #238594.
909       - Improved sensors_* plugins to better cope with various output from
910         /usr/bin/sensors, closes: #245289.
911       - Adds new plugin for NFS statistics, closes: #223775.
912
913   * debian/rules:
914       - Include "contrib" plugins as well as "auto" and "manual" in the
915         munin-node package, closes: #236939, #236972, #245104.
916
917   * Makefile:
918       - Ignore the return value of htmldoc, as it's begun returning non-zero
919         if it encountered a non-fatal error in the document.
920
921  -- Tore Anderson <tore@debian.org>  Fri, 21 May 2004 20:51:19 +0200
922
923 munin (0+1.0.0pre3-1) unstable; urgency=low
924
925   * New upstream release, closes: #231049:
926       - Project renamed from "LRRD" to "Munin".  Almost every file in the
927         debian directory has changed both name and content due to this, and
928         the changes related to this are far too numerous to detail here.
929       - iostat plugin now works on Linux 2.6, closes: #224113.
930       - mysql_queries now appends ".value" to the fields, closes: #224118.
931       - Munin-node now ignores config files names suggesting they're backup
932         files of some sort (such as "foo.dpkg-old"), closes: #224265.
933       - Munin-node now doesn't attempt to drop privileges using setuid() and
934         setgid() if it's not running as root to begin with, closes: #224300.
935       - Untaint %ENV unconditionally;  let the admin shoot himself in the foot
936         if he wants to, closes: #224838, #224878.
937       - Munin-update now allows any character in service names (although it
938         translates exotic ones to "_"), closes: #224859.
939       - Munin-graph now handles bogus input from plugins more gracefully,
940         closes: #224942.
941       - Munin-update doesn't any longer complain on stderr if a node times out
942         in mid-transfer, closes: #227650.
943       - Incorporates Mike Fedyk's many improvements to the memory plugin,
944         closes: #223346.
945       - The iostat graph is now mirrored over the X axis, making it much
946         easier to read, closes: #223373.
947       - Fix buggy HTML in the service view, closes: #230322.
948       - Limit the maximum values from the vmstat plugin to 500000, to avoid
949         spurious peaks to sneak in, closes: #225489, #225626.
950       - Further improvements to related to timeout handling, closes: #224480.
951
952   * debian/plugins.conf:
953       - Run the Exim mailstats plugin in the groups "mail" and "adm", to
954         ensure we can read the log files we need, closes: #225988.
955       - Run the Exim mailqueue plugin with "Debian-exim" as a supplementary
956         group if it exists, closes: #229860.
957
958   * debian/munin-node.init:
959       - Use a full string match instead of a substring match when looking
960         in the process table for running Munin-node processes, closes: #224486.
961       - Remove $(<file) bashism, closes: #230116.
962
963   * debian/munin.preinst (new), debian/munin-node.preinst (new):
964       - If we're doing an initial install of either of the Munin packages
965         on a system with LRRD configuration files and data lying around,
966         create the initial Munin configuration and data set based on the
967         old files from LRRD.
968
969  -- Tore Anderson <tore@debian.org>  Thu, 05 Feb 2004 19:15:14 +0100
970
971 lrrd (0.9.9r5-1) unstable; urgency=low
972
973   * New upstream release:
974       - Allows for customizing which port to connect to when the server is
975         talking to its clients, closes: #214114.
976       - Makes it possible to change the plugins' environment arbitrarily,
977         sort-of closes: #214277.
978       - Relaxes the paranoia regarding the plugins' ownership and permission
979         modes somewhat, closes: #214186, #216401.
980       - Further impovements to the error-handling logic in lrrd-server, which
981         hopefully closes: #215739, #222674, #222821.
982       - Removed the spurious use of Config::General in lrrd-client,
983         closes: #216176.
984       - Includes Andras Korn's psu_ wildcard plugin, which counts the number
985         of processes owned by specific users, closes: #214210.  Thanks, Andras!
986       - The number of context switches per second is now graphed by the
987         interrupts plugin, closes: #222838.  Thanks, Mike Fedyk!
988       - Corrected field names in the vmstat plugin, closes: #222841.  Thanks
989         again, Mike Fedyk!
990
991   * debian/control:
992       - Drop dependency on libconfig-general-perl for lrrd-server, as this
993         configuration file format is now deprecated.
994       - Change priority to extra, due to the dependency on librrds-perl.
995
996   * debian/rules:
997       - Polished slightly.
998
999   * debian/lrrd-client.dirs:
1000       - Removed unecessary entry /var/run/lrrd, which is installed from the
1001         Makefile.
1002
1003   * debian/lrrd-client.init:
1004       - Rewritten, now sports improved error handling and intrinsic distrust of
1005         start-stop-daemon's return values, closes: #202190.
1006
1007   * debian/lrrd-server.cron.d:
1008       - Check if the binaries we're about to run exist and are executable
1009         before running them, closes: #221691.
1010
1011   * debian/lrrd-client.postinst, debian/lrrd-server.postinst:
1012       - If we're updating from the packages which didn't create the lrrd system
1013         group, try to make the GID the same as the already existing lrrd users'
1014         UID, if it's available.
1015
1016   * debian/lrrd-client.postinst:
1017       - Rewritten as a shell script.
1018       - Initial plugin setup now relies on lrrd-client-configure instead of an
1019         internal function to to initialize plugins.  This also ensures that
1020         automatic plugins later added to the package will be enabled on
1021         upgrades.
1022       - The plugins' state files was inappropriately placed in /var/run, move
1023         them to /var/lib if any exist in the former location.
1024
1025   * debian/lrrd-server.postinst:
1026       - Actually check how we're called, don't blindly assume we're
1027         configuring.
1028
1029   * debian/lrrd-server.postrm, debian/lrrd-client.postrm:
1030       - Better handling of empty dirs after purge.  (This is workaround for
1031         dpkg bug #198522).
1032
1033   * debian/lrrd-server.postrm:
1034       - Remove some ucf stuff I had forgotten about.
1035
1036   * debian/plugins.conf:
1037       - Updated to the new syntax for passing options to the plugins.
1038
1039   * debian/Makefile.config:
1040       - Now only contains overrides to the upstream defaults, instead of being
1041         a full replacement for upstream's Makefile.config.
1042       - PLUGSTATE changed from /var/run/lrrd to /var/lib/lrrd/plugin-state, as
1043         these files should persist after reboots.
1044
1045  -- Tore Anderson <tore@debian.org>  Fri, 28 Nov 2003 23:30:27 +0100
1046
1047 lrrd (0.9.8-1) unstable; urgency=low
1048
1049   * New upstream release:
1050     - Fixes several situations where the server would stop gathering data,
1051       closes: #202191, #202637, #209329, #203173.
1052     - The client will now drop privileges if possible, closes: #201726.
1053     - Makes the MySQL plugins more configurable, and uses floats instead of
1054       integers in the ISAM space plugin, closes: #202639, #202643.
1055     - Adds support for Linux 2.6 in the memory plugins, closes: #205019.
1056     - Better handling of unreachable nodes, closes: #205999.
1057   * debian/control:
1058     - Standards-Version 3.6.1.0, no changes required.
1059     - Change my email address.
1060     - Drop dependency on ucf.
1061     - Add dependency on libstorable-perl, as required by the new upstream
1062       release.
1063   * debian/Makefile.config, debian/rules:
1064     - Updated for the new upstream release.
1065   * debian/lrrd-client.postinst:
1066     - Use lrrd-run instead of invoking the plugins directly, to ensure their
1067       autoconf values are correct.
1068   * debian/lrrd-server.postinst:
1069     - Stop using ucf to handle /etc/lrrd/server.conf, instead ship is as a
1070       dpkg conffile.  This is made possible by using the new configuration
1071       setting 'use_default_name'.
1072   * debian/lrrd-client.postinst, debian/lrrd-server.postinst:
1073     - Add the system group lrrd as well as a system user, and ensure that all
1074       data directories are owned and writeble by these.
1075   * debian/plugins.conf (new):
1076     - Includes configuration settings for the plugins.
1077   * debian/lrrd-client.docs (new), debian/lrrd-server.docs (new):
1078     - Include the LRRD documentation, closes: #203647, #203748.
1079   * Makefile:
1080     - Generate the lrrd-run manual page from the correct POD file.
1081     - Disable cleaning the debian/ tree in the clean target.
1082
1083  -- Tore Anderson <tore@debian.org>  Sat, 04 Oct 2003 16:40:45 +0200
1084
1085 lrrd (0.9.7-2) unstable; urgency=low
1086
1087   * Correct path to lrrd-nagios in /etc/cron.d/lrrd-server, closes: #202803.
1088   * Use Net::Domain instead of /bin/hostname when generating server.conf,
1089     to ensure the hostname matches the client's, closes: #203960.
1090   * Do not determine the hostname and domain during build.
1091  
1092  -- Tore Anderson <tore@linpro.no>  Sat, 09 Aug 2003 23:09:21 +0200
1093
1094 lrrd (0.9.7-1) unstable; urgency=low
1095
1096   * New upstream release.
1097     - Massive changes in build system, update debian/rules accordingly.
1098     - The server will now ignore unreachable nodes, and should thus not
1099       send root arcane error messages anymore, closes: #200487.
1100   * After reading through the texmf.cnf thread on debian-devel, I realize
1101     I've forgotten the simplizity and no-nonsense qulities about Debian
1102     that attracted me in the first place, and that I've fallen for the
1103     temptation of making the configuration scripts too pretentious and
1104     loquacious. Therefore, I've killed all of the Debconf questions, and
1105     instead enable a default set of plugins based on the autoconf and
1106     suggests routines, closes: #197413.
1107   * /etc/lrrd/client.conf is now a conffile handled by dpkg.
1108   * Rewrote lrrd-client's postinst in Perl.
1109   * Include the APT plugin in the lrrd-client package.  Hence, the
1110     lrrd-client package now Conflicts and Replaces lrrd-plugin-apt.
1111     Thanks to James Troup for the suggestion.
1112   * Declare the debhelper compat level in debian/compat instead of in
1113     debian/rules.
1114   * Standards-Version 3.6.0, no changes required.
1115
1116  -- Tore Anderson <tore@linpro.no>  Mon, 14 Jul 2003 20:39:18 +0200
1117  
1118 lrrd (0.9.6-1) unstable; urgency=low
1119
1120   * Initial release, closes: #169079.
1121
1122  -- Tore Anderson <tore@linpro.no>  Sat, 31 May 2003 17:15:35 +0200
Note: See TracBrowser for help on using the browser.