solaris-fixes branch: Applied the swap-patch by Christophe Kalt.
[collectd.git] / configure.in
2006-06-01 octoBumped version to 3.9.3
2006-06-01 octoUpdated the configure script to work under *BSD.
2006-05-09 octoBumped version to 3.9.2
2006-04-21 octoBumped version to 3.9.1
2006-04-21 octoocto@huhu:~/collectd $ svn merge -r652:656 trunk tags...
2006-04-21 octoocto@crystal:~/Projects/collectd $ svn merge -r646...
2006-04-15 octoAdded code to find major/minor numbers of disks. Partit...
2006-04-14 octoChanged version to `3.9.0'
2006-04-14 octoMerged `branches/log-mode' to `trunk'
2006-04-11 octoAdded checks for `IOKit/ps/IOPowerSources.h' and `IOKit...
2006-04-11 octoRenamed `iokit' to `apple_sensors'
2006-04-11 octoA first version of the iokit-plugin. In need of a bette...
2006-04-09 octoBumped version to 3.8.4
2006-04-09 octoMerged revisions 581 and 583 from trunk to tags/collect...
2006-04-09 octoImproved the patch sent by Vincent Strehle' a bit:...
2006-04-08 octoChanged the check for `mach/host_error.h' to `mach...
2006-04-08 octo`KERNEL_LINUX' and `KERNEL_SOLARIS' is now defined...
2006-04-08 octoAdded checks for various more mach/* header files.
2006-04-07 octoFixed the configure script to include net/if.h and...
2006-04-07 octoThe traffic plugin has been extended to use `getifaddrs...
2006-04-06 octoChanged configure.in to check for `mach/mach_host.h...
2006-04-04 octoAdds Mach/Darwin support for the cpu plugin. Also adds...
2006-04-02 octoRemoved all header-files of plugins, since they're...
2006-04-02 octoCreated tags/collectd-3.8.3
2006-03-21 octoBumped version to 3.9.0 (which is due soon)
2006-03-21 octosvn merge -r523:547 branches/config-step trunk
2006-03-21 octoCorrected reading the libraries to link to from `curl...
2006-03-20 octoAdded apache.c/libcurl to configure.in and src/Makefile.am
2006-03-15 octoAdded check for `math.h'
2006-03-15 octoChanged `COLLECTD_STEP' to be a string..
2006-03-15 octoAdded `COLLECTD_STEP' and `COLLECTD_HEARTBEAT' to ...
2006-03-14 octoMerged 516:518 from `trunk' to `tags/collectd-3.8.2'
2006-03-14 octoBumped version to 3.8.2
2006-03-13 octoMerged revisions 495:504, 508:509 and 510:513 from...
2006-03-13 octoBumped version to 3.8.1
2006-03-12 tokkeeFirst draft of a vserver plugin.
2006-03-12 octoCheck for sys/types.h when including netinet/ip6.h
2006-03-10 octoAdded more headers to the netinet/*.h checks (stdint...
2006-03-10 octoAdded check `AC_HEADER_STDC'.
2006-03-10 octoImproved configure.in:
2006-03-09 octoBumped version to 3.8.0
2006-02-18 octoBumped version to 3.7.2
2006-02-05 octoIntegrated `liboping' into collectd. This obsoletes...
2006-02-01 octoAdded `wireless' plugin
2006-01-30 octoChanged `configure.in' and `src/Makefile.am' so the... collectd-3.7.0
2006-01-30 octoBumped version to 3.7.0, updated Specfile and Debian...
2006-01-29 octoUpdated `configure.in'
2006-01-23 octoAdded first version of ACPI support to the battery...
2006-01-23 octoFixes some bugs with the new battery module
2006-01-23 octoAdded the `battery' plugin
2006-01-20 octoUpdated to version 3.6.1, due to a bug in `configure.in'
2006-01-17 octoChanged version to 3.6.0
2006-01-16 octoRenamed `cf_get_mode_option' to `cf_get_option'. Added...
2005-12-22 octoFixed documentation in `configfile.h': s/Module/Plugin/
2005-12-18 octoAdded first version of a `df' module
2005-12-18 octoAdded `mysql' status line to configure.in
2005-12-17 octoChanged default `host' for `mysql' to `localhost'
2005-12-17 octoAdded check for `libmysqlclient' to `configure.in'
2005-12-17 octoMoved the *_HAVE_READ defines: *_submit may only be...
2005-12-17 octoChanged the cpu plugin to not use its headerfile anymore.
2005-12-17 octoMerged branch configfile to trunk
2005-12-17 nikiadded conditions and implemented AC_COLLECTD() macro.
2005-12-16 nikicleanup on sensors
2005-12-16 nikiclenaup on libstatgrab
2005-12-16 nikicleanup on libstatgrab
2005-12-16 nikicleanup
2005-12-16 nikichanged unportable
2005-12-16 nikimake configure a bit more informative
2005-12-16 nikisyslog and sys/param.h check
2005-12-16 octoMerged revisions 317 and 318 from trunk to the branches
2005-12-16 octoUpdated debian/changelog
2005-12-16 octoMerged changes from revision 314 (branches/collectd...
2005-12-15 octoMerged revision 304 (removal of all `extern time_t...
2005-12-14 nikiremoved
2005-12-13 octoThe configfile-branch now compiles.
2005-12-12 octoCommented the configure and Makefile rules for the...
2005-12-12 octoMerged autotools changes (configure.in, src/plugin...
2005-12-08 octoAdded FreeBSD support to the cpu module
2005-12-07 octoImproved the build process a bit..
2005-12-06 octoFixes for the load module (did not work correctly under...
2005-12-06 octoAdded backwards compatibility to `users.c', so I can...
2005-12-04 octoAdded checks for `utmpx.h' and `getutxent' to the confi...
2005-12-04 tokkeeFirst version of the users plugin.
2005-12-01 octoRRDs and PID file are now underneath `localstatedir'
2005-12-01 octoFiddling with that autoconf/automake stuff..