diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-05-19 03:33:11 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-05-19 03:33:11 +0000 |
commit | eea9378d5e08052dfa082a2c6f0bbd7be3e86618 (patch) | |
tree | 160881542749eaf11d904a42b5ec860d896749a0 /www | |
parent | 353deed88a0d0e27f266678e3630af257ab94c80 (diff) | |
download | pkgsrc-eea9378d5e08052dfa082a2c6f0bbd7be3e86618.tar.gz |
Update to 1.1.20
Changelog:
Version 1.1.20 (released 24-Apr-2013)
* fix tab-to-space handling regression in markup view
* fix regression in root lookup handling (issue #526)
Version 1.1.19 (released 22-Apr-2013)
* improve root lookup performance (issue #523)
* new 'max_filesize_kbytes' config option and handling (issue #524)
* tarball generation improvements:
- preserve Subversion symlinks in generated tarballs (issue #487)
- reduce memory usage of tarball generation logic
- fix double compression of generated tarballs (issue #525)
* file content handling improvements:
- expanded support for encoding detection and transcoding (issue #11)
- fix tab-to-space conversion bugs in markup, annotate, and diff views
- fix handling of trailing whitespace in diff view
* add support for timestamp display in ISO8601 format (issue #46)
Version 1.1.18 (released 28-Feb-2013)
* fix exception raised by BDB-backed SVN repositories (issue #519)
* hide revision-less files when rcsparse is in use
* include branchpoints in branch views using rcsparse (issue #347)
* miscellaneous cvsdb improvements:
- add --port option to make-database (issue #521)
- explicitly name columns in queries (issue #522)
- update MySQL syntax to avoid discontinued "TYPE=" terms
Diffstat (limited to 'www')
-rw-r--r-- | www/viewvc/Makefile | 6 | ||||
-rw-r--r-- | www/viewvc/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/viewvc/Makefile b/www/viewvc/Makefile index 461ba9ca349..55b873839b1 100644 --- a/www/viewvc/Makefile +++ b/www/viewvc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2012/12/27 12:56:36 darcy Exp $ +# $NetBSD: Makefile,v 1.19 2013/05/19 03:33:11 ryoon Exp $ # -DISTNAME= viewvc-1.1.17 +DISTNAME= viewvc-1.1.20 CATEGORIES= devel www -MASTER_SITES= # http://viewvc.tigris.org/files/documents/3330/49022/ +MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/49275/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.viewvc.org/ diff --git a/www/viewvc/distinfo b/www/viewvc/distinfo index ca429a9e70f..51d199472ae 100644 --- a/www/viewvc/distinfo +++ b/www/viewvc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2012/12/27 12:56:36 darcy Exp $ +$NetBSD: distinfo,v 1.12 2013/05/19 03:33:11 ryoon Exp $ -SHA1 (viewvc-1.1.17.tar.gz) = 1467f45167e4df6fd339a936c2fe5a56d0a39c03 -RMD160 (viewvc-1.1.17.tar.gz) = 89c4ed265475039f7f3f31be34ee81ed50c3945e -Size (viewvc-1.1.17.tar.gz) = 611890 bytes +SHA1 (viewvc-1.1.20.tar.gz) = ee368f0efbaa1de7a35a234e1b08f57fb7161143 +RMD160 (viewvc-1.1.20.tar.gz) = 825fcb0d4b4fb1e0a66135d959b2e36fe7ad35d9 +Size (viewvc-1.1.20.tar.gz) = 616561 bytes SHA1 (patch-aa) = ff0a6e52ea66c838ba3ab7b1d055c27bf561a376 SHA1 (patch-ab) = f5abf6bd824d121338882423c34e3464c8ba5fd4 |