diff options
author | epg <epg@pkgsrc.org> | 2005-06-16 15:18:07 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2005-06-16 15:18:07 +0000 |
commit | 98a462d938831a77d07c675662f11b76436d8f2f (patch) | |
tree | ee9d44e88d5683418513d061fab480ad1278798b /www/trac/Makefile | |
parent | 67509bae971a704605236327a65deb72c79151e4 (diff) | |
download | pkgsrc-98a462d938831a77d07c675662f11b76436d8f2f.tar.gz |
Update to Trac 0.8.3 (June 15, 2005)
http://svn.edgewall.com/repos/trac/tags/trac-0.8.3
Upstream changelog 0.8.3:
* Fix compatibility of 'trac-admin resync' with Subversion >= 1.2.
* Settings page now works correctly when Trac is deployed at the root
of a host.
* Windows packaging issues resolved.
* Fixed bugs
Upstream changelog 0.8.2:
* Compatibility with Subversion >= 1.2 fixed.
* Compatibility with Docutils >= 0.3.7 fixed.
* Fixed bugs
Upstream changelog 0.8.1:
* Improved Python 2.1 compatibility.
* Layout of navigation bar in Opera fixed.
* Execution of Javascript through event handler attributes in HTML
code is now forbidden.
* Fixed bugs
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 929f006cdf8..7bacbb5964d 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/11/29 00:01:34 epg Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 15:18:07 epg Exp $ # -DISTNAME= trac-0.8 +DISTNAME= trac-0.8.3 CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.com/pub/trac/ |