diff options
author | gdt <gdt@pkgsrc.org> | 2014-10-27 17:13:33 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-10-27 17:13:33 +0000 |
commit | 0ed978dd817a3e505ec1927bd699a5d424bc4d1c (patch) | |
tree | 3cee80a31dd68c90510175e4e8810fd307bcd5fd /www/trac/Makefile | |
parent | ec3bca1d9a7d3a47aa26563aaeb8ba718ad94783 (diff) | |
download | pkgsrc-0ed978dd817a3e505ec1927bd699a5d424bc4d1c.tar.gz |
Update to 1.0.2 from 1.0.1. (Micro version update, not yet tested.)
- Subversion keywords are expanded and EOL substitutions made
when viewing a file in the repository browser and when
downloading a file (#717).
- Notification email is sent to the old owner when a ticket
is reassigned (#2311).
- Ticket change history is updated when renaming and deleting a
milestone, and when retargeting tickets to another milestone
(#4582, #5658).
- Numerous fixes for the Authz permissions policy in
the browser/repository (#10961, #11646), wiki (#8976, #11067),
admin (#11069) and report (#11176) realms.
- Multiple form submits are disallowed (#10138).
- `ConfigurationError` is raised if any of the `permission_policies`
can't be loaded, preventing possible information leakage due
to internal and installation errors (#10285).
- Wiki toolbars can be disabled through a configuration
setting (#10837)
- The number of entries in a table is shown next to heading
on applicable admin pages (#11027).
- //Cancel// buttons are consistently located on all pages (#11076).
- Focus is placed on a text element when an edit page is
loaded (#11084).
- The //Edit conflict// and //Merge// warning messages are
always visible in side-by-side edit mode (#11102).
- Improvements to the layout of the Report (#11106, #11664)
and Ticket pages (#11471).
- Genshi 0.7 compatibility (#11218).
- Numerous minor fixes for Git repository support.
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 eb93c99cb00..e8962a2e9ed 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2014/05/09 07:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2014/10/27 17:13:33 gdt Exp $ -DISTNAME= Trac-1.0.1 +DISTNAME= Trac-1.0.2 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \ ftp://ftp.edgewall.org/pub/trac/ |