File Release Notes and Changelog
Release Name: 0.1.3
Notes:
Added RPM build support, updated auto* tool chain (RedHat9 versions), minor bug fixes.
Changes:
2003-05-08 Bastiaan Bakker <bastiaan.bakker@lifeline.nl>
* Release as 0.1.3.
* include/sendmail/milter/Milter.hh: fix macroName variable name.
2003-02-04 Bastiaan Bakker <bastiaan.bakker@lifeline.nl>
* include/sendmail/milter/Milter.hh: added getMacro() variant that
returns a default value in case the macro is not defined or accessible.
2002-10-14 Bastiaan Bakker <bastiaan.bakker@lifeline.nl>
* configure.in: switched to autoconf 2.5x and automake 1.6
* configure.in: added -lsm to LIBS, needed for strlcpy().
* libmilterplusplus.spec.in: Removed THANKS and man pages.
* configure.in, src/lib/Milter.cc, src/lib/CallbackSkeleton.cc,
src/lib/DataAccess.cc, src/lib/MessageModification.cc:
Conditionally include sm/cdefs.h: some platforms need it for __P(),
but RedHat Linux' sendmail RPM doesn't include it (or need it).
2002-10-08 Bastiaan Bakker <bastiaan.bakker@lifeline.nl>
* configure.in, Makefile.am, libmilterplusplus.spec.in:
added support for building RPMs.
2002-10-04 Bastiaan Bakker <bastiaan.bakker@lifeline.nl>
* configure.in: upped version to 0.1.3 and LT version to 3:1:1.
* src/lib/Milter.cc: added missing std::
* include/sendmail/milter/Milter.hh: Added docs to isUnixConnection().
* test/TestCallback.cc: Added printing of IP address and port.
* configure.in: added -D_PTHREADS to compile flags (needed for thread
safe STL).
2002-08-15 Bastiaan Bakker <bastiaan.bakker@lifeline.nl>
* m4/BB_ENABLE_DOXYGEN.m4: copy from log4cpp
* doc/doxyfile.in: conditionally use dot.
2002-07-16 Bastiaan Bakker <bastiaan.bakker@lifeline.nl>
* src/lib/Makefile.am: added sm_os.h to _SOURCES in order to have
it included in the distribution.
2002-07-15 Bastiaan Bakker <bastiaan.bakker@lifeline.nl>
* configure.in: remove -lsocket and -lnsl from LIBS:
etr_socket_nsl.m4 should add them if necessary.
* configure.in: set version directly in VERSION and dropped RELEASE.
This is easier for external scripts wanting to grep the version
from configure.in.
2002-06-28 Bastiaan Bakker <bastiaan.bakker@lifeline.nl>
* include/sendmail/milter/Milter.hh, src/lib/milter.cc:
Added removal of stale Unix domain sockets.
2002-06-21 Bastiaan Bakker <bastiaan.bakker@lifeline.nl>
* include/sendmail/milter/Milter.hh, src/lib/Milter.cc,
src/lib/CallbackSkeleton: add throw() specifier to Callback
interfaces.