summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf156e9)
raw | patch | inline | side by side (parent: bf156e9)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 9 Jul 2006 10:54:26 +0000 (12:54 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 9 Jul 2006 11:08:25 +0000 (13:08 +0200) |
ChangeLog | patch | blob | history | |
collectd.spec | patch | blob | history | |
configure.in | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 0a181fe94e083b5a064899c10e0305b45f3c3afd..1ca081753f09b34ead6f4cbab1f698aca87bf987 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-07-09, Version 3.10.0
* The `disk' plugin has been ported to Darwin.
* The `battery' plugin should work on many Apple computers now.
* The `traffic' plugin can now ignore certain interfaces. Also,
diff --git a/collectd.spec b/collectd.spec
index e129532fe621ce10d7d88ef70e1b4fd0e39fea64..e30502179cdbaacb0ea3e336837b9147c957ccbe 100644 (file)
--- a/collectd.spec
+++ b/collectd.spec
Summary: Statistics collection daemon for filling RRD files.
Name: collectd
-Version: 3.9.4
+Version: 3.10.0
Release: 1
Source: http://collectd.org/files/%{name}-%{version}.tar.gz
License: GPL
%attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
%changelog
+* Sun Jul 09 2006 Florian octo Forster <octo@verplant.org> 3.10.0-1
+- New upstream version
+
* Tue Jun 25 2006 Florian octo Forster <octo@verplant.org> 3.9.4-1
- New upstream version
diff --git a/configure.in b/configure.in
index ce5899d5f347062b065b0180422cf3aa36f8bf0b..75ad33f465e7aadfc8e0c5207bb48273e82c5b53 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.10.0-alpha3)
+AC_INIT(collectd, 3.10.0)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
diff --git a/debian/changelog b/debian/changelog
index fb3e5c714c8c7d8b4074b10a5b05004534a1f119..44def5a6b696c28da560ad0178936f2c91ab2554 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (3.10.0) unstable; urgency=low
+
+ * New upstream version
+
+ -- Florian Forster <octo@leeloo.home.verplant.org> Sun, 9 Jul 2006 12:53:01 +0200
+
collectd (3.9.4) unstable; urgency=low
* New upstream version