2009
mantis (1.1.8+dfsg-3) unstable; urgency=low
* Updated German debconf translation, thanks to Helge
Kreutzmann (Closes: #539787)
* Updated Russian debconf templates translation, thanks
to Yuri Kozlov (Closes: #539941)
* Updated French debconf templates translation, thanks to
Christian Perrier (Closes: #540096)
* Updated Italian translation, thanks to Luca Monducci
(Closes: #540632)
-- Patrick Schoenfeld <schoenfeld@debian.org> Mon, 10 Aug 2009 14:59:27 +0200
mantis (1.1.8+dfsg-2) unstable; urgency=high
[ Olivier Berger ]
* Fix template and french translation regarding 'administrator' (Closes:
534832)
[ Patrick Schoenfeld ]
* Urgency high because this fixes a security bug
* Use ucf with --debconf-ok switch in postrm, too, in order to finally
get rid of the odd debconf warnings. Thanks Andreas Moog. (Closes:
#525369)
* Fix default permissions for config_db.php and add a conditional to
update old installations.
(Closes: #425010)
* Remove dpkg-statoverrides on package purge (Closes: #539387)
-- Patrick Schoenfeld <schoenfeld@debian.org> Fri, 31 Jul 2009 13:39:51 +0200
mantis (1.1.8+dfsg-1) unstable; urgency=low
[ Olivier Berger ] * New upstream version (Closes: #528192). * Apply patch from Andreas Moog, fixing ucf warning (Closes: #525369) * Add 05-fix-phpmailer.patch to make it work with phpmailer 2.1 (Closes: #501434) * Remove documentation for soap restrictions because they are not anymore * Use nusoap from libnusoap-php instead of shipping embedded copy. * Restore SOAP server * Fix patch 01-use-libphp-phpmailer-instead-of-prepackaged-version.patch so that phpmailer works even when invoked from SOAP [ Patrick Schoenfeld ] * Merged and fixed changelog entries * Fix debian/watch * Update standards version; no changes needed * debian/changelog: Do not point to the symlinked license. Instead point to GPL2 and LGPL2 directly
-- Patrick Schoenfeld <schoenfeld@debian.org> Sat, 27 Jun 2009 09:49:05 +0200
2008
mantis (1.1.6+dfsg-2) unstable; urgency=low
* Upload to unstable
-- Patrick Schoenfeld <schoenfeld@debian.org> Mon, 22 Dec 2008 09:42:23 +0100
mantis (1.1.6+dfsg-1) experimental; urgency=low
* New upstream version:
+ Several bugfixes for some caching problems
+ Several bugfixes for access control bugs
+ Improve the existing source control integration by allowing remote
checkins
-- Patrick Schoenfeld <schoenfeld@debian.org> Tue, 09 Dec 2008 21:33:00 +0100
mantis (1.1.5+dfsg-1) experimental; urgency=low
* New upstream version:
+ Several bugfixes for problems related to the security fixes, which were
introduced in 1.1.3.
+ Minor additional bugfixes
+ Fix for the problem which disabled people from confirming the
registration (Upstream bug #9713)
(Closes: #507024)
* Updated watch file and get-orig-source target in debian/rules to the new
upstream tarball name (mantisbt instead of mantis)
* Add ${misc:Depends} placeholder to the dependencies of the package
to fix a lintian warning
-- Patrick Schoenfeld <schoenfeld@debian.org> Tue, 02 Dec 2008 10:03:29 +0100
mantis (1.1.4+dfsg-1) experimental; urgency=low
* New upstream version
* Upload to experimental, because lenny is in freeze
* Fix watch file, so that .DIGEST files are not detected as new
upstream versions
* Remove mail notification fix as it is part of upstream now.
* Remove fix for CVE 2008-3102 because it is part of upstream now
-- Patrick Schoenfeld <schoenfeld@debian.org> Mon, 20 Oct 2008 10:36:35 +0200
mantis (1.1.2+dfsg-6) unstable; urgency=high
* Urgency high because it fixes a regression that has been introduced by a
security issue
* Update patch for CVE2008-3102 so that session_set_cookie_params() is
called _before_ session_start(). Thanks to Wolfgang Karall for noting the
problem and sending a patch. (Closes: #502054)
-- Patrick Schoenfeld <schoenfeld@debian.org> Sun, 12 Oct 2008 16:58:36 +0200
mantis (1.1.2+dfsg-5) unstable; urgency=medium
* Urgency medium as it clears an rc bug
* Properly remove configuration files and unregister them from ucf on purge
(Closes: #501425)
-- Patrick Schoenfeld <schoenfeld@debian.org> Tue, 07 Oct 2008 11:23:55 +0200
mantis (1.1.2+dfsg-4) unstable; urgency=high
* Urgency high because it fixes a security issue
* Added a patch for CVE2008-3102: Doesn't set the secure flag for
session cookies (Closes: #501179)
-- Patrick Schoenfeld <schoenfeld@debian.org> Tue, 07 Oct 2008 10:01:32 +0200
mantis (1.1.2+dfsg-3) unstable; urgency=low
* Add a note to NEWS, that the LDAP version parameter has been changed * Remove hint on old LDAP version parameter from README.LDAP * Updated maintainers email address
-- Patrick Schoenfeld <schoenfeld@debian.org> Wed, 17 Sep 2008 22:32:51 +0200
mantis (1.1.2+dfsg-2) unstable; urgency=low
* Add a patch to fix mail notifications provided by upstream.
-- Patrick Schoenfeld <schoenfeld@in-medias-res.com> Mon, 14 Jul 2008 13:28:02 +0200
mantis (1.1.2+dfsg-1) unstable; urgency=low
* New upstream release:
(Closes: #457269)
- New features and fixes
+ UTF-8 support
(Closes: #324465)
+ LDAP version is now configurable
(Closes: #283922)
* Updated create_database.sql script to new database schema
* Added a new sql script for database upgrades to 1.1.1
* Repackaged upstream tarball because it contains a copy of adodb which
ships files licensed under the PHP license
* Remove license information for adodb because its no longer part of
the source package
* Updating licensing information in debian/copyright
* Upgraded Standards-Version to 3.8.0
* Implemented a get-orig-source target to fetch and repack the upstream
source tarball
* Added a mangling option to watch file to mangle +dfsg in local version
* Moving to quilt as a patch system:
- Replacing dpatch build dependency with quilt
- Adapting debian/rules
- Importing patches to quilt and remove dpatch files
- Remove usless dpatch cruft from the patches
* Switch to ucf for configuration file handling
- Add a depend on ucf
- Register configuration files ucf in post-installation script
- Managae configuration changes with ucf
- Make a note about the change to the NEWS file
* Added a patch to disable use of projax in mantis because it is
unmaintained upstream and was therefore removed from the package, replace
usage of projax by usage of static selection fields.
* Removed Patch to make ldap version configurable, because upstream
added a similar option
* Removed patch to fix security issue SA28185 (fix is part of upstream)
* Updated patch use-libphp-phpmailer-instead-of-prepackaged-version.dpatch
* Updated patch disable-admin-directory-check.dpatch
* Renumbered patches
* Updated Japanese po-debconf template, thanks to Hideki Yamane
(Closes: #463680)
* Added a spanish debconf translation, thanks to the submitter.
(Closes: #476317)
* Added Galician debconf template translation. Thanks to Jacobo Tarrio.
(Closes: #489178)
* Update Swedish translation form debconf template. Thanks to Martin Bagge.
(Closes: #488218)
* Added Turkish debconf template translation. Thanks to Mert Dirik.
(Closes: #489406)
* Added Russian debconf templates translation. Thanks to Yuri Kozlov.
(Closes: #489913)
* Added Basque translation for mantis debconf template. Thanks to Xabier
Bilbao (Closes: #490200)
* Updated package description
* Moved all mysql related depends to Recommends, so that it is possible to
run mantis for example with PostgreSQL
* Renamed HOSTNAME to MAILNAME in debian/config because it is more
appropriate and fixes lintian warnings
* Clarify copyright situation by listing every copyright holder and
documenting upstream tarball change
* Do not install projax to the install directory because upstream is dead and
its a not really useful code copy anyway
* Added a a file (TestingNewReleases) to the debian directory which documents
the test plan I use to test new mantis releases.
* Updated README.Debian to reflect current packages state and made some
layout changes
* Added a README.PostgreSQL to document how to get PostgreSQL running
with mantis
* Install configuration file templates to /usr/share/mantis/conf-templates
instead of /etc/mantis, because /etc is not really the place for such
files
* Add a call to debian/rules to create etc/mantis in the package
installation directory
* Use dpkg-statoverride for setting permissions on configuration files
instead of calling chmod directly
* Some changes to the php configuration files (and templates) to make sure
they have a proper wrapping after 80 characters and indenting
* Some minor cleanups to the debian/rules file
* Remove debian/links and call to dh_links in debian/rules as it
should not be needed anymore
* Do not install the file UPGRADING to /usr/share/doc because upgrades
are handled automatically and different from the way upstream handles it
* Install the ChangeLog of upstream with dh_installchangelogs instead
of doing it manually
* Add a file README.source to document patch handling
* Document the handling of new upstream versions in README.source
-- Patrick Schoenfeld <schoenfeld@in-medias-res.com> Fri, 11 Jul 2008 08:16:48 +0200
2007
mantis (1.0.8-4) unstable; urgency=medium
* Made package work with webservers different than apache2:
+ Changed depend on apache2 to depend on either apache or
any other httpd via the httpd meta package.
+ Changed depend on libapache2-mod-php5 to depend on either that
or the php5-cli package.
(Closes: #407824)
* Made depend on php5-cli a suggestion instead, because its only needed for a
few optional scripts.
* Fixed security issue CVE SA28185 (Closes: #458377)
* Updated Standards Version
-- Patrick Schoenfeld <schoenfeld@in-medias-res.com> Fri, 14 Dec 2007 14:55:26 +0100
mantis (1.0.8-3) unstable; urgency=low
* Made watch file work properly. Thanks to Daniel Leidert for the solution.
* Use the new Homepage field
* Added Vcs-Headers to debian/control
* Removed useless dh_installdirs call from debian/rules
* Fix lintian warning: Executable bit were set on a lot of files
* Removed hint on differing RSS-class from README.Debian. This hint is a
relict from releases prior 1.0.8
* Added an information about the default Administrator account to
README.Debian
* Made LDAP Version configurable through g_ldap_version parameter
(Closes: #283922)
* Removed old news from debian/NEWS
-- Patrick Schoenfeld <schoenfeld@in-medias-res.com> Sat, 01 Dec 2007 16:56:16 +0100
mantis (1.0.8-2) unstable; urgency=low
* Added italian translation that were accidentally missing from the last
upload. (Closes: #431217)
* Added a custom_strings.inc.php which is linked into the mantis root.
(Closes: #439959)
-- Patrick Schönfeld <schoenfeld@in-medias-res.com> Sun, 02 Sep 2007 11:57:06 +0200
mantis (1.0.8-1) unstable; urgency=low
* New upstream release:
- Updated RSS library which fixes licensing issues
- Some minor fixes
* Debconf templates and debian/control reviewed by the debian-l10n-english
team as part of the Smith review project.
(Closes: #428159)
* Debconf translation updates:
- Tamil translation (Closes: #430109)
- Vietnamnese translation (Closes: #430069, #430182)
- Basque translation (Closes: #429787)
- Galician translation (Closes: #429791)
- Swedish translation (Closes: #429960)
- Portugese translation (Closes: #430145)
- German translation (Closes: #431151)
- French translation (Closes: #431213)
- Italian translation (Closes: #431217)
- Czech translation (Closes: #431280)
- Norwegian translation (Closes: #433050)
- Russian translation (Closes: #431254)
* Some changes due to package removal:
- Removed depends on apache1 variants.
- Removed depends on php4
- Fixed debconf configuration to just configure apache2 if user wants to
-- Patrick Schoenfeld <schoenfeld@in-medias-res.com> Thu, 02 Aug 2007 17:32:52 +0200
mantis (1.0.7+dfsg-1) unstable; urgency=low
* New upstream release
- Includes some security fixes
- Includes some minor bug fixes
(Closes: #415158, #420639)
* Removed custom field disclosure patch, because it is part of upstream now
* Fixed re-installation by an additional condition in the pre-instalation
script (Closes: #408822)
* [INTL:de] Updated German debconf translation.
Thanks to Helge Kreutzmann. (Closes: #412115)
* [INTL:pt] Portuguese translation for debconf messages
Thanks to Miguel Figueiredo. (Closes: #416770)
* Added a note about the Administrator account information
* Fixed apache.conf to work with php4 (Closes: #414796)
* Fixed deletion of configuration files during reconfigure (Closes: #408823)
* Added dependency on mysql-client. Thanks to Luca Falavigna for the patch
(Closes: #420841)
* Adding missing question about from-address to debian/config
-- Patrick Schoenfeld <schoenfeld@in-medias-res.com> Wed, 23 May 2007 14:15:51 +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
2006
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
2005
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
2004
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
2003
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
2002
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
2001
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