svn merge -r773:775 branches/collectd-3.9 branches/collectd-3.8 collectd-3.8.6
authorocto <octo>
Thu, 1 Jun 2006 21:01:18 +0000 (21:01 +0000)
committerocto <octo>
Thu, 1 Jun 2006 21:01:18 +0000 (21:01 +0000)
1  2 
ChangeLog
collectd.spec
configure.in
debian/changelog
src/liboping/liboping.c

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -1,4 -1,11 +1,11 @@@
 -2006-06-01, Version 3.9.3
++2006-06-01, Version 3.8.6
+       * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other
+         operating systems also profit from the changes, but I wasn't able to
+         check that.
+       * Changed the build system to find the netinet-includes under FreeBSD
+         and therefore successfully build the `liboping' library there.
 -2006-05-09, Version 3.9.2
 +2006-05-09, Version 3.8.5
        * Applied a patch to the `liboping' library. Due to a bug in the
          sequence checking the `ping' plugin stopped working after
          approximately 7.6 days.
diff --cc collectd.spec
@@@ -1,8 -1,8 +1,8 @@@
  Summary:      Statistics collection daemon for filling RRD files.
  Name:           collectd
- Version:      3.8.5
 -Version:      3.9.3
++Version:      3.8.6
  Release:      1
 -Source:               http://collectd.org/files/%{name}-%{version}.tar.gz
 +Source:               http://verplant.org/collectd/%{name}-%{version}.tar.gz
  License:      GPL
  Group:                System Environment/Daemons
  BuildRoot:    %{_tmppath}/%{name}-%{version}-root
@@@ -88,14 -101,18 +88,17 @@@ rm -rf $RPM_BUILD_ROO
  %attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
  
  %changelog
 -* Tue Jun 01 2006 Florian octo Forster <octo@verplant.org> 3.9.3-1
++* Tue Jun 01 2006 Florian octo Forster <octo@verplant.org> 3.8.6-1
+ - New upstream version
 -* Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.9.2-1
 +* Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.8.5-1
  - New upstream version
  
 -* Fri Apr 21 2006 Florian octo Forster <octo@verplant.org> 3.9.1-1
 +* Sun Apr 09 2006 Florian octo Forster <octo@verplant.org> 3.8.4-1
  - New upstream version
  
 -* Fri Apr 14 2006 Florian octo Forster <octo@verplant.org> 3.9.0-1
 +* Sun Apr 02 2006 Florian octo Forster <octo@verplant.org> 3.8.3-1
  - New upstream version
 -- Added the `apache' package.
  
  * Thu Mar 14 2006 Florian octo Forster <octo@verplant.org> 3.8.2-1
  - New upstream version
diff --cc configure.in
@@@ -1,5 -1,5 +1,5 @@@
  dnl Process this file with autoconf to produce a configure script.
- AC_INIT(collectd, 3.8.5)
 -AC_INIT(collectd, 3.9.3)
++AC_INIT(collectd, 3.8.6)
  AC_CONFIG_SRCDIR(src/collectd.c)
  AC_CONFIG_HEADERS(src/config.h)
  AM_INIT_AUTOMAKE(dist-bzip2)
@@@ -1,4 -1,10 +1,10 @@@
 -collectd (3.9.3) unstable; urgency=low
++collectd (3.8.6) unstable; urgency=low
+   * New upstream version 
 - -- Florian Forster <octo@leeloo.home.verplant.org>  Thu,  1 Jun 2006 22:41:55 +0200
++ -- Florian Forster <octo@leeloo.home.verplant.org>  Thu,  1 Jun 2006 23:00:08 +0200
 -collectd (3.9.2-1) unstable; urgency=low
 +collectd (3.8.5-1) unstable; urgency=low
  
    * New upstream version
  
Simple merge