[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.2'
Florian Forster
octo at verplant.org
Sun Jan 27 14:37:49 CET 2013
ChangeLog | 46 +++++++++++++++++++++++++++++
bindings/Makefile.am | 11 +++----
bindings/perl/uninstall_mod.pl | 8 +++++
clean.sh | 4 ++-
configure.in | 2 +-
src/Makefile.am | 2 +-
src/libcollectdclient/Makefile.am | 2 +-
src/utils_complain.c | 22 +++++++-------
src/utils_complain.h | 25 +++++++++-------
src/utils_dns.c | 59 ++++++++++++++++++-------------------
src/write_graphite.c | 22 ++++++++++----
version-gen.sh | 2 +-
12 files changed, 133 insertions(+), 72 deletions(-)
New commits:
commit bd5db33db51f0c61d508acae074281949ae61c7c
Author: Florian Forster <octo at collectd.org>
Date: Sun Jan 27 14:37:29 2013 +0100
Updated ChangeLog.
commit 8291596f0172404039f0928bcaea4b1e4cafbc97
Merge: 26ff771 7bbba25
Author: Florian Forster <octo at collectd.org>
Date: Sun Jan 27 14:35:25 2013 +0100
Merge remote-tracking branch 'origin/collectd-5.2' into collectd-5.2
commit 26ff771b2487cd8e0492f383ecc9b7bf531b3e25
Author: Florian Forster <octo at collectd.org>
Date: Sun Jan 27 14:24:31 2013 +0100
Bumped version to 5.2.1; Updated ChangeLog.
commit 9b1d951382d05b688350d8a5f300c9936170f1aa
Merge: 691e0dd 67eb2be
Author: Florian Forster <octo at collectd.org>
Date: Fri Jan 25 23:05:30 2013 +0100
Merge branch 'collectd-5.1' into collectd-5.2
Conflicts:
ChangeLog
src/write_graphite.c
version-gen.sh
commit 67eb2be26b1d25f52df8bfcb74d64553866b9534
Author: Florian Forster <octo at collectd.org>
Date: Fri Jan 25 23:04:03 2013 +0100
Bumped version to 5.1.2; Updated ChangeLog.
commit 908ffa99bb870633ca4f6b8410004307909cfbdb
Author: Yves Mettier <ymettier at free.fr>
Date: Thu Nov 15 14:14:59 2012 +0100
Added "tar-pax" (bugfix for long filenames with make distcheck)
Signed-off-by: Florian Forster <octo at collectd.org>
commit 8840387cd581d667a92039ae42d1191e8f480ece
Author: Florian Forster <octo at collectd.org>
Date: Fri Jan 25 14:48:29 2013 +0100
src/Makefile.am: Fix "make distcheck".
protoc-c has a weird handling of files not in the CWD: They have to be
specified with the "-I" option _and_ you need to specify the full path
to the file.
commit 691e0dd435e13d0cad8acc7371a53ee74c0c7148
Author: Yves Mettier <ymettier at free.fr>
Date: Tue Nov 20 18:13:39 2012 +0100
bugfix ("cannot find collectd.h") for branch master (and 5.2)
Signed-off-by: Florian Forster <octo at collectd.org>
commit b261bd1250c789986f6917c16b41298187a69b2a
Author: Yves Mettier <ymettier at free.fr>
Date: Wed Nov 14 16:42:04 2012 +0100
make distcheck : perllocal.pod was missing. Fixed
Signed-off-by: Florian Forster <octo at collectd.org>
commit bf449b5f3457852984e99d26d64cadf9dcac35d1
Author: Yves Mettier <ymettier at free.fr>
Date: Wed Nov 14 15:45:07 2012 +0100
Fix make distcheck (against release 5.1.1)
Signed-off-by: Florian Forster <octo at collectd.org>
commit 92999cbffb2f3aff8421938216864ccd901d908a
Author: Ed Schouten <ed at 80386.nl>
Date: Fri Jan 18 12:01:48 2013 +0100
src/utils_dns.c: Improve ordering of includes.
sys, followed by net, followed by netinet, followed by arpa
that should be the most logical order
Signed-off-by: Florian Forster <octo at collectd.org>
commit 4bfd1fe12c8b7d1e212c04d2e0a069d37a2ffe0c
Author: Florian Forster <octo at collectd.org>
Date: Thu Jan 17 10:50:08 2013 +0100
write_graphite plugin: Remove two more redundant error messages.
The failing functions already print an error message; don't spam the logs
by duplicating this.
Further fixes Github issue #236.
commit a9161ec7d5d706d923a3cbf48608e6d6415e770c
Author: Florian Forster <octo at collectd.org>
Date: Thu Jan 17 10:48:45 2013 +0100
src/utils_complain.[ch]: Fix the complaint mechanism after the sub-second change.
commit 99e7e4b90ddadfe43d32d490bbce1bc049fa4584
Author: Florian Forster <octo at collectd.org>
Date: Thu Jan 17 09:51:56 2013 +0100
write_graphite: Use the complain mechanism to report connection errors.
Fixes Github issue #236. Thanks to @pyr for reporting it!
More information about the collectd-changes
mailing list