File: changelog

package info (click to toggle)
mantis 1.1.6%2Bdfsg-2lenny6
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 9,576 kB
  • ctags: 14,851
  • sloc: php: 54,817; sql: 348; sh: 181; makefile: 56
file content (801 lines) | stat: -rw-r--r-- 32,185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
mantis (1.1.6+dfsg-2lenny6) oldstable-security; urgency=high

  * Bump package version to 'lenny6' for another security upload try
    as requested by Moritz.
    Previous upload was rejected by dak. Reject Reasons:
     + md5sum for mantis_1.1.6+dfsg.orig.tar.gz doesn't match
     + size for mantis_1.1.6+dfsg.orig.tar.gz doesn't match

 -- Dario Minnucci <midget@debian.org>  Mon, 12 Sep 2011 13:41:03 +0200

mantis (1.1.6+dfsg-2lenny5) oldstable-security; urgency=high

  * Urgency high: Fixes critical LFI/XSS vulnerabilites (BTS #640297)
    1) XSS injection via PHP_SELF : fixed
    2) LFI and XSS via EXT vars in  bug_actiongroup pages: fixed
    3) Projax XSS issues with unescaped parameters: not affected
  * debian/patches:
   + added: Multiple vulnerabilities (LFI/XSS injection)
     Thanks to David Hicks, MantisBT developer.
     08-Fix-640297-LFI-XSS-injection-bug-action-group-EXT.diff
     09-Fix-640297-LFI-XSS-injection-via-PHPSELF.diff

 -- Silvia Alvarez <sils@powered-by-linux.com>  Fri, 09 Sep 2011 17:08:54 +0200

mantis (1.1.6+dfsg-2lenny4) stable-proposed-updates; urgency=low

  * debian/patches/07-CVE-2010-3763.diff:
     Fixes for CVE-2010-3763. 

 -- Silvia Alvarez <sils@powered-by-linux.com>  Sat, 30 Oct 2010 11:55:50 +0200

mantis (1.1.6+dfsg-2lenny3) stable-proposed-updates; urgency=low

  * debian/patches/06-CVE-2010-3303-04-and-05.diff:
     Fixes for CVE-2010-3303 (4) and (5) vulnerabilities.
     Note: Mantis debian packages (1.1.6 and 1.1.8) are not affected
     for vulnerabilities described as 1, 2 and 3 at
     CVE-2010-3303">http://security-tracker.debian.org/tracker/CVE-2010-3303

 -- Silvia Alvarez <sils@powered-by-linux.com>  Sun, 24 Oct 2010 18:31:19 +0200

mantis (1.1.6+dfsg-2lenny2) stable-proposed-updates; urgency=low

  * debian/patches:
    + Added 05-CVE-2010-2574.diff:  Fix for CVE-2010-2574 XSS
      vulnerability when deleting categories that have been
      maliciously named.
  * debian/control:
    + Set myself as new maintainer

 -- Silvia Alvarez <sils@powered-by-linux.com>  Sun, 05 Sep 2010 14:25:42 +0200

mantis (1.1.6+dfsg-2lenny1) stable-security; urgency=high

  * Urgency high because this upload fixes a security issue
  * Fix a security issue with the default permissions of the database
    configuration. It has been world-readable. It is now fixed for
    new installations and previous installations are (carefully)
    updated. (Closes: #425010)

 -- Patrick Schoenfeld <schoenfeld@debian.org>  Fri, 31 Jul 2009 14:17:34 +0200

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

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

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