1.2.9-1
=======

- Each platform may be built and configured in its own subdirectory
  (useful if you conduct builds on a shared filesystem such as NFS)

- Several new functions have been added to utils.c to provide
  alternatives to strncpy, snprintf, etc. The libc functions are prone
  to bugs due to memory allocation and string termination, which these
  functions try to prevent.

- check_by_ssh can check multiple plugins with only one invocation

- check_ping has been modified to handle format changes and bugs in
  FreeBSD and RedHat ping output

- check_disk can report on all the partitions on a machine with one
  invocation

- Makefiles are now generated by automake

- Uniform options and output syntax estatblished for all core plugins,
  whether shell-script, perl, or C.

- Add authentication and POST method for check_http in SSL mode

- LOTS of bugfixes.

1.2.9-2
=======

- configure.in: add ps formats for SunOS and OpenBSD
  make OpenBSD build possible with gmake
  provide snprintf if OS does not
	provide --with-posix-state-defs for POSIXLY correct exit states

- debian: add debian build directory

- check_snmp: untested support for use of snmpgetnext

- check_http: fix typo in assembling server URL for redirects

- check_disk: clarify some inout validation error messages

- check_ping: fix timeout overide

- check_mysql: mysql cannot link against libz in debian

- check_dns: patch for BIND 9

- check_log: was causing problems form subst script

- command.cfg: check_real, typos, descriptive header

- check_fping: contributed patch for various ways fping says no server

1.2.9-3
=======

- plugins/Makefile.am: incklude getopt and snprintf with EXTRA_DIST

- check_fping: fix my typos in applying contributed patch

1.2.9-4
=======

- Fix build for Solaris, FreeBSD
- Fix problems with POSIX-compliant return codes
- make rules to build Solaris packages
- plugins-scripts/check_ntp.pl: improve warning/critical logic


