diff options
author | obache <obache> | 2007-05-05 12:46:58 +0000 |
---|---|---|
committer | obache <obache> | 2007-05-05 12:46:58 +0000 |
commit | 1f6127982503f549639fcc9ba9152df5979ca2d3 (patch) | |
tree | 603c8a936c0504973037d3e3b9d1fdc65e3bc314 /www/ja-trac/PLIST | |
parent | d5b056e23beab248a59126c38b27f79f50864611 (diff) | |
download | pkgsrc-1f6127982503f549639fcc9ba9152df5979ca2d3.tar.gz |
Update ja-trac to 0.10.4.1.
Trac-0.10.4-ja-1 (Mar 5, 2007)
* Merge trac-0.10.4
* Fixes miss typing.
* wiki-default/CamelCase
* wiki-default/TracQuery
* Update to current statement.
* README.trac-ja
* wiki-default/TracJa
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/ja-trac/PLIST')
-rw-r--r-- | www/ja-trac/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/ja-trac/PLIST b/www/ja-trac/PLIST index 0c511189e4e..17969c40998 100644 --- a/www/ja-trac/PLIST +++ b/www/ja-trac/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2007/01/02 12:19:27 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2007/05/05 12:46:58 obache 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 |