caudium (2:1.2.31-9) unstable; urgency=high

  * The latest upstream. Fixes SSL problems where secure connections would
    transfer partial data.

 -- Marek Habersack <grendel@debian.org>  Sat, 24 Jan 2004 03:30:34 +0100

caudium (2:1.2.31-8) unstable; urgency=low

  * Update to the pt_BR translation, thanks to Andre Luis Lopes 
    (closes: Bug#227371)

 -- Marek Habersack <grendel@debian.org>  Tue, 13 Jan 2004 17:30:02 +0100

caudium (2:1.2.31-7) unstable; urgency=low

  * The latest upstream update.
  * Updated the French language debconf translation submitted by
    Philippe Batailler, thanks (closes: Bug#227227).

 -- Marek Habersack <grendel@debian.org>  Tue, 13 Jan 2004 00:36:33 +0100

caudium (2:1.2.31-6) unstable; urgency=medium

  * Fixed handling of encrypted passwords by sed (closes: Bug#221481)
  * postrm correctly removes the /var/www/index.html symlink on purge
  * Documented the Location option in the LDAPauth module 
    (closes: Bug#221752)
  * Caudium now recommends logrotate instead of depending on it
  * The admin password is asked for twice now (closes: Bug#214613)

 -- Marek Habersack <grendel@debian.org>  Thu, 20 Nov 2003 18:33:04 +0100

caudium (2:1.2.31-5) unstable; urgency=high

  * Recompiled to match the latest Pike 7.2 version

 -- Marek Habersack <grendel@debian.org>  Mon,  3 Nov 2003 21:23:07 +0100

caudium (2:1.2.31-4) unstable; urgency=high

  * Removed a stray dot from the build depends line (closes: Bug#212054)

 -- Marek Habersack <grendel@debian.org>  Mon, 22 Sep 2003 17:49:02 +0200

caudium (2:1.2.31-3) unstable; urgency=high

  * Package description fixes (closes: Bug#209533)
  * All headers are where they belong (closes: Bug#204489)
  * Tightened the build-time dependencies on pike7.2 so that
    the autobuilders pick up the right pike version.

 -- Marek Habersack <grendel@debian.org>  Tue,  9 Sep 2003 23:54:23 +0200

caudium (2:1.2.31-2) unstable; urgency=high

  * Minor code fixes:
     - gsession module calls Caudium.parse_query_string now
  * mailit module from 1.3 added to the 1.2 distribution
  * Added ability to add a link to a stylesheet in Ultralog module
  * fixed a bug in htaccess module that makes it ignore .htaccess files
  * added the Mailform module from Caudium 1.3 tree
  * Backported Caudium 1.3 global configuration option to force load of
    all Caudium modules at startup by adding an optional define in performance.h.
    Start Caudium with -DLOAD_CONFIGS_STARTUP or add #define LOAD_CONFIGS_STARTUP
    to performance.h or to config.h in order to enable this functionality.
  * Force recompile with the current pike 7.2 version on m68k and s390
    (closes: Bug#203223)

 -- Marek Habersack <grendel@debian.org>  Mon, 28 Jul 2003 20:12:16 +0200

caudium (2:1.2.31-1) unstable; urgency=low

  * Latest upstream version. Important changes:
    - Added robot.txt generator from Roxen 2.x/3.x and updated it a bit.
    - Added Robot Trap from Caudium 1.3 tree.
    - MIME.Decode in base_server/wizard.pike is now inside a catch() to 
      avoid exceptions in case of partial/malformed base64 data given to the 
      webserver.
    - Added a catch() into MIME.Message used in multipart/form-data handler in
      http.pike and http2.pike to avoid locks into Caudium when malformed data
      comes into webserver.
    - Created new version of uniscript that uses FastCGI to communicate with
      the script interpreter, hopefully providing better performance.
    - Updated uniscript to inherit CGI rather than copy it.
    - Added a check in CGI module (and all modules that inherit it) which
      asks for a mountpoint that ends with a '/' to avoid potential
      security problems (eg list of files directories)
    - Fixes in responses given to FTP client in the ftp protocol. Mostly because
      Opera doesn't like it.

 -- Marek Habersack <grendel@debian.org>  Thu,  3 Jul 2003 03:35:08 +0200

caudium (2:1.2.27-1) unstable; urgency=low

  * Added the Brazilian Portuguese translation of the debconf templates
    provided by Andre Luis Lopes. Thank you. (closes: Bug#197541)
  * Updated and fixed the setools.pike module
  * Latest upstream version
  * Updated the French templates translation thanks to 
    Philippe Batailler and the debian-l10n-french subscribers
    (closes: Bug#195890)

 -- Marek Habersack <grendel@debian.org>  Tue,  3 Jun 2003 00:47:58 +0200

caudium (2:1.2.26-1) unstable; urgency=medium

  * All the pike files were moved to /usr/share/caudium to comply with
    the policy and to make the upgrade from 1.0 smooth.
    (closes: Bug#173811). Sorry Benoit it took so long, I forgot about
    the bug :)
  * Fix a bug in autoconf that prevented Caudium to compile if $CPPFLAGS was set
    before configure time.
  * Fix a bug in ssl3.pike where the redirect from http would always pick the
    admin port.
  * Backported Highlight pike system from 1.3 that supports CSS now
  * Backported Open Files wizard from 1.3 tree to show more accurate information.
  * Fix a bug with icons and virtual directories like /mail/ in gbutton module.

 -- Marek Habersack <grendel@debian.org>  Wed, 21 May 2003 22:53:27 +0200

caudium (2:1.2.25-4) unstable; urgency=low

  * Applied the patch from Denis Barbier correcting errors and rearranging
    the po templates file. Thank you. (closes: Bug#193081)
  * Updated the Polish translation.

 -- Marek Habersack <grendel@debian.org>  Tue, 13 May 2003 00:08:27 +0200

caudium (2:1.2.25-3) unstable; urgency=medium

  * make_tag_attributes() does't output any "/" that could be in the argument.
    That affects both make_tag() and make_container()
  * Force a rebuild on several architectures which had incorrect pike7.2 
    version (closes: Bug#191613)
  * Migrated to po-debconf

 -- Marek Habersack <grendel@debian.org>  Fri,  2 May 2003 14:16:59 +0200

caudium (2:1.2.25-2) unstable; urgency=low

  * Uploaded to match new pike 7.2
  * Bumbed the standards version
  * Versioned dependency on debhelper

 -- Marek Habersack <grendel@debian.org>  Thu, 17 Apr 2003 02:42:24 +0200

caudium (2:1.2.25-1) unstable; urgency=low

  * Latest upstream version.

 -- Marek Habersack <grendel@debian.org>  Wed,  2 Apr 2003 16:54:41 +0200

caudium (2:1.2.23-5) unstable; urgency=low

  * Recompiled to catch up with the latest pike

 -- Marek Habersack <grendel@debian.org>  Sat,  8 Mar 2003 03:12:38 +0100

caudium (2:1.2.23-4) unstable; urgency=low

  * Fixed a bug in UltraLog that prevented it from running.

 -- Marek Habersack <grendel@debian.org>  Fri, 28 Feb 2003 21:49:04 +0100

caudium (2:1.2.23-3) unstable; urgency=low

  * Reordered the module paths in the default Global_Variables
  * Added the missing module directories to the deb
  * The Add Module screen in the CIF uses the compact layout now
  * The caudiumctl script has a correct caudium home directory now
  * Thanks to Peter Lundqvist for reporting all of the above problems.

 -- Marek Habersack <grendel@debian.org>  Thu, 27 Feb 2003 19:37:50 +0100

caudium (2:1.2.23-2) unstable; urgency=low

  * Added the gsession module.
  * Recompiled for new pike 7.2

 -- Marek Habersack <grendel@debian.org>  Mon, 24 Feb 2003 03:51:05 +0100

caudium (2:1.2.23-1) unstable; urgency=low

  * Latest upstream version.
  * Added the caudium-perl module.

 -- Marek Habersack <grendel@debian.org>  Tue, 17 Dec 2002 22:18:25 +0100

caudium (2:1.2.21-1) unstable; urgency=low

  * Latest upstream release.

 -- Marek Habersack <grendel@debian.org>  Fri, 13 Dec 2002 21:50:53 +0100

caudium (2:1.2.19-3) unstable; urgency=low

  * Fix SF bug 652095 (lowercase boundary in CONTENT_TYPE)
  * The Caudium htpasswd is not compatible with the one from Apache. 
    Caudium no loger diverts htpasswd to point to its own version. 
    htpasswd is accessible only using the htpasswd-caudium name.
    (closes: Bug#148316)
  * Forgotten (but fixed) bugs closed. (closes: Bug#130781, 
    closes: Bug#130969, closes: Bug#130976, closes: Bug#131012)

 -- Marek Habersack <grendel@debian.org>  Fri, 13 Dec 2002 15:32:35 +0100

caudium (2:1.2.19-2) unstable; urgency=low

  * Added /usr/share/pike_packages/apps/modules to the modules path
    for Caudium. This path can be used by 3rd party packages extending or
    depending upon Caudium to install their files in.

 -- Marek Habersack <grendel@debian.org>  Fri,  6 Dec 2002 20:23:49 +0100

caudium (2:1.2.19-1) unstable; urgency=low

  * Latest upstream release. Changes:
    - Added Fast CGI module from Roxen 2. Now should work without any external
      C glue. Note this is early work.
    - Fix for SF bug 601976
    - Added a minor patch in php4 scripting. And docs about the php.ini 
      'variables' option.
    - Added RXML parse option in Uniscript, thanks to 
      Wim Bonis <bonis at bonis.de>

 -- Marek Habersack <grendel@debian.org>  Wed,  4 Dec 2002 23:30:47 +0100

caudium (2:1.2.17-2) unstable; urgency=low

  * Latest CVS snapshot. Changes:
    - Added Minor patch in php4 scripting. And docs about php.ini variables 
      option.
    - Added RXML parse option in Uniscript, thanks to 
      Wim Bonis <bonis at bonis.de>

 -- Marek Habersack <grendel@debian.org>  Fri,  1 Nov 2002 21:45:40 +0100

caudium (2:1.2.17-1) unstable; urgency=low

  * Latest upstream release:
    - Fix autoconf detection of Pike's version.
    - Fix autoconf woes with moving from 2.1x version to new 2.53.

 -- Marek Habersack <grendel@debian.org>  Tue, 22 Oct 2002 17:55:11 +0200

caudium (2:1.2.14-1) unstable; urgency=low

  * Latest upstream release:
    - Added harrypotter, humanverify, pswik, setools and sqlformedit modules
      from Chris Davies that were in the 1.3 tree.
    - Updated tablify & wizard to be more w3c compliant from Caudium 1.3 
      sources.
    - Added 404file module from Chris Davies (was present on the 1.3 branch)
    - Fixed an obscure bug that locks caudium on FreeBSD when using the 404 
      redirector.
    - Fixed typo in uniscript.pike (SF bug 604758)

 -- Marek Habersack <grendel@debian.org>  Mon, 21 Oct 2002 20:44:06 +0200

caudium (2:1.2.9-6) unstable; urgency=low

  * Latest CVS snapshot

 -- Marek Habersack <grendel@debian.org>  Sat, 19 Oct 2002 01:35:38 +0200

caudium (2:1.2.9-5) unstable; urgency=low

  * Latest CVS snapshot. Some minor fixes and updates.

 -- Marek Habersack <grendel@debian.org>  Fri, 18 Oct 2002 00:29:46 +0200

caudium (2:1.2.9-4) unstable; urgency=low

  * Latest CVS snapshot:
    - Fixed bad HTML code in initial setup screen
    - Fixed comma placement defvar in superform.pike     

 -- Marek Habersack <grendel@debian.org>  Thu, 26 Sep 2002 22:30:16 +0200

caudium (2:1.2.9-3) unstable; urgency=low

  * Latest CVS snapshot:
    - Fix htaccess module for redirecttemp, redirecttemporary, redirectperm,
      redirectpermanent, authuserfile, authname, authgroupfile, redirect and
      errorfile.
    - New module to format pike source code nicely into HTML.
    - Set "Lazy entity end" defaults to yes (XML-compliant RXML parser)

 -- Marek Habersack <grendel@debian.org>  Sat, 14 Sep 2002 01:46:30 +0200

caudium (2:1.2.9-2) unstable; urgency=low

  * Latest CVS snapshot:
    - Added ::login:: regexp (unix-like regex for login / user) to
      superform
    - Fixed a bug in the Explicit Hostname Redirector module if used in a SSL
      virtual server, and if redirection is needed, the module was doing its
      rediretion to a non SSL server. (sf bug 602846)

 -- Marek Habersack <grendel@debian.org>  Sun,  8 Sep 2002 00:25:41 +0200

caudium (2:1.2.9-1) unstable; urgency=low

  * Latest CVS snapshot.
  * Made the dependencies more sensible (no point in depending on standard,
    essential or required packages, no need to depend on both caudium
    and pike since the latter pulls pike in anyway)
  * Fixed bug in the XML compliant RXML parser that caused to to backtrace on
    certain tags (like <H1 />).
  * closes: Bug#155584 (cannot reproduce)
  * closes: Bug#155929 (not a Caudium bug)

 -- Marek Habersack <grendel@debian.org>  Tue,  9 Jul 2002 23:11:58 +0200

caudium (2:1.2.8-1) unstable; urgency=low

  * Latest release. Official Caudium 1.2 release.

 -- Marek Habersack <grendel@debian.org>  Tue,  9 Jul 2002 22:08:09 +0200

caudium (2:1.2.7-4) unstable; urgency=low

  * Latest snapshot. Changes:
    - Added support in VHS LDAP to use the Caudium system log directory
      instead of the userdir one. 
    - Added .htaccess manual link. Useful since ours is NSCA compatible.

 -- Marek Habersack <grendel@debian.org>  Mon,  8 Jul 2002 19:30:32 +0200

caudium (2:1.2.7-3) unstable; urgency=low

  * Latest snapshot. Changes:

    - Added support in VHS Sql to use the Caudium system log directory 
      instead of the userdir one.
    - index.php and index.php3 now added in all the directory modules.
    - Added support for RFC 3236 (XHTML media type)
    - Fix an error when PUT method is used...
    - Variable HTTPS is set to "on" when SSL is used. (compatibility 
      variable used for CGIs...)

  * The default page images moved to /var/www/caudiumimages

 -- Marek Habersack <grendel@debian.org>  Sat, 29 Jun 2002 18:27:14 +0200

caudium (2:1.2.7-2) unstable; urgency=low

  * latest snapshot

 -- Marek Habersack <grendel@debian.org>  Sat, 25 May 2002 00:01:47 +0200

caudium (2:1.2.7-1) unstable; urgency=low

  * Latest upstream snapshot.

 -- Marek Habersack <grendel@debian.org>  Thu, 23 May 2002 18:57:27 +0200

caudium (2:1.2.6-1) unstable; urgency=low

  * Latest upstream release. Changes:
    - New define ENABLE_NEW404 / DISABLE_NEW404 to allow administrator to
      disable on the whole server the new 404 handler.
    - perl scripting module and subsystem removed. Anyway the uniscript.pike
      can allow administrator to support perl scripting. SF bug 512601
    - mnogosearch pike module removed since the pike glue doesn't work.
    - Fix a problem when Caudium is not running as root : display a warning if 
      the user tries to run lsof in open ports action tab.
    - The Generate a self signed certificate and a RSA key-pair was not delivering
      any warning to the user. Now it displays in red on the HTML output.
    - Added a link to the caudium.info website from the CIF.
    - 404 handler is not set per default on Old 404 system. To avoid 1.0 -> 1.2 
      compatiblity and keep the XML-Compliant parser quiet.
    - Fixed SF bug 530674: passive mode FTP connection problem (with Mozilla  
      and derivative browsers).
    - <if exists="file"> shouldn't use the cache. Thanks to Endre Hirling.
    - The start script now changes the cwd to the directory it is started from. 
      Prevents beginners from crying.
    - Fixed SF bug 547546 - Backtrace when using http:// URL for SSL. Now Caudium
      redirect to the https:// url like it did before.
    - Fixed SF bug 547354 - <aconf> URIs don't work
    - Fixed SF bug 542177 that makes incorrect listings from directories2.pike.
    - Fixed SF bug 514391 (user listing in userfs), seems that Caudium Cache.
    - Fixed SF bug 533861 <wizard> was broken. Autodocs now added, new features like
      formname attribute to wizard conatiner, hidden "verify" container.
    - Fixed name space conflict between Pike 7.2's SSL.pmod and Caudium's one.
      SSL.pmod has been renamed CaudiumSSL and it is used only when Pike 7.0
      is used with Caudium. Otherwise, Caudium use Pike 7.2+ builtin SSL.pmod
      for SSL3 connections.
    - Fixed the Last-Modified code in http.pike and http2.pike. If the request is
      not marked as dynamic (!id->misc->is_dynamic), then the header will be sent 
      properly. 
    - Added SF patch 534125 to ultralog that check the file exist before set 
      filewatch and a status of the module.
    - Added SF patch 534118 that fix for TYPE_FILE and TYPE_DIR checks.
    - Half fixed SF bug 533124. Needs more investigation.
    - Fixed SF bug 530674

 -- Marek Habersack <grendel@debian.org>  Thu, 23 May 2002 18:04:56 +0200

caudium (2:1.2.5-9) unstable; urgency=low

  * Latest snapshot

 -- Marek Habersack <grendel@debian.org>  Fri,  3 May 2002 15:59:48 +0200

caudium (2:1.2.5-8) unstable; urgency=low

  * Latest snapshot
  * SSL.pmod -> CaudiumSSL.pmod

 -- Marek Habersack <grendel@debian.org>  Sat, 20 Apr 2002 17:46:23 +0200

caudium (2:1.2.5-7) unstable; urgency=low

  * new default page

 -- Marek Habersack <grendel@debian.org>  Wed, 17 Apr 2002 20:29:19 +0200

caudium (2:1.2.5-6) unstable; urgency=low

  * More fixes and improvements

 -- Marek Habersack <grendel@debian.org>  Wed, 10 Apr 2002 16:21:02 +0200

caudium (2:1.2.5-5) unstable; urgency=low

  * awizard interface fixed

 -- Marek Habersack <grendel@debian.org>  Sat, 30 Mar 2002 17:38:10 +0100

caudium (2:1.2.5-4) unstable; urgency=low

  * Bugfixes

 -- Marek Habersack <grendel@debian.org>  Mon, 25 Mar 2002 18:38:50 +0100

caudium (2:1.2.5-3) unstable; urgency=low

  * caudiumctl manpage is installed now

 -- Marek Habersack <grendel@debian.org>  Sat, 23 Mar 2002 22:39:59 +0100

caudium (2:1.2.5-2) unstable; urgency=low

  * Split the debconf templates into one file per language.

 -- Marek Habersack <grendel@debian.org>  Sat, 16 Mar 2002 01:38:34 +0100

caudium (2:1.2.5-1) unstable; urgency=low

  * Latest upstream

 -- Marek Habersack <grendel@debian.org>  Sun,  3 Mar 2002 13:25:40 +0100

caudium (2:1.2.4-1) unstable; urgency=medium

  * Latest upstream release. Changes:
    - business graphics module now creates the cache directory in the correct
      location (under the argument_cache_dir hierarchy)
    - Font name can now be specified for the <diagram> tag and can use the CIF 
      default font name.
    - The compilation process may skip rpath from the compiler/linker command line
      if either building a Debian package or the NO_RPATH_PLEASE variable is found
      in the environment when running configure (and smartlink thereafter).
    - Scopes compatibility is to On/Conditional. If there is problems about that
      (SFBUGS 514651 & 512647) then change it to Off/Conditional. 
      Changes is due because there will more issues from users moving from
      Caudium 1.0 to 1.2 than Roxen 1.3 to Caudium 1.3...
    - Fixed SFBUG 515131 : gtext broke on weird URLs
    - Corrected a bug in ftp protocol in pasv mode. Thanks to 
      Joe Radinger <cheese@nosuchhost.net>
    - Fixed SFBUGS 514651 & 512647 : Scopes compatibility break RXML
    - Fixed SFBUG 514653 : Unitialized variables get backtraces when try to
      expr them (same code : <formoutput><set variable=GT expr="#GT# + #Z#">
      </formoutput> was give backtrace if either GT or Z was not previously
      initialized).
    - File index.rxml is now recognized as index file.
    - Fixed SFBUG 515405: New error handler doesn't HTML encode (see 
      http://www.cert.org/advisories/CA-2000-02.html), error pages was able to
      send abitrary code to browser using non existant pages (like for example :
      http://www.foo.server/<script>alert("CSS");</script>).

 -- Marek Habersack <grendel@debian.org>  Mon, 25 Feb 2002 13:10:34 +0100

caudium (2:1.2.3-4) unstable; urgency=medium

  * gtext bug fixed - won't barf on invalid URLs now
  * got rid of -rpath for good this time

 -- Marek Habersack <grendel@debian.org>  Wed, 20 Feb 2002 18:40:19 +0100

caudium (2:1.2.3-3) unstable; urgency=high

  * New error handler code fixed - it now correctly HTML-encodes the
    output before sending it to the client.
  * New configuration files are created with the 0600 permission bits now.

 -- Marek Habersack <grendel@debian.org>  Mon, 11 Feb 2002 12:06:02 +0100

caudium (2:1.2.3-2) unstable; urgency=high

  * Serious bugs with the <set> and <insert> tags fixed

 -- Marek Habersack <grendel@debian.org>  Fri,  8 Feb 2002 15:48:15 +0100

caudium (2:1.2.3-1) unstable; urgency=medium

  * Latest upstream release
  * Added a preinstallation script to correctly remove symlinks from the
    caudium 1.0.x packages

 -- Marek Habersack <grendel@debian.org>  Wed, 30 Jan 2002 13:43:27 +0100

caudium (2:1.2.1-1) unstable; urgency=medium

  * Latest upstream release.

 -- Marek Habersack <grendel@debian.org>  Mon, 28 Jan 2002 15:02:26 +0100

caudium (2:1.2.0-2) unstable; urgency=medium

  * Package now builds by default with pike7.2
  * Added caudiumctl - apachectl-alike script for easier migration from apache
  * Added Polish translations of the Debconf messages
  * Added French translations of the Debconf messages - translated and revised by 
    Xavier Beaudouin <kiwi@caudium.net>, David Gourdelier <David.Gourdelier@iteam.org> and
    Bertrand Lupart <bertrand.lupart@iteam.org>
  * Added configuration support to the caudiumctl script - sits in /etc/default/caudium
  * Fixed several stupid bugs in the debconf interface
  * Changed the Global_Variables and localhost templates a bit:
     - enabled anti-block system
     - http module is used by default again
     - default config contains the gbutton module now
  * the install process asks for the config interface login/password now

 -- Marek Habersack <grendel@debian.org>  Wed,  9 Jan 2002 16:03:01 +0100

caudium (2:1.2.0-1) unstable; urgency=high

  * Package name changed
  * Latest upstream release
    - for the detailed list of changes see /usr/share/doc/caudium/CHANGES.gz

 -- Marek Habersack <grendel@debian.org>  Thu,  3 Jan 2002 17:46:23 +0100

caudium-1.1 (2:1.1.5-3) unstable; urgency=low

  * Latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Tue,  4 Dec 2001 12:21:10 +0100

caudium-1.1 (2:1.1.5-2) unstable; urgency=low

  * Latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 21 Nov 2001 14:43:42 +0100

caudium-1.1 (2:1.1.5-1) unstable; urgency=low

  * Latest upstream release. Supports Pike 7.2 and 7.4

 -- Marek Habersack <grendel@debian.org>  Wed,  7 Nov 2001 16:51:24 +0100

caudium-1.1 (2:1.1.3-9) unstable; urgency=low

  * Package now provides a virtual package called httpd-cgi - following
    Uwe Hermann's proposition
  * Many new modules from Chris Davies added upstream
  * upstream bug fixes + new features

 -- Marek Habersack <grendel@debian.org>  Mon,  5 Nov 2001 10:19:43 +0100

caudium-1.1 (2:1.1.3-8) unstable; urgency=low

  * Recompiled using the latest Debian packages

 -- Marek Habersack <grendel@debian.org>  Tue, 30 Oct 2001 14:16:21 +0100

caudium-1.1 (2:1.1.3-7) unstable; urgency=low

  * Latest upstream
  * CAMAS removed from the Caudium trunk

 -- Marek Habersack <grendel@debian.org>  Mon, 24 Sep 2001 14:45:05 +0200

caudium-1.1 (2:1.1.3-6) unstable; urgency=low

  * Numerous changes to the code

 -- Marek Habersack <grendel@debian.org>  Tue,  4 Sep 2001 13:19:38 +0200

caudium-1.1 (2:1.1.3-5) unstable; urgency=low

  * Latest snapshot

 -- Marek Habersack <grendel@debian.org>  Tue,  7 Aug 2001 11:30:36 +0200

caudium-1.1 (2:1.1.3-4) unstable; urgency=low

  * Small debian/control fixes

 -- Marek Habersack <grendel@debian.org>  Thu, 26 Jul 2001 13:43:12 +0200

caudium-1.1 (2:1.1.3-3) unstable; urgency=low

  * Upstream fixes and additions to the server

 -- Marek Habersack <grendel@debian.org>  Thu, 19 Jul 2001 11:20:15 +0200

caudium-1.1 (2:1.1.3-2) unstable; urgency=low

  * debian fixes

 -- Marek Habersack <grendel@debian.org>  Tue, 17 Jul 2001 17:49:08 +0200

caudium-1.1 (2:1.1.3-1) unstable; urgency=low

  * Latest CVS revision of the server

 -- Marek Habersack <grendel@debian.org>  Mon, 16 Jul 2001 23:45:41 +0200

caudium-1.1 (2:1.1.1-11) unstable; urgency=low

  * Many changes and improvements as well as bugfixes

 -- Marek Habersack <grendel@debian.org>  Fri, 13 Jul 2001 14:31:36 +0200

caudium-1.1 (2:1.1.1-10) unstable; urgency=low

  * Relaxed the dependency on the Pike version

 -- Marek Habersack <grendel@debian.org>  Thu,  5 Jul 2001 10:10:30 +0200

caudium-1.1 (2:1.1.1-9) unstable; urgency=low

  * Latest upstream snapshot

 -- Marek Habersack <grendel@debian.org>  Mon,  2 Jul 2001 13:46:22 +0200

caudium-1.1 (2:1.1.1-8) unstable; urgency=low

  * Latest upstream snapshot

 -- Marek Habersack <grendel@debian.org>  Tue, 26 Jun 2001 11:41:11 +0200

caudium-1.1 (2:1.1.1-7) unstable; urgency=low

  * Quite a few modifications

 -- Marek Habersack <grendel@debian.org>  Thu,  7 Jun 2001 15:23:38 +0200

caudium-1.1 (2:1.1.1-6) unstable; urgency=low

  * Package name change

 -- Marek Habersack <grendel@debian.org>  Tue,  5 Jun 2001 12:26:33 +0200

caudium (2:1.1.1-5) unstable; urgency=low

  * Lots of changes and fixes

 -- Marek Habersack <grendel@debian.org>  Fri,  1 Jun 2001 10:22:59 +0200

caudium (2:1.1.1-4) unstable; urgency=low

  * made quite a few changes - http2 is unconditionally used for the default
    config now. Global_Variables template is used.

 -- Marek Habersack <grendel@debian.org>  Mon, 28 May 2001 14:23:28 +0200

caudium (2:1.1.1-3) unstable; urgency=low

  * Latest snapshot + sync of debian/ with the 1.0 tree
  * Moved CAMAS to a separate package
  
 -- Marek Habersack <grendel@debian.org>  Tue, 22 May 2001 11:37:18 +0200

caudium (2:1.1.1-2) unstable; urgency=low

  * Latest CVS snapshot

 -- Marek Habersack <grendel@debian.org>  Mon, 21 May 2001 14:41:51 +0200

caudium (2:1.1.1-1) unstable; urgency=low

  * Changed the Epoch to be in sync with the version in Debian/sid
    That way this package will always be newer than the other.

 -- Marek Habersack <grendel@debian.org>  Fri, 27 Apr 2001 12:31:02 +0200

caudium (1:1.1.1-11) unstable; urgency=low

  * Email address change.
  * PHP4 fixes

 -- Marek Habersack <grendel@debian.org>  Tue, 24 Apr 2001 12:14:34 +0200

caudium (1:1.1.1-10) unstable; urgency=low

  * Latest upstream release

 -- Marek Habersack <grendel@vip.net.pl>  Tue, 17 Apr 2001 13:49:52 +0200

caudium (1:1.1.1-9) unstable; urgency=low

  * Latest upstream sources

 -- Marek Habersack <grendel@vip.net.pl>  Thu,  5 Apr 2001 16:17:16 +0200

caudium (1:1.1.1-8) unstable; urgency=low

  * Name cleanup :)

 -- Marek Habersack <grendel@vip.net.pl>  Tue,  6 Mar 2001 14:27:29 +0100

caudium (1:1.1.1-7) unstable; urgency=low

  * Now depends on pike7 instead of pike7-cvs

 -- Grendel <grendel@vip.net.pl>  Tue, 20 Feb 2001 15:50:51 +0100

caudium (1:1.1.1-6) unstable; urgency=low

  * Latest CVS snapshot

 -- Marek Habersack <grendel@vip.net.pl>  Sun, 21 Jan 2001 21:45:18 +0100

caudium (1:1.1.1-5) unstable; urgency=low

  * Fixed Build-Depends
  * Got rid of the ugly pike7-cvs version check hack

 -- Grendel <grendel@vip.net.pl>  Tue,  9 Jan 2001 01:32:25 +0100

caudium (1:1.1.1-4) unstable; urgency=low

  * Reorganized file layout a bit

 -- Grendel <grendel@vip.net.pl>  Mon,  8 Jan 2001 03:31:33 +0100

caudium (1:1.1.1-3) unstable; urgency=low

  * fixed a problem with debconf

 -- Marek Habersack <grendel@vip.net.pl>  Fri, 29 Dec 2000 17:01:01 +0100

caudium (1:1.1.1-2) unstable; urgency=low

  * Latest CVS snapshot
  * A lots of CAMAS changes
  * THe gbutton module added

 -- Marek Habersack <grendel@vip.net.pl>  Thu, 21 Dec 2000 21:02:36 +0100

caudium (1:1.1.1-1) unstable; urgency=low

  * OK. These debs are for the unstable version now

 -- Marek Habersack <grendel@vip.net.pl>  Wed, 13 Dec 2000 16:27:26 +0100

caudium (1:1.0.9rc1-1) unstable; urgency=low

  * Got rid of the Pike-based port tests from preconfig phase. It
    would fail if there were no Pike installed on the system.
  * localhost vserver isn't added when it doesn't exist

 -- Marek Habersack <grendel@vip.net.pl>  Fri,  8 Dec 2000 16:43:16 +0100

caudium (1:1.0.8rc1-6) unstable; urgency=low

  * Caudium will now suggest the PCRE and Mhash modules from the
    pexts package

 -- Marek Habersack <grendel@vip.net.pl>  Wed,  6 Dec 2000 20:58:44 +0100

caudium (1:1.0.8rc1-5) unstable; urgency=low

  * Pike 7.1 fixes for the C modules.
  * Photoalbum fixes
  * PCRE and MHash from pexts used when available
  * minor other fixes

 -- Marek Habersack <grendel@vip.net.pl>  Wed,  6 Dec 2000 17:16:02 +0100

caudium (1:1.0.8rc1-4) unstable; urgency=low

  * Fixed the missing local_fonts/ and fonts/ directories in the font dirs

 -- Marek Habersack <grendel@vip.net.pl>  Wed, 29 Nov 2000 20:37:47 +0100

caudium (1:1.0.8rc1-3) unstable; urgency=low

  * Latest fixes from CVS
  * Now pre-depends on pike7-cvs

 -- Marek Habersack <grendel@vip.net.pl>  Tue, 28 Nov 2000 09:44:13 +0100

caudium (1:1.0.8rc1-2) unstable; urgency=low

  * Fixed a bug in the postinst script

 -- Marek Habersack <grendel@vip.net.pl>  Mon, 27 Nov 2000 16:49:46 +0100

caudium (1:1.0.8rc1-1) unstable; urgency=low

  * First Release Candidate, now official

 -- Marek Habersack <grendel@vip.net.pl>  Mon, 27 Nov 2000 15:52:50 +0100

caudium (1:1.0.5-2) unstable; urgency=low

  * Language files for CAMAS work now
  * Latest CVS snapshot

 -- Marek Habersack <grendel@vip.net.pl>  Sun, 19 Nov 2000 02:47:36 +0100

caudium (1:1.0.5-1) unstable; urgency=low

  * Latest CVS snapshot
  * Now with CAMAS!

 -- Marek Habersack <grendel@vip.net.pl>  Sat, 18 Nov 2000 13:11:03 +0100

caudium (1:1.0.0-13) unstable; urgency=low

  * Latest CVS snapshot
  * Fixes for PHP4 support (you need latest pike7 and PHP4 from CVS)

 -- Marek Habersack <grendel@vip.net.pl>  Tue,  7 Nov 2000 10:45:05 +0100

caudium (1:1.0.0-12) unstable; urgency=low

  * Caudium uses PNG by default
  * PHP4 works (provided you have correct Pike + PHP4 version)
  * latest CVS snapshot

 -- Marek Habersack <grendel@vip.net.pl>  Fri,  3 Nov 2000 20:16:50 +0100

caudium (1:1.0.0-11) unstable; urgency=low

  * removed /etc/caudium/servers/localhost from config files
  * added pike7-cvs-gmp to dependencies
  * latest CVS snapshot with improved DocParser/DocGenerator

 -- Marek Habersack <grendel@vip.net.pl>  Tue, 24 Oct 2000 14:48:16 +0200

caudium (1:1.0.0-10) unstable; urgency=low

  * latest CVS snapshot
  * XML parser added
  * support for entities started

 -- Marek Habersack <grendel@vip.net.pl>  Sat, 21 Oct 2000 01:42:45 +0200

caudium (1:1.0.0-9) unstable; urgency=low

  * Moved UltraLog files where they belong - to the ultralog package :P
  * Removed the fixed version numbers from the .files
  * Latest CVS snapshot

 -- Marek Habersack <grendel@vip.net.pl>  Tue,  3 Oct 2000 13:31:13 +0200

caudium (1:1.0.0-8) unstable; urgency=low

  * UltraLog script invocation fixed

 -- Marek Habersack <grendel@vip.net.pl>  Mon, 25 Sep 2000 21:47:36 +0200

caudium (1:1.0.0-7) unstable; urgency=low

  * split the caudium-modules package into three separate packages:
     - caudium-modules for the essential stuff
     - caudium-ultralog for UltraLog
     - caudium-pixsl for XSLT support
  * changed the default UID:GID to www-data:www-data. Postinst chowns
    all directories that must be writable.
  * no more file shuffling wrt the two different http modules - now it's
    handled using sed.    
  * prerm backs the configuration up on --purge
  
 -- Marek Habersack <grendel@vip.net.pl>  Sun, 24 Sep 2000 22:40:54 +0200

caudium (1.0.0-6) unstable; urgency=low

  * Several changes in the mainstream

 -- Marek Habersack <grendel@vip.net.pl>  Fri, 22 Sep 2000 21:26:50 +0200

caudium (1.0.0-5) unstable; urgency=low

  * Changes in modules upstream, some bug fixes

 -- Marek Habersack <grendel@vip.net.pl>  Sat, 16 Sep 2000 10:21:58 +0200

caudium (1.0.0-4) unstable; urgency=low

  * Latest CVS snapshot

 -- Marek Habersack <grendel@vip.net.pl>  Wed, 13 Sep 2000 17:10:32 +0200

caudium (1.0.0-3) unstable; urgency=low

  * Polished up the installation
  * Thanks to Martin Bialasinski <martinb@debian.org> for helping me 
    with this package :)

 -- Marek Habersack <grendel@vip.net.pl>  Sat, 26 Aug 2000 11:58:14 +0200

caudium (1.0.0-2) unstable; urgency=low

  * Few changes wrt debconf

 -- Marek Habersack <grendel@vip.net.pl>  Fri, 25 Aug 2000 18:12:17 +0200

caudium (1.0.0-1) unstable; urgency=low

  * Initial Release.

 -- Marek Habersack <grendel@vip.net.pl>  Fri, 18 Aug 2000 14:24:51 +0200

