apache (1.2.4-2) unstable; urgency=low

  * Corrected potentially confusing reference to invalid logfile location
    in default httpd.conf (#12095).
  * Updated to Standards-Version 2.3.0.0.
  * No longer uses the --verbose option to mkdir, which apparently does
    not work on all systems (#12090).
  * Config files now relative to ServerRoot (#12189).
  * Configuration program now waits for newline asking questions (#12999,
    #12662).
  * Ensured htpasswd program is in /usr/bin (#12356).
  * Fixed erroneous chown to user "www" (#12656).
  * Closed #9354, as no more references to /home/www-data/webspace remain.
  * Tweaked packaging for better multiple-architecture support.
  
 -- Johnie Ingram <johnie@debian.org>  Sun, 14 Sep 1997 23:36:40 -0400

apache (1.2.4-1) unstable; urgency=low

  * New upstream version.
  
 -- Johnie Ingram <johnie@debian.org>  Sat, 23 Aug 1997 12:52:43 -0400

apache (1.2.3-1) unstable; urgency=low

  * New upstream version.

 -- Johnie Ingram <johnie@debian.org>  Wed, 20 Aug 1997 15:00:48 -0400

apache (1.2.1-8) unstable; urgency=low

  * Fixed name of httpd.conf config file in apache(8) man page.

 -- Johnie Ingram <johnie@debian.org>  Wed, 20 Aug 1997 12:03:59 -0400

apache (1.2.1-7) unstable; urgency=low

  * Added patches from Jordan Hrycaj which fix dynamic module loading.
  * Removed inadvertent architecture dependence in rules file (#12112).
  * Source code to suexec now included in package (#12081), and suexec now
    uses correct logfile path (#12040, #12081).
  * Configuration files made relative to ServerRoot (#10812).
  * Made mod_proxy, mod_rewrite, mod_auth_dbm and mod_auth_db dynamic.
  * Updated mod_perl to version 1.00.
  * Closed #11510, failure of 1.2 to run with untouched 1.1.3 config file.
  * Closed #11511 since something within apache does indeed check and warn
    when a MaxClient directive exceeds HARD_SERVER_LIMIT.
  * Added cgi-bin examples.
  
 -- Johnie Ingram <johnie@debian.org>  Tue, 19 Aug 1997 23:40:41 -0400

apache (1.2.1-6) unstable; urgency=low

  * Corrected mod_proxy data so it can be detected automatically.
  * Made apacheconfig load mod_expires by default, so it can be used in
    .htaccess.

 -- Johnie Ingram <johnie@debian.org>  Wed, 13 Aug 1997 13:34:15 -0400

apache (1.2.1-5.1) unstable; urgency=low

  * Fixed mod_dlopen.
  * Fixed variable mismatch total_modules/num_modules.
  * Updated *.info files and the module config.
  * Added load order feature to apacheconfig.
  * Added (temporary) support for mod_perl-1.00 for perl-5.004.

 -- Jordan Hrycaj <jordan@mjh.teddy-net.com>  Wed, 13 Aug 1997 19:27:02 -0200

apache (1.2.1-5) unstable; urgency=low

  * Fixed apacheconfig autodetection of the need for mod_expires.
  * Deleted optional module mod_msql, since with this support apache
    would require libmsql1 and libmsql1-dev to build, a violation of new
    Debian policy.
  * Apache executable and mod-perl libraries are now stripped (#11635).
  * Removed unnecessary Apache-SSL targets from Debian makefile.
  * Switched to pristine upstream tar archive.
  * Updated to Standards-Version: 2.2.0.0.

 -- Johnie Ingram <johnie@debian.org>  Mon, 11 Aug 1997 07:12:51 -0400

apache (1.2.1-4) unstable; urgency=low

  * Config program no longer asks twice whether mod_dlopen should be
    activated (thanks to Alex Apke for catchy bug number, #11223).
  * Closed #10441, another manifestation of #10856, the lack of mod_proxy.
  * Added debian copyright stanza to copyright file (#8208).
  * Added check so Authoritative can never be misspelled again (#9767).
  * Enabled mod_auth_dbm again, linked with libgdbmg (#7516).
  * Closed #9081, since the new location of the CGI bin is now Policy.
  * DocumentRoot can now be a symlink (#9790).

 -- Johnie Ingram <johnie@debian.org>  Tue, 15 Jul 1997 00:07:07 -0400

apache (1.2.1-3) unstable; urgency=low

  * Added files ABOUT_APACHE and KEYS to package.
  * Restored mod_proxy, by popular demand (#10856).

 -- Johnie Ingram <johnie@debian.org>  Sun, 13 Jul 1997 01:16:38 -0400

apache (1.2.1-2) unstable; urgency=low

  * Fixed spelling of Anonymous_Authoritative in the mod_auth_anon
    and mod_auth_msql data file, since Apache itself now uses the correct
    spelling.
  * Corrected more references to /home/www-data/webspace to /var/www in
    intro.html (#8649, #9354).
  * Closed #7290, since this is a bug in bash 2.0 that is fixed in 2.01.
  * Closed #9818, the failure to install if /usr/lib/httpd/cgi-bin/
    exists but is empty.
  * Closed #7159, the incompatibility of apacheconfig with bash-2.0,
    since apacheconfig has been perl since 1.1.3-3.
  * Closed #7478, the confusion of apacheconfig, fixed in 1.1.3-6.
  * Closed #8945 and #9905, other manifestations of #10714 (fixed in
    1.2.1-1).
  * Closed #10603, which was fixed by the patch from Christoph Martin.

 -- Johnie Ingram <johnie@debian.org>  Sat, 12 Jul 1997 15:34:39 -0400

apache (1.2.1-1) unstable; urgency=low

  * New upstream version.
  * Added patch from Christoph Martin so /etc/cron.daily/apache can handle
    relative logfile paths (#10670).
  * Ensured that scripts trap 1 instead of SIGHUP, which breaks ash
    (#10714).
  * Corrected apacheconfig lookups of user www to www-data (#10669).
  * Vastly simplified the process used to build mod_perl, since
    dpkg-source can indeed create new subdirectories.
  * Updated to debian-policy 2.1.3.3.

 -- Johnie Ingram <johnie@debian.org>  Fri, 11 Jul 1997 05:38:21 -0400

apache (1.2.0-1) experimental; urgency=low

  * New upstream version.

 -- Johnie Ingram <johnie@debian.org>  Sat,  7 Jun 1997 12:12:46 -0400

apache (1.2b11-2) experimental; urgency=low

  * Added mod_perl, by popular demand.

 -- Johnie Ingram <johnie@debian.org>  Wed,  4 Jun 1997 01:29:01 -0400

apache (1.2b11-1) experimental; urgency=low

  * New upstream version.
  * Added www.apacheweek.com to resources in intro.html (Peter Kleinmann).
  * Fixed default location of conffile for apache_monitor (Bug #9787).

 -- Johnie Ingram <johnie@debian.org>  Mon,  2 Jun 1997 22:20:42 -0400

apache (1.2b10-1) experimental; urgency=low

  * New upstream version.
  * Updated to debian-policy 2.1.3.2, linked against libc6.
  * No longer uses debmake for package build.
  * Install no longer fails if /usr/lib/httpd/cgi-bin exists, but is
    empty (Bug #9818).
  * Debian changes modified so they do not conflict with Apache-SSL.
  * Modules mod_auth_db and mod_auth_dbm now included modules (Bug
    #7516).
  * Fixed Bugs #7190, #7478, #7543, #8030, #7927, #8208, #6619, and #7544.

 -- Johnie Ingram <johnie@debian.org>  Wed, 21 May 1997 23:14:20 -0400

apache (1.1.3-6) frozen unstable; urgency=low

  * Config program no longer confused by ServerName directives inside
    VirtualHost sections (Bugs #7190, #7478).
  * Compiled apache_monitor with -DDEBIAN, which fixes the default
    location of the config file (Bug #7543), and corrected typo in its
    manpage.
  * Reduced webmaster address strangeness (Bug #7928).
  * Fixed typo in apacheconfig discovered by Tony Finch (Bug #8359).
  * Config program always asks before restarting apache, and can now
    detect when the restart fails (Bug #7927).
  * Registered htpasswd with suidregister, making it easier for the
    administrator to make it suid (request #8030).  The default
    permissions and umask have not changed, however.
  * Corrected mispositioned set -e in apache-dev preinst script, and added
    set -e to preinst and postinst scripts (Bug #8208).
  * Added dependency on checkroot to binary-arch rules target, and added
    removal of substvars and files files to clean target (Bug #8208).
  * Added language to the apache manpage to make it clear that the Debian
    apache has FSSTND file location defaults (Bug #6619).
  * Changed control file so dependencies are no longer hardcoded,
    a quirk pointed out by Dermot Bradley.
  * Removed deep debmake magic from install scripts, to facilitate porting
    to non-debmake environments.
  * Corrected name of program in apache_monitor.8 manpage (Bug #7544).
  * Closed Bug #5601, since the need to use nph- filename to disable
    buffering of CGI program output is not a bug, but a feature.
  * Closed Bug #7132, which was fixed by the new apacheconfig in 1.1.3-3.
  * Closed Bug #7277, since undocumented.7.gz is now correct.
  * Closed Bug #7302, the mod_info bug incorrectly listed as 7017 below.
  * Closed Bug #7740 (posted against apache 3.0) (!), which was another
    manifestation of the bug located by Manoj Srivastava (Bug #6524)
    and fixed in 1.1.2-1.
  * Closed Bug #7744, since the apache 1.1.1-5 file permissions bug has
    long been fixed.
  * Package now includes file checksums (debmake 3.2.4).
  * Updated to Standards-Version 2.1.3.0.

 -- Johnie Ingram <johnie@debian.org>  Mon, 7 Apr 1997 14:19:04 -0400

apache (1.1.3-5) unstable; urgency=low

  * Restored -DSTATUS to Makefile.modules for mod_info (Bug #7017).
  * Fixed Bug #7297, where apacheconfig doesn't restart apache because the
    init.d script inadvertently kills itself.
  * Changed recommended DocumentRoot to /var/www (Bug #7318).
  * Removed empty /usr/doc/apache/modules directory.
  * Fixed some links from undocumented.7.gz to undocumented.7.
  * Config program now understands numerical IDs better, a deficiency
    pointed out by Dermot Bradley (bradley@mourne.gpl.net).  It isn't
    perfect, though, because chown doesn't understand, e.g., "-1".
  * Now validates installation scripts during package build using bash
    2.0.

 -- Johnie Ingram <johnie@debian.org>  Mon, 17 Feb 1997 23:03:13 -0500

apache (1.2b6-3) experimental; urgency=low

  * Added missing new-installation homepage file intro.html.
  * Fixed Bug #7297, where apacheconfig doesn't restart apache because the
    init.d script inadvertently kills itself.
  * Changed recommended DocumentRoot to /var/www (Bug #7318).
  * Fixed some links from undocumented.7.gz to undocumented.7.
  * Config program now understands numerical IDs better, a deficiency
    pointed out by Dermot Bradley (bradley@mourne.gpl.net).

 -- Johnie Ingram <johnie@debian.org>  Mon, 17 Feb 1997 22:08:30 -0500

apache (1.2b6-2) experimental; urgency=low

  * Synchronized with 1.1.3-4 (Webstandard 3.0, apacheconfig, the works).

 -- Johnie Ingram <johnie@debian.org>  Mon, 10 Feb 1997 13:25:30 -0500

apache (1.1.3-4) stable unstable; urgency=medium

  * Webstandard 3.0 savvy.
  * The /usr/lib/httpd directory is no more.
  * Moved icon directory to /usr/doc/apache/icons, cgi-bin directory to
    /usr/lib/cgi-bin, and created Alias /doc for /usr/doc, for compliance
    with Webstandard 3.0 at long last (Bug #6942); added checks and
    automagic config conversion code.
  * Closed bug #3470, since compliance with the webstandard means apache
    can coexist with the other web servers.
  * Added fallback to smail "mkaliases" command (Bug), and removed stop of
    apache before upgrade, by suggestion of Joey Hess (joey@kite.ml.org).
  * Added --force, --force-modules, --serveradmin, --serverroot,
    --servername, --port, and --update options (back) to apacheconfig.
  * Closed bug #4817, as CGI scripts are now required to be in /usr.
  * Source package can actually be unpacked with dpkg-source -x.
  * Updated default homepage, and fixed filename used for installation.
  * Minor tweaks to text formatting in apacheconfig and init.d scripts.
  * Removed apachemodname and install-apachemod programs, these having
    been superceded by new apacheconfig.
  * Closed Bug #7107, since the package now uses world-readable
    permissions on the icons (and does not use /usr/lib/httpd anyway).
  * Added dependency on perl.
  * Removed obsolete modules-descr and modules-doc targes from
    Makefile.modules.
  * Module mod_auth now loaded by default, because its necessity cannot
    always be determined from the standard ocnfig files.
  * Did I mention it was Webstandard 3.0 savvy?

 -- Johnie Ingram <johnie@debian.org>  Mon, 10 Feb 1997 02:48:53 -0500

apache (1.1.3-3) unstable; urgency=low

  * Config program, rewritten in perl, now does an exhaustive check to
    decide which modules are needed, taking all provided mime types,
    handlers, and directives into account (Bug #4601).
  * Config program now supports both Apache 1.1 and 1.2, automatically
    detecting whether LoadModule or AddModule commands should be used.
  * Installation script no longer asks to make unnecessary changes (Bug
    #6945), and the configuration can be skipped if the files look good.
  * Default homepage is not installed if index.cgi already exists there
    (Bug #6973).
  * Config program now prefers the config_log_module over the
    common_log_module, knows the difference between the two (Bug #4683),
    and ignores commented-out directives (Bug #6780).
  * Corrected logfile pathname for the log modules from Apache to
    Debian default (Bug #6800).
  * First tentative step toward Webstandard 3.0: /usr/lib/cgi-bin
    included.
  * Diff no longer contains extraneous temporary directories (Bug #6803).
  * Source package updated to use debmake 3.0.11 flat directory structure.
  * Corrected spelling of "unprivileged" in configuration question.
  * Closed Bug #7031 (posted against 1.1.1-5), since the reference to
    /var/web/webspace has long been removed from the new-install homepage. 
  * Ran e2fsck -c on stupid /var partition, eliminating garbage from
    created diff files (Bug #6561).
  * Simplified /etc/init.d/apache script, and suppressed spurious error
    message from kill.
  * Config file backups are now rotated, so apacheconfig can be run
    multiple times without potential loss of data.
  * Closed Bug #7094 (posted against apache 3.1-8) (!), which was another
    manifestation of the bug located by Manoj Srivastava (#6524)
    and fixed in 1.1.2-1.
  * Closed Bug #7095, since the package can now repair broken 1.1.1-5
    permissions on the (obsolecent) /usr/lib/httpd directory.

 -- Johnie Ingram <johnie@debian.org>  Tue, 4 Feb 1997 11:55:55 -0500

apache (1.2b6-1) experimental; urgency=low

  * Experimental release of Apache beta, sans autoconfig scripts.
    ("LoadModule" lines should be replaced with "ClearModuleList,
    AddModule...").

 -- Johnie Ingram <johnie@debian.org>  Thu, 30 Jan 1997 00:20:23 -0500

apache (1.1.3-2) unstable; urgency=low

  * Cron script now recognizes indented logfile directives (Bug #6784).
  * Fixed a problem with recognizing and correcting some PidFile
    directives which was reported by Jeff Noxon (jeff@planetfall.com).

 -- Johnie Ingram <johnie@debian.org>  Tue, 28 Jan 1997 12:36:22 -0500

apache (1.1.3-1) unstable; urgency=low

  * New upstream version which fixes the new bugs introduced by
    security release 1.1.2 (sigh).
  * Added SuppressHTMLPreamble option to mod_dir IndexOptions with
    patch by Roy T. Fielding.
  * Hacked mod_info so it correctly shows current configuration from
    config files with absolute pathnames.
  * Modified mod_dir to recognize PHP/FI and server-parsed documents as
    HTML code (so it can extract the title from these as a description),
    and to increase the maximum size of the generated description.
  * Added SuppressHTMLPreamble and ScanHTMLTitles to IndexOptions in
    example srm.conf.
  * Added module mod_rewrite.
  * Package now suggests installing the (new) apache-modules package.

 -- Johnie Ingram <johnie@debian.org>  Sun, 19 Jan 1997 22:00:22 -0500

apache (1.1.2-1) unstable; urgency=high

  * New upstream version which fixes security holes in mod_cookies and
    mod_dir (APACHE_MOD.advisory.1.13.97, Bug #6576).
  * Post-installation script can now find and install the sample
    access.conf and srm.conf files (Bug #6522).
  * Corrected Document Root in example access.conf (Bug #6523), startup
    script, and initial homepage, which removes the last vestiges of the
    "silly," (Bug #2802), "abominable" (Bug #3470) /var/web directory.
  * Fixed a typo in apacheconfig located by Manoj Srivastava (Bug #6524),
    which also fixes detection of the existing webmaster alias (Bug #5693)
    and eliminates the need to type Control-D during install (Bug #4724).
  * Post-installation script now asks for a "publiziced" name instead of
    an alternate name (Bug #3470).
  * Webmaster address default is now guessed from /etc/mailname instead
    of the local hostname (Bug #3470).
  * File listing in apache.8 corrected to reflect current practice.
  * Debian/GNU product token added to SERVER_VERSION.
  * Bug #5062 closed, since any further stripping of the modules would
    make them unloadable by apache.

 -- Johnie Ingram <johnie@debian.org>  Tue, 14 Jan 1997 17:39:26 -0500

apache (1.1.1-9) unstable; urgency=low

  * Daily cron script no longer inadvertently HUPs itself (Bug #6509).
  * Officially closes Bugs #4694, #5234, #5842, #5843, and #6509.
  * Moved apache-dev from "devel" to new section, "web".

 -- Johnie Ingram <johnie@debian.org>  Sun, 12 Jan 1997 22:41:22 -0500

apache (1.1.1-8) unstable; urgency=low

  * Fixed errant "set -x" in cron.daily script.

 -- Johnie Ingram <johnie@debian.org>  Wed, 8 Jan 1997 02:12:34 -0500

apache (1.1.1-7) unstable; urgency=high

  * New maintainer.
  * Updated to Standards-Version 2.1.2.2 with debmake 2.53.
  * Fixed bad permissions on apache files and directores under /usr/lib;
    everything now world-readable (Bug #5234).
  * Document root changed to /home/www-data/webspace in default srm.conf
    (Bug #4694)
  * Symbols stripped from /usr/sbin/unescape (Bug #5062).
  * Source code and Debian scripts changed to use /var/run/apache.pid
    throughout (Bug #5842, FSSTND 5.10).
  * Cron script changed to automatically determine which logs need
    to be rotated (Bug #5843), and can now handle virtual webserver
    logs.
  * Sequence code changed so Apache starts up after the automounter and
    any database daemons.
  * Compiled with -DSTATUS for more complete reports from from
    info_module.
  * Default savelog time extended to one month.
  * Startup script changed to comply with proposed Standard for Console
    Messages.
  * Moved from "net" to new section "web".
  * Source code changelog now included in documentation.
  * Headers, source code, and API documentation now in separate package.
  * Minor changes to text formatting in apacheconfig and post-install
    script.

 -- Johnie Ingram <johnie@debian.org>  Tue, 7 Jan 1997 17:25:45 -0500

apache (1.1.1-6) unstable; urgency=low

  * This space intentionally left blank.

 -- Johnie Ingram <johnie@debian.org>  Wed, 1 Jan 1997 09:07:08 -0500

apache (1.1.1-5) unstable; urgency=LOW

  * Changed Configure, mod_dl.c and mod_dld.c to arrange for storing the
    names of dynamically loaded modules. Then changed mod_info.c so that
    it uses the names correctly instead of making a SIGSEGV.
  * The default document root is really found by first looking for an
      existent www-data passwd entry (it will anyway default to
      /home/www-data/webspace, but previously only the server was looking
      for ~www-data).
  * Corrected typos in the default homepage, home.html, changed default
      locations to reflect changes made in 1.1.1-4, and added some
      documentation in this page.
  * Corrected typos in my manual pages.
  * Added the install-apachemod(8) script to let other packages install or
      remove dynamically loadable modules by just calling this script,
      without having to know how things are done.
  * New modules are added at the end of the LoadModule block rather than
      at the beginning, just after the magic.
  * The apacheconfig(8) script now looks in .htaccess files under the
      directories listed in access.srm to determine the authentication
      modules that are needed.
  * Corrected the compilation of the db and msql authentication modules so
      that the .so files include the necessary libraries dependencies.
  * Removed the gdbm1 dependency from Apache because the dependency is
      only useful when loading the dbm authentication module. Added
      Suggests: entry for all libraries that modules may need.

 -- Yves Arrouye <Yves.Arrouye@marin.fdn.fr>  Mon, 30 Sep 1996 00:44:34 +0200

apache (1.1.1-4) unstable; urgency=LOW

  * Fixed the getting of some paths in the config files.
  * Changed permissions to use root.www-data.
  * Corrected bug in mod_mime.c that made Content-type and
      Content-encoding be the same. I hope I didn't introduce other
      bugs...
  * Put the package back in net.
  * Built-in document root is /home/www-data/webspace. This is ugly
      but consistent with the wu-ftpd package, and should be overriden
      by the installer anyway.
  * None of the /etc/apache/*.conf files are listed in conffiles as
      apacheconfig(8) or the postinst may edit them.
  * Added option --serverroot to apacheconfig(8) and commented out the
      default ServerRoot in httpd.conf-dist so that apacheconfig(8)
      will ask for the value to use.
  * No CGI scripts are found in this package.
  
 -- Yves Arrouye <Yves.Arrouye@marin.fdn.fr>  Tue, 24 Sep 1996 11:34:53 +0200

apache (1.1.1-3) non-free; urgency=LOW

  * Fixed mod_info.c: SIGSEGV bug (reported by Joey Hess
      <joey@kite.preferred.com>) and bad construction of configuration
      files paths. Note that the SIGSEGV bug comes from the fact that
      dynamically loaded modules do not have a name registered in the
      modules_names table, which means the information page will list
      modules as dyn_module_1, dyn_module_2, etc. instead of giving their
      exact names. (The problem has been reported to the Apache group.)
  * Put conffiles back in the package (omitted accidentally when moving
      to the new package format).

 -- Yves Arrouye <Yves.Arrouye@marin.fdn.fr>  Mon, 16 Sep 1996 11:32:05 +0200

apache (1.1.1-2) non-free; urgency=LOW

  * Switched to new source format.
  * Removed contributed CGI scripts from the package.
  * Wrote manual pages for utilities included from the support directory.
  * Moved the package to the non-free section.

 -- Yves Arrouye <arrouye@marin.sevy.fr>  Mon, 9 Sep 1996 11:09:33 +0200

apache (1.1.1-1) unstable; urgency=LOW

 * New release by Yves Arrouye <Yves.Arrouye@debian.org>.
 * Moved some stuff again: things that were named apache-httpd are just
     named apache.
 * Made /var/run/apache and put things there.
 * Created /var/spool/apache for proxy caching.
 * Wrote mod_dl.c and created /usr/lib/apache filled with modules.
 * Many many changes to the package configuration system, including
     an apcheconfig script that determines which modules to load at
     startup.
 * Fixed bugs reported against previous packages.

 -- Yves Arrouye <arrouye@marin.sevy.fr>  Sat, 24 Aug 1996 11:22:56 +0200
  
Local Variables:
mode: debian-changelog
add-log-mailing-address: "johnie@debian.org"
End:
