mantis (1.0.7+dfsg-2) UNRELEASED; urgency=low

  * Debconf templates and debian/control reviewed by the debian-l10n-
    english team as part of the Smith review project. Closes: #428159
  * Debconf translation updates:

 -- Kevin Coyner <kevin@rustybear.com>  Sat, 09 Jun 2007 09:58:05 -0400

mantis (1.0.7+dfsg-1) unstable; urgency=low

  * New upstream release
    - Includes some security fixes
    - Includes some minor bug fixes
    (Closes: #415158, #420639)
  * Added original re-licensed rss library
  * Added dependency on mysql-client. Thanks to Luca Falavigna for the patch
    (Closes: #420841)
  * Removed custom field disclosure patch, because it is part of upstream now
  * Changed modes of /etc/mantis/config_db.php to something more sane
    (Closes: #425010)
  * Fixed reinstallation by an additional if-clause in the pre-installation
    script (Closes: #408822)
  * Adding missing question about from-address to debian/config
  * Fixed deletion of configuration files during reconfigure (Closes: #408823)
  * Removed garbage from mantis.templates (Closes: #408819)
  * Changed include path in apache.conf to work in more constellations
    (Closes: #414796, #425034)
  * Added a note about the Administrator account information
   * [INTL:de] Updated German debconf translation.
    Thanks to Helge Kreutzmann. (Closes: #412115)
  * [INTL:pt] Portuguese translation for debconf messages
 
 -- Patrick Schoenfeld <schoenfeld@in-medias-res.com>  Wed, 23 May 2007 15:33:14 +0200

mantis (1.0.6+dfsg-4.1) unstable; urgency=low

  * Non-maintainer upload to fix remaining l10n issues
  * Add debconf-updatepo to the clean target
  * Debian templates translations:
    - French updated. Closes: #406252
    - Japanese updated. Closes: #405778

 -- Christian Perrier <bubulle@debian.org>  Sun, 21 Jan 2007 19:11:23 +0100

mantis (1.0.6+dfsg-4) unstable; urgency=low

  * Added README.MultipleInstances which contains informations about
    running multiple mantis instances on a single system
    (Closes: #281375)
  * Added a check in debian/config if /etc/mailname exists before sourcing
    it as a default preset. (Closes: #403580)
  * Updated french debconf translation. Thanks to Christian Perrier.
    (Closes: #403434)
  * Updated Czech debconf translation. Thanks to Miroslav Kure.
    (Closes: #403540)
  * Updated Swedish debconf translation. Thanks to Daniel Nylander.
  * Updated Brazilian Portuguese translation. Thanks to Andre Luis Lopes.

 -- Patrick Schoenfeld <schoenfeld@in-medias-res.com>  Thu,  4 Jan 2007 15:37:26 +0100

mantis (1.0.6+dfsg-3) unstable; urgency=low

  * Fixed bug in debian/config that caused admin mail address pointing to default
    value in the further dialog instead of what the user entered.
  * Brought debconf translations back, thanks to Christian Perrier for the
    hint and the patch (Closes: #402283)
  * Added updated german translation of debconf texts
  * Fixed SA23258: mantis: Custom Field Information Disclosure by backporting
    core/history_api.php from 1.1.0a2 to this version
    (Closes: #402802)

 -- Patrick Schoenfeld <schoenfeld@in-medias-res.com>  Wed, 13 Dec 2006 18:07:19 +0100

mantis (1.0.6+dfsg-2) unstable; urgency=low

  * Changed templates so that default choices aren't marked as translatable
    anymore, where it is not needed
    (Closes: #401408)

 -- Patrick Schoenfeld <schoenfeld@in-medias-res.com>  Tue,  5 Dec 2006 13:37:40 +0100

mantis (1.0.6+dfsg-1) unstable; urgency=low

  * New maintainer (Closes: #400120)
  * New upstream version (Closes: #385504,#358639,#399716)
  * Repackaged source tarball to be dfsg-compliant:
    - Removed class.RSSBuilder.inc.php which had a non-free license
    - Removed adodb and phpmailer directories
  * Added dependency on libphp-adodb and libphp-phpmailer. Also added
    a patch to let the code use these versions (Closes: #344132)
  * Changed dependencies on php so that it is possible to use php5 (Closes:
    #374283, 358640)
  * Package now uses dbconfig-common for database maintainance. It is quiet
    more robust now (Closes: #327116, #313358)
  * post-installation script now checks if user selected a webserver to be
    configured at all. if not it does not try to configure or restart it.
    (Closes: #296745,#374770)
  * post-installation script does not make use of makepasswd anymore. (Closes:
    #327526)

 -- Patrick Schoenfeld <schoenfeld@in-medias-res.com>  Thu, 30 Nov 2006 12:48:55 +0100

mantis (0.19.4-3.2) unstable; urgency=low

  * Non-maintainer upload to fix regression in previous NMU.
  * Do not use not-yet-existant db_field_names function in
    backported security fix (Closes: #379734, thanks
    Martin von Oertzen).

 -- Thijs Kinkhorst <thijs@debian.org>  Tue, 25 Jul 2006 13:49:20 +0200

mantis (0.19.4-3.1) unstable; urgency=high

  * Non-maintainer upload for security issues.
  * CVE-2006-1577: Multiple cross-site scripting (XSS) vulnerabilities in
    view_all_set.php. Apply upstream patch. (Closes: #361138)
  * CVE-2006-0841: Multiple cross-site scripting (XSS) vulnerabilities in
    view_all_set.php, manage_user_page.php, view_filters_page.php,
    proj_doc_delete.php. Apply selected upstream patches where relevant to our
    version. (Closes: #378353)
  * Fix the following lintian errors (many warnings remain):
    - debian/rules misses required target binary-arch
    - wrong path to interpreter /usr/local/bin/php
    - build-depends-indep should be build-depends debhelper

 -- Thijs Kinkhorst <thijs@debian.org>  Wed, 19 Jul 2006 22:12:06 +0200

mantis (0.19.4-3) unstable; urgency=high

  * Security update for CVS-2006-0665
    - better check _GET
    - Cross site scripting vulnerability

 -- Igor Genibel <igenibel@debian.org>  Tue, 14 Feb 2006 16:09:14 +0100

mantis (0.19.4-2) unstable; urgency=low

  * Typo fix in mantis.postinst that should prevent smooth 
    package upgrade (Closes: #212579)
  * Correct SQL query since mysql 5.0.12 join schema has changed 
    (Closes: #348642)

 -- Igor Genibel <igenibel@debian.org>  Wed, 18 Jan 2006 10:18:31 +0100

mantis (0.19.4-1) unstable; urgency=high

  * New upstream release
  * New Maintainer (Closes: #335992,#345353)
  * Added Swedish translation
      (Thanks to Daniel Nylander <yeager@lidkoping.net>)
      (Closes: #340484)
  * Fix several security issues:
    - CVE-2005-4524, CVE-2005-4523, CVE-2005-4522, CVE-2005-4521,
      CVE-2005-4520, CVE-2005-4519, CVE-2005-4518, CVE-2005-4238
      (Closes: #345288)
  * Acknowledge Security Fixes NMUs (Closes: #330682,#335938)
  * Acknowledge Important Fixes NMUs (Closes: #323914)
  * Acknowledge Normal Fixes NMUs (Closes: #328959,#332021,#334523)
  * Acknowledge Minor and Wishlist Fixes NMUs (Closes: #319625,#312749)
  * Ack Thijs Kinkhorst <kink@squirrelmail.org> NMUs patch (Closes: 336516)

 -- Igor Genibel <igenibel@debian.org>  Wed,  4 Jan 2006 15:45:57 +0100

mantis (0.19.3-0.1) unstable; urgency=high

  * NMU for RC Security bug.
  * New upstream security bugfix release.
  * Incorporates backported security fixes from -4
  * Plus, fixes even more issues:
    - 0005247: Real email addresses are visible when using reminders
    [CVE-2005-3338]
    - 0005751: Javascript XSS vulnerability [CVE-2005-3091]
    - 0006097: user ID is cached indefinately [CVE-2005-3339]
    - 0006273: File Inclusion Vulnerability [CVE-2005-3335]
    - 0006275: SQL injection [CVE-2005-3336]
    (Closes: #330682, #335938).
  * Add missing CVE id to previous changelog.
  * Fix adodb symlink, so the package is installable again
    (Closes: #323914).
  * Fix debconf dependency (Closes: #332021).
  * Add alternative mysql-client-5.0 to mysql-client dependency
    (Closes: #334523).
  * Add debconf-updatepo to 'clean' target (Closes: #328959).
  * Add debconf translations for Vietnamese and Czech,
    thanks to Clytie Siddall and Miroslav Kure.
    (Closes: #312749, #319625)
  * Update FSF address in debian/copyright.

 -- Thijs Kinkhorst <kink@squirrelmail.org>  Sat, 29 Oct 2005 22:35:09 +0200

mantis (0.19.2-4) stable-security; urgency=HIGH

  * Maintainer upload for the security team
  * Fixes CAN-2005-2556
    - Mantis bug#0005956: Fixes "Database system scanner via variable
      poisoning" vulnerability
  * Fixes CAN-2005-2557
    - Mantis bug#0005959: Fixes cross-site-scripting vulnerability in
      view_all_set.php
  * Fixes CVE-2005-3090
    - Mantis bug#0006002: Fixes cross-site-scripting vulnerability in
      view_all_bug_page.php
  * Thanks to Joxean Koret <joxeankoret@yahoo.es> for pointing these
    issues out. Thanks to Glenn Henshaw <thraxisp4@mac.com> for providing
    detailed information by sending the BTS entries per mail
    
    Unfortunately, to my knowledge, upstream developers have neither made
    those entries publicly available nor issued warnings after fixing the
    bugs.

 -- Hilko Bengen <bengen@debian.org>  Tue, 16 Aug 2005 23:37:04 +0200

mantis (0.19.2-3) unstable; urgency=HIGH

  * Justification: Fixes RC bug.
  * Fixed Apache configuration link removal (Closes: #308257)
  * Stricter apache, apache2 dependency

 -- Hilko Bengen <bengen@debian.org>  Fri, 13 May 2005 17:22:41 +0200

mantis (0.19.2-2) unstable; urgency=low

  * Inclusion of /etc/mantis/apache.conf is now done via a symlink
    in /etc/$APACHEFLAVOR/conf.d. Quoting has been fixed (Closes: #293439)
  * mantis/ldap_info is no longer shown (Closes: #284478)
  * Updated Danish, German, Brazilian, Japanese, French Debconf templates,
    thanks to Morten Brix Pedersen, Jens Nachtigall, Andre Luis Lopes,
    Hideki Yamane, Christian Perrier (Closes: #291728, #291748, #292076,
    #292432, #293372)
  * Fixed copyright file (Closes: #293470)

 -- Hilko Bengen <bengen@debian.org>  Wed,  9 Feb 2005 23:40:31 +0100

mantis (0.19.2-1) unstable; urgency=HIGH

  * Justification: Fixes RC bugs #281353, #212578
  * New upstream version
  * Added makepasswd dependency (Closes: #281353)
  * po-debconf:
    - Added Danish translation, thanks to Morten Brix Pedersen
      (Closes: #275985)
    - Added Japanese translation, thanks to Hideki Yamane
      (Closes: #288976)
    - Updated French translateion, thanks to Christian Perrier 
      (Closes: #279834)
    - Updated German translation, thanks to Jens Nachtigall
      (Closes: #278284)
  * Added note about automatic vs. manual upgrade in README.Debian
    (Closes: #277325)
  * Reorganized maintainer scripts
    - Ask whether app should be configured at installation time 
      (Closes: #281374)
    - Database password is now taken fron config file (if any) instead of
      Debconf database. (Closes: #212578)

 -- Hilko Bengen <bengen@debian.org>  Mon, 17 Jan 2005 00:14:25 +0100

mantis (0.19.0-1) unstable; urgency=low

  * New maintainer
  * New upstream version (Closes: #227727, #271318)
    - As of 0.18, Mantis no longer relies on register_globals being set
      (Closes: #257005)
  * Depends: [...] apache | httpd (Closes: #241178)
  * Included ca Debconf translation (Closes: #236664)
  * Speling and grammar fixes in Debconf templates
  * postinst, postrm
    - Allow configuration of multiple webserver installations
    - use wwwconfig-common to handle database stuff
  * Removed debhelper-default preinst, prerm scripts
  * Let user choose a password for the administrator user (Closes: #274748)
  * Generate random password for database access if the user has not
    chosen a password (Closes: #274746)

 -- Hilko Bengen <bengen@debian.org>  Mon,  4 Oct 2004 00:52:39 +0200

mantis (0.17.5-8) unstable; urgency=low

  * Only reconfigure if config.php doesn't exists, avoiding overwriting it
    (Closes: #199985)
  * Urlencodes before creating bug and cvs links (Closes: #200336)
  * Downgraded priorities from some debconf questions
  * Don't rm -fr /etc/mantis
  * Debconf also askes for apache-perl (already on dependency list)
  * Updated to Standards-Version 3.6.1 
  * Better detection of wrong mysql's root user/pass parameters

 -- Bruno Rodrigues <bruno.rodrigues@litux.org>  Fri, 29 Aug 2003 14:36:42 +0100

mantis (0.17.5-7) unstable; urgency=low

  * New maintainer (Closes: #196210) sponsored by
    Christian Perrier <bubulle@debian.org
  * Fixed erroneous language string for brazil in debconf template
    (Closes: #197414); also fixed japanese (_euc and _sjis) and added missing
    russian_koi8; fixed debconf's *.po to avoid fuzzy strings
  * Added pt debconf translation
  * Changed debconf template to not translate untranslatable strings like
    "root", "localhost" and "3306"
  * Fixes some spelling errors in pt_BR.po's debconf
  * Added charset support to web pages and email sending, where charset is
    defined in each lang/strings_*.txt (Closes: #160630)
  * Added htmlentities() call to display_string, disabling html codes inside
    bug description and aditional info (Closes: #159897)
  * Updated Standards-Version to 3.5.10
  * Now uses dpatch to maintain patches; splited patches to 01_debian and
    02_charset
  * Now uses tempfile in post{inst,rm} instead of /tmp/my.cnf.$$; removed
    lintian override
  * Changed mantis.template to use "__Choice" and "_DefaultChoice" to enable
    default choice for language dependent of local language (Thanks to
    Christian Perrier); this requires debhelper >= 4.1.16; 
  * Removed po-debconf from Build-Depends: already required by debconf
  * lintian override about postinst removed. There is no reason to not fix
    this some day
  * lintian override about select-with-translate-default-field added. *this*
    is a known lintian bug (#139765)

 -- Bruno Rodrigues <bruno.rodrigues@litux.org>  Thu, 26 Jun 2003 16:37:53 +0000

mantis (0.17.5-6) unstable; urgency=low

  * NMU
  * added french debconf translation. Closes: #191733
  * Corrected all double spaces in templates file. Careful edition of
    pt_BR.po and de.po for avoiding lots of fuzzy strings
  * same for s/mysql/MySQL. Translators already did it properly.
  * fixed templates file for some bad english or typos. Tried to be
    as less invasive as possible so that de.po and pt_BR.po do not turn 
    out fuzzy. Closes: #193150

 -- Christian Perrier <bubulle@debian.org>  Sat, 14 Jun 2003 09:59:02 +0200

mantis (0.17.5-5) unstable; urgency=low

  * Orphan this package

 -- Igor Genibel <igenibel@debian.org>  Thu,  5 Jun 2003 12:09:45 +0200

mantis (0.17.5-4) unstable; urgency=low

  * Add portuguese template translation (Closes: #186781)
  * Change standards to 3.5.9.0

 -- Igor Genibel <igenibel@debian.org>  Mon, 31 Mar 2003 18:53:15 +0200

mantis (0.17.5-3) unstable; urgency=low

  * use po-debconf now
  * clean debian/ in order to mute lintian
  * close depends problem (Closes: #181341)
  * fix stompped settings (Closes: #160629)
  * fix install deadlock when providing wrong root mysql password
    (Closes: #159688)
  * add a trailing / when necessary in debconf config file
    (Closes: #159370)
  * remove project cleanly (Closes: #158738)
  * rearrange apache.conf file

 -- Igor Genibel <igenibel@debian.org>  Fri, 21 Mar 2003 16:28:34 +0100

mantis (0.17.5-2) unstable; urgency=low

  * apply a patch in order to convert all applicable characters to HTML
    entities 

 -- Igor Genibel <igenibel@debian.org>  Tue,  3 Sep 2002 11:55:00 +0200

mantis (0.17.5-1) unstable; urgency=low

  * New upstream release
  * suppress extra spaces in description (Closes: #157976)

 -- Igor Genibel <igenibel@debian.org>  Mon, 26 Aug 2002 11:43:55 +0200

mantis (0.17.4a-3) unstable; urgency=low

  * Add test about restarting webserver in order to prevent brokening mantis
    when webserver is broken (Closes: #157830)

 -- Igor Genibel <igenibel@debian.org>  Thu, 22 Aug 2002 14:20:53 +0200

mantis (0.17.4a-2) unstable; urgency=high

  * fix upstream sources typo in related sanity code
   s/g_bottom_include_file/g_bottom_include_page/g

 -- Igor Genibel <igor@genibel.org>  Tue, 20 Aug 2002 16:10:22 +0200

mantis (0.17.4a-1) unstable; urgency=low

  * New upstream version (that include security fixes)
  * New mysql usage
  * add a "if exists" statement when drop the database

 -- Igor Genibel <igenibel@debian.org>  Mon, 19 Aug 2002 16:02:41 +0200

mantis (0.17.3-3) unstable; urgency=high

  * Security upload
  * Applied upstream patch to fix cross site code execution
  * Added more sanity code to fix even more cross site code execution 
    Martin Schulze <joey@infodrom.org> (thanks a lot)

 -- Igor Genibel <igenibel@debian.org>  Wed, 14 Aug 2002 12:40:34 +0200

mantis (0.17.3-2) unstable; urgency=low

  * new depends on apache-perl (closes: #152472)
  * suppress admin_upgrade* files in order to prevent users to 
    try to upgrade via upstream code. 
    Debian package does that (closes: #152674)

 -- Igor Genibel <igenibel@debian.org>  Fri, 26 Jul 2002 17:52:20 +0200

mantis (0.17.3-1) unstable; urgency=low

  * new upstream release

 -- Igor Genibel <igenibel@debian.org>  Sun, 26 May 2002 10:05:47 +0200

mantis (0.17.2-1) unstable; urgency=low

  * New upstream version
  * apply upstream patch to fix CSV bug

 -- Igor Genibel <igenibel@debian.org>  Mon, 13 May 2002 12:31:56 +0200

mantis (0.17.1-2) unstable; urgency=low

  * split config file in order to use debconf as a cache not as
    a config database. (closes: #132442)
  * split debconf templates files following Denis Barbier's advice

 -- Igor Genibel <igor@genibel.org>  Sun,  7 Apr 2002 16:46:37 +0200

mantis (0.17.1-1) unstable; urgency=low

  * new upstream release
  * fix documentation links (closes: #137252)
  * apply small patch to prevent project selection bug
  * fix db_generate.sql administrator password to CRYPT one

 -- Igor Genibel <igenibel@debian.org>  Mon, 18 Mar 2002 17:57:30 +0100

mantis (0.17.0-4) unstable; urgency=low

  * don't change mysql admin permission if it also is the mantis
    user. Complement to the bug #134291 fix.

 -- Igor Genibel <igenibel@debian.org>  Mon, 25 Feb 2002 16:29:13 +0100

mantis (0.17.0-3) unstable; urgency=low

  * If mantis user is root then don't set mysql permissions.
    Thanks Peter Mathiasson (closes: #134291)
  * really set the current version in debconf.

 -- Igor Genibel <igenibel@debian.org>  Mon, 25 Feb 2002 11:40:09 +0100

mantis (0.17.0-2) unstable; urgency=low

  * really update mysql schema

 -- Igor Genibel <igenibel@debian.org>  Sun, 24 Feb 2002 19:11:37 +0100

mantis (0.17.0-1) unstable; urgency=medium

  * New upstream release (closes: #131162)
  * fix misplced config files (closes: #134292)
  * move file from /var/www to /usr/share/mantis (closes: #134314)

 -- Igor Genibel <igenibel@debian.org>  Fri, 22 Feb 2002 15:26:04 +0100

mantis (0.16.1-1) unstable; urgency=low

  * new upstream release (closes: #126032)
  * fix typo in control file (closes: #125117)
  * add DirectoryIndex directive to apache.conf file (closes: #122270)
  * fix postinst problem (postinst hang) (Closes: #122269)

 -- Igor Genibel <igenibel@debian.org>  Wed, 16 Jan 2002 17:16:45 +0100

mantis (0.15.12-2) unstable; urgency=low

  * fix the apache hangs bug (Closes: #122269)
  * add DirectoryIndex directive in apache.conf file (Closes: #122270)

 -- Igor Genibel <igenibel@debian.org>  Mon, 10 Dec 2001 22:06:15 +0100

mantis (0.15.12-1) unstable; urgency=low

  * New upstream release
  * insert debconf german translation (Closes: #118956)

 -- Igor Genibel <igenibel@debian.org>  Mon, 19 Nov 2001 17:25:21 +0100

mantis (0.15.7-2) unstable; urgency=low

  * mantis now support empty mysql password thanks to Ondrej Karny
    (Closes: #113383)
  * now depends on php3 or php4 thanks to Ola Lundqvist (Closes: #112181)

 -- Igor Genibel <igenibel@debian.org>  Sun, 30 Sep 2001 23:02:59 +0200

mantis (0.15.7-1) unstable; urgency=low

  * Initial Release. (Closes: #110419)

 -- Igor Genibel <igenibel@debian.org>  Tue, 28 Aug 2001 16:57:09 +0200
