diff options
author | gdt <gdt@pkgsrc.org> | 2009-02-19 14:49:13 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-02-19 14:49:13 +0000 |
commit | ab69127f5d69750da7c8d151159192aec78a558d (patch) | |
tree | 269061ac0e394d7f7148057c9dd0d3791db26cb1 /www/trac/Makefile | |
parent | 46908b77a73b5c471ececaea7bef5a9bd4caa281 (diff) | |
download | pkgsrc-ab69127f5d69750da7c8d151159192aec78a558d.tar.gz |
Trac 0.11.3 contains a number of bug fixes and minor enhancements.
Highlights in 0.11.3
--------------------
* Compatibility with Python 2.6 (#7876, #7458)
* PostgreSQL db backend improvement (#4987, #7600)
* Highlighting of search results is more robust (#7324, #7830)
* Unicode related fixes (#7672, #7959, #7845, #7935, #8024)
* Fixed Trac link rendering in ReST (#7712)
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r-- | www/trac/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index 093d8312183..29016060c0a 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2009/02/09 22:56:27 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2009/02/19 14:49:13 gdt Exp $ # -DISTNAME= Trac-0.11.2 +DISTNAME= Trac-0.11.3 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \ ftp://ftp.edgewall.org/pub/trac/ |