pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Version 1.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f5af1a838ea
branches:  trunk
changeset: 482234:4f5af1a838ea
user:      epg <epg%pkgsrc.org@localhost>
date:      Sat Oct 23 06:11:09 2004 +0000

description:
Version 1.1.1
(22 October 2004, from /branches/1.1.1)
http://svn.collab.net/repos/svn/tags/1.1.1

 User-visible-changes:
  - Client:
    * fixed: 'svn status' win32 performance regression (issue #2016)
    * fixed: 'svn ls' dying on non-ascii paths over DAV (issue #2060)
    * fixed: allow URI-encoded colon or pipe on win32 (issue #2012)
    * fixed: broken win32 UNC paths (issue #2011)
    * fixed: memory bloat when committing many files over DAV (r11284, -321)
    * fixed: eol-style translation error for 'svn propget' (r11202, -243)
    * fixed: 'svn propedit' does EOL conversion properly (issue #2063)
    * fixed: 'svn log --xml' shouldn't be locale-dependent. (r11181)
    * fixed: 'svn export' of symlinks with 'use-commit-times' (r11224)
    * fixed: 'svn export -rBASE' when WC has added items (r11296, -415)
    * many translation updates for localized client messages.

  - Server:
    * fixed: 'svn ls' HTTP performance regression (r11211, -232, -285)
    * fixed: make it possible to set "SVNPathAuthz off" in httpd.conf (r11190)
    * fixed: fsfs validating revisions when accessing revprops (issue #2076)
    * fixed: 'svn log -v' hiding too much info on 'empty' revisions. (r11137)
    * fixed: encoding bug with 'svnlook log'/'svnlook author' (r11172)
    * fixed: allow mod_authz_svn to return '403 Forbidden', not 500 (r11064)
    * fixed: XML-escape author and date strings before sending (issue #2071)
    * fixed: invalid XML being sent over DAV (issue #2090)

 Developer-visible-changes:
 * fixed: IRIX compile error (issue #2082)
 * fixed: error in perl bindings (r11290)
 * fixed: error leaks in mod_dav_svn (r11458)
 * fixed: javahl should use default config directory (r11394)

diffstat:

 devel/p5-subversion/Makefile      |  3 +--
 devel/py-subversion/Makefile      |  3 +--
 devel/subversion-base/Makefile    |  3 +--
 devel/subversion/Makefile.version |  4 ++--
 devel/subversion/distinfo         |  6 +++---
 www/ap2-subversion/Makefile       |  3 +--
 6 files changed, 9 insertions(+), 13 deletions(-)

diffs (72 lines):

diff -r 401571f74b31 -r 4f5af1a838ea devel/p5-subversion/Makefile
--- a/devel/p5-subversion/Makefile      Sat Oct 23 00:23:20 2004 +0000
+++ b/devel/p5-subversion/Makefile      Sat Oct 23 06:11:09 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2004/10/03 00:13:32 tv Exp $
+# $NetBSD: Makefile,v 1.13 2004/10/23 06:11:09 epg Exp $
 
 PKGNAME=       p5-subversion-${SVNVER}
-PKGREVISION=   1
 COMMENT=       Perl bindings for Subversion
 
 .include "../../devel/subversion/Makefile.common"
diff -r 401571f74b31 -r 4f5af1a838ea devel/py-subversion/Makefile
--- a/devel/py-subversion/Makefile      Sat Oct 23 00:23:20 2004 +0000
+++ b/devel/py-subversion/Makefile      Sat Oct 23 06:11:09 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:13:33 tv Exp $
+# $NetBSD: Makefile,v 1.10 2004/10/23 06:11:09 epg Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-subversion-${SVNVER}
-PKGREVISION=   1
 COMMENT=       Python bindings and tools for Subversion
 
 .include "../../devel/subversion/Makefile.common"
diff -r 401571f74b31 -r 4f5af1a838ea devel/subversion-base/Makefile
--- a/devel/subversion-base/Makefile    Sat Oct 23 00:23:20 2004 +0000
+++ b/devel/subversion-base/Makefile    Sat Oct 23 06:11:09 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2004/10/03 00:13:33 tv Exp $
+# $NetBSD: Makefile,v 1.18 2004/10/23 06:11:10 epg Exp $
 
 PKGNAME=       subversion-base-${SVNVER}
-PKGREVISION=   1
 COMMENT=       Version control system, base programs and libraries
 
 .include "../subversion/Makefile.common"
diff -r 401571f74b31 -r 4f5af1a838ea devel/subversion/Makefile.version
--- a/devel/subversion/Makefile.version Sat Oct 23 00:23:20 2004 +0000
+++ b/devel/subversion/Makefile.version Sat Oct 23 06:11:09 2004 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.version,v 1.24 2004/09/30 14:39:33 epg Exp $
+# $NetBSD: Makefile.version,v 1.25 2004/10/23 06:11:09 epg Exp $
 
 .if !defined(SVNVER)
-SVNVER=                1.1.0
+SVNVER=                1.1.1
 .endif
diff -r 401571f74b31 -r 4f5af1a838ea devel/subversion/distinfo
--- a/devel/subversion/distinfo Sat Oct 23 00:23:20 2004 +0000
+++ b/devel/subversion/distinfo Sat Oct 23 06:11:09 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2004/09/30 14:39:33 epg Exp $
+$NetBSD: distinfo,v 1.36 2004/10/23 06:11:09 epg Exp $
 
-SHA1 (subversion-1.1.0.tar.gz) = b6c92a60898b612b61964e09da6025b27227b9af
-Size (subversion-1.1.0.tar.gz) = 8053391 bytes
+SHA1 (subversion-1.1.1.tar.gz) = b9afbcc211673ce2a1bf9778b6fa519f740e7ebd
+Size (subversion-1.1.1.tar.gz) = 8101813 bytes
 SHA1 (patch-aa) = 593ff1e235cc918e533f75f2d56fb575adcc7f6d
 SHA1 (patch-ac) = 7f0669a6f684583ff0ca4a443be356ae2fca06db
diff -r 401571f74b31 -r 4f5af1a838ea www/ap2-subversion/Makefile
--- a/www/ap2-subversion/Makefile       Sat Oct 23 00:23:20 2004 +0000
+++ b/www/ap2-subversion/Makefile       Sat Oct 23 06:11:09 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2004/10/03 00:18:24 tv Exp $
+# $NetBSD: Makefile,v 1.16 2004/10/23 06:11:10 epg Exp $
 
 PKGNAME=       ap2-subversion-${SVNVER}
-PKGREVISION=   1
 COMMENT=       WebDAV server (Apache module) for Subversion
 
 .include "../../devel/subversion/Makefile.common"



Home | Main Index | Thread Index | Old Index