2007
libapache2-mod-perl2 (2.0.2-2.4) unstable; urgency=high
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Drop /etc/apache2/mods-available/perl.conf as a conffile, since it no
longer contains anything of relevance; instead, manually remove the file
on purge if present, and in the preinst handle upgrading it to remove the
automatically created bits that conflict with apache2.2 so that this
conversion is done in time for the apache2.2-mpm-* configuration to run.
Closes: #416231.
-- Steve Langasek <vorlon@debian.org> Tue, 27 Mar 2007 01:48:55 -0700
2006
libapache2-mod-perl2 (2.0.2-2.3) unstable; urgency=high
* Non-maintainer upload. Thanks to Kjetil Kjernsmo for noticing the issues. * Fix segfault if localizing %ENV. Closes: #384622 Using patch from http://svn.apache.org/viewvc/perl/modperl/trunk/src/modules/perl/modperl_env.c?r1=158000&r2=357236&pathrev=357236 * Fix typo in Apache2::SizeLimit that could cause crash. Closes: #404051
-- Andreas Barth <aba@not.so.argh.org> Sat, 23 Dec 2006 17:10:47 +0000
libapache2-mod-perl2 (2.0.2-2.2) unstable; urgency=medium
* Non-maintainer upload. * Make it build against libapr1 (Closes: #391750).
-- Luk Claes <luk@debian.org> Mon, 16 Oct 2006 22:58:01 +0200
libapache2-mod-perl2 (2.0.2-2.1) unstable; urgency=medium
* Non-maintainer upload. * Rebuild against Apache 2.2. (Closes: #389053) * Update dependency on apache2-common to apache2.2-common.
-- Steinar H. Gunderson <sesse@debian.org> Sun, 8 Oct 2006 23:23:28 +0200
libapache2-mod-perl2 (2.0.2-2) unstable; urgency=low
* Add a dependency on netbase (closes: #354777).
-- Andres Salomon <dilinger@debian.org> Sun, 12 Mar 2006 21:22:51 +0000
libapache2-mod-perl2 (2.0.2-1) unstable; urgency=low
* New upstream release (closes: #342114).
-- Andres Salomon <dilinger@debian.org> Fri, 20 Jan 2006 19:35:43 +0000
2005
libapache2-mod-perl2 (2.0.1-4) unstable; urgency=low
* The I'm-tired-of-maintaining-stuff-I-don't-use release.
* Build pod docs in the package; thanks to
Morten Bøgeskov <morten@bogeskov.dk> (closes: #329270).
* Make perl.conf a bit more, umm, descriptive (closes: #323142).
* Add a -doc package, include docs/ subdir in there (closes: #285588).
* Kill a bashism in the postinst script.
-- Andres Salomon <dilinger@debian.org> Tue, 04 Oct 2005 00:36:16 -0400
libapache2-mod-perl2 (2.0.1-3) unstable; urgency=low
* Grr. Really include perl.conf file; it got lost due to diff not
wanting to add an empty file.
-- Andres Salomon <dilinger@debian.org> Fri, 12 Aug 2005 01:40:38 -0400
libapache2-mod-perl2 (2.0.1-2) unstable; urgency=low
* "'cause she's the cheese and I'm the macaroni."
* Add empty perl.conf file, to override older one from 1.99*
(closes: #308252, #315676).
-- Andres Salomon <dilinger@debian.org> Sat, 23 Jul 2005 05:24:18 -0400
libapache2-mod-perl2 (2.0.1-1) unstable; urgency=low
* New upstream release. No upstreams were harmed during the making
of this package (closes: #307867).
* Updated my email address.
* Change perl build-dep version to >= 5.8.7-3, because I can. Oh,
and (closes: #308604).
-- Andres Salomon <dilinger@debian.org> Thu, 23 Jun 2005 00:28:07 -0400
libapache2-mod-perl2 (1.999.23-1) unstable; urgency=low
* New upstream release
-- Thom May <thom@debian.org> Sun, 8 May 2005 15:36:04 +0100
libapache2-mod-perl2 (1.999.22-1) unstable; urgency=low
* New upstream release
NOTE: This release breaks API. Please see Changes for further details.
-- Thom May <thom@debian.org> Wed, 20 Apr 2005 08:52:13 +0000
libapache2-mod-perl2 (1.999.21-1) unstable; urgency=low
* New upstream release * Add -dev package, thanks Steinar H. Gunderson (Closes: #257506) * Steal new ACL patch from HEAD (Closes: #296650)
-- Thom May <thom@debian.org> Mon, 4 Apr 2005 15:47:46 +0100
libapache2-mod-perl2 (1.999.20-1) unstable; urgency=low
* New upstream release (closes: #285476). * Drop 003-int_offset_my_ass.patch, as it was merged. * New release doesn't include those fun arch files (closes: #277461).
-- Andres Salomon <dilinger@voxel.net> Mon, 10 Jan 2005 00:08:33 -0500
2004
libapache2-mod-perl2 (1.99.14-4) unstable; urgency=high
* Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.
-- Adam Conrad <adconrad@0c3.net> Thu, 19 Aug 2004 06:23:48 -0600
libapache2-mod-perl2 (1.99.14-3) unstable; urgency=medium
* Add a patch to fix an upstream bug where we were passing offsets
to apr functions using 'int' rather then 'apr_off_t'
* Add "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" to CFLAGS.
-- Adam Conrad <adconrad@0c3.net> Tue, 17 Aug 2004 04:02:17 -0600
libapache2-mod-perl2 (1.99.14-2) unstable; urgency=medium
* Rebuild against new apache2/libapr0, w/ updated
build-deps (closes: #266185).
-- Andres Salomon <dilinger@voxel.net> Tue, 17 Aug 2004 01:10:41 -0400
libapache2-mod-perl2 (1.99.14-1) unstable; urgency=low
* New upstream release
* Ship perl.conf file with "PerlModule Apache2" in.
(Closes: #240585, #242049, #235458)
* Update copyright to new License
* Using a2enmod to create symlinks (Closes: #247166)
-- Thom May <thom@debian.org> Sun, 4 Jul 2004 10:27:33 +0100
libapache2-mod-perl2 (1.99.12-4) unstable; urgency=low
* Add a postinst/prerm that automatically enable/disable this module. * Update copyright file.
-- Andres Salomon <dilinger@voxel.net> Sun, 29 Feb 2004 02:46:41 -0500
libapache2-mod-perl2 (1.99.12-3) unstable; urgency=low
* Better ACL compatibility patch, courtesy of Damon Buckwalter
<damon@cryptomeme.com>. (Closes: #230439)
-- Andres Salomon <dilinger@voxel.net> Fri, 13 Feb 2004 22:22:35 -0500
libapache2-mod-perl2 (1.99.12-2) unstable; urgency=low
* Drop superfluous mod_perl manpage. (Closes: #231871) * Add ACL compatibility patch.
-- Andres Salomon <dilinger@voxel.net> Tue, 10 Feb 2004 02:51:28 -0500
libapache2-mod-perl2 (1.99.12-1) unstable; urgency=low
* New upstream release. * Drop 002-manpage_fix.patch (applied upstream).
-- Andres Salomon <dilinger@voxel.net> Sun, 08 Feb 2004 03:44:54 -0500
2003
libapache2-mod-perl2 (1.99.11-2) unstable; urgency=low
* Remove libapache-mod-perl conflicts. (Closes: #223341)
-- Andres Salomon <dilinger@voxel.net> Sun, 14 Dec 2003 22:47:52 -0500
libapache2-mod-perl2 (1.99.11-1) unstable; urgency=low
* New upstream release. (Closes: #214073) * Move from experimental to unstable (cross fingers). * Convert build system to cdbs. * Update standards-version. * Fix TestTrace.pm manpage entry. (Closes: #221771)
-- Andres Salomon <dilinger@voxel.net> Sat, 06 Dec 2003 19:23:29 -0500
libapache2-mod-perl2 (1.99.09-1) experimental; urgency=low
* New upstream release.
* Update (co-)maintainer email address.
* Update standards-version.
* Update build-deps (libgdbm{,g1}-dev and libgtop{1,2}-dev) and link rules.
* Change reference to apxs back to apxs2.
* No more examples?
-- Andres Salomon <dilinger@voxel.net> Sat, 26 Jul 2003 01:29:05 -0400
libapache2-mod-perl2 (1.99.08-1) experimental; urgency=low
* New upstream release. (Closes: #184301) * Add myself to the Uploaders field of control file. * Use newly renamed apache2 apxs. (Closes: #182577) * Update apache2-dev build-dep to 2.0.45 (for apr-config --includedir). * Change lib/Apache/Build.pm to use apr-config instead of apxs for the location of apr stuff. * Force removal of a bunch of additional (generated) files in clean rule. * Additional args to Makefile.PL. * Make /etc/apache2/mods-available/perl.load a conffile.
-- Andres Salomon <dilinger@mp3revolution.net> Sat, 12 Apr 2003 03:28:38 -0500
2002
libapache2-mod-perl2 (1.99.07-1) experimental; urgency=low
* New Upstream Release * Uploading to experimental for now. * First cut at packaging.
-- Thom May <thom@debian.org> Wed, 23 Oct 2002 16:17:27 +0100