2009
dhttpd (1.02a-18) unstable; urgency=low
* convert direct changes to quilt patches, add README.source
(Closes: #468845)
* adopt package (Closes: #525948)
* standards version 3.8.1
* debhelper 7, mess with the build system a lot
* mention in copyright that upstream homepage is gone (Closes:
#468872)
* add all options to help message and man page, thanks to Evgeni
Dobrev and David L. Anselmi for the patches (Closes: #447580)
* stop #defining _GNU_SOURCE (Closes: #455410)
* clean up the code a bit, thanks to Adam Majer for the patch (Closes:
#516055)
* add the beginnings of a test suite
* fix handling of directories when the uri doesn't end with a /, patch
based on patch from Pigeon (Closes: #333553)
* include other minor fixes from Pigeon
* add Vcs-* fields
* add a features list to the man page
* add DM-Upload-Allowed field
-- Ryan Niebur <ryanryan52@gmail.com> Sat, 23 May 2009 08:30:20 -0700
dhttpd (1.02a-17) unstable; urgency=low
* Removed description about directory listing as that option do not
exist.
* Updated to standards version 3.8.0.
* Created compat file and changed rules file accordingly.
-- Ola Lundqvist <opal@debian.org> Tue, 07 Apr 2009 07:10:00 +0200
2008
dhttpd (1.02a-16.1) unstable; urgency=low
* Non-maintainer upload. * Added LSB formatted dependency info in init.d script (closes: #468461)
-- Peter Eisentraut <petere@debian.org> Thu, 03 Apr 2008 12:45:15 +0200
2006
dhttpd (1.02a-16) unstable; urgency=low
* Added support for -b bind addr option, closes: #374092. Thanks to Robert Millan <rmh@aybabtu.com> for this new feature. Also thanks to Jarek Kamiski <jarek@vilo.eu.org> for proofreading. * Updated to standards version 3.7.2. * Changed to debhelper compatibility version 4.
-- Ola Lundqvist <opal@debian.org> Mon, 16 Oct 2006 21:24:45 +0200
2005
dhttpd (1.02a-15) unstable; urgency=low
* Package rebuild because of g++ transition, closes: #333258. * Updated to standards version 3.6.2. - Changed debian/rules so it have compatibility mode 3. - Updated the control file to depend on a later debhelper. - Removed the debian/conffiles file as it was no longer needed. * Corrected debian/rules so all files is actually installed in the package. The /etc/default/dhttpd file was actually installed in the wrong place. * Corrected FSF address.
-- Ola Lundqvist <opal@debian.org> Sat, 22 Oct 2005 17:34:20 +0200
dhttpd (1.02a-14) unstable; urgency=low
* Applied patch from Jari Aalto <jari.aalto@cante.net> that allow user defined root directories, closes: #293234. * Made /etc/default/dhttpd a conffile.
-- Ola Lundqvist <opal@debian.org> Sat, 23 Apr 2005 11:36:44 +0200
dhttpd (1.02a-13) unstable; urgency=low
* Moved from /etc/defaults to /etc/default, closes: #295895. * Added -- to start stop deamon so that it will be correctly interpreted, closes: #295896.
-- Ola Lundqvist <opal@debian.org> Sat, 19 Feb 2005 20:13:43 +0100
dhttpd (1.02a-12) unstable; urgency=low
* Updated description, closes: #270580. * Added -d option to help output, closes: #286702. Thanks to Michael Ablassmeier <abi@grinser.de> for the patch. * Updated init.d script to source file from defaults, closes: #270587. * Updated manpage with index.html information, closes: #270600.
-- Ola Lundqvist <opal@debian.org> Tue, 1 Feb 2005 20:45:40 +0100
2004
dhttpd (1.02a-11) unstable; urgency=low
* Fixed bashism (XSI:ism), closes: #261493. Thanks to David Weinehall <tao@debian.org> for the patch.
-- Ola Lundqvist <opal@debian.org> Thu, 29 Jul 2004 11:24:57 +0200
dhttpd (1.02a-10) unstable; urgency=low
* Fixed so URI decoding is case insensitive.
Thanks again to Simo Melenius <simo.melenius@citec.fi> for the fix.
* Updated standards version to 3.6.1.
-- Ola Lundqvist <opal@debian.org> Fri, 23 Jul 2004 11:15:48 +0200
dhttpd (1.02a-9) unstable; urgency=low
* Added patch from Simo Melenius <simo.melenius@citec.fi> that add better URI decoding. * Removed local-var from and converted changelog to UTF-8. * Now refer to /usr/share/doc instead of /usr/doc, closes: #219408.
-- Ola Lundqvist <opal@debian.org> Thu, 22 Jul 2004 17:21:46 +0200
2003
dhttpd (1.02a-8) unstable; urgency=low
* Thomas Poindessous <thomas@poindessous.com> provided a patch to fix that pages served is of zero size, closes: #121149.
-- Ola Lundqvist <opal@debian.org> Mon, 24 Mar 2003 08:12:41 +0100
2002
dhttpd (1.02a-7.2) unstable; urgency=low
* New maintainer, closes: #, #105044, #120102. * Updated standards version from 3.2.1 to 3.5.8. * Changed the description some. * Removed the doc symlink, closes: #23659. * Fixed last modified issue and HEAD support, closes: #128981, #128989. Thanks to Chris Tillman <tillman@azstarnet.com> for the patches. * Fixed whatis parse failure, closes: #128921. Thanks to Thomas Koenig <Thomas.Koenig@online.de> for the patch. * Changed the build script so it is dh compat 2.
-- Ola Lundqvist <opal@debian.org> Sat, 28 Dec 2002 14:35:11 +0100
2001
dhttpd (1.02a-7.1) unstable; urgency=low
* NMU * Use g++ instead of gcc. Closes: #120102
-- LaMont Jones <lamont@debian.org> Mon, 24 Dec 2001 10:39:48 -0700
dhttpd (1.02a-7) unstable; urgency=low
* Uses sendfile(2) to send files with less CPU use. * Added -d to aid debugging (doesn't fork at start time). * Added some mime types and updated others.
-- Nicolás Lichtmaier <nick@debian.org> Wed, 24 Oct 2001 00:51:08 -0300
dhttpd (1.02a-6.1) unstable; urgency=low
* NMU
* In src/main.cc include stdlib.h so that we get the
declaration for exit(). (closes: Bug#105044)
* Add a build-depends line to debian/control.
-- Doug Porter <dsp@debian.org> Thu, 18 Oct 2001 10:57:18 -0500
dhttpd (1.02a-6) frozen unstable; urgency=low
* Adopted new policy about -g. * Changed standards-version to 3.2.1. * Removed bashism from preinst.
-- Nicolás Lichtmaier <nick@debian.org> Sat, 13 Jan 2001 18:51:17 -0300
2000
dhttpd (1.02a-5) frozen unstable; urgency=low
* Added application/pdf to mime types list.
* Fixes in copyright file:
* Added author's name.
* Added pointer to GNU GPL license text.
* Added `or later' to `GNU GPL Version 2'.
* Uses daemon(3) to go daemon.
* No longer ignores all errors, now it logs them to syslog.
Closes: Bug#65141 (important).
* Removed a few compilation warnings.
-- Nicolás Lichtmaier <nick@debian.org> Mon, 19 Jun 2000 01:03:07 -0300
1999
dhttpd (1.02a-4) unstable; urgency=low
* Fixed update-rc.d invocation (closes: Bug#40830).
-- Nicolás Lichtmaier <nick@debian.org> Tue, 6 Jul 1999 01:51:59 -0300
dhttpd (1.02a-3) unstable; urgency=low
* Fixed description (closes: Bug#18903). * Added force-reload and restart options to init.d script. * Switched to debhelper. * Uses absolute symlink instead of relative. * Removed docs menu registration. It was just a `Hi, Mom!' document. * Description no longer states that this webserver cannot be hacked =) (closes: Bug#19911). * Added patch from John Girash <girash@skyron.harvard.edu> (he says that credit should go to Butch, but I don't know who he is.. =) ) to avoid leaving zombie (closes: Bug#34746). * Added patch for handling HTTP/0.9 requests (who would ever need this?) (closes: Bug#34748). Same credits as above. * Note added to source telling that a buffer overflow can happen if a #define gets too large (over 150 chars) (closes: Bug#34747). * If URL ends with '/' append "index.html" (closes: Bug#25844). * Changed Standards-Version to 2.5.0.
-- Nicolás Lichtmaier <nick@debian.org> Sat, 3 Jul 1999 01:13:02 -0300
1997
dhttpd (1.02a-2) unstable; urgency=low
* Fixed `fprintf' parameters. * Added type `application/postscript'. * Renamed /etc/init.d/dhttp to /etc/init.d/dhttpd, fixes bug #10621. * Manpage was duplicated. Fixed. * Added ending `/' to author homepage in docs.
-- Nicolás Lichtmaier <nick@feedback.com.ar> Wed, 11 Jun 1997 00:26:51 -0300
dhttpd (1.02a-1) unstable; urgency=low
* Small changes to avoid warnings whith libc6 headers.
* Built with libc6.
* New upstream release (no real changes, the upstream version now
includes the Debian modifications).
-- Nicolás Lichtmaier <nick@feedback.com.ar> Mon, 19 May 1997 01:50:30 -0300
dhttpd (1.02-4) unstable; urgency=low
* Applied patch from the author to fix a bug when the client doesn't
finish sending HTTP headers.
-- Nicolás Lichtmaier <nick@feedback.com.ar> Tue, 4 Mar 1997 03:41:26 -0300
dhttpd (1.02-3) unstable; urgency=low
* Removed useless MIME-version: header from responses. * Changed to use RFC1123 date format (this is enforced in HTTP/1.1).
-- Nicolás Lichtmaier <nick@feedback.com.ar> Fri, 14 Feb 1997 02:26:20 -0300
dhttpd (1.02-2) unstable; urgency=low
* Added .deb file type. * New Maintainer.
-- Nicolás Lichtmaier <nick@feedback.com.ar> Wed, 12 Feb 1997 13:36:52 -0300
dhttpd (1.02-1) unstable; urgency=low
* Initial Release.
-- Christoph Lameter <clameter@debian.org> Tue, 4 Feb 1997 21:27:39 -0800