diff options
author | gdt <gdt@pkgsrc.org> | 2011-03-16 23:28:22 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-03-16 23:28:22 +0000 |
commit | 3ed462862db683ebda69241c3f135af03abcc688 (patch) | |
tree | 05a612d704aad5eee17732a19b44b8f3acea32f1 /www/trac/Makefile | |
parent | dde6b082c82d40082d89dc768fd845473c9eb788 (diff) | |
download | pkgsrc-3ed462862db683ebda69241c3f135af03abcc688.tar.gz |
Update to 0.12.2 from 0.12.
Trac 0.12.2 (January 31, 2011)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.2
This list contains only a few highlights:
- install: improved robustness of Trac installation if Babel is
installed after the fact (#9439, #9595, #9961)
- notifications: support for Asian character width (#4717)
- roadmap: fix display of progress bar in some corner cases (#9718)
and respect the overall_completion milestone group setting (#9721)
- reports: reports and queries look much better, as the columns now
keep the same width across groups; the absence of word wrapping in
reports has been fixed (#9825)
- web admin: improved layout (#8866, #9963)
- web: it's now possible to log in different Trac instances sharing
the same URL prefix (e.g. /project and /project-test) (#9951)
Trac 0.12.1 (October 9, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.1
This list contains only a few highlights:
- db: improve concurrency behavior (#9111)
- fcgi: add an environment variable `TRAC_USE_FLUP` to control the usage of flup vs. bundled _fcgi.py (defaults to 0, i.e. use bundled as before)
- svn authz: improve compatibility with svn 1.5 format (#8289)
- milestone: allow to set the time for the due date (#6369, #9582)
- ticket: fixes for the CC: property (#8597, #9522)
- notification: improved the formatting of ticket fields in notification e-mails (#9484, #9494)
- i18n: added a configuration option to set the default language (#8117)
- several fixes for upgrade (#9400, #9416, #9483, #9556)
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r-- | www/trac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index f956a042746..569a917c9be 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2011/03/15 12:58:04 gdt Exp $ +# $NetBSD: Makefile,v 1.53 2011/03/16 23:28:22 gdt Exp $ # -DISTNAME= Trac-0.12 +DISTNAME= Trac-0.12.2 PKGNAME= ${DISTNAME:tl} PKGREVISION= 1 CATEGORIES= devel www |