[ubuntu/quantal] munin 2.0.0-1ubuntu1 (Accepted)

James Page james.page at ubuntu.com
Mon Jun 11 13:35:27 UTC 2012


munin (2.0.0-1ubuntu1) quantal; urgency=low

  * Resync with Debian unstable.
  * d/munin-node.upstart,munin.upstart: Add upstart configurations.

munin (2.0.0-1) unstable; urgency=medium

  * New upstream version. Roughly eight years after munin 1.0 there is now
    finally munin 2.0! See /usr/share/doc/munin/Announce-2.0 in the munin
    package for the full announcement. And/or previous debian/changelog
    entries too. Enjoy! And please report bugs, 2.0.1 shall be out soon.
    (Closes: #675153, #674148)
  * /etc/init/munin-node: chmod 755 /var/log/munin (Closes: #674747)
  * Make munin-node suggest munin-plugins-java and not munin-java-plugins.
  * Lower build-depends on debhelper to version 8. (Closes: #675209)

munin (2.0~rc6-3) unstable; urgency=low

  * Make munin-node depend on munin-plugins-core | munin-plugins.
    (Closes: #673124)
  * munin-node.logroate: create munin-node.log owned by root.
    (Closes: #606216)

munin (2.0~rc6-2) unstable; urgency=low

  * munin.postinst: Fix typo breaking the chgrp of $cgitempdir.

munin (2.0~rc6-1) unstable; urgency=low

  [ Holger Levsen ]
  * New upstream release candidate, quoting the upstream Changelog:
    - Many bugfixes in munin-cgi-graph:
      - if url parameters are not valid, send HTTP 404 instead of 500
      - move the generation of png via cgi under /var/lib/munin/cgi-tmp/
        (Closes:  #668536)
      - don't cache URL with parameters anymore, and don't keep uncached URLs
        (Closes: #668667)
      - validate url characters (Closes: #668666)
      - add a max setting for cgi image size. (Closes: #670811)
    - Plugin fixes:
      - add explicit license for all plugins. (Closes: #670428)
      - hddtemp_smartctl: just use the device name as the labels
      - qmailscan: remove the use of tempfiles. (Closes: #668778)
  * munin.NEWS: document that "cgitmpdir /var/lib/munin/cgi-tmp" has to be
    set in munin.conf.
  * munin-node.postinst: chmod 755 /var/log/munin (Closes: #669230)
  * munin.postinst: make /var/lib/munin/cgi-tmp writable for group www-data.

  [ Matthias Schmitz ]
  * Add installation of apache configuration to /etc/apache2/conf-availble as
    needed by Apache 2.4. (Closes: #669816)

munin (2.0~rc5-3) unstable; urgency=low

  * Create /var/lib/munin/plugin-state in munin-node.postinst if it doesnt
    exist. (Closes: #668975)

munin (2.0~rc5-2) unstable; urgency=low

  [ Stig Sandbeck Mathisen ]
  * Handle removal of old statoverrides in a more robust fashion.
    (Closes: #668859)

munin (2.0~rc5-1) unstable; urgency=low

  [ Holger Levsen ]
  * New upstream release candidate, quoting the upstream Changelog:
     - Adding the current action to the command line. Useful for debugging.
     - Adding a new URL param full_size_mode to enable predictible IMG sizes
     - Enable sparklines with the url param "only_graph"
     - Start RRD just before first update. To avoid a very costly 1st update.
     - Emit the hosts in a sorted order, instead of somewhat random.
     - Do not emit png list if file handle is not defined. (Closes: #666759)
     - Add old option of --force-root, but with a new name. more explicit
       (Closes:  #601371)
     - We dont generate the png list when using cgi html.
     - Remove warning when asking "list" w/o a hostname (LP: #907952)
     - Many bug fixes (trac: Closes #967, #1210) (Closes: #583189, #568511,
       Closes: #475078)
  * Create /var/log/munin in /etc/init.d/munin-node (Closes: #626570)
  * Cleanup the dpkg-statoverrides mess, by removing all existing
    statoverrides in munin's and munin-nodes' postinst and just running chown and
    chmod on those files and directories. Also remove statoverride handling
    from postrm scripts. (Closes: #666907)
    As far as I understand, the usage of dpkg-statoverride was plainly wrong
    for all these years. If I'm wrong here, I'd be glad to be corrected.

  [ Steve Schnepp ]
  * plugin.conf: run fail2ban plugin as root. (Closes: #610825)
  * move jmx_ to munin-plugins-java (Closes: #667493)

munin (2.0~rc4-1) unstable; urgency=low

  * quoting upstream ChangeLog:
    - Fix issue that CGI HTML doesn't refresh itself
    - Fixed plugins to use the default draw style
    - Various plugins fixes (Closes: #663965, #595697, #648891)
  * also from upstream: munin-node: Removed the 5s per-line timeout.
    (Closes: #663970)

munin (2.0~rc2-1) unstable; urgency=low

  * This is not yet munin 2.0, but almost! Install at your own risk and have
    fun! Also, please give feedback to munin-users at lists.sourceforge.net or
    if you prefer IRC, go to #munin on OFTC.
  * Quoting from /usr/share/doc/munin/Announce-2.0:
    * Introducing Munin 2.0! The most important features:
    * Even better scalability through:
      - Large performance improvements on almost all munin's components:
      - Full CGI integration.  It is for graphing as  well for html, if needed.
        It is also completely compatible with FastCGI, that only compiles once
        per run.
      - Binary state data files.  This has enabled a really fast startup and
        storing of state files. Quite useful in munin limits that does need to
        access to the rrd files.
      - Complete integration with rrdcached.  Starting with RRD 1.4, there is
        an update daemon. It enables batched updates, and therefore reduce the
        IO down. Even with 1000+ files to update every 5 min.
      - Spoolfetch uses _node_read_fast() now : 3MiB is now read in 2 s instead
        of 7 min.
    * Complete IPv6 integration: (Closes: #592214, Closes: #558800, Closes:
      #567551)
      - The master only require a new perl module (IO::Socket::INET6)
      - The node needs a IPv6-patched Net::Server
    * Native SSH transport - No need to have a hairy setup anymore.
    * Graph Zooming: The UI is still raw, but right to the point.
    * New look on HTML pages, new graph colours with better contrast
    * IRC ( #munin @ OFTC ) has become a real support channel, mostly aimed at
      trunk.
    * Full details in http://munin-monitoring.org/browser/tags/2.0-rc2/ChangeLog
      or in /usr/share/doc/munin/changelog.gz on this system. (Closes: #610528,
      Closes: #644960, Closes: #576009, Closes: #474193, #660224, #609900,
      Closes: #582786, #591455)
    * This release has been prepared through six uploads to experimental and
      several users running it on their installations.

  [ Steve Schnepp ]
  * Maintained a branch since munin 1.5 all the way up to 1.999 to prepare
    munin 2.0 packages for Debian.
  * Using a 1.999.SVN naming scheme to enable rpm package building using alien
    - munin-graph is no more, only CGI is left.
  * Added support for async polling in munin-master, add new package
    munin-async.
  * Enable vectorized multiple-time updates. Speeds updates up when using
    async polling. An 1s polling rate is now possible w/o much overhead, since
    munin-update only runs every 5 min.
    - ability to keep more data (for zooming resolution mainly)
    - ability to run (some) plugins more and/or less often than every
      5 minutes
    - support of async polling, so munin-update can run less often than
      the usual 5 min. Useful if you have too much nodes and it takes
      more than 5 min to gather all the data.
    - Closes: #464880
  * Add new binary package: munin-plugins, containing the plugins previously
    included in the munin-node package. This enables us to:
    - have alternate munin-node packages in future.
    - be able to build a make-dh-perl like package building system
      for 3rd party plugins.
  * Move POD files to package munin-doc.
    - fixed duplicates (Closes: #661265)
  * Move Munin::Plugins and plugins.sh into munin-common to be able to
    install munin-plugins-extra without munin-plugins-core.
  * debian/control changes:
    - munin-async isn't recommended anymore as it will needlessly launch a
      daemon since its usage isn't automatic yet.
    - munin-async does actually depends on munin-common.
    - A more recent version of munin-common is always ok, as it is compatible.
      It enables decoupling munin, munin-node & munin-plugin-* versions.

  [ Holger Levsen ]
  * Merge changes from 1.4.4-1 until 1.4.7-1 into this branch and merge
    debian/changelog in preparation for uploading to experimental.
  * Move packaging to
    svn://munin.projects.linpro.no/munin/branches/debian/wheezy
  * Include large parts of upstreams Announce-2.0 in debian/changelog.
  * Update to munin 2.0beta6, which has a rewrite of the timeout handling
    code. The default node timeout is now 1 min. Also various bugfixes were
    made.
  * Update maintainer address to packaging at munin-monitoring.org.
  * chmod 755 debian/ostype_helper in debian/rules. (Closes: #651449)
    Thanks Christoph Biedl.
  * Improve description of munin.init.
  * debian/control:
    - Rename munin-plugins to munin-plugins-core and make it
      provide/break/replace munin-plugins (<<1.999.4548-3~).
    - munin-java-plugins and munin-common should neither suggest munin nor
      munin-node.
    - rename munin-java-plugins to munin-plugins-java and make it replace and
      break munin-java-plugins (<<1.999.4548-3~).
    - Vcs-svn: provide path to Debian branch to avoid checking out the whole
      repo when using debcheckout.
    - Add quilt to build-depends.
  * debian/rules: support changes in debian/control.
  * munin.postrm: remove /var/log/munin/munin-cgi-html.log* on purge.
  * Add munin-async.postrm to delete the munin-async user on purge.
  * munin-async.postinst: set homedirectory to /var/lib/munin-async.
  * Move munin-doc to section doc.
  * Drop debian/patches/101-dash-bash-fw_conntrack.patch as this was fixed
    upstream properly to also fix network lag problems on big firewalls with
    the plugins fw_conntrack and fw_forwarded_local. (Closes: #565565)
  * Provide lintian-overrides for munin and munin-doc as the manpages for
    their binaries have been moved to the munin-doc package.

  [ Marc Haber ]
  * Clean up build leftovers in debian/rules clean clean to allow
    building twice in a row.

  [ Kenyon Ralph ]
  * Drop df_gnu patch which was integrated into the upstream plugin.

  [ Stig Sandbeck Mathisen ]
  * Convert debian/rules to modern debhelper version (compat level 9)
  * Suggest ruby for plugins in that language
  * Bump standards version (no changes)

munin (1.4.7-1) unstable; urgency=low

  * New upstream release

munin (1.4.6-3) unstable; urgency=low

  * Update maintainer address to packaging at munin-monitoring.org.
  * Add Steve Schnepp to uploaders.
  * Remove Tore Anderson, Dagfinn Ilmari Mannsaker, Loic Dachary and Matthias
    Schmitz from uploaders. Thanks for all your work!
  * munin/postrm: only delete /etc/apache2/conf.d/munin on purge.
    (Closes: #653596) - Sadly the fix will only be effective the next time
    munin is upgraded...

munin (1.4.6-2) unstable; urgency=high

  * Add logrotate rule for /var/log/munin/munin-cgi-graph.log. Thanks to
    Jerome Warnier for the patch. (Closes: #647302)
  * Register an interest in the perl-major-upgrade trigger, and
    recompile rules and restart munin-node when perl is upgraded to a new
    major version. Thanks to Dominic Hargreaves for this nice new feature.
    (Closes: #626346)

munin (1.4.6-1) unstable; urgency=low

  * New upstream release (Closes: #639745), closing several bugs
    in munin:
    - "munin-limits hangs when more than one contact is used"
       (Closes: #553528)
    - cgi/fastcgi: Use GMT time zone in Last-Modified header
      (Closes: #601200)
    - include patch to fix empty list of plugins (Closes: #609241)
    and in munin-node:
    - bind9_rndc plugin: version number gate fails (Closes: #573750)
    - bind9 plugin: doesn't work at all (Closes: #612108)
    - cidr_allow does not assume implicit /32 (Closes: #592842)
   ↝- make slapd_ autoconf work, support anonymous bind, and env.server
      variable (Closes: #596026)
    - exim munin does weird things (Closes: #601505)
    - Use selective tls per node in munin master (Closes: #615226)
    - IPv6 functionality (Closes: #567551) in ip_ plugin assumes /bin/sh
      being bash (Closes: #613029)
    Also drop debian/patches/102-snort-bashism.patch as this is included
    upstream now.
  * munin.postinst: only create link from /etc/munin/apache.conf to
    /etc/apache2/conf.d/munin on new installations, not on upgrades.
    (Closes: #619399)
  * Bump standards-version to 3.9.1, no changes necessary.
  * Split uploaders field in debian/control in multiple lines.
  * Add build-arch and build-indep targets to debian/rules.

Date: Mon, 11 Jun 2012 12:54:28 +0100
Changed-By: James Page <james.page at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/munin/2.0.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 11 Jun 2012 12:54:28 +0100
Source: munin
Binary: munin-node munin-plugins-core munin-plugins-extra munin-plugins-java munin munin-common munin-async munin-doc
Architecture: source
Version: 2.0.0-1ubuntu1
Distribution: quantal
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: James Page <james.page at ubuntu.com>
Description: 
 munin      - network-wide graphing framework (grapher/gatherer)
 munin-async - network-wide graphing framework (async master/client)
 munin-common - network-wide graphing framework (common)
 munin-doc  - network-wide graphing framework (documentation)
 munin-node - network-wide graphing framework (node)
 munin-plugins-core - network-wide graphing framework (plugins for node)
 munin-plugins-extra - network-wide graphing framework (user contributed plugins for nod
 munin-plugins-java - network-wide graphing framework (java plugins for node)
Closes: 464880 474193 475078 553528 558800 565565 567551 568511 573750 576009 582786 583189 591455 592214 592842 595697 596026 601200 601371 601505 606216 609241 609900 610528 610825 612108 613029 615226 619399 626346 626570 639745 644960 647302 648891 651449 653596 660224 661265 663965 663970 666759 666907 667493 668536 668666 668667 668778 668859 668975 669230 669816 670428 670811 673124 674148 674747 675153 675209
Launchpad-Bugs-Fixed: 907952
Changes: 
 munin (2.0.0-1ubuntu1) quantal; urgency=low
 .
   * Resync with Debian unstable.
   * d/munin-node.upstart,munin.upstart: Add upstart configurations.
 .
 munin (2.0.0-1) unstable; urgency=medium
 .
   * New upstream version. Roughly eight years after munin 1.0 there is now
     finally munin 2.0! See /usr/share/doc/munin/Announce-2.0 in the munin
     package for the full announcement. And/or previous debian/changelog
     entries too. Enjoy! And please report bugs, 2.0.1 shall be out soon.
     (Closes: #675153, #674148)
   * /etc/init/munin-node: chmod 755 /var/log/munin (Closes: #674747)
   * Make munin-node suggest munin-plugins-java and not munin-java-plugins.
   * Lower build-depends on debhelper to version 8. (Closes: #675209)
 .
 munin (2.0~rc6-3) unstable; urgency=low
 .
   * Make munin-node depend on munin-plugins-core | munin-plugins.
     (Closes: #673124)
   * munin-node.logroate: create munin-node.log owned by root.
     (Closes: #606216)
 .
 munin (2.0~rc6-2) unstable; urgency=low
 .
   * munin.postinst: Fix typo breaking the chgrp of $cgitempdir.
 .
 munin (2.0~rc6-1) unstable; urgency=low
 .
   [ Holger Levsen ]
   * New upstream release candidate, quoting the upstream Changelog:
     - Many bugfixes in munin-cgi-graph:
       - if url parameters are not valid, send HTTP 404 instead of 500
       - move the generation of png via cgi under /var/lib/munin/cgi-tmp/
         (Closes:  #668536)
       - don't cache URL with parameters anymore, and don't keep uncached URLs
         (Closes: #668667)
       - validate url characters (Closes: #668666)
       - add a max setting for cgi image size. (Closes: #670811)
     - Plugin fixes:
       - add explicit license for all plugins. (Closes: #670428)
       - hddtemp_smartctl: just use the device name as the labels
       - qmailscan: remove the use of tempfiles. (Closes: #668778)
   * munin.NEWS: document that "cgitmpdir /var/lib/munin/cgi-tmp" has to be
     set in munin.conf.
   * munin-node.postinst: chmod 755 /var/log/munin (Closes: #669230)
   * munin.postinst: make /var/lib/munin/cgi-tmp writable for group www-data.
 .
   [ Matthias Schmitz ]
   * Add installation of apache configuration to /etc/apache2/conf-availble as
     needed by Apache 2.4. (Closes: #669816)
 .
 munin (2.0~rc5-3) unstable; urgency=low
 .
   * Create /var/lib/munin/plugin-state in munin-node.postinst if it doesnt
     exist. (Closes: #668975)
 .
 munin (2.0~rc5-2) unstable; urgency=low
 .
   [ Stig Sandbeck Mathisen ]
   * Handle removal of old statoverrides in a more robust fashion.
     (Closes: #668859)
 .
 munin (2.0~rc5-1) unstable; urgency=low
 .
   [ Holger Levsen ]
   * New upstream release candidate, quoting the upstream Changelog:
      - Adding the current action to the command line. Useful for debugging.
      - Adding a new URL param full_size_mode to enable predictible IMG sizes
      - Enable sparklines with the url param "only_graph"
      - Start RRD just before first update. To avoid a very costly 1st update.
      - Emit the hosts in a sorted order, instead of somewhat random.
      - Do not emit png list if file handle is not defined. (Closes: #666759)
      - Add old option of --force-root, but with a new name. more explicit
        (Closes:  #601371)
      - We dont generate the png list when using cgi html.
      - Remove warning when asking "list" w/o a hostname (LP: #907952)
      - Many bug fixes (trac: Closes #967, #1210) (Closes: #583189, #568511,
        Closes: #475078)
   * Create /var/log/munin in /etc/init.d/munin-node (Closes: #626570)
   * Cleanup the dpkg-statoverrides mess, by removing all existing
     statoverrides in munin's and munin-nodes' postinst and just running chown and
     chmod on those files and directories. Also remove statoverride handling
     from postrm scripts. (Closes: #666907)
     As far as I understand, the usage of dpkg-statoverride was plainly wrong
     for all these years. If I'm wrong here, I'd be glad to be corrected.
 .
   [ Steve Schnepp ]
   * plugin.conf: run fail2ban plugin as root. (Closes: #610825)
   * move jmx_ to munin-plugins-java (Closes: #667493)
 .
 munin (2.0~rc4-1) unstable; urgency=low
 .
   * quoting upstream ChangeLog:
     - Fix issue that CGI HTML doesn't refresh itself
     - Fixed plugins to use the default draw style
     - Various plugins fixes (Closes: #663965, #595697, #648891)
   * also from upstream: munin-node: Removed the 5s per-line timeout.
     (Closes: #663970)
 .
 munin (2.0~rc2-1) unstable; urgency=low
 .
   * This is not yet munin 2.0, but almost! Install at your own risk and have
     fun! Also, please give feedback to munin-users at lists.sourceforge.net or
     if you prefer IRC, go to #munin on OFTC.
   * Quoting from /usr/share/doc/munin/Announce-2.0:
     * Introducing Munin 2.0! The most important features:
     * Even better scalability through:
       - Large performance improvements on almost all munin's components:
       - Full CGI integration.  It is for graphing as  well for html, if needed.
         It is also completely compatible with FastCGI, that only compiles once
         per run.
       - Binary state data files.  This has enabled a really fast startup and
         storing of state files. Quite useful in munin limits that does need to
         access to the rrd files.
       - Complete integration with rrdcached.  Starting with RRD 1.4, there is
         an update daemon. It enables batched updates, and therefore reduce the
         IO down. Even with 1000+ files to update every 5 min.
       - Spoolfetch uses _node_read_fast() now : 3MiB is now read in 2 s instead
         of 7 min.
     * Complete IPv6 integration: (Closes: #592214, Closes: #558800, Closes:
       #567551)
       - The master only require a new perl module (IO::Socket::INET6)
       - The node needs a IPv6-patched Net::Server
     * Native SSH transport - No need to have a hairy setup anymore.
     * Graph Zooming: The UI is still raw, but right to the point.
     * New look on HTML pages, new graph colours with better contrast
     * IRC ( #munin @ OFTC ) has become a real support channel, mostly aimed at
       trunk.
     * Full details in http://munin-monitoring.org/browser/tags/2.0-rc2/ChangeLog
       or in /usr/share/doc/munin/changelog.gz on this system. (Closes: #610528,
       Closes: #644960, Closes: #576009, Closes: #474193, #660224, #609900,
       Closes: #582786, #591455)
     * This release has been prepared through six uploads to experimental and
       several users running it on their installations.
 .
   [ Steve Schnepp ]
   * Maintained a branch since munin 1.5 all the way up to 1.999 to prepare
     munin 2.0 packages for Debian.
   * Using a 1.999.SVN naming scheme to enable rpm package building using alien
     - munin-graph is no more, only CGI is left.
   * Added support for async polling in munin-master, add new package
     munin-async.
   * Enable vectorized multiple-time updates. Speeds updates up when using
     async polling. An 1s polling rate is now possible w/o much overhead, since
     munin-update only runs every 5 min.
     - ability to keep more data (for zooming resolution mainly)
     - ability to run (some) plugins more and/or less often than every
       5 minutes
     - support of async polling, so munin-update can run less often than
       the usual 5 min. Useful if you have too much nodes and it takes
       more than 5 min to gather all the data.
     - Closes: #464880
   * Add new binary package: munin-plugins, containing the plugins previously
     included in the munin-node package. This enables us to:
     - have alternate munin-node packages in future.
     - be able to build a make-dh-perl like package building system
       for 3rd party plugins.
   * Move POD files to package munin-doc.
     - fixed duplicates (Closes: #661265)
   * Move Munin::Plugins and plugins.sh into munin-common to be able to
     install munin-plugins-extra without munin-plugins-core.
   * debian/control changes:
     - munin-async isn't recommended anymore as it will needlessly launch a
       daemon since its usage isn't automatic yet.
     - munin-async does actually depends on munin-common.
     - A more recent version of munin-common is always ok, as it is compatible.
       It enables decoupling munin, munin-node & munin-plugin-* versions.
 .
   [ Holger Levsen ]
   * Merge changes from 1.4.4-1 until 1.4.7-1 into this branch and merge
     debian/changelog in preparation for uploading to experimental.
   * Move packaging to
     svn://munin.projects.linpro.no/munin/branches/debian/wheezy
   * Include large parts of upstreams Announce-2.0 in debian/changelog.
   * Update to munin 2.0beta6, which has a rewrite of the timeout handling
     code. The default node timeout is now 1 min. Also various bugfixes were
     made.
   * Update maintainer address to packaging at munin-monitoring.org.
   * chmod 755 debian/ostype_helper in debian/rules. (Closes: #651449)
     Thanks Christoph Biedl.
   * Improve description of munin.init.
   * debian/control:
     - Rename munin-plugins to munin-plugins-core and make it
       provide/break/replace munin-plugins (<<1.999.4548-3~).
     - munin-java-plugins and munin-common should neither suggest munin nor
       munin-node.
     - rename munin-java-plugins to munin-plugins-java and make it replace and
       break munin-java-plugins (<<1.999.4548-3~).
     - Vcs-svn: provide path to Debian branch to avoid checking out the whole
       repo when using debcheckout.
     - Add quilt to build-depends.
   * debian/rules: support changes in debian/control.
   * munin.postrm: remove /var/log/munin/munin-cgi-html.log* on purge.
   * Add munin-async.postrm to delete the munin-async user on purge.
   * munin-async.postinst: set homedirectory to /var/lib/munin-async.
   * Move munin-doc to section doc.
   * Drop debian/patches/101-dash-bash-fw_conntrack.patch as this was fixed
     upstream properly to also fix network lag problems on big firewalls with
     the plugins fw_conntrack and fw_forwarded_local. (Closes: #565565)
   * Provide lintian-overrides for munin and munin-doc as the manpages for
     their binaries have been moved to the munin-doc package.
 .
   [ Marc Haber ]
   * Clean up build leftovers in debian/rules clean clean to allow
     building twice in a row.
 .
   [ Kenyon Ralph ]
   * Drop df_gnu patch which was integrated into the upstream plugin.
 .
   [ Stig Sandbeck Mathisen ]
   * Convert debian/rules to modern debhelper version (compat level 9)
   * Suggest ruby for plugins in that language
   * Bump standards version (no changes)
 .
 munin (1.4.7-1) unstable; urgency=low
 .
   * New upstream release
 .
 munin (1.4.6-3) unstable; urgency=low
 .
   * Update maintainer address to packaging at munin-monitoring.org.
   * Add Steve Schnepp to uploaders.
   * Remove Tore Anderson, Dagfinn Ilmari Mannsaker, Loic Dachary and Matthias
     Schmitz from uploaders. Thanks for all your work!
   * munin/postrm: only delete /etc/apache2/conf.d/munin on purge.
     (Closes: #653596) - Sadly the fix will only be effective the next time
     munin is upgraded...
 .
 munin (1.4.6-2) unstable; urgency=high
 .
   * Add logrotate rule for /var/log/munin/munin-cgi-graph.log. Thanks to
     Jerome Warnier for the patch. (Closes: #647302)
   * Register an interest in the perl-major-upgrade trigger, and
     recompile rules and restart munin-node when perl is upgraded to a new
     major version. Thanks to Dominic Hargreaves for this nice new feature.
     (Closes: #626346)
 .
 munin (1.4.6-1) unstable; urgency=low
 .
   * New upstream release (Closes: #639745), closing several bugs
     in munin:
     - "munin-limits hangs when more than one contact is used"
        (Closes: #553528)
     - cgi/fastcgi: Use GMT time zone in Last-Modified header
       (Closes: #601200)
     - include patch to fix empty list of plugins (Closes: #609241)
     and in munin-node:
     - bind9_rndc plugin: version number gate fails (Closes: #573750)
     - bind9 plugin: doesn't work at all (Closes: #612108)
     - cidr_allow does not assume implicit /32 (Closes: #592842)
    ↝- make slapd_ autoconf work, support anonymous bind, and env.server
       variable (Closes: #596026)
     - exim munin does weird things (Closes: #601505)
     - Use selective tls per node in munin master (Closes: #615226)
     - IPv6 functionality (Closes: #567551) in ip_ plugin assumes /bin/sh
       being bash (Closes: #613029)
     Also drop debian/patches/102-snort-bashism.patch as this is included
     upstream now.
   * munin.postinst: only create link from /etc/munin/apache.conf to
     /etc/apache2/conf.d/munin on new installations, not on upgrades.
     (Closes: #619399)
   * Bump standards-version to 3.9.1, no changes necessary.
   * Split uploaders field in debian/control in multiple lines.
   * Add build-arch and build-indep targets to debian/rules.
Checksums-Sha1: 
 96571ed2bf1cfb1ae3c4c3c8a55514d13c6dc5b0 2463 munin_2.0.0-1ubuntu1.dsc
 7adc56a983db5e35e62509a197dc3101898b7034 1317614 munin_2.0.0.orig.tar.gz
 fa895bf8d2b4267dd557ed4c414ed97161e3439d 50173 munin_2.0.0-1ubuntu1.diff.gz
Checksums-Sha256: 
 5761b326ee07019fd79fc6895d8683c22b0782840e1424a1fad5d13a3cfc64f2 2463 munin_2.0.0-1ubuntu1.dsc
 0ab0521b1a2bf048103dcfea7e85d7f5cf7d2e1a42b53a9cc94bd463925d66ef 1317614 munin_2.0.0.orig.tar.gz
 2bd1f6cbdf26396cd723f937163465de6abc278c0a59a87a632ec06b79839bb4 50173 munin_2.0.0-1ubuntu1.diff.gz
Files: 
 f496a7b63e3f1bc8f636c4fd33fd78f6 2463 net optional munin_2.0.0-1ubuntu1.dsc
 9cbe5b5651905cc022f6c97489396564 1317614 net optional munin_2.0.0.orig.tar.gz
 ac241604a2cf7c8d4e502bc5b322ae9e 50173 net optional munin_2.0.0-1ubuntu1.diff.gz
Original-Maintainer: Munin Debian Maintainers <packaging at munin-monitoring.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJP1fPGAAoJEL/srsug59jDIssP/1WH4TK/IcucRUL2oYwHKBEr
y5izVGpgYHcpEpBl+PIOZJ/+EZTTVQbl+uPXO7sxsSSAtfuwfuqv2yuU34Dv/OrB
sK6KZZp8jH/RKWXnGwaI2wiIquxAnCgjGV+64PCaBOsJnJEEhfn/Hr51zYDK5isY
nCojad/MnhxawncB7o+0/IRCuaPE8nMwJXFpD8qb6rHxa/5cgUPuND898HzG8frp
Y+rTVmFfkH6joITJeqHSZiz8921px3viVCsx9QGIs6BopFUv51MkOrfgPyHvz2ZV
VVGuMRqFhDIkRgoCrub7ZgBDVCfPPlkRd6e/6G3uA6i3R3fwh1tw1IYFGV3vKT8p
lCenVHOU0w3+KeBdKLqGka1BeJ80oz0tpEudsfdNNYXdccpiUXV+3L6aUYFPOhsa
IOAZv79FANfn+QKArgvRgjjdVCcQviLVXH6EkA6zswWnxVES3Wt7EzlBh1XS7y8p
1DG7bbpb4tIYuLnyzz5aZzL+iOtsBr+dceEe2+pwohhVHwQNUmdInLS42UXhwpIs
wREzc01ckFcJrXpvZbVvGv6bLHnpGfG1XFQFKLDcfRsB+Y+O5pnZzXtOHTHGuhQq
BEoeS1IBi2skG0BQSjElJYZVYHlOMeOv/lsdFmoBH+iaEO4bIj9p80lK/pQTLV4e
klSPldZN8jwATXVCZSCQ
=fPAc
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list