Happy 4/20! After over a year of hiatus, mod_bt 0.0.14 has been released. This is primarily a maintenence release to make compiling and portability easier, restore mod_perl2 compatibility (when 0.0.13 was released they were still using the Apache:: namespace and had an Apache2.pm) and get us in position for 0.0.15 and the creation of debian packages.
mod_bt homepage: http://www.crackerjack.net/mod_bt/ latest release: http://www.crackerjack.net/mod_bt/mod_bt-0.0.14.tgz changes since the last version: * Moved Apache::ModBT to Apache2::ModBT to fit in with the mod_perl2 API * Reworked source tree to use automake and libtool, as a result: o "make install" now installs documentation in $(prefix)/share/doc/mod_bt o libbtt is now dynamically linked in instead of static * Fixed up perl modules' Makefile.PL's; with an installed libbtt.so it should now be possible to install perl modules directly from CPAN * Another small change to libdb-4.2 detection * Applied three pathes from Kenneth Porter for Fedora Core compatibility: o Suppress incompatible apache regex symbols o Include apr's include path in APXS's CFLAGS (odd this is neccessary, since even apxs needs apr to function...) o Use $(MAKE) in all makefiles instead of make * mod_bt now has a bugzilla database. Cheers, Tyler