diff options
author | gdt <gdt@pkgsrc.org> | 2007-10-12 12:40:59 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-10-12 12:40:59 +0000 |
commit | 7f857595fbf56ba1f64dc765e8125aab213d68b2 (patch) | |
tree | a1aa52167c2bef53df1d469d6c455bf6c9d6658e /www/trac/PLIST | |
parent | 3fa82e02acad2c66cb57f43a25cac89f888288e4 (diff) | |
download | pkgsrc-7f857595fbf56ba1f64dc765e8125aab213d68b2.tar.gz |
Update to 0.10.4.
Trac 0.10.4 (Apr 20, 2007)
http://svn.edgewall.org/repos/trac/tags/trac-0.10.4
Trac 0.10.4 is a bug fix release. The following list contains only a
few highlights:
* Repository cache improvements. The new syncing scheme is incompatible with
the previous one and requires a database schema upgrade in order to prevent
the old and the new codebase to be mixed. A repository resync is not needed,
though. The 0.10.4 scheme is compatible with the 0.11 one.
(#3837, #4043 and #4586)
* Fix a possible freeze under heavy load (#4465)
The complete list of closed tickets can be found here:
http://trac.edgewall.org/query?status=closed&milestone=0.10.4
Diffstat (limited to 'www/trac/PLIST')
-rw-r--r-- | www/trac/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/trac/PLIST b/www/trac/PLIST index 5e4f690380e..77d3e94d997 100644 --- a/www/trac/PLIST +++ b/www/trac/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2006/12/17 17:20:34 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.13 2007/10/12 12:40:59 gdt Exp $ bin/trac-admin bin/tracd ${PYSITELIB}/trac/About.py @@ -160,6 +160,9 @@ ${PYSITELIB}/trac/upgrades/db18.pyo ${PYSITELIB}/trac/upgrades/db19.py ${PYSITELIB}/trac/upgrades/db19.pyc ${PYSITELIB}/trac/upgrades/db19.pyo +${PYSITELIB}/trac/upgrades/db20.py +${PYSITELIB}/trac/upgrades/db20.pyc +${PYSITELIB}/trac/upgrades/db20.pyo ${PYSITELIB}/trac/upgrades/db3.py ${PYSITELIB}/trac/upgrades/db3.pyc ${PYSITELIB}/trac/upgrades/db3.pyo @@ -307,6 +310,7 @@ share/examples/trac/htdigest.py share/examples/trac/migrateticketmodel.py share/examples/trac/sourceforge2trac.py share/examples/trac/trac-post-commit-hook +share/examples/trac/trac-post-commit-hook.cmd share/examples/trac/trac-pre-commit-hook share/trac/cgi-bin/trac.cgi share/trac/cgi-bin/trac.fcgi |