Skip to content

Debian Changelog munin (1.2.5-1)

2006

munin (1.2.5-1) unstable; urgency=low

   * New upstream release.
       - Replace calls to net_write() with print(), closes: #388789.
       - Replace calls to Net::Domain::hostfqdn() with a combination of
         Sys::Hostname::hostname() and gethostbyname(), closes: #307462,
         closes: #390815.
       - Handle errors opening the stats file in munin-update, closes: #329204.
       - Improves the default fonts in RRDtool 1.2, which caused some labels to
         line-wrap, reducing readability.  Closes: #361585.
       - munin-node-configure-snmp now handles errors better, closes: #320455.
       - Plugin generic/multips is now sorted under Processes, closes: #312521.
       - Plugin linux/apt_all now correctly counts held packages, and also
         considers the distribution "stable", closes: #314610.
 
   * debian/control, debian/rules, debian/NEWS:
       - Add support for building a package containing the contrib plugins,
         closes: #306861.  Patch from Marc Haber, thanks!
 
   * debian/munin-node.init, debian/munin.cron.d:
       - Recreate /var/run/munin on boot if it is absent.  This is a work-around
         for brain-damage in Ubuntu, where this directory goes AWOL every time
         the machine is booted.  Closes: #380434.
 
   * debian/control:
       - The link to the example installation was broken, instead point to the
         home page where there'll always be a link to a live one.
 
   * debian/munin-node.init:
       - Handle pidofproc() supplying the correct return code in the situation
         where the daemon is dead while the pid file exists.  This was a bug
         in lsb-base (#381684) up to and including version 3.1-10.
       - Add LSB run-time dependency information.
 
   * debian/munin.cron.d:
       - Change the time of the daily forced munin-limits run so it doesn't
         start at the same time as the munin-cron process, which appeared to
         cause a race condition that made munin-limits report all values as 0.
 
   * debian/plugins.conf:
       - Run the ip_ plugin as the root user, closes: #373768.
 
   * debian/copyright:
       - The new upstream release bundles Bitstream Vera Mono, include its
         license.

 -- Tore Anderson <tore@debian.org>  Tue, 17 Oct 2006 14:39:05 +0200

2005

munin (1.2.4-1) unstable; urgency=low

   * New upstream release.
       - Plugin linux/iostat now supports c#d#p#-named devices, closes: #309263.
       - Plugin generic/postfix_mailvolume should now correctly detect a
         Postfix installation, closes: #341265, #306591.
 
   * debian/munin-node.init, debian/control:
       - Fix killproc() call, whose interface changed in lsb-base 3.0-10.
         Version the dependency accordingly.  Closes: #339952.
 
   * server/munin-cron.in, server/munin-graph.in, server/munin-limits.in:
       - Reverted to unmodified upstream versions, as the patches applied to
         1.2.3 has been merged into the upstream tree.

 -- Tore Anderson <tore@debian.org>  Tue, 13 Dec 2005 18:21:59 +0100

munin (1.2.3-3) unstable; urgency=medium

   * debian/munin.preinst (removed), debian/munin.postinst, debian/munin.postrm,
     debian/munin-node.preinst (removed), debian/munin-node.postinst:
       - Remove all code that handled upgrades from versions earlier than
         1.2.3-1.  In a way this closes: #308008.
 
   * debian/munin.postrm, debian/munin-node.postrm:
       - Replace "test -o" bashism with "||".
 
   * debian/munin-node.cron.d:
       - Update APT's package index files periodically if the apt_all plugin
         enabled, too.  Patch by Tommi Virtanen, thanks!  Closes: #317278.
 
   * debian/control:
       - Remove conflict declarations on the old LRRD packages.
       - Make munin-node suggest ethtool, closes: #311603.
       - Make Munin depend on rrdtool instead of merely suggesting it.  This is
         a workaround for bug #323975 and its duplicates.
       - Add a dependency on adduser for both packages.
       - Increment standards-version to 3.6.2.1, no changes required.
 
   * debian/munin-node.init, debian/control:
       - Reimplemented Munin-Node's init script using LSB functions.
         Closes: #326912, #326913.
       - Add a dependency on lsb-base for Munin-Node.
 
   * server/munin-graph.in, debian/control:
       - Replaced the patch from 1.2.3-2 with the upstream one from SVN revision
         954.  This re-enables support for RRDtool 1.0, so the versioned
         dependency on librrds-perl is dropped.
 
   * server/munin-cron.in:
       - Swallow bogus output from RRDtool, closes: #326061.  This is a
         (hopefully temporary) workaround for bug #325353.

 -- Tore Anderson <tore@debian.org>  Sat, 10 Sep 2005 10:58:08 +0200

munin (1.2.3-2) unstable; urgency=low

   * server/munin-graph.in:
       - Gave up waiting for the new upstream release, and applied Robert
         Loomans' patch to make Munin support RRDtool 1.2, closes: #324605,
         closes: #325280.  Thanks, Robert!  Note that this breaks compability
         with RRDtool 1.0.  Sarge users should wait for the new upstream release
         which will support both RRDtool 1.0 and 1.2.
 
   * debian/control:
       - Made the munin package depend on librrds-perl in versions 1.2 or above.

 -- Tore Anderson <tore@debian.org>  Wed, 31 Aug 2005 09:11:47 +0200

munin (1.2.3-1) unstable; urgency=medium

   * New upstream release, targeted at Sarge.
       - Plugin linux/sensors_ now handles yet another form of output from the
         sensors(1) utility, closes: #300690.
       - Plugin generic/postfix_mailstats now shouldn't include rejects from
         the cleanup daemon in the total count, closes: #302220.
       - Munin-update no longer emits Perl warnings to stdout, closes: #302502.
 
   * server/munin-limits.in, debian/NEWS:
       - Apply patch from trunk which redirects all stdout and stderr from the
         program being run to the log, closes: #301196.  The references to this
         functionality has been corrected in the NEWS file, and also in the
         example config file.
 
   * debian/control:
       - Increment standards-version to 3.6.1.1, no changes required.
 
   * debian/munin.docs:
       - Include README-apache-cgi.

 -- Tore Anderson <tore@debian.org>  Sun, 03 Apr 2005 02:33:26 +0200

munin (1.2.2-3) unstable; urgency=high

   * node/munin-node.in:
       - Fix mis-merge of the optional user patch, restoring per-plugin
         group setting. Thanks to Andras Korn for reporting and
         Robert Loomans for patch (Closes: #299589).
 
   * node/munin-node.in, node/munin-run.in:
       - Allow root for the per-plugin group directive.
 
   * Fix autoconf for the linux/nfs* plugins.

 -- Dagfinn Ilmari Mannsaker <ilmari@ilmari.org>  Wed, 16 Mar 2005 20:45:15 +0100

munin (1.2.2-2) unstable; urgency=low

   * node/munin-node.in, node/munin-run.in:
       - Allow plugins to specify users to run as if present, while falling
         gracefully back on the default user if the specified user doesn't
         exists.  Patch grabbed from upstream CVS.
 
   * debian/plugins.conf:
       - Run the postfix_mailqueue plugin as the postfix user only if it exists.

 -- Tore Anderson <tore@debian.org>  Sun, 13 Mar 2005 13:55:36 +0100

munin (1.2.2-1) unstable; urgency=low

   * New upstream release.
       - Plugin linux/irqstats now handles blank lines in /proc/interrupts,
         closes: #296452.
       - Plugins generic/apache_* could in some cases cause spurious spikes,
         this has now been fixed.  Closes: #296454, #296645.
       - Plugin linux/df_inode now handles devices with hyphens in their names
         correctly, closes: #298442.
       - Plugin generic/exim_mailstats now graphs rejects, closes: #295799.
       - Earlier versions of munin-update could in some cases complain about
         "nested quantifiers in regex", now fixed.  Closes: #296575.
       - Fixes some broken HTML in the templates, closes: #296676.
       - Updates over very slow connections are now handled more gracefully,
         closes: #298108.
 
   * debian/rules, debian/plugins.conf, debian/NEWS:
       - Do not include contrib plugins in the munin-node package anymore.
         Sort-of closes: #296533, #297451, #297628, #297904, #298895.
 
   * debian/rules, debian/munin-node.postinst:
       - Delay startup of the node significantly, as it may require other
         monitored services (e.g. ntpd) to be already running.  Also change the
         startup time if the package is being upgraded, if the current init
         configuration is the old package's defaults.  Closes: #298793, thanks
         to Stephen Gran for noticing.
 
   * debian/plugins.conf:
       - Run the Courier-MTA and Postfix plugins with necessary additional
         privileges so they work out of the box, closes: #297654, #296985.
         Thanks to Charles Fry and Juraj Bednar for pointing this out.
       - The smart_ plugin is now run as root (which is necessary).
 
   * debian/control:
       - Suggest acpi over lm-sensors, and not the other way around as it was
         earlier.  Both the acpi and sensors_ plugins achieve the same thing,
         but the former is auto while the latter is manual.
       - Remove the hddtemp suggestion and replace it with smartmontools,
         closes: #296361. The hddtemp* plugins was replaced with
         hddtemp_smartctl in 1.2.0.
       - Suggest python (>= 2.2), used by the smart_ plugin.
       - A few minor rewrites in the descriptions.
 
   * debian/munin-node.manpages:
       - Include munin-node-configure-snmp(8).
 
   * server/munin-limits.in:
       - Reverted to upstream version, as the patched required in 1.2.0-1 have
         been merged.

 -- Tore Anderson <tore@debian.org>  Sun, 13 Mar 2005 00:28:49 +0100

munin (1.2.0-1) unstable; urgency=low

   * New upstream release, closes: #264878, #293499, #290099:
       - Many plugins have changed type from COUNTER to DERIVE, to avoid
         spurious spikes when the counters are mistakenly assumed to have
         wrapped.  This change may cause empty graphs to occur, take care to
         read NEWS.Debian before upgrading the "munin-node" package!
         Closes: #225623, #233762.
       - Munin-update no longer truncates long field names, closes: #256370.
         This may in some cases cause empty graphs, please read NEWS.Debian for
         more information before upgrading the "munin" package.
       - Replaces the old Nagios-specific integration with a much more generic
         framework for sending alerts to wherever you want.  As a side effect,
         this closes: #291168.
       - Corrects an erroneous commented example in munin.conf, closes: #294060.
       - The munin-node.conf setting default_plugin_user now actually works as
         advertised, closes: #295366, #295367.
       - Plugin generic/bind9 now source its configuration from %ENV,
         closes: #268142, #272049.
       - Plugin generic/amavis now autodetects how to correctly invoke logtail,
         closes: #284638, #288395.
       - Plugin generic/squid_cache now correctly calculates cache size when
         using multiple cache directories, closes: #288579.
       - Plugin generic/postfix_mailstats now defaults to reading from a more
         correct log file, closes: #291720.
       - Plugin generic/postfix_mailstats now correctly identifies the reject
         code as newer Postfix versions logs them, closes: #292110.
       - Plugin generic/postfix_mailvolume now has a improved graph_title (that
         is not the same as the title of generic/postfix_mailstats).
         Closes: #292083.
       - Plugin generic/named now defaults to reading from a more correct log
         file, closes: #291849.
       - Plugin linux/fw_forwarded_local now correctly reports 0 instead of
         NaN in some situations, closes: #284673.
       - Plugin linux/iostat now ingores devices that have had no I/O operations
         whatsoever and thus are assumed to be unused, closes: #267195.
       - New plugin: linux/forks. Closes: #225638.
       - New plugin: linux/uptime. Closes: #283622.
       - New plugin: linux/irqstats. Closes: #224990.
       - New plugin: generic/courier_. Closes: #291854.
       - New plugin: generic/perdition. Closes: #291855.
 
   * debian/NEWS:
       - Document the changes that may lead to data loss when upgrading from
         Munin 1.0.x, and also write a bit about the new munin-limits framework.
 
   * debian/control:
       - Add dependency on perl-modules (>= 5.8.0) | libparse-recdescent-perl
         for the main munin package, as munin-limits requires Text::Balanced.
       - Add libdate-manip-perl as a recommended package for the munin package,
         as the new CGI functionality depends on it.
       - Change libnet-snmp-perl to be a recommended package for munin-node
         instead of only suggested, as the new munin-node-configure-snmp
         requires it.
 
   * debian/Makefile.config:
       - Install the new CGI in /usr/lib/cgi-bin/, as mandated by the Debian
         Policy Manual.
 
   * debian/munin.cron.d, debian/munin.manpages, debian/munin.logrotate,
     debian/munin.postrm:
       - The new upstream release includes "munin-limits", which supersede
         "munin-nagios".  Update the installed manual pages, cron jobs,
         logrotate configuration, and purge script accordingly.
 
   * debian/plugins.conf:
       - Plugin linux/fw_conntrack is now run as root as this file recently has
         changed to not be world readable, closes: #291226.
       - Plugin linux/if_ is now run as root in order to probe the speed of the
         network interface.
 
   * debian/munin.postinst, debian/munin-node.postinst, debian/munin.postrm,
     debian/munin-node.postrm:
       - Use dpkg-statoverride to handle the permissions on the data and log
         directories.
 
   * server/munin-limits.in:
       - Change lock file directory to match that of munin-update, munin-graph,
         and munin-html (grabbed from upstream CVS).
       - Fix a string comparsions where the "==" operator was used instead of
         "eq" (grabbed from upstream CVS).
 
   * debian/munin.postinst:
       - Only change user and group ownership on the data files from "lrrd" to
         "munin" when the package is first installed, not on every upgrade.

 -- Tore Anderson <tore@debian.org>  Mon, 21 Feb 2005 00:16:25 +0100

munin (1.0.5-1) unstable; urgency=low

   * New upstream release:
       - Expands @@ macros in man pages, closes: #286399.
       - Fixes bug in munin-run %ENV untainting, closes: #285173.
       - Fixes template variable escaping and other XHTML errors, closes: #287435
         (based on patch by Tommi Virtanen <tv@debian.org>).
       - hddtemp plugin calls hddtemp -n to avoid having to parse its output,
         closes: #282021.
   * Add Suggests: for programs and perl modules needed by plugins but not
     the services they monitor, closes: #272148, #270090.

 -- Dagfinn Ilmari Mannsaker <ilmari@ilmari.org>  Wed, 5 Jan 2005 23:47:16 +0100

2004

munin (1.0.4-1) unstable; urgency=low

   * New upstream release.

 -- Tore Anderson <tore@debian.org>  Sun, 5 Dec 2004 16:54:19 +0100

munin (1.0.3-1) unstable; urgency=low

   * New upstream release:
       - Fixes typo in linux/fw_forwarded_local, closes: #275535.
       - Fixes typo in linux/fw_packets, closes: #275537.
       - Plugin generic/acpi now autodetects correctly even if the acpi version
         does not contain the acpi_available program, closes: #275538.
 
   * debian/plugins.conf:
       - Run the spamstats plugin with the group adm, closes: #278765.
       - Sorted the entries alphabetically.

 -- Tore Anderson <tore@debian.org>  Mon, 1 Nov 2004 21:56:41 +0100

munin (1.0.2-1) unstable; urgency=low

   * New upstream release, fixing the follwing:
     - munin-graph spews uninitialized value in concatenation [precedence
       error], thanks to Don Armstrong (Closes: #267185).
   * Run the hddtemp plugins as root, write access to the device isn't
     enough.

 -- Dagfinn Ilmari Mannsaker <ilmari@ilmari.org>  Wed, 1 Sep 2004 09:32:42 +0200

munin (1.0.1-1) unstable; urgency=low

   * New upstream release, fixing the following:
     - [munin-graph/1.0] multiple .negative options is broken,
       thanks to Andre TOmt (Closes: #250982).
     - [plugin:hddtemp2/1.0] Must run under "C" locale (Closes: #253497).
     - munin-node: LANG-dependant behaviour changes (Closes: #255312).
     - [plugin:sensors_temp/1.0] Omits temperature values without
       max and/or hysteresis value(s), thanks to Elmar Hoffmann
       (Closes: #256380).
     - [plugin:sensors_volt/1.0] Omits negative voltages, thanks to Elmar
       Hoffmann (Closes: #256734).
     - [plugin:ipac_ng/1.0] Syntax error, thanks to Stefani
       Banerian (Closes: #264714).
     - [plugin:hddtemp2/1.0] Ignores env.ignore (it's not supposed
       to, really! :), thanks to Michel Meyers (Closes: #265022).
     - munin-node: plugin iostat_ios has improper magic file
       marker, thanks to Micah Anderson (Closes: #262708).
   * Set Maintainer: to the Munin team address.
   * Add Tore Anderson and myself to Uploaders:
   * Make the hddtemp plugins run as group "disk" to ensure access to the
     disks.

 -- Dagfinn Ilmari Mannsaker <ilmari@ilmari.org>  Wed, 18 Aug 2004 20:55:27 +0200

munin (1.0.0-1) unstable; urgency=low

   * New upstream release.

 -- Tore Anderson <tore@debian.org>  Sun, 18 Jul 2004 13:19:31 +0200

munin (0+1.0.0pre5-1) unstable; urgency=low

   * New upstream release:
       - Apache plugins' autoconf routines should be fixed, closes: #236144.
       - The node now applies plugin user settings at startup, closes: #236694.
       - Fixed link rot in the templates, closes: #236792.
       - graph_scale improved to use rrdgraph --units-exponent, closes: #236834.
       - Improves the labels of the Apache plugins, closes: #238594.
       - Improved sensors_* plugins to better cope with various output from
         /usr/bin/sensors, closes: #245289.
       - Adds new plugin for NFS statistics, closes: #223775.
 
   * debian/rules:
       - Include "contrib" plugins as well as "auto" and "manual" in the
         munin-node package, closes: #236939, #236972, #245104.
 
   * Makefile:
       - Ignore the return value of htmldoc, as it's begun returning non-zero
         if it encountered a non-fatal error in the document.

 -- Tore Anderson <tore@debian.org>  Fri, 21 May 2004 20:51:19 +0200

munin (0+1.0.0pre3-1) unstable; urgency=low

   * New upstream release, closes: #231049:
       - Project renamed from "LRRD" to "Munin".  Almost every file in the
         debian directory has changed both name and content due to this, and
         the changes related to this are far too numerous to detail here.
       - iostat plugin now works on Linux 2.6, closes: #224113.
       - mysql_queries now appends ".value" to the fields, closes: #224118.
       - Munin-node now ignores config files names suggesting they're backup
         files of some sort (such as "foo.dpkg-old"), closes: #224265.
       - Munin-node now doesn't attempt to drop privileges using setuid() and
         setgid() if it's not running as root to begin with, closes: #224300.
       - Untaint %ENV unconditionally;  let the admin shoot himself in the foot
         if he wants to, closes: #224838, #224878.
       - Munin-update now allows any character in service names (although it
         translates exotic ones to "_"), closes: #224859.
       - Munin-graph now handles bogus input from plugins more gracefully,
         closes: #224942.
       - Munin-update doesn't any longer complain on stderr if a node times out
         in mid-transfer, closes: #227650.
       - Incorporates Mike Fedyk's many improvements to the memory plugin,
         closes: #223346.
       - The iostat graph is now mirrored over the X axis, making it much
         easier to read, closes: #223373.
       - Fix buggy HTML in the service view, closes: #230322.
       - Limit the maximum values from the vmstat plugin to 500000, to avoid
         spurious peaks to sneak in, closes: #225489, #225626.
       - Further improvements to related to timeout handling, closes: #224480.
 
   * debian/plugins.conf:
       - Run the Exim mailstats plugin in the groups "mail" and "adm", to
         ensure we can read the log files we need, closes: #225988.
       - Run the Exim mailqueue plugin with "Debian-exim" as a supplementary
         group if it exists, closes: #229860.
 
   * debian/munin-node.init:
       - Use a full string match instead of a substring match when looking
         in the process table for running Munin-node processes, closes: #224486.
       - Remove $(<file) bashism, closes: #230116.
 
   * debian/munin.preinst (new), debian/munin-node.preinst (new):
       - If we're doing an initial install of either of the Munin packages
         on a system with LRRD configuration files and data lying around,
         create the initial Munin configuration and data set based on the
         old files from LRRD.

 -- Tore Anderson <tore@debian.org>  Thu, 05 Feb 2004 19:15:14 +0100

2003

lrrd (0.9.9r5-1) unstable; urgency=low

   * New upstream release:
       - Allows for customizing which port to connect to when the server is
         talking to its clients, closes: #214114.
       - Makes it possible to change the plugins' environment arbitrarily,
         sort-of closes: #214277.
       - Relaxes the paranoia regarding the plugins' ownership and permission
         modes somewhat, closes: #214186, #216401.
       - Further impovements to the error-handling logic in lrrd-server, which
         hopefully closes: #215739, #222674, #222821.
       - Removed the spurious use of Config::General in lrrd-client,
         closes: #216176.
       - Includes Andras Korn's psu_ wildcard plugin, which counts the number
         of processes owned by specific users, closes: #214210.  Thanks, Andras!
       - The number of context switches per second is now graphed by the
         interrupts plugin, closes: #222838.  Thanks, Mike Fedyk!
       - Corrected field names in the vmstat plugin, closes: #222841.  Thanks
         again, Mike Fedyk!
 
   * debian/control:
       - Drop dependency on libconfig-general-perl for lrrd-server, as this
         configuration file format is now deprecated.
       - Change priority to extra, due to the dependency on librrds-perl.
 
   * debian/rules:
       - Polished slightly.
 
   * debian/lrrd-client.dirs:
       - Removed unecessary entry /var/run/lrrd, which is installed from the
         Makefile.
 
   * debian/lrrd-client.init:
       - Rewritten, now sports improved error handling and intrinsic distrust of
         start-stop-daemon's return values, closes: #202190.
 
   * debian/lrrd-server.cron.d:
       - Check if the binaries we're about to run exist and are executable
         before running them, closes: #221691.
 
   * debian/lrrd-client.postinst, debian/lrrd-server.postinst:
       - If we're updating from the packages which didn't create the lrrd system
         group, try to make the GID the same as the already existing lrrd users'
         UID, if it's available.
 
   * debian/lrrd-client.postinst:
       - Rewritten as a shell script.
       - Initial plugin setup now relies on lrrd-client-configure instead of an
         internal function to to initialize plugins.  This also ensures that
         automatic plugins later added to the package will be enabled on
         upgrades.
       - The plugins' state files was inappropriately placed in /var/run, move
         them to /var/lib if any exist in the former location.
 
   * debian/lrrd-server.postinst:
       - Actually check how we're called, don't blindly assume we're
         configuring.
 
   * debian/lrrd-server.postrm, debian/lrrd-client.postrm:
       - Better handling of empty dirs after purge.  (This is workaround for
         dpkg bug #198522).
 
   * debian/lrrd-server.postrm:
       - Remove some ucf stuff I had forgotten about.
 
   * debian/plugins.conf:
       - Updated to the new syntax for passing options to the plugins.
 
   * debian/Makefile.config:
       - Now only contains overrides to the upstream defaults, instead of being
         a full replacement for upstream's Makefile.config.
       - PLUGSTATE changed from /var/run/lrrd to /var/lib/lrrd/plugin-state, as
         these files should persist after reboots.

 -- Tore Anderson <tore@debian.org>  Fri, 28 Nov 2003 23:30:27 +0100

lrrd (0.9.8-1) unstable; urgency=low

   * New upstream release:
     - Fixes several situations where the server would stop gathering data,
       closes: #202191, #202637, #209329, #203173.
     - The client will now drop privileges if possible, closes: #201726.
     - Makes the MySQL plugins more configurable, and uses floats instead of
       integers in the ISAM space plugin, closes: #202639, #202643.
     - Adds support for Linux 2.6 in the memory plugins, closes: #205019.
     - Better handling of unreachable nodes, closes: #205999.
   * debian/control:
     - Standards-Version 3.6.1.0, no changes required.
     - Change my email address.
     - Drop dependency on ucf.
     - Add dependency on libstorable-perl, as required by the new upstream
       release.
   * debian/Makefile.config, debian/rules:
     - Updated for the new upstream release.
   * debian/lrrd-client.postinst:
     - Use lrrd-run instead of invoking the plugins directly, to ensure their
       autoconf values are correct.
   * debian/lrrd-server.postinst:
     - Stop using ucf to handle /etc/lrrd/server.conf, instead ship is as a
       dpkg conffile.  This is made possible by using the new configuration
       setting 'use_default_name'.
   * debian/lrrd-client.postinst, debian/lrrd-server.postinst:
     - Add the system group lrrd as well as a system user, and ensure that all
       data directories are owned and writeble by these.
   * debian/plugins.conf (new):
     - Includes configuration settings for the plugins.
   * debian/lrrd-client.docs (new), debian/lrrd-server.docs (new):
     - Include the LRRD documentation, closes: #203647, #203748.
   * Makefile:
     - Generate the lrrd-run manual page from the correct POD file.
     - Disable cleaning the debian/ tree in the clean target.

 -- Tore Anderson <tore@debian.org>  Sat, 04 Oct 2003 16:40:45 +0200

lrrd (0.9.7-2) unstable; urgency=low

   * Correct path to lrrd-nagios in /etc/cron.d/lrrd-server, closes: #202803.
   * Use Net::Domain instead of /bin/hostname when generating server.conf,
     to ensure the hostname matches the client's, closes: #203960.
   * Do not determine the hostname and domain during build.

 -- Tore Anderson <tore@linpro.no>  Sat, 09 Aug 2003 23:09:21 +0200

lrrd (0.9.7-1) unstable; urgency=low

   * New upstream release.
     - Massive changes in build system, update debian/rules accordingly.
     - The server will now ignore unreachable nodes, and should thus not
       send root arcane error messages anymore, closes: #200487.
   * After reading through the texmf.cnf thread on debian-devel, I realize
     I've forgotten the simplizity and no-nonsense qulities about Debian
     that attracted me in the first place, and that I've fallen for the
     temptation of making the configuration scripts too pretentious and
     loquacious. Therefore, I've killed all of the Debconf questions, and
     instead enable a default set of plugins based on the autoconf and
     suggests routines, closes: #197413.
   * /etc/lrrd/client.conf is now a conffile handled by dpkg.
   * Rewrote lrrd-client's postinst in Perl.
   * Include the APT plugin in the lrrd-client package.  Hence, the
     lrrd-client package now Conflicts and Replaces lrrd-plugin-apt.
     Thanks to James Troup for the suggestion.
   * Declare the debhelper compat level in debian/compat instead of in
     debian/rules.
   * Standards-Version 3.6.0, no changes required.

 -- Tore Anderson <tore@linpro.no>  Mon, 14 Jul 2003 20:39:18 +0200

lrrd (0.9.6-1) unstable; urgency=low

   * Initial release, closes: #169079.

 -- Tore Anderson <tore@linpro.no>  Sat, 31 May 2003 17:15:35 +0200