Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Eric Gillespie <epg@netbsd.org>
List: pkgsrc-changes
Date: 10/23/2004 06:11:10
Module Name:	pkgsrc
Committed By:	epg
Date:		Sat Oct 23 06:11:10 UTC 2004

Modified Files:
	pkgsrc/devel/p5-subversion: Makefile
	pkgsrc/devel/py-subversion: Makefile
	pkgsrc/devel/subversion: Makefile.version distinfo
	pkgsrc/devel/subversion-base: Makefile
	pkgsrc/www/ap2-subversion: Makefile

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/p5-subversion/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/py-subversion/Makefile
cvs rdiff -r1.24 -r1.25 pkgsrc/devel/subversion/Makefile.version
cvs rdiff -r1.35 -r1.36 pkgsrc/devel/subversion/distinfo
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/subversion-base/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/www/ap2-subversion/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.