Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Eric Gillespie <epg@netbsd.org>
List: pkgsrc-changes
Date: 06/08/2007 22:49:28
Module Name:	pkgsrc
Committed By:	epg
Date:		Fri Jun  8 22:49:28 UTC 2007

Modified Files:
	pkgsrc/devel/p5-subversion: Makefile
	pkgsrc/devel/py-subversion: Makefile
	pkgsrc/devel/ruby-subversion: Makefile
	pkgsrc/devel/subversion: Makefile.version distinfo
	pkgsrc/devel/subversion-base: Makefile
	pkgsrc/devel/subversion/files: build-outputs.mk
	pkgsrc/www/ap2-subversion: Makefile

Log Message:
Version 1.4.4
(30 May 2007, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.4

 User-visible changes:
  - Client:
    * fixed: 'svn up' of replaced file without history fails (issue #2618)
    * fixed: 'svn export' succeeds on non-existent URL (r23191, -3, -5, -200)
    * fixed: 'svn diff' fails writing large hunks to Win console (issue #1789)
    * fixed: 'svn merge' shows 'G' notifications for unchanged files (r24483)
    * fixed: svnsync cannot sync unreadable modified dir copies (issue #2705)
    * fixed: ra_dav litters empty transactions if initial setup fails (r23594)
    * fixed: inconsistent expansion of revision number keywords (issue #1743)
    * fixed: security flaw in 'svn prop*' commands [CVE-2007-2448]
          (r25095, -099, -104, -105, -10)

  - Server:
    * fixed: rare dirprop dataloss leading to BDB repo corruption (issue #2751)
    * fixed: race condition when changing FSFS revprops (r23439, r23440)
    * fixed: 'svnadmin load' invents svn:date if none exists (issue #2729)
    * fixed: svnserve can't commit locked file if root unwritable (issue #2700)
    * fixed: 'svnadmin dump' output invalid for non-ASCII paths (issue #2641)

  - Client and Server:
    * fixed: hang during character translation (r23491, r23492)
    * translation updates for Simplified Chinese, Japanese, and Norwegian

 Developer-visible changes:
 * new "make svnserveautocheck" testing target (r23558)
 * fixed: ra_serf fails checkout if access to repos root is forbidden (r23846)
 * fixed: svn_client_cat2() doesn't accept WORKING as a revision (r23556)
 * javahl bindings:
     - fixed: potential segfault in initialisation (r23383)
     - fixed: SVNClientSynchronized.logMessages() isn't synchronised (r23978)
     - fixed: SVNClient.info2() misreports itself as unlock in errors (r24219)
 * SWIG/perl bindings:
     - fixed: ra_do_{update,switch,status} don't work with Perl delta editors
           (r20667, r22311)
 * SWIG/python bindings:
     - fixed: memory leak whenever C APIs returned errors (r21453, r23468)
 * SWIG/ruby bindings:
     - fixed: typos in method Svn::Wc#merge_prop_diffs and docs (r23405, -6)


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 pkgsrc/devel/p5-subversion/Makefile
cvs rdiff -r1.25 -r1.26 pkgsrc/devel/py-subversion/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/devel/ruby-subversion/Makefile
cvs rdiff -r1.38 -r1.39 pkgsrc/devel/subversion/Makefile.version
cvs rdiff -r1.58 -r1.59 pkgsrc/devel/subversion/distinfo
cvs rdiff -r1.46 -r1.47 pkgsrc/devel/subversion-base/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/subversion/files/build-outputs.mk
cvs rdiff -r1.28 -r1.29 pkgsrc/www/ap2-subversion/Makefile

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