Subject: CVS commit: pkgsrc/devel
To: None <pkgsrc-changes@NetBSD.org>
From: Eric Gillespie <epg@netbsd.org>
List: pkgsrc-changes
Date: 11/08/2006 05:08:25
Module Name:	pkgsrc
Committed By:	epg
Date:		Wed Nov  8 05:08:25 UTC 2006

Modified Files:
	pkgsrc/devel/subversion: Makefile.version distinfo
	pkgsrc/devel/subversion-base: PLIST

Log Message:
Version 1.4.2
(2 November 2006, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.2

 User-visible-changes:
  - Client:
    * new "notes/svnsync.txt" file explains common svnsync usage
    * install a manpage for svnsync (r21403)
    * install/package svnsync on Windows (r21387, r21424)
    * translation updates for all languages
    * dramatically speed up commit of wc-to-wc copy (r21471)
    * fixed: support 'svn co URL@{DATE}' (issue #2602)
    * fixed: cannot access repositories with spaces via svn:// (issue #2612)
    * fixed: passing full URL in some DAV requests, breaking proxies (r21526)
    * fixed: history-tracing can fail for renamed directories (issue #2600)
    * fixed: crash if interrupted while opening a working copy (r21792)
    * fixed: 'svn merge' should notify about conflicted files (issue #2584)
    * fixed: 'svn revert' should notify about prop-only reverts (issue #2517)
    * fixed: 'svn status -u' not showing props changed on wc root (issue #2533)
    * fixed: 'svn status -u' fails in a read-only working copy (r21904, -19)
    * fixed: 'svn up' failing with checksum mismatch error (issue #2618)
    * fixed: 'svnsync sync' copying missing implicit revprops (issue #2613)
    * fixed: svnsync unable to synchronise copies of URL-unsafe paths (r22092)
    * svnshell tool: support "setrev head" (r20992)
    * include newest version of svnmerge.py

  - Server:
    * FSFS: improve detection of disk write errors (r21346)
    * FSFS: prevent API violation from corrupting repository (issue #2467)
    * improved error checking when running hook scripts, etc (r21483)
    * mailer.py: new commit_url option links to web page for a commit (r21333)

Developer-visible-changes:
* support Neon 0.26.0 and 0.26.1 (r21289, r21293, r21956)
* support current CVS versions of libtool (post-1.5.22) (r22120)
* now compiles on architectures without APR_HAS_DSO (e.g. RISC OS) (r21473)
* fixed: build error on FreeBSD due to missing svnsync manpage (r21403)
* RHEL3 RPM package requires correct version of Apache httpd (r21974)
* numerous improvements to coverage of the test suite
* javahl bindings:
    - compile Java bytecode for Java 1.2 VM (r21765, -7, r21814)
    - fixed: crash if using 1.4.x bindings with older libraries (r21316, -429)
    - fixed: crash when empty destination path passed to checkout (r21770)
* SWIG/ruby bindings:
    - fixed: accept nil for Svn::Repos#load_fs's parent_dir argument (r21793)
* SWIG/python bindings:
    - fixed: crash when using an apr_hash_t typemap (issue #2606)
    - fixed: in tests, use URLs that work on Windows (r21392)
* SWIG/perl bindings:
    - fixed: ra_replay works with Perl delta editors (r20666)

Version 1.4.1
(Not released, see changes for 1.4.2.)


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 pkgsrc/devel/subversion/Makefile.version
cvs rdiff -r1.55 -r1.56 pkgsrc/devel/subversion/distinfo
cvs rdiff -r1.14 -r1.15 pkgsrc/devel/subversion-base/PLIST

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