1c78f14ee9
Upstream change log: Version 0.35.0 (branching 12 December 2003, from revision 7994) http://svn.collab.net/repos/svn/branches/0.35.0 1. As of this release, Subversion once again does deltification automatically. This means that the deltification step most repositories introduced into their post-commit hooks as of release 0.33.0 should now be reverted. Look for a line with "svnadmin deltify" in hooks/post-commit, and remove it. User-visible changes: * BDB log files are automatically pruned, with BDB 4.2.50 and higher (#1615) * deltification is automatic again (issue #1601) * fix: svn diff -rX:Y wcpath' may lie (issue #1616) * fix: URI-decoding problem on 'svn import' (issue #1622) * automatic log file removal on repositorys (issue #1615) * many other enhancements, minor features, and bugfixes not listed here Developer-visible changes: * misc. improvements on Perl and Java bindings * improved diff handling (r7985) * many other changes not listed here Merged revisions after release branching: * r8009, r8010 and r8011 - Java bindings * r8041 - typo/bugfix
5 lines
110 B
Text
5 lines
110 B
Text
# $NetBSD: Makefile.version,v 1.12 2003/12/20 00:31:47 epg Exp $
|
|
|
|
.if !defined(SVNVER)
|
|
SVNVER= 0.35.0
|
|
.endif
|