Skip to content

Debian Changelog drupal6 (6.14-1)

2009

drupal6 (6.14-1) unstable; urgency=low

   * New upstream release
     - Removed security patches integrate upstream
       + 20_SA-CORE-2009-007
     - Fixes multiple vulnerabilities (Ref: SA-CORE-2009-008)
       (Closes: #547140)
 
   * debian/control
     - Bumped Standard-Version to 3.8.3, no change needed
 
   * debian/compat
     - Switch debhelper compatibility to 7
 
   * debian/copyright
     - Added reference to copyright file with version

 -- Luigi Gangitano <luigi@debian.org>  Sun, 20 Sep 2009 04:57:57 +0200

drupal6 (6.13-1) UNRELEASED; urgency=low

   * New upstream release

 -- Luigi Gangitano <luigi@debian.org>  Mon, 13 Jul 2009 19:42:38 +0200

drupal6 (6.12-1.1) unstable; urgency=high

   * Non-maintainer upload by the Security Team.
   * Apply upstream patch to fix:
     - XSS in the forum module
     - Input format access bypass via signatures
     - Password leakage via URLs
     (no CVE id yet; SA-CORE-2009-007; Closes: #535435).

 -- Nico Golde <nion@debian.org>  Mon, 06 Jul 2009 20:27:45 +0200

drupal6 (6.12-1) unstable; urgency=low

   [ Luigi Gangitano ]
   * New upstream release (Closes: #529309)
     (Acknoledges NMU by Security Team) (Closes: #531386)
     - Removed security patch integrate upstream
       + 20_xss
 
   * debian/{control,rules,links}
     - Removed dependency on libjs-jquery and use jquery.js from drupal
       sources to avoid conflict with newer version of jquery
       (Closes: #530779)

 -- Luigi Gangitano <luigi@debian.org>  Tue, 02 Jun 2009 18:25:58 +0200

drupal6 (6.11-1.1) unstable; urgency=high

   * Non-maintainer upload by the Security Team.
   * Fix several XSS issues (SA-CORE-2009-006; Closes: #529190).

 -- Nico Golde <nion@debian.org>  Thu, 28 May 2009 20:45:35 +0200

drupal6 (6.11-1) unstable; urgency=low

   [ Luigi Gangitano ]
   * New upstream release
     - Fixes XSS vulnerability (Ref: SA-CORE-2009-005, CVE-2009-1575,
       CVE-2009-1576) (Closes: #526378)

 -- Luigi Gangitano <luigi@debian.org>  Mon, 04 May 2009 19:56:12 +0200

drupal6 (6.10-1) unstable; urgency=low

   [ Luigi Gangitano ]
   * New upstream release
     - This version fixes two Windows-only security issues
       (Ref: SA-CORE-2009-003, SA-CORE-2009-004)
       Debian is not affected by this vulnerabilites

 -- Luigi Gangitano <luigi@debian.org>  Sun, 01 Mar 2009 18:26:25 +0100

drupal6 (6.9-1) unstable; urgency=low

   [ Luigi Gangitano ]
   * New upstream release
     - Removed security patch integrate upstream
       + 12_SA-2008-073
       + 13_SA-CORE-2009-001
 
   * debian/cron.sh
     - Handle sites/all correctly (Closes: #513522)

 -- Luigi Gangitano <luigi@debian.org>  Mon, 16 Feb 2009 19:37:31 +0100

drupal6 (6.6-3) unstable; urgency=high

   [ Luigi Gangitano ]
   * Urgency high due to security fixes
 
   * debian/patches/13_SA-CORE-2009-001
     - Added upstream patch fixing multiple vulnerabilities
       (Ref: SA-CORE-2009-001, CVE-TBD)

 -- Luigi Gangitano <luigi@debian.org>  Fri, 16 Jan 2009 01:49:58 +0100

drupal6 (6.6-2) unstable; urgency=high

   * debian/patches/12_SA-2008-073
     - Moved NMU changes to dpatch file
 
   * debian/control
     - Added dependency on ${misc:Depends} to make lintian happy
 
   * debian/drupal6.{postinst,postrm}
     - Changed apache configuration link name to drupal6.conf, to avoid
       collision with drupal5 (Closes: #509769, #505146)
     - Set default Postgres encoding to UTF8 (Closes: #508506)
 
   * debian/README.Debian
     - Fixed link to installation script (Closes: 507914)

 -- Luigi Gangitano <luigi@debian.org>  Thu, 08 Jan 2009 20:49:51 +0100

2008

drupal6 (6.6-1.1) unstable; urgency=high

   * Non-maintainer upload.
   * Urgency high because this fixes a security issue
   * Include upstream patch for SA-2008-073, to fix a security issue:
     The update system is vulnerable to Cross site request forgeries. Malicious
     users may cause the superuser (user 1) to execute old updates that may
     damage the database.
     (Ref: SA-2008-073, CVE-2008-6170, CVE-2008-6532, CVE-2008-6533) (Closes: #508473)

 -- Patrick Schoenfeld <schoenfeld@debian.org>  Fri, 12 Dec 2008 09:30:28 +0100

drupal6 (6.6-1) unstable; urgency=high

   [ Luigi Gangitano ]
   * Urgency high due to security fixes
 
   * New upstream release
     - Fixes two security vulnerabilities
       (Ref: SA-2008-067, CVE-TBA) (Closes: #503222)
 
   * debian/drual6.postrm
     - Fixed missing -e option to make lintian happy
 
   * debian/patches/10_cronjob.dpatch
     - Added patch descritpion to make lintian happy
 
   * debian/control
     - Bumped Standard-Version to 3.8.0, no change needed
 
   * debian/{control,rules,links}
     - Added dependency on libjs-jquery and use jquery.js from it

 -- Luigi Gangitano <luigi@debian.org>  Fri, 24 Oct 2008 23:06:15 +0200

drupal6 (6.5-1) unstable; urgency=low

   [ Luigi Gangitano ]
   * New upstream release
     - Removed security patch integrate upstream
       + 11-SA-2008-060

 -- Luigi Gangitano <luigi@debian.org>  Mon, 20 Oct 2008 23:59:27 +0200

drupal6 (6.4-2) unstable; urgency=high

   [ Luigi Gangitano ]
   * Urgency high due to security fixes
 
   * debian/patches/11-SA-2008-060
     - Added upstream patch fixing several security vulnerabilities
       (Ref: SA-2008-060, CVE-TBA) (Closes: #501640)
 
   * debian/README.Debian
     - Added a notice about cookie security and session.cookie_secure
       configuration (Ref: CVE-2008-3661) (Closes: #501058)

 -- Luigi Gangitano <luigi@debian.org>  Fri, 14 Oct 2008 15:47:20 +0200

drupal6 (6.4-1) unstable; urgency=low

   [ Luigi Gangitano ]
   * New upstream release
     - Fixes several XSS vulnerabilities
       (Ref: SA-2008-047, CVE-TBD)

 -- Luigi Gangitano <luigi@debian.org>  Fri, 15 Aug 2008 01:35:59 +0200

drupal6 (6.3-1) unstable; urgency=low

   [ Luigi Gangitano ]
   * New upstream release (Closes: 465833)
 
   * debian/links
     - Changed files directory link to match new upstream configuration
 
   * debian/README.Debian
     - Fixed references to database population script and added instructions
       to enable apache2 mod_rewrite.

 -- Luigi Gangitano <luigi@debian.org>  Mon, 11 Aug 2008 19:16:04 +0200

drupal6 (6.0-1) UNRELEASED; urgency=low

   [ Luigi Gangitano ]
   * New upstream branch 6.0
 
   * debian/*
     - Rename file and directories from 5 to 6
     - In debian/control switch to Source: drupal6

 -- Luigi Gangitano <luigi@debian.org>  Mon, 11 Aug 2008 12:00:12 +0100

drupal5 (5.7-1) unstable; urgency=low

   [ Luigi Gangitano ]
   * New upstream release
     - Fixes several non-security related bugs (Closes: #464876)
 
   * debian/po/hu.po
     - Updated Hungarian debconf templates translation (Thanks to Miklos
       Lukacs) (Closes: #459378)
 
   * debian/cron.sh
     - Fixed cron script for multisite setup (thanks to Fernando Lucas
       Rodriguez) (Closes: #464599)
 
   * debian/watch
     - Removed unused 'uupdate' token

 -- Luigi Gangitano <luigi@debian.org>  Tue, 12 Feb 2008 11:40:29 +0100

drupal5 (5.6-2) unstable; urgency=low

   [ Luigi Gangitano ]
   * debian/cron.d
     - Fix typo in cron script that makes it running every minutes, set it
       to one hour (Closes: #456182)

 -- Luigi Gangitano <luigi@debian.org>  Sat, 26 Jan 2008 20:51:39 +0100

drupal5 (5.6-1) unstable; urgency=high

   [ Luigi Gangitano ]
   * Urgency high due to security fixes
 
   * New upstream release
     - Fixes Cross site request forgery in Aggregator module
       (Ref: SA-2008-005, CVE-TBA)
     - Fixes Cross site scripting vulnerability with IE6 and user submitted
       UTF8 input (Ref: SA-2008-006, CVE-TBA)
 
   * debian/cron.d
     - Run cron script every hour and not every 5 minutes (Closes: #456182)
 
   * debian/rules
     - Removed binary-arch section, moved all actions to binary-indep
 
   * debian/control
     - Swapped httpd | apache2 order to comply with policy
     - Bumped Standard-Version to 3.7.3, no change needed

 -- Luigi Gangitano <luigi@debian.org>  Fri, 11 Jan 2008 15:02:09 +0100

2007

drupal5 (5.5-1) unstable; urgency=high

   [ Luigi Gangitano ]
   * Urgency high due to security fixes
 
   * New upstream release
     - Fixes SQL Injection vulnerability in contributed modules
       (Ref: DRUPAL-SA-2007-031, CVE-2007-6299)
 
   * debian/cron.sh
     - Added check of BASE_URL in baseurl.php (Closes: #448774)

 -- Luigi Gangitano <luigi@debian.org>  Fri, 07 Dec 2007 21:29:18 +0100

drupal5 (5.3-1) unstable; urgency=high

   [ Luigi Gangitano ]
   * Urgency high due to security fixes
 
   * New upstream release
     - Fixes several security vulnerabilities
       + DRUPAL-SA-2007-024 (Ref: CVE-2007-5595)
       + DRUPAL-SA-2007-025 (Ref: CVE-2007-5593)
       + DRUPAL-SA-2007-026 (Ref: CVE-2007-5596)
       + DRUPAL-SA-2007-029 (Ref: CVE-2007-5594)
       + DRUPAL-SA-2007-030 (Ref: CVE-2007-5597)

 -- Luigi Gangitano <luigi@debian.org>  Sat, 20 Oct 2007 09:52:38 +0200

drupal5 (5.2-3) unstable; urgency=low

   * debian/drupal5.install
     - Install default robots.txt (Closes: #440291)
 
   * debian/control
     - Changed Recommends to postgresql

 -- Luigi Gangitano <luigi@debian.org>  Thu, 23 Aug 2007 15:44:15 +0200

drupal5 (5.2-2) unstable; urgency=low

   * debian/README.Debian
     - Fixed references to configuration directory
 
   * debian/etc/settings.php
     - Apply fixes from upstream version (Closes: #435433)

 -- Luigi Gangitano <luigi@debian.org>  Fri, 27 Jul 2007 02:12:20 +0200

drupal5 (5.2-1) unstable; urgency=high

   [ Luigi Gangitano ]
   * Urgency high due to security fixes
 
   * New upstream release
     - Fixes XSS in server variables (Ref: DRUPAL-SA-2007-018, CVE: TBD)
     - Fixes XSRF in Forms API (Ref: DRUPAL-SA-2007-017, CVE: TBD)
 
   * debian/copyright
     - Fixed FSF address to make lintian happy
 
   * debian/control
     - Removed dependencies on php4
     - Updated httpd real package dependency to apache2
     - Changed Build-Depend-Indep to Build-Depend (policy 7.6)

 -- Luigi Gangitano <luigi@debian.org>  Fri, 27 Jul 2007 01:48:04 +0200

drupal5 (5.1-3) unstable; urgency=low

   [ Luigi Gangitano ]
   * debian/control
     - Removed dependencies on 8.1 version of postgresql packages
     - Fixed typo in postgresql-server package (Closes: #429229)

 -- Luigi Gangitano <luigi@debian.org>  Wed, 29 Jun 2007 21:39:33 +0200

drupal5 (5.1-2) unstable; urgency=low

   [ Luigi Gangitano ]
   - debian/control
     * Added Xs-Vcs-{Svn,Browser} tags
 
   - debian/README.Debian
     * Added istructions on Postgres database install and PHP memory limit
       (Closes: #427001)
 
   [ Bart Cornelis (cobaco) ]
   - New Norwegian Bokmael translation by Hans Fredrik Nordhaug

 -- Luigi Gangitano <luigi@debian.org>  Tue, 13 Mar 2007 00:21:14 +0100

drupal5 (5.1-1) unstable; urgency=low

   [ Luigi Gangitano ]
   * New upstream release (Closes: #409522)
 
   * debian/{links,drupal5.install,cron.d,etc/apache.conf}
     - Applied patch from Karl-Heinz Nirschl fixing paths
 
   [ Bart Cornelis ]
   Translations
   * Updated Dutch translation by Bart Cornelis
   * Updated Japanese translation by Hideki Yamane
   * Updated German translation by  Helge Kreutzmann (Closes: #413891)
   * Updated Portuguese translation by Miguel Figueiredo (Closes: #413905)
   * New Swedisch Translation by Daniel Nylander
   * New Tamil translation by Tirumurti Vasudevan (Closes: #413824)
   * New Czech translation by Miroslav Kure (Closes: #413798)
   * New Russion translation by Yuriy Talakan (Closes: #414063)
   * New Basque translation by  Piarres Beobide (Closes: #413966)
   * New Galician translation by Jacobo Tarrio (Closes: #413764)

 -- Luigi Gangitano <luigi@debian.org>  Sat, 10 Mar 2007 20:04:24 +0100

drupal5 (5.0-1) UNRELEASED; urgency=low

   * (NOT RELEASED YET) New upstream release
 
   * debian/*
     - Rename file and directories from 4.7 to 5
     - In debian/control switch to Source: drupal5
     - Add watch file
 
   * debian/control
     - Removed Suggests on ssl enabled packages
     - Removed dependencies on apache and added dependency on httpd | apache
     - Added dependency on php4-gd | php5-gd
 
   * debian/{rules,drupal5.install}
     - Removed reference to not-existing directory 'database'
 
   * debian/patches/10_cronjob.dpatch
     - Updated patch to new cron script

 -- Luigi Gangitano <luigi@debian.org>  Fri, 26 Jan 2007 20:04:24 +0100

drupal (4.7.5-2) UNRELEASED; urgency=low

   [ Luigi Gangitano ]
   * NOT RELEASED YET
 
   * debian/control
     - Bumped Standards-Version to 3.7.2 (no change needed)
     - Removed dependency on postgsql-{client,server}-8.0 which is not in
       the archive anymore
 
   * Translations
     - Updated Dutch translations by Bart Cornelis

 -- Bart Cornelis (cobaco) <cobaco@linux.be>  Tue, 23 Jan 2007 11:50:45 +0100

drupal (4.7.5-1) unstable; urgency=low

   * New upstream release
     - Fixes Denial of Service (DRUPAL-SA-2007-002)
     - Fixes CSS Vulnerability (DRUPAL-SA-2007-001)

 -- Luigi Gangitano <luigi@debian.org>  Sun, 7 Jan 2007 00:33:33 +0100

drupal (4.7.4-3) unstable; urgency=low

   * debian/po/fr.po
     - Updated French debconf templates translation (Thanks to Thomas Huriaux)
       (Closes: #404967)
 
   * debian/control
     - Add php5 dependency (Closes: #405162)

 -- Luigi Gangitano <luigi@debian.org>  Sun, 7 Jan 2007 00:13:36 +0100

2006

drupal (4.7.4-2) unstable; urgency=low

   * debian/control
     - Fixed dependency on postgresql-client
     - Removed dependency on makepasswd (not needed since we use
       dbconfig.common)
     - Removed dependency on php4-cli (not needed with new cron script)
     - Promote Recommends: php4 to Depends: php4
 
   * debian/etc/settings.php
     - Fix warning if baseurl.php does not exists
 
   * debian/copyright
     - Fixed copyright information as requested by ftp-master

 -- Luigi Gangitano <luigi@debian.org>  Tue, 5 Dec 2006 15:37:25 +0100

drupal (4.7.4-1) unstable; urgency=low

   * Prepare package for new inclusion in Debian
     - Thanks to Karl-Heinz Nirschl for keeping this package in his repository
       and allowing me to start from his work
     - Change (binary) package name to drupal-4.7 allowing for multiple version
       to be installed concurrently, so admins can control upgrade between
       releases
     - Add dependency on dbconfig-common and switch custom config script to use
       functions provided by dbconfig-common (Closes: #366692)
     - Removed unused templates
     - Added dependency on curl for cron script execution
     - Take over removal request (Closes: #375496)
     - Update to latest revision (Closes: #307821, #365047, #365709)

 -- Luigi Gangitano <luigi@debian.org>  Thu, 23 Nov 2006 21:53:19 +0100

drupal (4.7.4-0brainlog1) unstable; urgency=low

   * new upstream release because patches do not apply cleanly
   * fixes: DRUPAL-SA-2006-024, DRUPAL-SA-2006-025, DRUPAL-SA-2006-026

 -- Karl-Heinz Nirschl <khn@bluejack.ath.cx>  Fri, 20 Oct 2006 19:26:16 +0200

drupal (4.7.2-0brainlog4) unstable; urgency=low

   * add security fix DRUPAL-SA-2006-011
     XSS Vulnerability in user module
   * move scripts dir to doc

 -- Karl-Heinz Nirschl <khn@bluejack.ath.cx>  Thu, 3 Aug 2006 19:46:57 +0200

drupal (4.7.2-0brainlog3) unstable; urgency=low

   * fix initial database generation - now checks for mysql version

 -- Karl-Heinz Nirschl <khn@bluejack.ath.cx>  Sat, 8 Jul 2006 13:13:12 +0200

drupal (4.7.2-0brainlog2) unstable; urgency=low

   * Using a fresh tarball and no .svn files.
   * Fix x. permissions.
   * Use debian mysql maint password for mysql install

 -- Tzafrir Cohen <tzafrir@cohens.org.il>  Fri, 7 Jul 2006 15:59:41 +0300

drupal (4.7.2-0brainlog1) unstable; urgency=low

   * new upstream release
   * add patch handling to package
     - make cron job less verbose

 -- Karl-Heinz Nirschl <khn@bluejack.ath.cx>  Fri, 16 Jun 2006 17:13:50 +0200

drupal (4.7.1-0brainlog1) unstable; urgency=low

   * new upstream version

 -- Karl-Heinz Nirschl <khn@manatorg.ath.cx>  Mon, 29 May 2006 14:01:48 +0200

drupal (4.6.5-0brainlog1) unstable; urgency=low

   * update to drupal 4.6.5 (new upstream)

 -- Karl-Heinz Nirschl <khn@maggie.ubi>  Mon, 29 May 2006 13:58:55 +0200

2005

drupal (4.6.3-0brainlog1) unstable; urgency=low

   * New upstream version (Closes: #307821)
   * based on the drupal 4.5.2-4 debian package
   * remove the auto update database stuff
   * added debconf entry for the base_url

 -- Karl-Heinz Nirschl <khn@bluejack.ath.cx>  Thu, 29 Sep 2005 19:10:17 +0200

drupal (4.5.2-4) unstable; urgency=low

   * [Miguel Figueiredo <elmig@debianpt.org>] Added Portuguese translation
     (Closes: #301394)
   * [Valentina Commissari <ayor@quaqua.net>] Added Italian translation
     (Closes: #301946)
   * [Gleydson Mazioli da Silva <gleydson@debian.org>] Updated Brazilian
     Portuguese translation.
   * Fixed typo in package description (Closes: #306997)

 -- Hilko Bengen <bengen@debian.org>  Thu, 19 May 2005 21:23:27 +0200

drupal (4.5.2-3) unstable; urgency=high

   * Fixes "Bypass access via comments" problem mentioned in
     http://drupal.org/node/19009.  Patch from Gerhard Killesreiter, thanks.
     I consider this a critical bug, hence urgency=high.
   * [Sergio Talens-Oliag <sto@debian.org>] Updated Spanish and Catalan
     Debconf translations and converted them to UTF-8.

 -- Hilko Bengen <bengen@debian.org>  Tue, 22 Mar 2005 11:14:36 +0100

drupal (4.5.2-2) unstable; urgency=low

   * Changed includes/bootstrap.inc: conf.php (or $site.php) is loaded from
     /etc/drupal directly, without the need for any link.
   * Removed indentations from sed script which is used to edit the
     configuration file.
   * Rolled back session.inc to version found in 4.5.1; fixes bug documented
     in http://drupal.org/node/15666
   * Added documentation about manual update procedure in README.Debian
     and Debconf templates (Closes: #293804)
   * Added documentation about adding modules and themes that are not
     part of the package.
   * NEWS.Debian mentions where to get Marvin and UnConeD themes that used
     to be part of the Drupal distribution.

 -- Hilko Bengen <bengen@debian.org>  Tue, 15 Mar 2005 15:16:26 +0100

drupal (4.5.2-1) unstable; urgency=low

   * New upstream version (Closes: #290745; That was fast, wasn't it?)
   * Updates Japanese Debconf template, thanks to Hideki Yamane
     (Closes: #290439)
   * The config file /etc/drupal/conf.php is only generated if it hasn't
     existed. It is no longer edited.

 -- Hilko Bengen <bengen@debian.org>  Sun, 16 Jan 2005 14:49:50 +0100

drupal (4.5.1-2) unstable; urgency=low

   * /etc/drupal/conf.php is no longer a conffile (Closes: #289624)
   * Should install with mysql-client-4.1 now (Closes: #285733)

 -- Hilko Bengen <bengen@debian.org>  Wed, 12 Jan 2005 02:16:28 +0100

drupal (4.5.1-1) unstable; urgency=low

   * New upstream version (Closes: #277547, #289216, #278345)
   * Marvin and UnConeD have been split off into separate packages, as they
     are not officially supported by upstream any longer.
   * Added Japanese Debconf template (Closes: #288040)

 -- Hilko Bengen <bengen@debian.org>  Sun, 9 Jan 2005 04:21:03 +0100

2004

drupal (4.4.2-2) unstable; urgency=low

   * Bump version dependency to 0.0.37 where better support for PostgreSQL
     is included (Closes: 263730)
   * Another patch to node.module for DB-independennce (Closes: 258015)

 -- Hilko Bengen <bengen@debian.org>  Wed, 18 Aug 2004 00:39:58 +0200

drupal (4.4.2-1) unstable; urgency=low

   * New upstream bugfix release
     - PostgreSQL support fixed in node.module
       (Closes: #258015, #258016)
   * Fixed sed statement in postinst so it will work with woody's sed.
     (Closes: #257529)
   * Depends: sharutils (Closes: #258156)
   * Cron script checks whether /usr/share/drupal/scripts/cron.sh exists
     and is executable (Closes: #251853)

 -- Hilko Bengen <bengen@debian.org>  Tue, 20 Jul 2004 00:03:06 +0200

drupal (4.4.1-3) unstable; urgency=low

   * Included Marvin and Unconed themes from contrib (Closes: #255039)

 -- Hilko Bengen <bengen@debian.org>  Mon, 28 Jun 2004 14:34:40 +0200

drupal (4.4.1-2) unstable; urgency=high

   * Applied admin_node.patch from <http://drupal.org/node/view/7096>;
     against the "Invalid argument supplied for foreach() in
     /usr/share/drupal/modules/node.module" error (Closes: #242992)
   * Fixed removal of links in webserver directories
   * Shut up cron.sh (Closes: #251853)
   * Install misc/ directory (images and css) (Closes: #253550)
   * Fixed PostgreSQL removal, added some docs (Closes: #253282)

 -- Hilko Bengen <bengen@debian.org>  Thu, 10 Jun 2004 16:06:47 +0200

drupal (4.4.1-1) unstable; urgency=low

   * New upstream version (Closes: #246307)
   * Added <CR> to cron.d (Closes: #242199)
   * Create language in database/database.pgsql (Closes: #242572)
   * Fixed dependencies (Closes: #242622):
     - Depends on php4-cgi (since it's used by maintainer scripts)
     - Recommends: php4 | libapache2-mod-php4 (After all, one _can_ run
       Drupal with a PHP-CGI setup
   * Fixed generation of links in webserver directories (Closes: #249488)
   * Out-of-the-box support for multiple sites (Closes: #246009)
   * Put themes directory under /usr/share/drupal. Themes are no longer
     handled as conffiles.
   * Fixed path to database.mysql in README.Debian (Closes: #246414)

 -- Hilko Bengen <bengen@debian.org>  Tue, 25 May 2004 10:12:34 +0200

drupal (4.3.2-3) unstable; urgency=low

   * Rewrote README.Debian, copying substantial parts from the INSTALL file
     (Closes: #240505)
   * Re-added a (commented-out) directive for restricting access to
     admin.php to htaccess file

 -- Hilko Bengen <bengen@debian.org>  Sun, 28 Mar 2004 17:38:11 +0200

drupal (4.3.2-2) unstable; urgency=low

   * [Bart Cornelis <cobaco@linux.be>] Added Dutch debconf translation
     (Closes: #232230)
   * [Sergio Talens-Oliag <sto@debian.org>] Added Spanish and Catalan
     debconf translations (Closes: #235018
   * [Gleydson Mazioli da Silva <gleydson@debian.org>] Added Brazilian
     Portugese debconf translation (Closes: #185829)
   * [Christian Perrier <bubulle@debian.org>] Added French debconf translation
     (Closes: #200722)
   * Added German debconf translation

 -- Hilko Bengen <bengen@debian.org>  Tue, 16 Mar 2004 00:43:55 +0100

drupal (4.3.2-1) unstable; urgency=low

   * New maintainer (Closes: #227771)
   * New upstream release (Closes: #204241, #220066)
     - Test shows that kuro5hin RSS feed can be imported just fine
       (Closes: #184252)
     - The encoding bug in ping.module appears to have been fixed
       (Closes:  #215643)
   * Revamped installation and automatic upgrade procedure
     - Update sets password in config.php _and_ database (Closes: #193545)
     - It's possible to install the package without performing any database
       setup at all (Closes: #201202)
   * Fixed /etc/drupal/apache.conf (Closes: #219143)
   * Basic PostgreSQL support -- user and database are created
     (Closes: #186563)
   * Should work with apache2 (Closes: #235912)

 -- Hilko Bengen <bengen@debian.org>  Thu, 11 Mar 2004 17:30:11 +0100

drupal (4.1.0-10) unstable; urgency=low

   * Maintainer field set to QA Group
   * New Brazilian Portuguese debconf template translation, provided by
     Andre Luis Lopes <andrelop@debian.org>. Closes: #228109

 -- Emanuele Rocca <ema@debian.org>  Sun, 1 Feb 2004 20:35:04 +0100

2003

drupal (4.1.0-9.1) unstable; urgency=low

   * NMU
   * French debconf templates translation. Closes: #200722
   * Correction to english templates for (I guess) better english and
     formulations. Closes: #186566
   * Brazilian portuguese debconf tempaltes translation. Closes: #185829

 -- Christian Perrier <bubulle@debian.org>  Tue, 16 Sep 2003 08:55:38 +0200

drupal (4.1.0-9) unstable; urgency=low

   * Two corrections in postinst to allow manually setting up the DB
     on upgrade.

 -- Hugo Espuny <hec@debian.org>  Wed, 19 Mar 2003 22:02:50 +0100

drupal (4.1.0-8) unstable; urgency=low

   * Added patch from drupal.org (Closes: #185217)
   * Minor typo on apache.conf
   * Now htaccess is set up dynamically.
   * Example of restricted admin.php is now at htaccess
   * Debconf now does not repeat questions after preconfiguring.

 -- Hugo Espuny <hec@debian.org>  Wed, 19 Mar 2003 20:09:45 +0100

drupal (4.1.0-7) unstable; urgency=high

   * Added securing point to README.Debian
   * Alias directive on /etc/drupal/apache.conf now is changed
     dynamically according with debconf question.

 -- Hugo Espuny <hec@debian.org>  Fri, 14 Mar 2003 20:33:29 +0100

drupal (4.1.0-6) unstable; urgency=high

   * Corrected postrm problem whe downgrading to certain versions.

 -- Hugo Espuny <hec@debian.org>  Fri, 14 Mar 2003 19:38:15 +0100

drupal (4.1.0-5) unstable; urgency=low

   * Corrected mv themes order in rules file.

 -- Hugo Espuny <hec@debian.org>  Fri, 14 Mar 2003 19:22:12 +0100

drupal (4.1.0-4) unstable; urgency=low

   * Corrected themes moving engine. (Closes: #184752)
   * Themes are now configfiles (since 4.1.0-2). I forgot to say...

 -- Hugo Espuny <hec@debian.org>  Fri, 14 Mar 2003 17:30:45 +0100

drupal (4.1.0-3) unstable; urgency=low

   * Updated to policy version 3.5.9

 -- Hugo Espuny <hec@debian.org>  Fri, 14 Mar 2003 00:28:18 +0100

drupal (4.1.0-2) unstable; urgency=low

   * Corrected directive "AllowOverride None" to "AllowOverride All" in
     /etc/drupal/apache.conf. (Closes: #184183)
   * Corrected directive <DirectoryMatch> to <Directory> in
     /etc/drupal/apache.conf.
   * Corrected cron file, postinst and templates. Now debconf asks for the
     whole URL, not only TCP port. (Closes: #184182) (Closes: #184182)
     Thanks to John Goerzen <jgoerzen@complete.org> to point me those.
   * News feed now works properly. (Closes: #184252) (Closes: #184253)

 -- Hugo Espuny <hec@debian.org>  Wed, 12 Mar 2003 18:25:35 +0100

drupal (4.1.0-1) unstable; urgency=high

   * New upstream version (Closes: #178506) (Closes: #173107)
   * Moved to use po-debconf.
   * Fixed README.Debian (Closes: #173103) (Closes: #184111)

 -- Hugo Espuny <hec@debian.org>  Fri, 7 Mar 2003 21:09:02 +0100

2002

drupal (4.0-4) unstable; urgency=low

   * Corrected a bug on cron.d file.

 -- Hugo Espuny <hec@debian.org>  Wed, 11 Dec 2002 22:39:16 +0100

drupal (4.0-3) unstable; urgency=low

    * Corrected /etc/cron.d/drupal (thanx to  Paul van Tilburg
      <paulvt@debian.org>). (Closes: #172153)
    * Corrected link in README.Debian. (Closes: #169949)
    * Changed priority to extra.
    * postrm now executes an abort install properly.
    * Updated policy standars to 3.5.8

 -- Hugo Espuny <hec@debian.org>  Tue, 10 Dec 2002 00:38:36 +0100

drupal (4.0-2) unstable; urgency=low

   * Minor typo correction in templates file.
   * Minor bug correction about webserver port in postinst.
   * Added versioned dependency on wget to support HTTPS
   * Moved update.php to /usr/share/doc/drupal/upgrades

 -- Hugo Espuny <hec@debian.org>  Wed, 30 Oct 2002 16:54:06 +0100

drupal (4.0-1) unstable; urgency=low

   * New debian package. (Closes: #164676)
   * Code taken from phpnuke package.

 -- Hugo Espuny <hec@debian.org>  Tue, 29 Oct 2002 21:21:26 +0100