File: changelog

package info (click to toggle)
trac 1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,452 kB
  • ctags: 8,602
  • sloc: python: 71,206; makefile: 358; sh: 79; xml: 10
file content (740 lines) | stat: -rw-r--r-- 26,857 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
trac (1.2+dfsg-1) unstable; urgency=medium

  * new upstream version
  * fix links (Closes: #846650)
  * simplify debian/rules, use pybuild

 -- W. Martin Borgert <debacle@debian.org>  Sat, 03 Dec 2016 20:55:45 +0000

trac (1.0.13+dfsg-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * Remove PAPT from Maintainer field to complete migration to collab-maint

  [ W. Martin Borgert ]
  * new upstream

 -- W. Martin Borgert <debacle@debian.org>  Mon, 03 Oct 2016 22:52:31 +0000

trac (1.0.12+dfsg-1) unstable; urgency=low
 
  * new upstream
  * watch only for stable (1.0.*) versions
  * bump standards-version; no changes required.

 -- W. Martin Borgert <debacle@debian.org>  Thu, 21 Jul 2016 22:30:29 +0000

trac (1.0.9+dfsg-1) unstable; urgency=low

  * new upstream (Closes: #806135)

 -- W. Martin Borgert <debacle@debian.org>  Sat, 12 Dec 2015 01:49:46 +0000

trac (1.0.8+dfsg-1) unstable; urgency=low

  * new upstream (Closes: #786467)
  * removed syntax highlighting patch
  * add build-dep on dh-python

 -- W. Martin Borgert <debacle@debian.org>  Wed, 12 Aug 2015 00:42:18 +0000

trac (1.0.2+dfsg-2) unstable; urgency=medium

  * apply upstream patch to fix syntax highlighting (Closes: #771799)

 -- W. Martin Borgert <debacle@debian.org>  Wed, 03 Dec 2014 12:00:13 +0000

trac (1.0.2+dfsg-1) unstable; urgency=medium

  [gregor herrmann <gregoa@debian.org>  Tue, 25 Nov 2014 23:25:18 +0100]
  * Fix "[trac] Some sources are not included in your package":
    repack to drop minified javascript files from source package:
    - debian/copyright:
      + add Files-Excluded
      + update Comment about them
    - drop debian/source/lintian-overrides
    - add dversionmangle to debian/watch
    (Closes: #769833)

 -- W. Martin Borgert <debacle@debian.org>  Tue, 25 Nov 2014 23:02:26 +0000

trac (1.0.2-1) unstable; urgency=low

  * new upstream (Closes: #766681).
  * bump Standards-Version to 3.9.6 (no changes needed)

 -- W. Martin Borgert <debacle@debian.org>  Fri, 24 Oct 2014 23:10:51 +0000

trac (1.0.1-3) unstable; urgency=medium

  * clean up build process now that dh_python2 only expects there to be a
    single version of python 2 installed (Closes: #750338)
  * override lintian warnings about sourceless javascript, which we had
    already dealt with by shipping links to the debian packages (and not
    the minified js)
  * bump Standards-Version to 3.9.5 (no changes needed)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 25 Jun 2014 12:39:22 -0400

trac (1.0.1-2) unstable; urgency=low

  [ Daniel Kahn Gillmor ]
  * upload to unstable
  * clean up README.Debian

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 09 May 2013 17:05:50 -0400

trac (1.0.1-1) experimental; urgency=low

  [ Daniel Kahn Gillmor ]
  * New Upstream Release (Closes: #690018)
  * bumped debhelper to version 9
  * added myself to Uploaders
  * dropped 30_default_charset_utf8.patch, incorporated upstream.
  * bumped Standard-Versions to 3.9.4 (no changes needed)
  * switched Vcs-*: to collab-maint git

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 28 Mar 2013 04:56:50 -0400

trac (0.12.5-1) experimental; urgency=low

  [ W. Martin Borgert <debacle@debian.org> ]
  * New upstream 0.12.5 (long term support).

 -- W. Martin Borgert <debacle@debian.org>  Sun, 24 Feb 2013 19:03:11 +0000

trac (0.12.4-1) experimental; urgency=low

  [ W. Martin Borgert <debacle@debian.org> ]
  * New upstream 0.12.4 (long term support).

 -- W. Martin Borgert <debacle@debian.org>  Sun, 07 Oct 2012 12:05:25 +0000

trac (0.12.3-1) unstable; urgency=low

  * new upstream version (Closes: #658963)
  * remove embedded jQuery copy, again (Closes: #645235)
  * new policy version, no changes
  * suggest python-psycopg2, add some hints about using Trac with
    PostgreSQL in README.Debian
  [ Daniel Kahn Gillmor <dkg@fifthhorseman.net> ]
  * add Build-Dep on python-babel so that translations will be shipped
    (Closes: #644401)

 -- W. Martin Borgert <debacle@debian.org>  Thu, 31 May 2012 20:55:24 +0000

trac (0.12.2-1) unstable; urgency=low

  * Team upload.
  * New upstream release (Closes: #563391) (LP: #696284)
    - fixes search highlighting (Closes: #621488)
  * Drop 15_remove_jquery_file.dpatch because Trac requires a specific
    version of jQuery (Closes: #592734, #610557) (LP: #526810, #610205).
    (also drop postinst and prerm code for using the provided version)
  * Drop 40_timeline_author_filter.dpatch: fixed upstream.
  * Drop 60_fix_nameerror.dpatch: fixed upstream.
  * Drop 70_cache_control_typo.dpatch: fixed upstream
  * Drop 80_correct_plugin_names.dpatch: upstream changed mechanism which
    probably also fixes the original issue.
  * Switch to 3.0 (quilt) source format.
  * Update Vcs-Browser field (Closes: #629651).
  * Moved packaging from python-central to dh_python2 (Closes: #617126).
  * Dropped conflicts on libapache2-mod-python2.3 because that package was
    removed before the lenny release.
  * Switch to dh-style debian/rules.
  * Bump standards-version to 3.9.2; no changes required.
  * No longer include empty /etc/trac directory.
  * Re-organise dependencies, removing deprecated things and adding things
    for Trac 0.12.
  * Make package lintian clean.
  * Update debian/copyright file.

 -- Arthur de Jong <adejong@debian.org>  Wed, 13 Jul 2011 23:00:00 +0200

trac (0.11.7-4) unstable; urgency=low

  * No longer reference site-packages (Closes: #588136, #591593).
    Thanks to Ara Pulido <ara@ubuntu.com> for reporting and patch.
  * Use changeset 9403, missing imports (Closes: #583154).
    Thanks to Anatoly <techtonik@php.net>.
  * Lintian cleanups in debian/control.
  * New policy version, no changes.

 -- W. Martin Borgert <debacle@debian.org>  Wed, 04 Aug 2010 20:26:31 +0000

trac (0.11.7-3) unstable; urgency=low

  * Correced accidently moved DEBHELPER line (Closes: #576988).
    Thanks to Marc J. Driftmeyer <mjd@reanimality.com>.

 -- W. Martin Borgert <debacle@debian.org>  Thu, 08 Apr 2010 19:56:26 +0000

trac (0.11.7-2) unstable; urgency=low

  * Removed Luis and Jesus from uploaders. Thanks for your work!
  * Create symlink for jquery.js (Closes: #495053). Thanks to
    Max V. Stotsky" <ms@pereslavl.ru>.

 -- W. Martin Borgert <debacle@debian.org>  Thu, 08 Apr 2010 08:25:08 +0000

trac (0.11.7-1) unstable; urgency=low

  * New upstream release (Closes: #573260).
  * Added more Trac plugins as suggestions.
  * Removed obsolete patches.

 -- W. Martin Borgert <debacle@debian.org>  Wed, 17 Feb 2010 08:38:41 +0100

trac (0.11.6-3) unstable; urgency=low

  [ Jakub Wilk ]
  * Replace deprecated > operator with >=.
  [ W. Martin Borgert ]
  * Fix problem with wrong plugin names (Closes: #562963). Thanks to
    Anatoly Techtonik <techtonik@gmail.com> for providing the patch.
  * Added some Trac plugins as suggestions.

 -- W. Martin Borgert <debacle@debian.org>  Sun, 07 Feb 2010 13:06:32 +0000

trac (0.11.6-2) unstable; urgency=low

  * Create jQuery symlink at install time, as the file might not
    exist at that moment. (Closes: #562145). Thanks, Clint Adams.
  * Fix a typo in tracd HTTP header, thanks to Sebastien Couret
    for fixing. (Closes: #561406).

 -- W. Martin Borgert <debacle@debian.org>  Thu, 24 Dec 2009 08:43:08 +0000

trac (0.11.6-1) unstable; urgency=low

  * New upstream release (Closes: #558976).
  * Fix version of build dependency (Closes: #551688), thanks, Kumar Appaiah.
  * Fix a potential pysqlite cursor problem, thanks, Grzegorz Sobanski.
    See debian/patches/60_roadmap_dbx_cursor_fix.dpatch

 -- W. Martin Borgert <debacle@debian.org>  Mon, 07 Dec 2009 17:19:33 +0000

trac (0.11.5-5) unstable; urgency=low

  * Include SqliteToPg script in contrib (Closes: #505680).
  * Advice user to restart HTTPD after upgrade in README.Debian
    (Closes: #519670).
  * Add patch to support user filter for timeline (Closes: #550469).

 -- W. Martin Borgert <debacle@debian.org>  Sat, 10 Oct 2009 12:00:50 +0000

trac (0.11.5-4) unstable; urgency=low

  * Revert the change: Depend on python-setuptools instead of
    python-pkg-resources (Closes: #546426). In theory setuptools
    should not be needed (only used in env.py and requires.txt).

 -- W. Martin Borgert <debacle@debian.org>  Tue, 29 Sep 2009 01:34:38 +0200

trac (0.11.5-3) unstable; urgency=low

  [ W. Martin Borgert ]
  * Improved package description.
  * Fixed another lintian.
  * Use python.mk and its macros py_setup_install_args and py_libdir_sh
    for Python 2.6, thanks to Chris Coulson <chrisccoulson@ubuntu.com>
    for the patch (Closes: #547865).
  * Relax dependencies on JQuery and Subversion (Closes: #547450).
  * Depend on python-pkg-resources instead of python-setuptools
    (Closes: #546426).
  * Add suggestions for trac-accountmanager and trac-email2trac.
  * Add some words about sqlite upgrade to README.Debian
    (Closes: #501338).
  * Use UTF-8 as default charset instead of ISO-8859-15.

  [ anatoly techtonik ]
  * README.Debian update for 0.11.x
    - Trac can work without repository
    - warn that CGI setup is sluggish
    - other minor edits

 -- W. Martin Borgert <debacle@debian.org>  Mon, 28 Sep 2009 20:27:54 +0000

trac (0.11.5-2) unstable; urgency=low

  * Set exec bit for *_frontends (Closes: #510441), thanks to Torsten
    Landschoff for the patch.
  * Move python-psycopg2 and python-mysql from Suggests to Depends as
    alternative to python-psqlite2 (Closes: #513117).
  * Use debhelper 7 (Closes: #497862).
  * Don't compress *-hook files and don't install MS-Windows *.cmd
    files (Closes: #526142), thanks to Jan Dittberner for the patch.
  * Add README.source to point to dpatch.

 -- W. Martin Borgert <debacle@debian.org>  Tue, 15 Sep 2009 21:43:38 +0000

trac (0.11.5-1) unstable; urgency=low

  * New upstream release (Closes: #521513).
  * Fixed pysqlite dependency (Closes: #518560), thanks to Alban
    Browaeys for the patch.
  * Fixed missing contrib files (Closes: #495019), thanks to Alexander
    Gerasiov for the patch.
  * Maintenance goes to python apps team. The pre-history is here:
    VCS-Git: git://git.debian.org/git/pkg-trac/trac.git
    VCS-Browser: http://git.debian.org/?p=pkg-trac/trac.git
  * Removed patches/10_remove_trac_suffix_from_title - it seems that
    the string "Trac" only is used now when no project name is set.
  * Removed patches/17_SA32652.dpatch - this fix was already a back
    port of an upstream change.

 -- W. Martin Borgert <debacle@debian.org>  Tue, 15 Sep 2009 00:11:31 +0000

trac (0.11.1-2.1) unstable; urgency=high

  * Non-maintainer upload.
  * Fix Trac Multiple Vulnerabilities (SA32652) (Closes: #505197)

 -- Giuseppe Iuculano <giuseppe@iuculano.it>  Sun, 16 Nov 2008 18:34:25 +0100

trac (0.11.1-2) unstable; urgency=low

  * Upstream version
    "Trac 0.11.1 contains a number of bug fixes and minor enhancements."
  * Patch setup.py to install the contrib dir ( Closes: #495019 )
  * Modified compatible version of trac-bzr so that trac 0.11.1 an be
    used with the current trac-bzr version.

 -- Luis Matos <gass@otiliamatos.ath.cx>  Sat, 16 Aug 2008 00:08:30 +0100

trac (0.11.1-1) experimental; urgency=low

  * New upstream version
  * Added dh_link to debian/rules Closes: #494003.
  * Adding $(PYVER) in rules also Closes: #493079.
  * Trac 0.11 also seems to close old bugs.
    ( Closes: #436293, #400774, #435321 ).

 -- Luis Matos <gass@otiliamatos.ath.cx>  Thu, 07 Aug 2008 02:06:25 +0100

trac (0.11+svn7384-1) experimental; urgency=low

  * updated SOURCES.txt for the svn revision version
  * Updated patch 15_remove_jquery_file for jquery 1.2.6
  * Updated source to revision 7384
  * Added a version dependency on trac-bzr because 0.2 is not trac 0.11
    compatible.
  * Changed debian/control because trac supports both mod-python and
    mod-wsgi.
  * Dropped hardcoded python version. This will please bzed!
  * Added lintian overrides because of deploy handling the interpreter's path

 -- Luis Matos <gass@otiliamatos.ath.cx>  Thu, 24 Jul 2008 01:22:53 +0100

trac (0.11-3) unstable; urgency=low

  * Updated Readme.Debian - Thanks to W. Martin Borgert. Closes: #490926
  * added the coderanger's website as trac info source
  * Removed php-cli and clearsilver from suggests
  * Upstream prefers psycopg2 for postgresql backend
  * Removed the jquery.js file, added a dependency for jquery
  * Updated the watch file since now trac packages start with a T
  * Added Homepage field in debian/control
  * Added a suggests on libapache2-mod-wsgi
  * Added me as Uploader so lintian won't complain about NMU's

 -- Luis Matos <gass@otiliamatos.ath.cx>  Mon, 21 Jul 2008 21:23:12 +0100

trac (0.11-2) unstable; urgency=low

  * Re-added python-setup-tools to build dependences. Closes: #490320 #468705
  * New upstream release Closes: 489727
  * Added sugestion for other vcs support available: git bazaar mercurial
  * Added spamfilter plugin to sugests
  * Moved packaging from python-support to python-central
  * Added an entry to the NEWS about the cgi Closes: #490275
  * Updated 10_remove_trac_suffix_from_title patch to be used in 0.11

 -- Luis Matos <gass@otiliamatos.ath.cx>  Sun, 13 Jul 2008 23:46:20 +0100

trac (0.11-1) unstable; urgency=low

  [ Luis Matos ]
  * New Upstream release Closes: #463201
  * Does not work with PostgreSQL 8.3 - column type conflict (Closes: #464168)
  * s/python-setuptools/python-pkg-resources/ dependency (Closes: #468705)
  * Updated Depends and Recommends to follow bug report. Closes: #487150

 -- Otavio Salvador <otavio@debian.org>  Tue, 08 Jul 2008 20:17:04 -0300

trac (0.11~rc1-1) experimental; urgency=low

  * New upstream release
  * Bump standards-version to 3.7.3; no changes required
  * Fix typos and break a long line on extended descriptions
  * Drop binary-post-install rule since it's not required anymore
  * Add a build-depends on python-setuptools
  * Add patch to remove ' - Trac' from title. Thanks Sam Hocevar
    <sam@zoy.org>. Closes: #482181
  * Drop 01_use_global_config.dpatch since Trac now offers a better and
    more flexible way to handle it
  * Add a NEWS note about the change regarting system-wide trac.ini
    handling

 -- Otavio Salvador <otavio@debian.org>  Sat, 07 Jun 2008 19:17:43 -0300

trac (0.10.4-2) unstable; urgency=low

  [ Otavio Salvador ]
  * Remove trac/siteconfig.py on package clean up
  * debian/control: Add XS-VCS-{Git,Browser} fields.
  * Change maintainer to Debian Trac Team and move Jesus to uploaders
    field.

  [ Luis Matos ]
  * Add php5-cli to Suggests field (Closes: #407118)
  * changed README.Debian. (Closes: #405903)
  * Trac shouls at least suggest postgresql-client or mysql-client
    (Closes: #393933)
  * Moved python-psycopg2 from depends to suggests
  * workaround for instance.__dict__ not accessible in restricted mode
    (Closes: #389826)

 -- Otavio Salvador <otavio@debian.org>  Mon, 04 Jun 2007 17:39:51 -0300

trac (0.10.4-1) unstable; urgency=low

  * New upstream release (Closes: #414134, #420219)
  * Fixed typo in debian/copyright file (Closes: #422409)

 --  Luis Matos <gass@otiliamatos.ath.cx>  Sun, 20 May 2007 22:46:56 +0100

trac (0.10.3-1) unstable; urgency=low

  * New upstream upload. Final 0.10.3 release that will hopefully make it into
    Debian 4.0 etch.
  * Add a NEWS entry for trac.ini being moved to /etc/trac/trac.ini
    (Closes: #402937)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Wed, 13 Dec 2006 23:18:45 +0200

trac (0.10.3~rc1-1) unstable; urgency=low

  * This is the "Luis Matos" release. Without his help and dedication we would
    have never had it. Thanks.
  * New upstream release candidate.
  * Change the global path for the config file from /usr/share to /etc/trac
    (Closes: #393226, #337243, #386415, #400826)
  * The "NoSuchChangeset" problem is solved in this release (Closes: #400489)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Tue, 12 Dec 2006 00:20:33 +0200

trac (0.10.2-1) unstable; urgency=high

  * New upstream release, fixing 3 RC bugs introduced at 0.10.1, which were
    not triggered in normal conditions.
    - Fixes deadlock when using authz_file config option
    - Makes the CSRF code play nice with the XmlRpcPlugin
    - Fixes Timeline breakage after svn commit when using sqlite

 -- Jesus Climent <jesus.climent@hispalinux.es>  Mon, 13 Nov 2006 22:46:59 +0200

trac (0.10.1.svn4235-1) unstable; urgency=high

  * Subversion stable checkout to get a fix for Timeline and Browse Source.
  * Urgency high because this is an RC candidate.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Fri, 11 Nov 2006 14:25:36 +0200

trac (0.10.1-1) unstable; urgency=high

  * New Upstream Release (Closes: #397683)
  * Depend on python-psycopg2 (Closes: #397725)
  * Security fix, hence urgency=high. No DSA or CVS available yet.
  * Upstream changes (most important ones):
    - fixed CSRF vulnerability
    - better database handling
    - only TICKET_ADMIN can assign a passed milestone to a ticket
    - failed to upload attachments
    - more (comprehensive list can be found at
      http://trac.edgewall.org/query?status=closed&milestone=0.10.1)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu,  9 Nov 2006 11:53:53 +0200

trac (0.10-3) unstable; urgency=low

  * debian/control: changed the Conflicts: entry with a versioned oned
    (Closes: #393842, #384381)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Wed, 18 Oct 2006 11:47:41 +0300

trac (0.10-2) unstable; urgency=medium

  * debian/control: Added a Conflicts: against libapache2-mod-python2.3 to
    avoid breakage if using it through apache2 (Closes: #384381).
  * Urgency = high to get it back in etch.
  * Added missing changelog entries from Andres Salomon.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Mon, 16 Oct 2006 21:58:29 +0300

trac (0.10-1) unstable; urgency=low

  * New upstream release
  * Add a watch file
  * Add a NEWS entry to remember user that he needs to handle the upgrade
    byhand

 -- Otavio Salvador <otavio@debian.org>  Thu,  5 Oct 2006 13:51:10 -0300

trac (0.10~b1-1) experimental; urgency=low

  * New upstream release, finally.
  * Incorporate new python policy magic (closes: #384969).

 -- Andres Salomon <dilinger@debian.org>  Wed, 30 Aug 2006 01:36:55 +0000

trac (0.9.99+0.10svn20060710-1) experimental; urgency=low

  * New snapshot of 0.10dev (revision 3519).  Note that this includes
    the security update that was in the 0.9.6 release.

 -- Andres Salomon <dilinger@debian.org>  Mon, 10 Jul 2006 15:36:51 -0400

trac (0.9.99+0.10svn20060626-1) experimental; urgency=low

  * New snapshot of 0.10dev (revision 3488).

 -- Andres Salomon <dilinger@debian.org>  Mon, 26 Jun 2006 17:33:41 -0400

trac (0.9.99+0.10svn20060610-1) experimental; urgency=low

  * New upstream release; stick a snapshot of 0.10dev (revision 3390) into
    experimental (closes: #370657).

 -- Andres Salomon <dilinger@debian.org>  Sat, 10 Jun 2006 18:29:25 -0400

trac (0.9.6-3) unstable; urgency=low

  * Make the python-support build-dep-indep a normal build-depends, and
    drop the python dep (python-support pulls in python).
  * Reset permissions on wikitoolbar.js during build.
  * Drop old usr/lib/python2.3/site-packages/trac/ path from package, which
    cdbs seemed to be picking up for some reason (closes: #385166).

 -- Andres Salomon <dilinger@debian.org>  Wed, 30 Aug 2006 01:53:25 +0000

trac (0.9.6-2) unstable; urgency=low

  * Upgraded to the new Python policy (Closes: #380977)
  * Standards updated to 3.7.2, no changes needed.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu, 10 Aug 2006 21:41:04 +0300

trac (0.9.6-1) unstable; urgency=high

  * New upstream release.
  * Security upload, hence urgency set to high.
    - Fixed reStructuredText breach of privacy and denial of service
      vulnerability found by Felix Wiemann.
    - trac-post-commit-hook fix.
  * Added -f to rm to enforce removal of file, even if it does not exist.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu,  6 Jul 2006 23:28:04 +0300

trac (0.9.5-2) unstable; urgency=low

  * Add myself to uploaders.
  * Ack NMU; thanks Lars!
  * Drop debian-specific manpages; upstream already includes them.  Allow
    debhelper to create manpage directory, as well.
  * Change the path for test.py in debian/rules to match regardless of
    the python version.
  * Fix grammar errors in README.Debian; thanks to Micah Anderson for the
    patch (closes: #372188).

 -- Andres Salomon <dilinger@debian.org>  Sat, 10 Jun 2006 05:44:19 +0000

trac (0.9.5-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix debian/rules clean target so it doesn't break by trying to remove
    files even when they don't exist. Closes: #366827.
  * Updated build dependency for debhelper to be at leat 4.1.0, since that
    is required for cdbs's debhelper.mk to work (according to linda, at
    least).

 -- Lars Wirzenius <liw@iki.fi>  Sun, 21 May 2006 07:41:47 +0300

trac (0.9.5-1) unstable; urgency=high

  * New upstream release.
  * Security upload, hence urgency set to HIGH.
    - Fixed wiki macro XSS vulnerability.
    - Smaller memory usage when accessing subversion history.
    - Fixed issue with incorrectly generated urls when installed behind a web
      proxy.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Tue, 18 Apr 2006 20:04:25 +0000

trac (0.9.4-3) unstable; urgency=low

  * Set a proper python-subversion dependency (Closes: #356797)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Tue, 28 Mar 2006 18:49:06 +0000

trac (0.9.4-2) unstable; urgency=low

  * Revert db_default.py move. (Reopen: #332657)

 -- Otavio Salvador <otavio@debian.org>  Thu, 16 Feb 2006 10:45:24 -0200

trac (0.9.4-1) unstable; urgency=low

  * New upstream release.
  * Revert back compatibility level to 4 allowing easier backporting to
    Sarge.
  * Move db_default.py to /etc/trac allowing better user customizability
    (Closes: #332657).

 -- Otavio Salvador <otavio@debian.org>  Thu, 16 Feb 2006 10:12:23 -0200

trac (0.9.3-1) unstable; urgency=high

  * New upstream release.
  * Security update (thus urgengy high), fixing:
    - Fixed XSS vulnerabilities.
  * Also, fixes:
    - Timeline RSS feed validity issue resolved.
    - "trac-admin initenv" now handles empty repositories.
    - Textile unicode support.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Sun,  8 Jan 2006 20:24:43 +0000

trac (0.9.2-1) unstable; urgency=high

  * New upstream release.
  * Security update (urgency high), fixing:
    - an SQL injection vulnerability in the search module.
    - broken email ticket notifications.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Mon,  5 Dec 2005 19:36:02 +0000

trac (0.9.1-2) unstable; urgency=low

  * The new version solves upgrade problems from experimental
    (Closes: #338122)
  * Tras was relicensed as with a modified BSD license. Change "copyright"
    accordingly.
  * Added ${python:Depends} to handle dependencies.
  * Compat updated to 5.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu,  1 Dec 2005 21:46:10 +0000

trac (0.9.1-1) unstable; urgency=HIGH

  * New upstream release
    - Fix a SQL injection security bug.

 -- Otavio Salvador <otavio@debian.org>  Thu,  1 Dec 2005 20:02:37 -0200

trac (0.9-1) unstable; urgency=low

  * New upstream release
    - 10_stolen_from_0.8-branch.patch: not need anymore.
    - 11_fix_misleading_error.patch: not need anymore.
    - Fix leak of temporary files; (Closes: #327803)
    - Apache configuration snip was improved; (Closes: #327206)
  * debian/control:
    - Add recommends of python2.3-setuptools to support plugins;
    - Add python2.3-pysqlite2 and python2.3-psycopg as alternatives to
      python2.3-sqlite;
    - Add suggests of libapache2-mod-python;
    - Add depends of python2.3 package to leave lintain happy.
  * debian/README.Debian: cite the need of a ready to use Subversion
    repository to setup Trac environment. (Closes: #327205)

 -- Otavio Salvador <otavio@debian.org>  Mon, 31 Oct 2005 18:02:30 -0200

trac (0.8.4-2) unstable; urgency=low

  * Add 10_stolen_from_0.8-branch.patch sync with r2041.
  * Add 11_fix_misleading_error.patch. (Closes: #320926)
  * Bumb Standards-Version to 3.6.2.

 -- Otavio Salvador <otavio@debian.org>  Tue,  2 Aug 2005 07:18:11 -0300

trac (0.8.4-1) unstable; urgency=critical

  * New upstream release.
    - Fixed file upload vulnerability. Trac could be tricked into uploading
      files outside the environment directory.

 -- Otavio Salvador <otavio@debian.org>  Sun, 19 Jun 2005 16:06:42 -0300

trac (0.8.3-1) unstable; urgency=low

  * New upstream release:
    - 01_sync_from_0.8-branch.diff droped since all patches was included
      on this release.
    - Support Subversion 1.2 was add (Closes: #314200)

 -- Otavio Salvador <otavio@debian.org>  Wed, 15 Jun 2005 19:57:06 -0300

trac (0.8.1-3) unstable; urgency=low

  * debian/patches/01_sync_from_0.8-branch.diff:
    - Sync with r1520. This have all previous fixes and more.

 -- Otavio Salvador <otavio@debian.org>  Sun, 17 Apr 2005 19:09:59 -0300

trac (0.8.1-2) unstable; urgency=low

  * debian/rules:
    - Add support for patching in build process;
    - Include contrib/ on doc directory. (Closes: #298969)
  * debian/patches/01_sync_from_0.8-branch.diff:
    - Added in sync with r1461. This include the fix for AssertionError
      raised when visiting WikiRestructuredTextLinks after clean install
      bug. (Closes: #301151)

 -- Otavio Salvador <otavio@debian.org>  Tue, 29 Mar 2005 20:44:07 -0300

trac (0.8.1-1) unstable; urgency=low

  * debian/control:
    - Add suggestion of enscript and python-docutils (Closes: #284094)
    - Change debhelper build-dependencie to build-depends-indep and set it
      to be (>= 4.0.0)
    - Recommends a http server instead of depends of it (Closes: #294674)
  * New upstream release (Closes: #298011)

 -- Otavio Salvador <otavio@debian.org>  Sat,  5 Mar 2005 17:29:21 -0300

trac (0.8-1) unstable; urgency=low

  * New upstream release (Closes: #282010)

 -- Otavio Salvador <otavio@debian.org>  Mon, 20 Dec 2004 22:49:48 -0200

trac (0.7.1-4) unstable; urgency=low

  * debian/control
    - changed the order httpd<>apache2
    - added python as build-dependency (Closes: #270180)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Mon,  6 Sep 2004 09:06:28 +0000

trac (0.7.1-3) unstable; urgency=low

  * debian/control: Depends: changed to include virtual httpd (Closes: #267890)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Sat, 28 Aug 2004 17:48:55 +0300

trac (0.7.1-2) unstable; urgency=low

  * debian/control:
    - Fixed typo (Closes: #266868)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu, 19 Aug 2004 17:03:39 +0000

trac (0.7.1-1) unstable; urgency=low

  * First package upload.
  * Man pages taken from trunk.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Mon, 19 Jul 2004 12:01:17 +0000