File: NEWS

package info (click to toggle)
trac 0.10.3-1etch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,740 kB
  • ctags: 2,972
  • sloc: python: 22,683; cs: 3,174; sh: 472; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
trac (0.10.3-1) unstable; urgency=low

  This release has a new system-wide configuration path, under /etc/trac/

  If your installation uses /usr/share/trac/conf/trac.ini, you have to
  manually move the file to /etc/trac/trac.ini to take effect, or otherwise
  your system-wide configuration will stop working.

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

trac (0.10-1) unstable; urgency=low

  This release require that you handle the upgrade process for each
  project byhand.
  
  To do that, you should do two steps on each project:
  
   $: trac-admin /path/to/your/project upgrade
   $: trac-admin /path/to/your/project wiki upgrade

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