diff options
author | gdt <gdt@pkgsrc.org> | 2014-01-21 22:29:33 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-01-21 22:29:33 +0000 |
commit | 5f72cd311d484f522ec6d9391da6bed698bec2f2 (patch) | |
tree | 101b648f45579f5b91ba5e7c4ea3e96519e6b1c7 /www/trac/Makefile | |
parent | 5776e25ef33446fce1950adb7b1a3c3964693f3c (diff) | |
download | pkgsrc-5f72cd311d484f522ec6d9391da6bed698bec2f2.tar.gz |
Update to 1.0.1
Sort PLIST. Add new files.
Trac 1.0.1 (February 1, 2013)
http://svn.edgewall.org/repos/trac/tags/trac-1.0.1
- Fix zip source download for large directories in Subversion repositories
- Performance improvement for the Roadmap, by caching milestone properties
- Added a ''select all'' checkbox to table of components for each plugin on
the Plugins admin panel
- Restore the ''Modify'' link at the top of the ticket page, as it was in
Trac 0.12
- `ListOption` keeps values other than empty string and None in raw list
as default
- Prevent possibility of multiple identical info or warning messages being
presented to the user
- The BatchModify select-all checkboxes are toggled with tri-state behavior
when the ticket checkboxes are toggled
- Update the ticket changetime to the current time when deleting a ticket
comment
- ... and quite more! In particular, see also the changes for 0.12.5
which are also integrated and new since 1.0
Trac 0.12.5 (January 15, 2013)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.5
Trac 0.12.5 is a maintenance release and contains
a few interesting fixes:
- upload of .mht files (MHTML web page archive files) now works
(#9880)
- more robust parsing of attachment URLs (#10280) and uploaded
file names (#10850)
- lots of improvement to the date formatting code, which is now
much more robust when timezone and daylight saving time
computations are involved (#10768, #10863, #10864, #10912, #10920)
- no longer generate invalid JSON encoded data with Python 2.4 and
2.5 (#10877)
- ... and a few more!
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 9bf391781b9..350719b221a 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2013/02/14 14:56:23 gdt Exp $ +# $NetBSD: Makefile,v 1.61 2014/01/21 22:29:33 gdt Exp $ # -DISTNAME= Trac-1.0 +DISTNAME= Trac-1.0.1 PKGNAME= ${DISTNAME:tl} CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \ |