diff options
author | gdt <gdt> | 2007-10-12 12:40:59 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-10-12 12:40:59 +0000 |
commit | 9f86b5b1e9e89aed953475ec4365b3fbd234ceee (patch) | |
tree | a1aa52167c2bef53df1d469d6c455bf6c9d6658e /www/trac | |
parent | e335d494a3609e01837b1c2a83af987ebd9aaa0c (diff) | |
download | pkgsrc-9f86b5b1e9e89aed953475ec4365b3fbd234ceee.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')
-rw-r--r-- | www/trac/Makefile | 4 | ||||
-rw-r--r-- | www/trac/PLIST | 6 | ||||
-rw-r--r-- | www/trac/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index 44dcfa94bcc..454f0146654 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2007/03/10 20:55:33 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2007/10/12 12:40:59 gdt Exp $ # -DISTNAME= trac-0.10.3.1 +DISTNAME= trac-0.10.4 CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \ ftp://ftp.edgewall.org/pub/trac/ 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 diff --git a/www/trac/distinfo b/www/trac/distinfo index 37daade18b4..316b52936f9 100644 --- a/www/trac/distinfo +++ b/www/trac/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2007/03/10 20:55:34 wiz Exp $ +$NetBSD: distinfo,v 1.19 2007/10/12 12:41:00 gdt Exp $ -SHA1 (trac-0.10.3.1.tar.gz) = 4735f453f9bea15d65b71bcbd0e4817ee21f104a -RMD160 (trac-0.10.3.1.tar.gz) = 02b34dbb41d858c999627ee2201cdbd43e592576 -Size (trac-0.10.3.1.tar.gz) = 443713 bytes +SHA1 (trac-0.10.4.tar.gz) = 2b6db96665cb7753d02de4f7f75beef9a1d97afc +RMD160 (trac-0.10.4.tar.gz) = 9eb843eabf5f986b3d08cd2081f02fe9033abd1e +Size (trac-0.10.4.tar.gz) = 449116 bytes SHA1 (patch-aa) = 5d8c1c3e5416e73d6cc24a5a45d4ec7afdc4a095 |