Skip to content

Commit

Permalink
Update to 1.1.20
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ryoon committed May 19, 2013
1 parent 05a632f commit 9240e98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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/
Expand Down
8 changes: 4 additions & 4 deletions 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

0 comments on commit 9240e98

Please sign in to comment.