* notes/commit-access-templates/full-committer.tmpl:
[svn/apache.git] / CHANGES
blobba9197b9187a5ff4bc3bd8fc7ff885de495139ac
1 # To view a revision listed as (rXXXXXXX), visit:
2 #   https://svn.apache.org/rXXXXXXX
4 # To view an issue listed as (issue #XXXX), visit:
5 #   https://issues.apache.org/jira/browse/SVN-XXXX
7 Version 1.13.0
8 (?? ??? 20XX, from /branches/1.13.x)
9 https://svn.apache.org/repos/asf/subversion/tags/1.13.0
12 Version 1.12.2
13 (24 Jul 2019, from /branches/1.12.x)
14 https://svn.apache.org/repos/asf/subversion/tags/1.12.2
16  User-visible changes:
17     * Fix conflict resolver bug: local and incoming edits swapped. (r1863285)
18     * Fix memory lifetime problem in a libsvn_wc error code path. (r1863287)
20  Developer-visible changes:
21     * Allow generating Visual Studio 2019 projects (r1863286)
22     * Fix build with APR 1.7.0. (r1860377)
23     * Fix building Subversion with Visual Studio 2005 and 2008. (r1863288)
24     * Allow svnserve's 'get-deleted-rev' API to return 'not deleted'. (r1863290)
25     * Implement check for node existence using native Win32 APIs. (r1863289)
28 Version 1.12.1
29 (Not released; see changes for 1.12.2.)
32 Version 1.12.0
33 (12 Apr 2019, from /branches/1.12.x)
34 https://svn.apache.org/repos/asf/subversion/tags/1.12.0
36  User-visible changes:
37   - Major new features:
39   - Minor new features and improvements:
40     * 'move vs. move' merge conflicts can now be resolved (r1846851, r1851913)
41     * 'svn --version --verbose' shows loaded libraries on Linux (r1843774)
42     * 'svnrdump' can read/write a file instead of stdin/stdout (r1844906)
43     * 'svn list' tries to not truncate the author's name (r1847384 et al.)
44     * 'svn list' can show sizes in base-2 unit suffixes (r1847384 et al.)
45     * 'svn info' shows the size of files in the repository (r1847441 et al.)
46     * 'svn cleanup' can remove read-only directories (#4806, r1854072 et al.)
48   - Client-side bugfixes:
49     * Repos-to-WC copy with --parents works with absent target (r1843888)
50     * Repos-to-WC copy from foreign repo with peg/operative revs (#4785)
52   - Server-side bugfixes:
53     * Ignore empty group definitions in authz files (#4802, r1851687)
55   - Client-side and server-side bugfixes:
57   - Other tool improvements and bugfixes:
58     * svnauthz: warn about empty groups in authz files (#4803, r1851823)
59     * Storing passwords in plain text on disk is disabled by default (r1845377)
61  Developer-visible changes:
62   - General:
63     * Updated the required libtool version to 2.x (r1845716)
64     * get-deps.sh: Remove references to Googlemock and Googletest (r1849200)
65     * All C++ code is compiled in C++11 mode by default (r1849202)
67   - Bindings:
68     * JavaHL: Fixed potential core dump in ISVNClient.diff (r1845408)
69     * JavaHL: Let clients decode file contents from ISVNClient.blame (r1851333)
72 Version 1.11.1
73 (11 Jan 2019, from /branches/1.11.x)
74 http://svn.apache.org/repos/asf/subversion/tags/1.11.1
76  User-visible changes:
77   - Minor new features and improvements:
78     * Conflict resolver support for added vs unversioned file (r1845577)
79     * Conflict resolver support for unversioned directories (r1846299)
80     * Improve help for 'svn add' and the '-N' option (r1842814 et al.)
81     * Improve display of Mac OS name in 'svn --version --verbose' (r1842334)
83   - Client-side bugfixes:
84     * Fix: repos-to-WC copy with --parents doesn't create dirs (#4768)
85     * Fix: foreign repo copy with peg/operative revisions (#4785)
86     * Fix: foreign repo copy of file adding mergeinfo (#4792)
87     * Fix: assertion failure using -rPREV on a working copy at r0 (#4532)
88     * Fix: tree conflict message ends a sentence with a colon (#4717)
90   - Server-side bugfixes:
91     * Fix CVE-2018-11803: malicious SVN clients can crash mod_dav_svn
92     * Fix: unexpected SVN_ERR_FS_NOT_DIRECTORY errors (#4791)
93     * Fix: mod_dav_svn's SVNUseUTF8 had no effect in some setups (r1844882)
94     * Fix crash in mod_http2 (#4782)
96   - Other tool improvements and bugfixes:
97     * svndumpfilter: Clarify error messages by including node path (r1845261)
99   - Bindings bugfixes:
100     * JavaHL: Fix crash in client code when using external diff (r1845408)
102  Developer-visible changes:
103   - General:
104     * Fix build on systems without python in $PATH (r1845555)
105     * Fix compiler warnings about indentation (r1845556 et al.)
107   - API changes:
108     (none)
111 Version 1.11.0
112 (30 Oct 2018, from /branches/1.11.x)
113 http://svn.apache.org/repos/asf/subversion/tags/1.11.0
115  User-visible changes:
116   - Major new features:
117     * Shelving is no longer based on patch files (experimental) (issue #3625)
118     * Checkpointing (experimental) (issue #3626)
119     * Viewspec output command (experimental) (issue #4753)
121   - Minor new features and improvements:
122     * Improvements to tree conflict resolution (issue #4694 #4766 ...)
123     * 'patch' can now read non-pretty-printed svn:mergeinfo diffs (r1822151)
124     * Better error when http:// URL is not a Subversion repository (r1825302)
125     * Add 'schedule' and 'depth' items to 'svn info --show-item' (r1827032)
126     * Allow the client cert password to be saved (r1836762)
128   - Client-side bugfixes:
129     * Fix a crash in a repo:WC summary diff of a local copy (r1835218)
130     * Fix double diff headers (r1836746)
131     * Tree conflict resolver: avoid endless scan in some cases (r1839662)
133   - Server-side bugfixes:
134     * svnadmin dump shouldn't canonicalize svn:date (issue #4767)
135     * 'svnadmin verify --keep-going --quiet' shows an error summary (r1837790)
136     * Let 'svnadmin recover' prune the rep-cache even if disabled (r1838813)
138   - Client-side and server-side bugfixes:
139     * Fix pattern-matching of top level path in listing with search (r1830599)
140     * Allow commands like 'svn ci --file X' to work when X is a FIFO (r1836306)
142   - Other tool improvements and bugfixes:
143     * tools/client-side/bash_completion: Add '--password-from-stdin' (r1820045)
145  Developer-visible changes:
146   - General:
147     * new tool: tools/dist/edit-N-log-messages (r1819207)
148     * tools/dev/unix-build/Makefile.svn: various fixes
149     * Expose the diff option 'pretty_print_mergeinfo' in APIs (r1822014)
150     * In 'revert' APIs, choose whether to delete schedule-add nodes (r1822534)
152   - Bindings:
153     * Fix Python binding fs.FileDiff behaviour with python-future (r1823802)
154     * Fix Python unit test, fs.SubversionFSTestCase, on Windows (r1824410)
155     * Bump minimum JDK version required for JavaHL to 1.8 (r1831895)
156     * Enable building against Java 10 (r1841180 et al)
157     * Fix a potential crash in JavaHL (issue #4764)
160 Version 1.10.6
161 (24 Jul 2019, from /branches/1.10.x)
162 https://svn.apache.org/repos/asf/subversion/tags/1.10.6
164  User-visible changes:
165     * Allow the use of empty groups in authz rules. (r1854883)
166     * Fix conflict resolver case with move vs move conflicts. (r1863297)
167     * Fix #4760: Missing children in svnadmin dump --include/exclude. (r1863298)
168     * Fix #4793: authz rights from inverted access selectors. (r1854882)
169     * Fix conflict resolver bug: local and incoming edits swapped. (r1863300)
170     * Fix #4806: Remove on-disk trees with read-only dirs. (r1863299)
171     * Fix memory lifetime problem in a libsvn_wc error code path. (r1863302)
172     * No tree conflict when 'svn up' deletes unmodified dir with unversioned items. (r1863296)
173     * Remove a useless common ancestor search from conflict resolver. (r1863294)
175  Developer-visible changes:
176     * Allow generating Visual Studio 2019 projects (r1863304)
177     * Fix a use-after-free in mod_dav_svn's logging of FS warnings. (r1863292)
178     * Fix "unused static function" warning in release-mode builds. (r1854884)
179     * Fix build with APR 1.7.0. (r1863303)
180     * Fix issue #4804: spurious SQLite-related test failures. (r1863295)
181     * Allow svnserve's 'get-deleted-rev' API to return 'not deleted'. (r1863305)
182     * Silence a deprecation warning from amalgamated SQLite on macOS. (r1863291)
185 Version 1.10.5
186 (Not released; see changes for 1.10.6.)
189 Version 1.10.4
190 (11 Jan 2019, from /branches/1.10.x)
191 http://svn.apache.org/repos/asf/subversion/tags/1.10.4
193  User-visible changes:
194   - Minor new features and improvements:
195     * Conflict resolver support for added vs unversioned file (r1845577)
196     * Conflict resolver support for unversioned directories (r1846299)
198   - Client-side bugfixes:
199     * Fix: repos-to-WC copy with --parents doesn't create dirs (#4768)
200     * Fix: foreign repo copy with peg/operative revisions (#4785)
201     * Fix: foreign repo copy of file adding mergeinfo (#4792)
202     * Fix: assertion failure using -rPREV on a working copy at r0 (#4532)
203     * Fix: tree conflict message ends a sentence with a colon (#4717)
205   - Server-side bugfixes:
206     * Fix CVE-2018-11803: malicious SVN clients can crash mod_dav_svn
207     * Fix: unexpected SVN_ERR_FS_NOT_DIRECTORY errors (#4791)
208     * Fix: mod_dav_svn's SVNUseUTF8 had no effect in some setups (r1844882)
209     * Fix crash in mod_http2 (#4782)
211   - Other tool improvements and bugfixes:
212     * svndumpfilter: Clarify error messages by including node path (r1845261)
214   - Bindings bugfixes:
215     * JavaHL: Fix crash in client code when using external diff (r1845408)
217  Developer-visible changes:
218   - General:
219     * Fix build on systems without python in $PATH (r1845555)
221   - API changes:
222     (none)
225 Version 1.10.3
226 (10 Oct 2018, from /branches/1.10.x)
227 http://svn.apache.org/repos/asf/subversion/tags/1.10.3
229  User-visible changes:
230   - Minor new features and improvements:
231     * Store the HTTPS client cert password (r1842578)
233   - Client-side bugfixes:
234     * Fix shelving when custom diff command is configured (issue #4758)
235     * Fix conflict resolver crashes (issue #4744, r1842581, r1842582, r1842583)
236     * Fix conflict resolver endless scan in some cases (r1842586)
237     * Fix "Accept incoming deletion" on locally deleted file (issue #4739)
238     * Fix "resolver adds unrelated moves to move target list" (issue #4766)
240   - Server-side bugfixes:
241     * Reject bad PUT before CHECKOUT in v1 HTTP protocol (r1841281)
242     * Let 'svnadmin recover' prune the rep-cache even if disabled (r1842585)
244   - Client-side and server-side bugfixes:
245     * Allow commands like 'svn ci --file X' to work when X is a FIFO (r1841282)
247   - Other tool improvements and bugfixes:
248     * 'svnadmin verify --keep-going --quiet' shows an error summary (r1842584)
249     * Fix error in german translation for 'svn help merge' (r1837038)
251  Developer-visible changes:
252   - General:
253     * Python tests use the current python executable (r1842626)
256 Version 1.10.2
257 (20 Jul 2018, from /branches/1.10.x)
258 http://svn.apache.org/repos/asf/subversion/tags/1.10.2
260  User-visible changes:
261   - Client-side bugfixes:
262     * Correctly claim to offer Gnome Keyring support with libsecret (r1831142)
263     * Fix segfault using Gnome Keyring with libsecret (r1835782)
264     * Fix JavaHL local refs capacity warning when unparsing externals (r1831143)
265     * Since on Windows Subversion does not handle symlinks, never check for reparse points (r1835701)
266     * Prune externals after 'update --set-depth=exclude' (r1835702)
267     * Fix issue #4740, "conflict resolver searches too far back ..." (r1835703)
268   - Server-side bugfixes:
269     * Fix regression issue #4741: authz group refers to multiple groups (r1831220)
271  Developer-visible changes:
272   - General:
273     * Regression test and FSFS checksum test, part of issue #4722 (r1828043)
274     * Explicit error on configure --without-lz4 or --without-utf8proc (r1831604)
275     * configure.ac: Fix regression relating to path to 'rdoc' (r1833486)
276     * Ensure consistent use of $PYTHON during build and test (r1833487)
277     * Fix libsvn_auth_gnome_keyring.pc when built using libsecret (r1835781)
278   - Bindings:
279     * Fix regression in use of pre-generated Swig bindings in release builds (r1833488)
282 Version 1.10.1
283 (Not released; see changes for 1.10.2.)
286 Version 1.10.0
287 (13 Apr 2018, from /branches/1.10.x)
288 http://svn.apache.org/repos/asf/subversion/tags/1.10.0
290 See the 1.10 release notes for a more verbose overview of the changes since
291 the 1.9 release:  https://subversion.apache.org/docs/release-notes/1.10.html
293  User-visible changes:
294   - Major new features:
295     * Better interactive conflict resolution for tree conflicts (r1687489 et al)
296     * Wildcards and improved performance in path-based authorization (r1776832)
297     * New experimental 'svn shelve' command (issue #3625)
298   - Minor new features and improvements:
299     * svnbench: Show time taken & bytes transferred (r1703383, r1710586)
300     * New 'svnadmin dump' options to include/exclude paths (r1811992 et al)
301     * New '--normalize-props' option for 'svnadmin dump' (r1807836 et al)
302     * New 'svnadmin 'load-revprops', 'dump-revprops' subcommands (r1694191, -225)
303     * New '--no-flush-to-disk' option for 'svnadmin load' (r1736357, -7357)
304     * New '--file' option for several svnadmin subcommands (r1738021)
305     * New '--max-request-size', '--max-response-size' options for svnserve (r1714330, -333)
306     * New '-rN' option for 'svnadmin lstxns' (r1703699)
307     * New '--search' option for fast 'svn ls' searches (r1767186 et al)
308     * Add '--search' option support to 'svnbench null-list' (r1767202)
309     * New '-M' option for 'svnlook tree' (r1708222)
310     * New '--skip-unchanged' option for 'svnsync copy-revprops' (r1692655)
311     * 'svn log --search' now ignores case and diacriticals (r1731300, r1735614)
312     * Improved performance of server-side log processing (r1732768, r1731656)
313     * diff3: Reduce processing time and memory usage (r1731659)
314     * ra_serf: Adjustments for serf versions with HTTP/2 support (r1716400)
315     * ra_serf: Send svndiff1 deltas during commit (r1704317, r1704613, r1791290)
316     * ra_serf: Stream svndiff deltas w/o creating temporary files (r1803143 et al)
317     * ra_serf: Don't necessarily request full MERGE responses (r1806017 et al)
318     * 'svn patch': Parse binary diffs in git-style patches (r1703925)
319     * 'svnadmin info' now reports latest revision in the repository (r1697953)
320     * ra_svn: Various performance-related tweaks (r1694490)
321     * Optimize svndiff parser (r1685063)
322     * 'svn status' without -v: Stop showing uninteresting deletions (r1664533)
323     * Save a few cycles in svn_stringbuf_set() (r1759177)
324     * windows: Use the Unicode Windows API (r1756193)
325     * windows: Distinguish out-of-memory error from abort() (r1724784, -809)
326     * windows: Explicitly release file locks (r1702089)
327     * windows: Correctly check result from LoadLibrary() call (r1755983)
328     * Remove Windows-specific slowdown during pristine cleanup (r1701641)
329     * FSFS: Optionally cache node properties without full-text cache (r1723715)
330     * FSFS: Open transaction's proto revision in write-only mode (r1759135)
331     * FSFS: Avoid checksum calculations if logical addressing is used (r1756377)
332     * FSFS: Do not read very long change lists in block read mode (r1746012)
333     * FSFS: Avoid double DAG lookup (r1711582)
334     * FSFS: Avoid double cache lookups (r1681974, r1710370)
335     * FSFS: Increase default revprop pack size from 4k to 16k (r1709799)
336     * FSFS: Speed up revprop access (r1707986 et al)
337     * FSFS: Disable representation sharing for directories (r1706619)
338     * FSFS: Speed up transaction processing for large directories (r1706617)
339     * FSFS: Tune format 7 pack ordering heuristics (r1706615)
340     * FSFS: Reduce I/O overhead during history traversal (r1703237)
341     * FSFS: Use native Windows API to guarantee data is flushed (r1701053)
342     * FSFS: Warn if a possible rep-cache SHA1 collision is detected (r1674673)
343     * FSFS: Optimize revprop cache filling strategy under high load (r1795324)
344     * FSFS: New "verify-before-commit" fsfs.conf option (r1795351)
345     * FSFS: New format 8 with various performance improvements (r1801940 et al)
346     * FSFS/FSX: Chunked read support for changed paths lists (r1746026, -4987)
347     * FSFS/FSX: Improvements to cache implementation (r1694489)
348     * FSX: Add checksums to packed revprop manifests and files (r1713132, -9717)
349     * FSX: Significantly reduce size of packed revprop manifest data (r1713109)
350     * FSX: Improved on-disk representation of property lists (r1717427)
351     * FSX: New in-repository representation of directories (r1712967)
352     * FSX: Make 'svnadmin recover' discard all transactions (r1712937)
353     * FSX: Reduce number of fsync operations (r1711354 et al)
354     * mod_dav_svn: Improve performance and memory usage of PROPFIND (r1721732)
355     * mod_dav_svn: Show process-id on Windows in /svn-status page (r1718567)
356     * mod_dav_svn: Advertise svndiff1 support to clients (r1704891, r1791285)
357     * mod_dav_svn: Remove disk I/O to TMPDIR during first commit (r1716240)
358     * svnsync: Fix assertion failure with up-to-date repositories (r1727140)
359     * ra_serf: Parallel requests for text and property changes (r1716575)
360     * svnserve: Remove disk I/O to TMPDIR during first commit (r1716240)
361     * Triple performance of URI escaping (r1710099, -103)
362     * 'svn blame': Optimize a bit on the server side (r1711666)
363     * 'svn cleanup': Add --vacuum-pristines option (r1802787 et al)
364     * 'svn diff --git': Show diffs of symlinks like git and hg (r1706372)
365     * 'svn patch': Capable of handling git-like symlink changes (r1706446)
366     * 'svn patch': Improve detection of additions and deletions (r1706623)
367     * 'svn patch': Handle zero-byte files vs deleted files (r1705856)
368     * 'svn diff --git': Produce 'rename from/to' headers (r1706855)
369     * 'svn diff --git': Produce proper mode headers (r1706041)
370     * 'svn lock', 'svn unlock': Take the -q option (r1796288)
371     * 'svn help': improved wording and consistency (r1802989 et al)
372     * 'svn': Add a new '--accept recommended' option. (r1805623)
373     * 'svn': --non-interactive uses recommended tree conflict resolution (r1805620)
374     * Evaluate 'old mode' and 'new mode' lines from git-syle diffs (r1705391)
375     * svnrdump, svndumpfilter: Enable buffered stdin (r1703074)
376     * ra_serf: Receive svndiff1 and gzip compressed deltas (r1791282, -3, -4)
377     * svnadmin: 'lock', 'unlock', 'rmlocks': Take the -q option (r1796406)
378     * New svndiff2 binary delta format using lz4 compression (r1801938, et al)
379     * gpg-agent: Support gpg â‰¥2.1.13 and unset GPG_AGENT_INFO (r1795087)
380     * Add 'http-compression=auto' client config option as default (r1803899 et al)
381     * Speed up processing of mergeinfo (r1802470 et al)
382     * Check for invalid 'xt' fields in x509 certs (r1809290)
383     * New '--password-from-stdin' option for 'svn' (r1819093)
384   - Client-side bugfixes:
385     * svnbench: Honour the '--with-no-revprops' option (r1709593)
386     * ra_serf: Fix segfault when running over HTTP v1 (r1766089)
387     * ra_serf: Keep small svndiffs in memory during commit (r1724455)
388     * ra_serf: Improve error messages related to lock operations (r1716450)
389     * ra_serf: Work around a bug in serf bucket handling (r1714806)
390     * ra_serf: Fix lock token handling for file-path commits (r1815799 et al)
391     * Raise a malfunction instead of segfaulting with corrupt wc.db (r1749887)
392     * Fix check for unversioned obstructions blocking file externals (r1735932)
393     * 'svn patch' bugfixes:
394       + Fix behaviour if a reject file can't be created (r1725948)
395       + Describe adds and removes in reject file headers (r1707034)
396       + Detect recorded moves that are already applied (r1706893)
397       + Detect already applied patches in edge cases (r1706687)
398       + Fix handling of missing trailing context (issue #4609)
399       + Fix interaction of moves and property changes (r1706875)
400       + Fix output for reordered hunks (issue #4533)
401       + Prevent from overwriting existing reject files (r1706600)
402       + Improve handling of added properties (r1706598)
403       + Improve handling of rejected file deletions (r1706221)
404       + Fix --dry-run with replaced files (r1706217)
405       + Fix applying prop changes which should conflict (r1705733)
406       + Fix duplicate notifications when adding directories (r1704883)
407       + Fix duplicate notifications when patching svn:executable prop (r1706078)
408       + Fix notifications when adding/removing properties (r1705698)
409       + Make handle already applied property patches (r1705692)
410       + Change some notifications to 'U' instead of 'G' (r1706693)
411       + Don't create file if git-style patch indicates modification (r1706005)
412       + Parse any properties following svn:mergeinfo (r1706825)
413       + Fix potential unbounded memory usage in parser (r1705979)
414       + Fix problems with --git diffs applied in reverse (r1704854, -88)
415       + Fix removal of EOL if final patch context line has no EOL (#4315)
416     * 'svn diff --git': Fix file permission modes to match git and hg (r1695384)
417     * 'svn diff --git': added/deleted filenames are never /dev/null (issue #4689)
418     * Fix a problem with relocating some externals (r1723385)
419     * Fix 'svn diff URL@REV WC' wrongly looks up URL@HEAD (issue #4597)
420     * Fix 'svn diff --no-diff-added' shows properties as added (issue #4596)
421     * Properly raise text merge conflicts with file externals (r1680245) 
422     * Fix 'svn diff' with local directories marked incomplete (r1674413 et al)
423     * ra_svn/ra_serf: Make negative log limits work as documented (r1665530)
424     * ra_svn: Eliminate unnecessary URL reparenting (r1779611, r1779611)
425     * ra_svn: Use svndiff2 deltas when supported on both ends (r1803269 et al)
426     * Handle invalid revision numbers consistently across RA layers (r1665328)
427     * Handle commits to revs > HEAD consistently across RA layers (r1664698)
428     * Eliminate one client/server roundtrip from checkouts of HEAD (r1779620)
429     * Expose some error messages generated by github's SVN server (r1707164)
430     * 'svnfsfs stats': Show average lengths of delta chains (r1705739)
431     * svnmucc: Fix crash during application teardown (r1795727)
432     * Fix assertion when exporting a working copy containing relative externals
433       (r1802316)
434   - Server-side bugfixes:
435     * Fix checksum validation error due to data eviction from cache (r1781694)
436     * FSFS pack: Use unbuffered file streams in a couple of places (r1759405)
437     * FSFS: Reduce excessive amount of read and seek syscalls (r1758979, -9399)
438     * FSFS: Reduce memory footprint of cached directories (r1725179)
439     * FSFS: Add various checks for integer overflows (r1714372, -32, -34)
440     * FSFS: Detect a very unlikely case of item index corruption (r1716973)
441     * FSFS: Make handling of revprop size information more resilient (r1716784)
442     * FSFS: Don't re-parse a directory which just got committed (r1706679)
443     * FSFS: Handle some known quirks in committed node revisions (r1673875)
444     * FSFS format 7: Verify item types more thoroughly (r1796160)
445     * FSFS: Fix false positive "Not a directory" error involving file moved and
446       replaced by dir (issue #4677)
447     * FSFS: Fix crash accessing revprops with --memory-cache-size=0 (r1795164)
448     * FSFS: Fix issue #4623 for FSFS. (r1813794 et al)
449     * mod_dav_svn: Omit Cache-Control HTTP header for HEAD URLs (issue #4514)
450     * mod_dav_svn: Reduced memory consumption for DAV merge responses (r1727790)
451     * mod_dav_svn: Don't set a Last-Modified header in GET responses (r1724790)
452     * mod_dav_svn: Actually use FSFS transaction directory cache (r1723720)
453     * mod_dav_svn: Do not insert newlines in base64 encoded responses (r1712223)
454     * Fix insertion of very large items into the membuffer cache (r1717337, -8)
455     * Fix capacity check of the membuffer cache's prefix pool (r1714356)
456     * Prevent paths containing newlines from being committed (r1662585)
457     * Fix for properties: Null updates break last-changed-revision (issue #4700)
458     * 'svnfsfs stats': Fix false positive checksum errors reading old revisions
459       (r1785904)
460     * 'svnfsfs stats': Fix support for pre-v4 FSFS repositories. (r1816966)
461     * svnadmin, svnfsfs: Detect invalid arguments to -M (r1787023, r1787045)
462     * svnlook, svnserve: Detect invalid arguments to -M (r1787023, r1787045)
463     * svnadmin: Output locked paths in canonical form (r1796420)
464     * svnadmin: Output locked paths correctly encoded (r1797122)
465     * svn: propdel, propset: Transcode property names on output (r1797186)
466     * svnserve: Make use-sasl=true a fatal error in SASL-less builds. (r1803188)
467   - Client-side and server-side bugfixes:
468     * Fix integer overflow check with >= 1G mergeinfo ranges per path (r1714380)
469     * Fix integer overflow checks on WoW64 platforms (r1714372)
470     * Fix bug with canonicalizing Window-specific drive-relative URL (r1692262)
471     * In file:// URLs, allow '\' directly after Windows drive letter (r1692259)
472     * Fix segfault with recursive configuration value definitions (issue #4543)
473     * FSFS: Improve error messages when DAG lookup fails (r1795120)
474     * Transcode command-line arguments to UTF-8 (r1797190, r1797362, et al)
475     * Fix segfault on x509 certificate with empty name (r1798157)
476     * Fix segfault with invalid URLs in svn:externals (r1803471)
477     * Windows: Failure to write files might remain undetected (r1806014)
478   - Other tool improvements and bugfixes:
479     * New svn-mergeinfo-normalizer tool (r1695992 et al)
480     * Allow configuring mailer.py to use SMTP SSL (r1777846)
481     * svnmucc can now delete directories with deleted children (issue #4666)
482     * svn-vendor.py: Minor enhancements, mostly in treating symlinks (r1732669)
483     * bash_completion: Better URL completion (r1701494)
484     * bash_completion: Complete arguments to 'svn info --show-item' (r1698276)
485     * fsfs-stats: New 1.8-compatible wrapper for 'svnfsfs stats' (r1802032)
486     * Drop support for upgrading working copies created with Subversion 1.7
487       (r1807584 et al)
489  Developer-visible changes:
490   - General:
491     * windows: Removed support for building with Visual Studio 6.0 (r1703419)
492     * Fix .py scripts throughout the source tree for Python 3 (r1741723 et al)
493     * Support memcached on Windows with APR-util 1.3 or later (r1674626 et al)
494     * Don't require GNU-specific sed(1) extensions during the build (r1693159)
495     * get-deps.sh: download Googlemock and Googletest from GitHub (r1746303)
496     * windows: Add autodetection for 'zlibstat.lib' (r1783704)
497     * windows: Compile libsvn_fs_* as DLLs (r1696758, -83)
498     * windows: Allow building against OpenSSL 1.1.0 (r1814724 et al)
499     * OS X: Silence compile-time deprecation warnings with SASL (r1739649)
500     * OS X: Silence ranlib warnings about disabled WIN32 code (r1809792)
501     * 'make check GLOBAL_SCHEDULER=1' will run many tests in parallel (r1716399)
502     * unix: New '--enable-apache-whitelist' configure script option (r1732294)
503     * OS X: Support 'configure --enable-runtime-module-search' (r1677273)
504     * tests: Allow tests to be run over HTTP/2 (r1710707)
505     * tests: httpd compile-time and run-time version may differ (r1808955 et al)
506     * tests: Add pre-cooked repos for all FSFS versions. (r1816402 et al)
507     * tests: Add FSFS_DIR_DELTIFICATION option. (r1813897)
508     * Add basic tests for svn_xml_parser_t API (r1765214)
509     * Unbreak the test suite on Python 3 (r1743034, -81, et al)
510     * Make the test suite work when checked out of a git repository (r1771118)
511     * Allow Apache HTTPD with mod_deflate in testsuite on Windows (r1758776)
512     * Support modern utilities for finding free TCP ports for tests (r1684649)
513     * The C test scheduler is more efficient in SMP environments (r1775555)
514     * The C tests convert paths from/to UTF-8 more efficiently (r1775642)
515     * Add INSTALL instructions for building with OpenSSL 1.1.0 (r1778313)
516     * Improved INSTALL instructions for Windows (r1703470, -2, -3, -4, et al)
517     * Updated INSTALL instructions (r1691712)
518     * windows: Support Visual Studio 2017 (r1786653, r1786669)
519     * gnome-keyring: Support libsecret in preference to libgnome-keyring
520       (r1798004)
521     * kwallet: Support KDE 5 in preference to KDE 4 (r1798731)
522     * kwallet: Fix KDE5 support with clang 3.8 (r1802536 et al)
523     * kwallet: Add --with-kwallet=INCDIR:LIBDIR build option (r1802646)
524     * Rename cxxhl bindings 'make tests' to avoid confusion with 'make test'
525       (r1800849)
526     * 'make check': Allow testing with FSFS compression (r1801936)
527     * svnserveautocheck.sh: Support out-of-tree builds when running a single
528       test file (r1802081)
529     * Distribution artifacts now prepared with swig 3.0.10 (r1802135)
530     * SQLite: Use https:// links to download amalgamation sources (r1817043)
531     * Create reproducible tarballs (r1804618 et al)
532     * Disable static builds of the apache and auth provider modules (r1802612)
533     * utf8proc: Update to version 2.1.0 (r1809090 et al)
534     * utf8proc: Build against the system library by default (r1803210 et al)
535   - API changes:
536     * New svn_client_conflict_* API functions for the new conflict resolver.
537     * New svn_repos_fs_get_mergeinfo2() with streamy access (r1780810 et al)
538     * New streamy svn_repos_get_logs5() API function (r1730389, -1163)
539     * New streamy svn_fs_paths_changed3() API function (r1727822, r1745055)
540     * New svn_client_list4() API function (r1767186)
541     * New svn_ra_list() API function (r1767190)
542     * New svn_repos_list() API function (r1765088)
543     * New svn_stream_contents_checksum() API function (r1755486, -6651)
544     * New svn_io_file_get_offset() API function (r1719269)
545     * New svn_base64_encode2 API function (r1711517)
546     * New svn_fs_create2() API function (r1710631)
547     * New svn_string_from_stream2() API function (r1710065)
548     * New svn_io_write_atomic2() API function (r1703142)
549     * New svn_stream_for_stdin2() API function (r1702983)
550     * New svn_io_file_rename2() API function (r1701017)
551     * New svn_error_quick_wrapf() API function (r1662668)
552     * New svn_repos_path_change_t type (r1802114)
553     * New svn_repos_log_entry_t type (r1802114)
554     * New svn_cstring_join2() API (r1806041)
555     * New svn_txdelta_to_svndiff_stream() API (r1803140 et al)
556     * svn_repos_parse_dumpstream3() now accepts NULL pointers (r1700180)
557     * Return resettable streams from svn_stream_checksummed2(). (r1804807)
558     * Fix svnserveautocheck&davautocheck when time is only a built-in (r1665652)
559   - Bindings:
560     * Configure the swig bindings only if swig has been enabled (r1751167)
561     * Error if 'configure --with-swig' is used and swig is not found (r1700844)
562     * Perl: Fix build with libraries in non-standard LD_LIBRARY_PATH (r1781588)
563     * JavaHL can now get revision properties along with log messages (r1780819)
564     * JavaHL: Allow access to constructors of a couple JavaHL classes (r1739704)
565     * JavaHL: Correct some JNIEntry method names (r1706738)
566     * Allow swig bindings scripts to configure the FSFS cache (r1709922)
567     * Disable some swig wrappers that aren't working (r1700966)
568     * JavaHL: Make StringArray nullable (r1785429)
569     * JavaHL: Add missing exception checks (r1801108)
570     * Ruby: Fix handling of NULL MD5 digests (r1811786)
571     * Ruby: Detect versions up to 2.4 (r1806570)
574 Version 1.9.12
575 (24 Jul 2019, from /branches/1.9.x)
576 https://svn.apache.org/repos/asf/subversion/tags/1.9.12
578  User-visible changes:
579     * No tree conflict when 'svn up' deletes unmodified dir with unversioned items. (r1863309)
581  Developer-visible changes:
582     * Allow generating Visual Studio 2019 projects (r1863311)
583     * Fix a use-after-free in mod_dav_svn's logging of FS warnings. (r1863307)
584     * Fix "unused static function" warning in release-mode builds. (r1854881)
585     * Fix build with APR 1.7.0. (r1863310)
586     * Fix issue #4804: spurious SQLite-related test failures. (r1863308)
587     * Allow svnserve's 'get-deleted-rev' API to return 'not deleted'. (r1863312)
588     * Silence a deprecation warning from amalgamated SQLite on macOS. (r1863306)
591 Version 1.9.11
592 (Not released; see changes for 1.9.12.)
595 Version 1.9.10
596 (11 Jan 2019, from /branches/1.9.x)
597 http://svn.apache.org/repos/asf/subversion/tags/1.9.10
599  User-visible changes:
600   - Client-side bugfixes:
601     * Fix: repos-to-WC copy with --parents doesn't create dirs (#4768)
602     * Fix: foreign repo copy with peg/operative revisions (#4785)
603     * Fix: assertion failure using -rPREV on a working copy at r0 (#4532)
604     * Fix: german translation for 'svn help merge' (r1837037)
605     * Fix: prune externals after 'update --set-depth=exclude' (r1830883 et al.)
606     * Fix: detection of GPG-agent (r1794166 et al.)
607     * Fix: null updates don't update last-changed-revision (#4700)
608     * Fix: merge "Unable to parse reversed revision range" (#4686)
610   - Server-side bugfixes:
611     * Fix: unexpected SVN_ERR_FS_NOT_DIRECTORY errors (#4791)
612     * Fix: mod_dav_svn's SVNUseUTF8 had no effect in some setups (r1844882)
613     * Fix: crash in mod_http2 (#4782)
614     * Fix: 'svnadmin upgrade' of BDB: Error out on too-new formats (r1804013)
615     * Fix: Enforce v1 HTTP protocol: error if PUT before CHECKOUT (r1833465)
616     * Fix: Let 'svnadmin recover' prune rep-cache even if disabled (r1838813)
617     * Add test and FSFS checksum verification for issue #4722 (r1826720 et al.)
619   - Other tool improvements and bugfixes:
620     * Install 'fsfs-stats' wrapper for 1.8 compat (r1802032 et al.)
621     * Note that 'tools/client-side/detach.py' doesn't work on 1.8+ (r1696722)
623   - Bindings bugfixes:
624     * JavaHL: Fix crash in client code when using external diff (r1845408)
625     * JavaHL: SSL server trust prompt: allow accepting temporarily (r1820718)
627  Developer-visible changes:
628   - General:
629     (none)
631   - API changes:
632     (none)
635 Version 1.9.9
636 (20 Jul 2018, from /branches/1.9.x)
637 http://svn.apache.org/repos/asf/subversion/tags/1.9.9
639  User-visible changes:
640   - Client-side bugfixes:
641     * Fix SEGV for 'svn export -rN WC' with relative externals (r1803755)
642     * Fix issue #4677: 'svn up' after a directory replaced a file (r1814248)
643     * Fix segfault when no home directory is available (r1819199)
644     * Performance: Make 'svn info' fast on old repository revisions (r1827690)
645     * Fix RA-serf problem with proxy username and password (r1833571)
647   - Server-side bugfixes:
648     * svnadmin: Fix false errors on some valid LOCK_PATH arguments (r1803754)
649     * Fix crash when exiting 'svnserve --config-file' (r1824405)
650     * Fix issue #4722: false "filesystem is corrupt" error on commit (r1827688)
651     * Reword confusing "nested" wording in an httpd.conf warning (r1835700)
653   - Bindings bugfixes:
654     * swig-py: svn.core.Stream supports raw binary file-like objects (r1820620)
655     * swig-rb: Don't crash if svn_md5_digest_to_cstring returns NULL (r1823805)
657  Developer-visible changes:
658   - General:
659     * Fix CVE-2017-9800: Malicious server can execute arbitrary command on client (r1804698)
660     * Fix test failure if compile- and run-time HTTPD versions differ (r1820523)
662   - API changes:
663     (none)
666 Version 1.9.8
667 (Not released; see changes for 1.9.9.)
670 Version 1.9.7
671 (10 Aug 2017, from /branches/1.9.x)
672 http://svn.apache.org/repos/asf/subversion/tags/1.9.7
674  User-visible changes:
675   - Client-side bugfixes:
676     * Fix arbitrary code execution vulnerability CVE-2017-9800
677         See <https://subversion.apache.org/security/CVE-2017-9800-advisory.txt>
678         for details.
680   - Server-side bugfixes:
681     (none)
683   - Bindings bugfixes:
684     (none)
686  Developer-visible changes:
687   - General:
688     (none)
690   - API changes:
691     (none)
694 Version 1.9.6
695 (5 Jul 2017, from /branches/1.9.x)
696 http://svn.apache.org/repos/asf/subversion/tags/1.9.6
698  User-visible changes:
699   - Client-side bugfixes:
700     * cp/mv: improve error message when target is an unversioned dir (r1779948)
701     * merge: reduce memory usage with large amounts of mergeinfo (issue #4667)
703   - Server-side bugfixes:
704     * 'svnadmin freeze': document the purpose more clearly (r1774109)
705     * dump: fix segfault when a revision has no revprops (r1781507)
706     * fsfs: improve error message upon failure to open rep-cache (r1781655)
707     * fsfs: never attempt to share directory representations (r1785053)
708     * fsfs: make consistency independent of hash algorithms (r1785737 et al)
709         This change makes Subversion resilient to collision attacks, including
710         SHA-1 collision attacks such as <http://shattered.io/>.  See also our
711         documentation at <https://subversion.apache.org/faq#shattered-sha1> and
712         <https://subversion.apache.org/docs/release-notes/1.9#shattered-sha1>.
714   - Client-side and server-side bugfixes:
715     * work around an APR bug related to file truncation (r1759116)
717   - Bindings bugfixes:
718     * javahl: follow redirects when opening a connection (r1667738, r1796720)
720  Developer-visible changes:
721   - General:
722     * win_tests.py: make the --bin option work, rather than abort (r1706432)
723       (regression introduced in 1.9.2)
724     * windows: support building with 'zlibstat.lib' in install-layout (r1783704)
726   - API changes:
727     (none)
730 Version 1.9.5
731 (29 Nov 2016, from /branches/1.9.x)
732 http://svn.apache.org/repos/asf/subversion/tags/1.9.5
734  User-visible changes:
735   - Client-side bugfixes:
736     * fix accessing non-existent paths during reintegrate merge (r1766699 et al)
737     * fix handling of newly secured subdirectories in working copy (r1724448)
738     * info: remove trailing whitespace in --show-item=revision (issue #4660)
739     * fix recording wrong revisions for tree conflicts (r1734106)
740     * gpg-agent: improve discovery of gpg-agent sockets (r1766327)
741     * gpg-agent: fix file descriptor leak (r1766323)
742     * resolve: fix --accept=mine-full for binary files (issue #4647)
743     * merge: fix possible crash (issue #4652)
744     * resolve: fix possible crash (r1748514)
745     * fix potential crash in Win32 crash reporter (r1663253 et al)
747   - Server-side bugfixes:
748     * fsfs: fix "offset too large" error during pack (issue #4657)
749     * svnserve: enable hook script environments (r1769152)
750     * fsfs: fix possible data reconstruction error (issue #4658)
751     * fix source of spurious 'incoming edit' tree conflicts (r1760570)
752     * fsfs: improve caching for large directories (r1721285)
753     * fsfs: fix crash when encountering all-zero checksums (r1759686)
754     * fsfs: fix potential source of repository corruptions (r1756266)
755     * mod_dav_svn: fix excessive memory usage with mod_headers/mod_deflate
756       (issue #3084)
757     * mod_dav_svn: reduce memory usage during GET requests (r1757529 et al)
758     * fsfs: fix unexpected "database is locked" errors (r1741096 et al)
759     * fsfs: fix opening old repositories without db/format files (r1720015)
761   - Client-side and server-side bugfixes:
762     * fix possible crash when reading invalid configuration files (r1715777)
764   - Bindings bugfixes:
765     * swig-pl: do not corrupt "{DATE}" revision variable (r1767768)
766     * javahl: fix temporarily accepting SSL server certificates (r1764851)
767     * swig-pl: fix possible stack corruption (r1683266, r1683267)
769  Developer-visible changes:
770   - General:
771     * add zlib discovery through pkg-config (issue #4655)
772     * fix potential build issue with invalid SVN_LOCALE_DIR (issue #4653)
773     * ruby: fix test failures with ruby >= 2.2 (r1766240)
774     * fix link error with --disable-keychain on OS X (r1761755)
775     * swig: enable building with SWIG >= 3.0.6 (r1721488 et al)
776     * swig: fix building with -Wdate-time in $CPPFLAGS (r1722164)
777     * update serf download URI in build scripts (r1700130 et al)
778     * raise minimal httpd version from 2.0 to 2.2 (r1754190)
781 Version 1.9.4
782 (28 Apr 2016, from /branches/1.9.x)
783 http://svn.apache.org/repos/asf/subversion/tags/1.9.4
785  User-visible changes:
786   - Client-side bugfixes:
787     * diff: support '--summarize --ignore-properties' (part of issue #4567)
788     * checkout: fix performance regression on NFS (r1710167)
789     * gpg-agent: properly handle passwords with percent characters (issue #4611)
790     * svn-graph.pl: fix assertion about a non-canonical path (r1729060 et al)
791     * hot-backup.py: better input validation (r1721174, r1721175)
792     * commit: abort on Ctrl-C in plaintext password prompt (issue #4624)
793     * diff: produce proper forward binary diffs with --git (r1704292, r1704573)
794     * ra_serf: fix deleting directories with many files (issue #4557)
796   - Server-side bugfixes:
797     * mod_authz_svn: fix crash in COPY/MOVE authorization check (CVE-2016-2168)
798     * svnserve/sasl: fix authenticating users with wrong realm (CVE-2016-2167)
799     * improve documentation for AuthzSVNGroupsFile and groups-db (r1730856)
800     * fsfs: reduce peak memory usage when listing large directories (r1725180)
801     * fsfs: fix a rare source of incomplete dump files and reports (r1717876)
803   - Client-side and server-side bugfixes:
804     * update INSTALL documentation file (r1703470 et al)
805     * fix potential memory access bugs (r1722860 et al)
806     * fix potential out of bounds read in svn_repos_get_logs5() (r1738259)
808   - Bindings bugfixes:
809     * ignore absent nodes in javahl version of svn status -u (r1720643)
811  Developer-visible changes:
812   - General:
813     * fix ruby test suite to work with test-unit gem (r1714790)
814     * allow building against KDE4 without conflict with KDE5 (r1734926)
815     * fix update_tests.py#76 with SVNPathAuthz short_circuit (r1736432)
816     * tweak getting symbolic error names in maintainer mode (r1735179)
817     * fix inconsistent behavior of inherited property API (r1717874 et al)
819   - API changes:
820     * properly interpret parameters in svn_wc_get_diff_editor6() (r1728308)
823 Version 1.9.3
824 (15 Dec 2015, from /branches/1.9.x)
825 http://svn.apache.org/repos/asf/subversion/tags/1.9.3
827  User-visible changes:
828   - Client-side bugfixes:
829     * svn: fix possible crash in auth credentials cache (r1705328)
830     * cleanup: avoid unneeded memory growth during pristine cleanup (r1706241)
831     * diff: fix crash when repository is on server root (r1705060 et al)
832     * fix translations for commit notifications (r1709389, r1709562)
833     * ra_serf: fix crash in multistatus parser (r1706323, r1706324)
834     * svn: report lock/unlock errors as failures (r1701598 et al)
835     * svn: cleanup user deleted external registrations (r1705843, r1710558)
836     * svn: allow simple resolving of binary file text conflicts (r1703581)
837     * ra_serf: report built- and run-time versions of libserf (r1704847)
838     * ra_serf: set Content-Type header in outgoing requests (r1715224 et al)
839     * svn: fix merging deletes of svn:eol-style CRLF/CR files (r1703689 et al)
840     * ra_local: disable zero-copy code path (r1718167)
842   - Server-side bugfixes:
843     * mod_dav_svn: fix heap overflow with skel-encoded requests (CVE-2015-5343)
844     * mod_authz_svn: fix authz with mod_auth_kerb/mod_auth_ntlm (issue #4602)
845     * mod_dav_svn: fix display of process ID in cache statistics (r1709553)
846     * mod_dav_svn: use LimitXMLRequestBody for skel-encoded requests (r1687812)
847     * svnadmin dump: preserve no-op changes (r1709388 et al, issue #4598)
848     * fsfs: avoid unneeded I/O when opening transactions (r1715793)
849     * svnlook: properly remove tempfiles on diff errors (r1711346)
851   - Client-side and server-side bugfixes:
852     * fix heap overflow in svn:// protocol parser (CVE-2015-5259)
854   - Bindings bugfixes:
855     * javahl: fix ABI incompatibilty with 1.8 (r1710104)
856     * javahl: allow non-absolute paths in SVNClient.vacuum (r1710215, r1710290)
858  Developer-visible changes:
859   - General:
860     * fix patch filter invocation in svn_client_patch() (r1706783)
861     * add @since information to config defines (r1706983, r1706999)
862     * fix running the tests in compatibility mode (r1706375)
863     * clarify documentation of svn_fs_node_created_rev() (r1717154)
865   - API changes:
866     * fix overflow detection in svn_stringbuf_remove and _replace (r1714358)
867     * don't ignore some of the parameters to svn_ra_svn_create_conn3 (r1714314)
870 Version 1.9.2
871 (30 Sep 2015, from /branches/1.9.x)
872 http://svn.apache.org/repos/asf/subversion/tags/1.9.2
874  User-visible changes:
875   - Client-side bugfixes:
876     * svn: fix crash when saving credentials in kwallet (r1700740, r1700951)
877     * checkout/update: fix "access denied" error on Windows (r1701064 et al)
878     * update: fix crash when updating a conflicted tree (r1702198, r1702200)
879     * commit: fix possible crash (r1702231)
880     * ra_serf: do not crash on unexpected 'X-SVN-VR-Base' headers (r1702288)
881     * merge: fix crash when merging to a local add (r1702299 et al)
882     * svnmucc: fix error during propset+put for existing file (r1702467 et al)
883     * update: fix crash without .svn/tmp folder (r1701838, r1702203)
884     * checkout: remove unnecessary I/O operation (r1701638)
885     * merge: fix possible crash (r1701997)
886     * update: fix crash with some of the incoming deletes (r1702247)
887     * upgrade: fix crash for pre-1.3 wc with externals (r1702218 et al)
888     * revert: fix crash when reverting the root of a move (r1702237 et al)
889     * svn: do not crash upon specific database corruptions (r1702974, r1702991)
890     * svn: show utf8proc version in svn --version --verbose (r1702533, r1702891)
892   - Server-side bugfixes:
893     * fix reporting for empty representations in svnfsfs stats (r1698312 et al)
895  Developer-visible changes:
896   - General:
897     * fix svnfsfs_tests.py in fsfs-v4 and fsfs-v6 modes (r1700215 et al)
899   - API changes:
900     * disable unsupported operations for standard streams (r1701633 et al)
903 Version 1.9.1
904 (02 Sep 2015, from /branches/1.9.x)
905 http://svn.apache.org/repos/asf/subversion/tags/1.9.1
907  User-visible changes:
908   - Client-side bugfixes:
909     * Fix crash with GPG-agent with non-canonical $HOME (r1691928, issue #4584)
910     * Fix checkout errors with svn+ssh:// on Windows (r1696222, r1696225)
911     * svn: expose expat and zlib versions in svn --version --verbose (r1696387, r1697664)
912     * svn: improve help text for 'svn info --show-item' (r1698106)
914   - Server-side bugfixes:
915     * svnserve: fixed minor typo in help text (r1694023)
916     * Enable caching with memcached on Windows (1674626, r1674785)
917     * Fix an error leak in FSFS verification (r1693886)
918     * Fix incomplete membuffer cache initialization (r1695022)
919     * svnfsfs: fix some bugs and inconsistencies in load-index (r1697381 et al.)
921   - Client-side and server-side bugfixes:
922     * Fix alignment fault in ra_svn on 32 bit SPARC machines (r1697914)
924   - Bindings bugfixes:
925     * Fix memory corruption in copy source SWIG bindings (r1694929)
927  Developer-visible changes:
928   * Better configure-time detection of httpd version and authz fix (r1687304 et al.)
929   * Correct a parameter name in svn_repos_get_fs_build_parser5 (r1694194)
930   * Resolve circular library reference in libsvn_fs_x (r1696695)
931   * Fix Unix build on systems without GPG agent (r1694481, r1697824)
933 Version 1.9.0
934 (5 Aug 2015, from /branches/1.9.x)
935 http://svn.apache.org/repos/asf/subversion/tags/1.9.0
937  User-visible changes:
938   - General:
939     * make all commands provide brief description in help output (r1522518)
940     * flush stdout before exiting to avoid information being lost (r1543868)
942   - Major new features:
943     * fsfs: new format 7 with more efficient on-disk layout (r1547045 et al)
944     * blame: support showing prospective as well as previous changes
945     * info: support printing of individual values with --show-item (r1662620)
946     * svn auth: new subcommand to manage cached credentials and certs
947     * svnserve: cache config and authz to lower resource usage and be able to
948       serve large numbers of connections with a limited number of threads
949     * membuffer: quadruple the maximum cacheable directory size (r1545948 et al)
950     * new filesystem fsx (faster, smaller); experimental - see release notes
952   - Minor new features and improvements:
953     * new 'diff-ignore-content-type' runtime configuration option
954     * new option for 'svnadmin verify': --check-normalization
955     * new option for 'svnadmin verify': --keep-going
956     * svnadmin info: new subcommand to print info about a repository
957     * print summary of conflicts before/after interactive conflict resolution
958     * import: reduce number of connections to the server needed (r1482962)
959     * membuffer: rework cache eviction heuristics (r1476664 et at)
960     * membuffer: improved cache usage statistics (r1489883)
961     * mergeinfo: new '--log' option (r1492168)
962     * svnadmin upgrade: progress and cancellation support (r1495545, r1495566)
963     * cleanup: add '--remove-unversioned' and '--remove-ignored' (issue #3549)
964     * cleanup: add '--include-externals' option (issue #2325)
965     * cleanup: add '--quiet' option (r1498661)
966     * svnadmin load: speedup by setting revprops in one call (r1504079)
967     * svnadmin load: set svn:date revprop in the initial commit (r1504951)
968     * reimplement UTF-8 fuzzy conversion using utf8proc (r1511676)
969     * svnadmin verify: speed up for repos with large directories (r1520419)
970     * svn merge: interactive conflict resolver tries external tools (r1524145)
971     * minor speed up in string to time conversion (r1533387)
972     * windows: speed up console output (r1533994)
973     * update: optimize wc db usage when obtaining children (r1537065 et al)
974     * decreased overhead for case-sensitive configuration access (r1538068)
975     * avoid re-opening repo for in-repo authz if already open (r1538120)
976     * svnserve: output errors in a more standard way (r1544250)
977     * faster parsing of config file comments (r1544716)
978     * avoid trying to open the hooks-env file when it doesn't exist (r1544721)
979     * svnserve: provide the same logging detail in "run once" mode as provided
980       in the log file (r1544731)
981     * svnserve: reduce connection latency (r1544732)
982     * wc: reduce the number of locks and transactions required (r1545127 et al)
983     * cat: add '--ignore-keywords' option (r1547517)
984     * merge and mergeinfo: use fewer RA sessions (r1552265)
985     * fsfs: limit delta chains from crossing too many shards (r1554942)
986     * fsfs: option to configure compression level in deltas (r1559748)
987     * fsfs: enable dir and prop deltas by default for formats that support
988       it (r1555286)
989     * fsfs: avoid out of date errors from files in a directory changing when
990       you change a property on the directory (issue #2118)
991     * fsfs: temporary transaction properties are preserved when commit is
992       interrupted (r1549907 et al)
993     * fsfs: speed up transaction creation (r1544719)
994     * fsfs: avoid trying to open lock digest files that don't exist (r1544721)
995     * fsfs: reduce internal overhead by using sorted array instead of hash for
996       directory representation (r1554711)
997     * fsfs: skip decoding txdelta windows that are already cached (r1555284)
998     * fsfs: avoid constructing fulltext when delta we need is stored (r1555297)
999     * fsfs: improvements to format 6 reading/writing (r1517479)
1000     * fsfs: reduce overhead of parsing noderev structures (r1544717)
1001     * fsfs: speed up node relation comparison (r1554807)
1002     * fsfs: speed up critical open_path() call (r1483301 et al)
1003     * fsfs: speed up node verification (r1520421 et al)
1004     * fsfs: speed up serialization into cache buffer format (r1505056)
1005     * fsfs: avoid caching intermediate fulltexts (r1565100)
1006     * fsfs: reduce lock contention on txn-list-lock (r1569549)
1007     * svnadmin: don't display warnings as errors (r1556297)
1008     * ra_serf: avoid caching properties in the update editor (r1557538)
1009     * ra_serf: decrease latency of requests to get directory contents by
1010       pipelining requests, speeds up 'svn ls --include externals' and
1011       some cases of multi-url diff, including merge (r1557548)
1012     * ra_serf: spool small update reports in memory to avoid making temp files
1013       for small requests (r1557599)
1014     * ra_serf: allow the reuse of serf connections after an error (r1553341)
1015     * ra_serf: improve many error messages (r1551910 et al)
1016     * ra_serf: pipeline lock/unlock requests (r1551918, r1551993, r1552008)
1017     * ra_serf: pipeline requests for inherited properties against old servers
1018       that don't support the faster REPORT (r1552455, r1552475)
1019     * ra_serf: allow reuse of sessions after a canceled request (r1557686)
1020     * ra_serf: reduce memory usage when retrieving revision props (r1557689)
1021     * mod_dav_svn: make out of date error message consistent with generic repos
1022       logic (r1558247)
1023     * allow SQLite to optimize functions that are deterministic (r1559352)
1024     * speed up delta calculations on non-deltifyable sections (r1559767)
1025     * ra_serf: improve memory usage in commit processing (r1520028)
1026     * report progress as cumulative across all sessions (issue #3260)
1027     * ra_serf: don't send DAV headers with GET requests (r1517472)
1028     * mod_dav_svn: SVNCacheTextDeltas defaults to on (r1517479)
1029     * fs: improve scalability of fs_open and similar functions (r1523450 et al)
1030     * svnserve: improve performance and scalability (r1523465 et al)
1031     * svnadmin verify: output progress messages to stdout (r1471095)
1032     * svnadmin crashtest: make output less misleading (r1486046) 
1033     * mod_dav_svn: discover copy to src earlier in some cases (r1537440)
1034     * speed up mergeinfo parsing (r1483292, r1483309 et al)
1035     * optimize hash lookups used in mergeinfo and caching (r1483434 et al)
1036     * log: optimize string handling in repos layer (r1483570, r1483572)
1037     * ask disk hardware to sync instead of only syncing to hardware buffers
1038       when OS supports it (r1484439, r1484445)
1039     * optimize diff code to avoid unneeded comparisons (r1485488)
1040     * optimize check if relpaths are canonical (r1485496, r1489828)
1041     * ra_svn: reduce protocol implementation overhead (r1485499, r1485504 et al)
1042     * optimize file translation without keyword substitution (r1486058)
1043     * optimize config file parsing by using unbuffered I/O (r1486897)
1044     * patch: apply ignore settings when deciding to delete dirs (r1490378)
1045     * use a cheaper RA operation for common client calculation (r1496468 et al)
1046     * ra_svn: avoid unnecessary work when doing a blame (r1503046)
1047     * optimize reading files into memory if size is known (r1505068)
1048     * copy: do not error on properties when doing a foreign copy (r1563361)
1049     * membuffer: reduce memory usage by using shorter lived pools (r1564217)
1050     * svnadmin load: add '--ignore-dates' option (r1564789)
1051     * update: reduce sessions used with '--parents' option (r1565920)
1052     * diff: report properties on deleted nodes (r1569320, r1570055)
1053     * diff: switch to diff processor APIs instead of old style callbacks, step
1054       towards resolving long standing bugs and feature requests (r1569551 et al)
1055     * diff: use the proper revision in headers for addition and deletion
1056       of files (r1570053)
1057     * svnadmin lslocks: add cancellation (r1571992)
1058     * svn --version: list available authentication credential caches (r1572106)
1059     * fs: improved detection of changes between two nodes, this should reduce
1060       the number of out of date errors clients see (r1572336)
1061     * allow the use of libmagic to be configured via subversion configuration
1062       file or SVN_CONFIG_OPTION_ENABLE_MAGIC_FILE env variable (r1572916)
1063     * new '--pin-externals' option for svn copy (issue #1258)
1064     * the '--strict' option was renamed '--no-newline' (r1662224)
1065     * merge/update: switch to three-way text conflict markers
1066       (r1591951, r1595522)
1067     * patch: handle renames in git formatted patches (r1594636)
1068     * svnfsfs: new expert tool (r1594860)
1069     * mod_dav_svn: allow server admin to GET the FSFS global cache stats
1070       (r1595160)
1071     * diff: support git-like binary file diffs with '--git' (r1599552)
1072     * diff: support arbitrary context size for internal diff tool with
1073       '-U' option (r1603847, 1603871)
1074     * commit: print progress notification between client finishing
1075       transmitting text deltas and asking server to commit (r1604179)
1076     * fsfs: optimize log commands for repos on Windows by not
1077       using a locale specific function to parse ids (r1605123)
1078     * fsfs: reduce memory usage of reading/writing changed paths caches
1079       (r1605188 et al)
1080     * mod_dav_svn: log post-commit errors to httpd error log as well
1081       as returning them to client (r1606004)
1082     * make server config groups work with svn:// URLs (issue #4512)
1083     * svnadmin hotcopy: report progress when copying revisions and packed
1084       shards for FSFS repositories (r1613339)
1085     * info: show revisions for missing tree conflicts (r1617932)
1086     * fsfs: avoid shared data clashes due to multiple distinct repositories
1087       having identical UUIDs (r1618138 et al)
1088     * status: ignore thumbs.db files by default (r1620955)
1089     * fsfs: harden parsers against data corruption (r1622931, r1622937,
1090       r1622942)
1091     * diff: respect svn:keywords and svn:eol-style when doing arbitrary
1092       diffs (r1623820)
1093     * ra_serf: reduce size of XML generated for reports (r1627333)
1094     * replace generic --trust-server-cert with more specific options to
1095       override specific certificate failures (r1630117 et al)
1096     * commit: improve speed of commits with many files (r1630312 et al)
1097     * svnadmin setrevprop: add '--transaction' option (r1631435)
1098     * svnadmin delrevprop: new subcommand (1592723)
1099     * svnadmin verify: validate the index data against checksums (r1631598)
1100     * svnadmin verify: new option '--metadata-only' (r1593753)
1101     * cp: improve performance of local copies (r1632284, et al)
1102     * fsfs: speed up operations that use revision properties (r1634875,
1103       r1634879)
1104     * checkout/update: use fewer RA sessions (r1635753 et al)
1105     * log: do less work when '--with-no-revprops' is used (r1642231)
1106     * patch: improve command to be more capable as compared to GNU patch
1107       (issue #4533)
1108     * limit server caches to avoid running out of memory if server admin
1109       configured caches larger than supported by the platform (r1645572)
1110     * mod_authz_svn: log implicit read access failures with INFO log level;
1111       Explicit read access failures are still logged with ERROR log level
1112       (r1653032)
1113     * ra_serf: reduce memory usage by removing some extra intermediary state
1114       (r1654681, r1654690)
1115     * revert: improve performance on large working copies without changes
1116       (r1657083)
1117     * ra_svn: improve efficiency of editor processing (r1658194 et al)
1118     * merge: provide different conflict reasons for local additions and 
1119       unversioned obstructions (r1659381)
1120     * windows: improve checkout performance on windows by using sqlite truncate
1121       journal mode rather than delete (r1659426)
1122     * status: now accept '-r' argument (r1671164, 1672578, 1673228)
1123     * ls: improve performance of '-v' on tag directories (r1673153)
1124     * resolve: improve conflict prompts for binary files (r1667228 et al)
1125     * fsfs: improve error messages for parsing errors (r1678147, r1678149)
1126     * warn when the '--config-option' FILE:SECTION:OPTION combination may
1127       be invalid. (r1674301 et al)
1128     * ensure full key matching in membuffer cache (r1678950 et al)
1129     * mod_dav_svn: expose cache statistics via HTTP (r1595160)
1131   - Client-side bugfixes:
1132     * export: fix problem exporting symlinks on windows (r1476093)
1133     * fix non-ascii character handling of command line options (r1476461)
1134     * log: strip EOL marker only after converting to UTF-8 (r1476608)
1135     * ra_serf: avoid dropping errors when making a lock request (r1489526)
1136     * ra_serf: fix an error leak in update logic (r1499686)
1137     * windows: fix issues with wcs in symlinked folders (r1501251)
1138     * fix regression that broke parallel nested checkouts (issue #4390)
1139     * svnmucc: ignore leading r in revision number arguments to -r (r1502636)
1140     * mkdir: use absolute paths to avoid Windows path length limits (r1516816)
1141     * avoid encoding support code when C runtime doesn't support it (r1530582)
1142     * ra_svn: add check against dirents with path separators (r1533812)
1143     * properly delete temporary files when atomic write fails (r1537466)
1144     * wc: fix corner cases in move-update tree conflicts (r1538639 et al)
1145     * windows: fix crash report indentation for x64 reports (r1543589)
1146     * mergeinfo: allow to work on a moved target (issue #4301)
1147     * windows: avoid delay when no homedir is available (r1546814)
1148     * status: report externals in a deterministic way (r1550200)
1149     * copy: avoid an unneeded extra RA session for wc to repo case (r1551564)
1150     * ra_serf: show pre-revprop-change failure on revprop delete (issue #3086)
1151     * svnsync: avoid extra request at end of every revision sync (r1553370)
1152     * ra_serf: fix replace + propset of locked file failures (issue #3674)
1153     * ra_serf: prevent overwriting directory during copy (issue #3314)
1154     * commit: limit number of temporary files open at same time (issue #4172)
1155     * ra_serf: verify incoming integers are really integers (r1557709 et al)
1156     * log: -g --xml doesn't differentiate between forward and reverse merges
1157       (issue #4463)
1158     * windows: improve update and checkout speed (issue #4450)
1159     * log: reduce performance penalties of using -g (r1559912)
1160     * blame: reduce performance penalties of using -g (r1560112)
1161     * ra_local: set svn:txn-user-agent for consistency (r1498608)
1162     * ra_svn: use the stream API properly for communications (r1562072)
1163     * update: provide error when none of targets are wcs (r1565388)
1164     * wc: reduce dependence on unspecified SQLite behavior (r1567080 et al)
1165     * diff: fix diffing directory without permissions to read parent (r1569265,
1166       r1569290)
1167     * diff: improve resolving peg revisions (r1570205 et al)
1168     * diff: fix bug in calculating header paths (r1570584)
1169     * ra_serf: add SSL certificate issuers common name to output (r1573728)
1170     * updates keywords in files not modified during 'svn switch' (issue #1975)
1171     * svnmucc: Normalize line endings with '-F' and '-m' options
1172       (r1592148, r1592150)
1173     * fix problems with read-only authentication caches (issue #4504)
1174     * commit: don't bump just locked files (r1603617)
1175     * log: reduce memory with '-v' (r1604569 et al)
1176     * diff: fix diffing locally deleted nodes under copied directories
1177       (r1605832)
1178     * diff: fix missing node error when diffing a replaced node (r1605866)
1179     * propget: forbid using 'show-inherited-properties' with 'strict' (r1611698)
1180     * windows: avoid delay when user profile isn't writable (r1617926)
1181     * merge: display the correct node kinds for tree conflicts (r1618024,
1182       r1619418, r1619717)
1183     * diff: show the correct revisions in the header (r1619452)
1184     * diff: fix missing header for files with only property changes (r1619476)
1185     * update: raise a tree conflict rather than an obstruction when an
1186       incoming server-excluded node conflicts with a locally added node
1187       (r1619495)
1188     * update: improve tree conflict reason and action descriptions (r1619777)
1189     * ra_serf: fix stalls during checkout/update over http/https (r1621596)
1190     * svnmucc: don't crash when '--version' is used with other arguments
1191       (r1625496)
1192     * checkout: report svn:externals failures via the exit code as other
1193       commands already do (r1628398)
1194     * svn & svnlook: use the right error code when fputs() fails (r1630369)
1195     * export: reject peg specifiers on local destination path (r1635085)
1196     * don't reject command-line arguments in the form of ".@abc", where
1197       "abc" is a peg specifier that may be empty (r1635118)
1198     * fix directory externals not following history (issue #4529)
1199     * remove 'df' and 'm' options from the interactive conflict resolver for
1200       binary files (r1645578)
1201     * mergeinfo parsing: allow source path to be empty (issue #4537)
1202     * mkdir: when using '--parents' don't add entire contents recursively if
1203       target already exists (r1649951)
1204     * resolve errors with move of a nested delete (r1651980, r1651997)
1205     * update: prevent breaking a working copy when a directory is replaced
1206       with an external to a foreign repository (issue #4550)
1207     * update: prevent an invalid wc state when applying a move (r1652184 et al)
1208     * resolve: fix a segfault when breaking a move inside a delete (issue #4491)
1209     * ra_serf: don't handle a commit that didn't produce a new revision as
1210       a successful commit (r1653532)
1211     * export: fix the lack of notifications when starting to handle externals
1212       (issue #4527)
1213     * update: fix a case where we reported an error rather than a tree conflict
1214       (r1655017)
1215     * info: Use local platform style paths in all cases (r1659283)
1216     * handle lack of a configuration file properly (r1660369)
1217     * update: resolve issues with tree conflicts caused by an incoming
1218       delete removing a mixed revision tree (r1660742)
1219     * don't hold onto locks of deleted paths in the client on commit (r1661363)
1220     * info: fix url calculation for a few statuses (r1661476)
1221     * update: when using '--set-depth' avoid removing local changes (r1661585)
1222     * update: fix tree conflict detection on unversioned nodes that exist where
1223       there used to be a deleted node (r1661664)
1224     * status: display tree conflicts even if the node with the tree conflict is
1225       shadowed by a file (r1662331)
1226     * pre-1.6 wc compatibility: fix with obstructed working copies (r1662412)
1227     * resolve: allow directly resolving tree conflicts (r1658435)
1228     * copy: when copying from a wc to a url show all the changes (r1655729)
1229     * info: provide results in a stable order (r1662030)
1230     * revert: allow depth limited reverts of nodes that only have not-present
1231       and/or excluded child nodes (r1662091)
1232     * wc: fix calculating repo path after commits of nodes that shadow a
1233       switched (not-present) node (r1663991, r1666258, r1674032)
1234     * update: resolve assertion on bad update report involving incomplete
1235       status (r1663671, r1666832)
1236     * update: allow a real file to replace a file external (r1664035)
1237     * merge: raise a tree conflict on root of obstructing dir (r1666690)
1238     * cp: fix 'svn cp ^/A/D/H@1 ^/A' to properly create A (r1674455, r1674456)
1239     * status: fix incorrect output with file externals (issue #4580)
1240     * merge: fix part of issue #4582 (r1686175, r1687029, r1688258)
1242   - Server-side bugfixes:
1243     * svnserve: don't ignore socket initialization errors (r1544253)
1244     * svnserve: don't hide fatal errors in inetd and tunnel modes (r1544256)
1245     * fsfs: log repo path in local style for cache init failure (r1494314)
1246     * fsfs: fix potential transaction corruption (r1519624)
1247     * svnserve: fix logging in multi-threaded servers (r1523502)
1248     * fsfs: don't report out of date errors due to FS corruption (r1527084)
1249     * svnadmin verify: detect inconsistencies that prevent loading (r1536854)
1250     * mod_dav_svn: use 404 status for errors caused by invalid URIs (r1542063)
1251     * mod_dav_svn: use 404 when the repository doesn't exist (r1544259)
1252     * mod_dav_svn: use 'dav_svn:' prefix for filename instead of 'svn:'
1253      (r1544711)
1254     * mod_dav_svn: XML escape lock tokens (r1547427)
1255     * hotcopy: don't create config files when copying pre-1.5 repos (r1547454)
1256     * hotcopy: preserve the rep-cache.db permissions when hotcopying (r1547877)
1257     * mod_dav_svn: fix SVNCacheTextDeltas and SVNAdvertisV2Protocol directive
1258       merging (r1548124)
1259     * mod_dav_svn: always produce an error text even when text specifies
1260       the default message to make diagnosing issues easier (r1553441)
1261     * mod_dav_svn: fix some pool lifetime issues with error messages (r1553868)
1262     * mod_dav_svn: avoid setting option headers multiple times (r1557103)
1263     * fsfs: prevent some commits that could cause future corruption (r1560673)
1264     * cache: fix premature eviction due to 64-bit underflows (r1567996 et al)
1265     * svnserve: fix potential integer overflow in Cyrus SASL support (r1570434)
1266     * bdb: fix potential integer overflow and underflow (r1570701)
1267     * bdb: prevent silent propogation of some corruption (r1570778)
1268     * svnadmin hotcopy: do not corrupt db/current contents when copying old
1269       FSFS repos (r1603485)
1270     * svnadmin hotcopy: don't produce broken copies when a concurrent pack
1271       happens (r1605633)
1272     * log: reduce memory consumption of '-v' (r1605195)
1273     * mod_dav_svn: fix performance issue on Windows with named atomics
1274       (r1611379)
1275     * log: fix a segfault in handling changed paths (r1615364)
1276     * mod_dav_svn: properly forward post-lock/post-unlock failures (r1622235)
1277     * diff: fix handling of depth empty in added directories (r1622024)
1278     * fix a segfault with corrupted changed path lists that try to add root
1279       nodes (r1622944)
1280     * svnadmin verify: report errors nicely rather than possibly aborting
1281       (r1622955)
1282     * svnlook propget: report transaction name rather than revision number in
1283       errors if run with '-t' option (r1623317)
1284     * svnadmin verify: prevent stack overflow conditions in corrupted
1285       repositories (r1623398)
1286     * fsfs upgrade: fix an issue that could block an upgraded format 1 or 2
1287       repository from being committed to (r1624011)
1288     * fs backends: fix memory lifetime issue (r1632646)
1289     * bdb: output correct checksum in error message about corruption (r1640707)
1290     * fsfs: fix a pool lifetime error related to transaction local caches
1291       (r1643139, 1643233)
1292     * fsfs: avoid "random DAG walks" during checkout over ra_serf (r1645567)
1293     * fsfs/bdb: reduce memory use during tree deletions (r1647820, r1655022)
1294     * mod_authz_svn: fix unbounded memory use when SVNPathAuthz short_circuit
1295       is used (r1647887)
1296     * fsfs: reduce memory use when walking back in history (r1648230)
1297     * dump: remove incorrect kind header on replaced nodes (issue #4553)
1298     * dump: remove duplicate headers for replace-with-copy (issue #4552)
1299     * mod_dav_svn: don't send XML-unsafe characters in svn:author
1300       (issue #4415)
1301     * dump: don't write broken dump files in some ambiguously encoded fsfs
1302       repositories (issue #4554)
1303     * mod_dav_svn: provide a more intuitive error message to the client when
1304       trying to create a directory that already exists (issue #2295)
1305     * fsfs: fix uninitialized memory use in lock/unlock code (r1657525)
1306     * fix a segfault executing a pre-commit hook with legacy locks (r1657893)
1307     * mod_dav_svn: do not ignore skel parsing errors (r1658168)
1308     * fsfs: fix multiple reporting of the same lock (r1658482)
1309     * fsfs: fix pool lifetime issue in lock handling (r1659314)
1310     * mod_dav_svn: properly log assertions and malfuctions (r1660480)
1311     * svnadmin load/dump: preserve deletion of svn:date from r0 (issue #4563)
1312     * svnrdump: don't provide HEAD+1 as base revision when loading deletes
1313       (r1664684)
1314     * mod_dav_svn: improve error message sent with a 405 status code
1315       (r1665195, r1666096, r1666379)
1316     * make detection of invalid base revision on commit behave the same on
1317       all RA layers (r1664664, r1664672, r1664674)
1318     * mod_dav_svn: emit the first few log items as soon as they are available
1319       (r1666965, r1667120)
1320     * mod_dav_svn: prevent a tree walk on copy sources (issue #4351)
1321     * fsfs: fix 'EOF found' error when reading repo (issue #4577)
1322     * svnadmin freeze: unlock rep-cache.db as part of unfreezing
1323       (r1679169, r1679287)
1324     * fsfs: improve stability in the presence of power or network
1325       disk failures during 'svnadmin pack' (r1683378)
1326     * detect invalid svndiff data earlier (r1684077)
1328   - Client-side and server-side bugfixes:
1329     * use less memory when retrieving extension from filename (r1548480)
1330     * use more optimal code path with old txdelta v1 data (r1485480)
1331     * windows: allow opening SQLite databases on long paths (r1564338)
1332     * fix an out-of-bounds read in the delta combiner (r1569415)
1333     * fix a number of cases of undefined behavior when passing invalid
1334       arguments to memcpy() (r1632530, et al)
1335     * windows: avoid a 12 second delay due to a retry loop in some error
1336       conditions when opening a file (r1657583)
1338   - Other tool improvements and bugfixes:
1339     * windows: add build-svn-deps-win.pl tool to build dependencies (r1467715)
1340     * svnpubsub: add support for revprop changes (r1486463)
1341     * svnpubsub: do not pass svn commands through shell (r148466, r1486467)
1342     * svnpubsub: hooks exit with an error if they fail (r1486500, r1486597)
1343     * svnpubsub: hooks use "--" to signal end of arguments (r1486513)
1344     * mailer: properly encode mail headers per RFC2047 (r1487532)
1345     * svnwcsub: add a pre-update hook, which can deny update (r1494542 et al)
1346     * fsfs-stats: count file nodes that are added without history (r1519283)
1347     * fsfs-stats: replaced by 'svnfsfs stats' (r1594860)
1348     * fsfs-access-map: count empty reads and unnecessary seeks (r1523441)
1349     * fsfs-access-map: generate scaled/rectangular heatmaps (r1505065)
1350     * fsfs-access-map: deal with strace format issues (r1505065)
1351     * fsfs-access-map: update to know about index files (r1505065)
1352     * svnbench: renamed from svn-bench (r1659226)
1353     * svnbench: add null-info command (r1532196)
1354     * svnlook.py: made usable as a library by adding getter methods (r1541558)
1355     * svnbench, svnraisetreeconflict, svnauthz, svn-rep-sharing-stats: More
1356       consistent error reporting, following pattern of core command-line
1357       programs (r1544194)
1358     * which-error.py: allow which-error.py to be run from symlink (r1547977)
1359     * bash_completion: add svnlook filesize command and options to svn cat,
1360       info, and mergeinfo commands (r1569021)
1361     * new '--conflict-style' option to standalone diff3 tool (r1591750)
1362     * update standalone diff3 tool so it can be used with --diff-cmd
1363       directly (r1591871, r1591876)
1364     * bash_completion: support for auth command (r1596841)
1365     * diff: support '-U' option (r1618618)
1366     * svn-rep-sharing-stats: replaced by 'svnfsfs stats' (r1618861)
1367     * add svn-vendor.py as an alternative to svn_load_dirs.pl that can
1368       auto-detect renames and copies (r1623660)
1369     * svnpredumpfilter.py: fix a scalability problem that made run time
1370       increase greatly on large repositories (r1625674 et al)
1371     * svnpredumpfilter.py: detect copies of copies and handle properly
1372       (r1626182)
1373     * bash_completion: add svnadmin delrevprop (r1631473)
1374     * showchange.pl: removed, obsoleted by 'svn log --diff' (r1631686)
1375     * bash_completion: add new trust options (r1660373)
1376     * bash_completion: add '--pin-externals' (r1662250)
1377     * bash_completion: stop offering deprecated options (r1662291)
1378     * bash_completion: add '--show-item' and '--no-newline' (r1662622)
1379     * svnbench: add null-blame command (r1673785, r1673803, r1674015)
1380     * svnbench: install with default 'make install' (r1685085)
1382  Developer-visible changes:
1383   - General:
1384     * require Python 2.7+ for development and testing (r1691712, r1691713, r1692448)
1385     * include symbolic names for error codes in maintainer mode (r1467643)
1386     * include symbolic names for warning codes in maintainer mode (r1469855)
1387     * support YouCompleteMe vim plugin (r1476374 et al)
1388     * cache: add pretend_empty mode for maintainers (r1461689, et al)
1389     * allow tests to be run with exclusive wc locks (r1496475)
1390     * fix check for Microsoft C/C++ compiler (r1503148)
1391     * improve windows build to use pre-built dependencies
1392     * optimize ramdrive usage in the windows test runner (r1504511)
1393     * SVN_CMDLINE_DISABLE_CRASH_HANDLER env var added for Windows (r1506507)
1394     * gen-make.py: support Visual Studio 2013 by --vsnet-version=2013 (r1533907)
1395     * windows: don't require APR source when building (r1534037, et al)
1396     * don't compile SQLite amalgamation twice (r1536364)
1397     * make C tests use same temp path as Python tests (r1536700)
1398     * davautocheck: access log logs the r->filename now (r1538048)
1399     * added test to detect duplicate SQL queries (r1538962)
1400     * windows test runner: copy additional apr dlls (r1539300)
1401     * support for debug logging that should be available in serf 1.4.0 (r1541561)
1402     * OS X: fix build when Gnome is installed (r1541698)
1403     * properly detect if expat is libexpat.lib or xml.lib on windows (r1541981)
1404     * doc-clean target works properly with separate build dir (r1542303)
1405     * don't break entire test run if cleaning temp directory failed but return
1406       an error anyway (r1542817)
1407     * windows tests: find java.exe via the sdk if not found via PATH (r1543876)
1408     * fix davautocheck with httpd 2.3.x+ and worker/prefork MPMs (r1544302-3)
1409     * add parallel mode for C tests (r1545334 et al)
1410     * use --bin path for svnrdump when running Python tests (r1548706)
1411     * remove unused --with-openssl option from configure (r1548714)
1412     * tests: stop rewriting shared authz file for every sandbox (r1552064 et al)
1413     * fix unnecessary aborts in maintainer mode on sqlite errors (r1536325)
1414     * new --sqlite-logging option for C tests (r1560409)
1415     * allow building with APR-2 (r1560586)
1416     * remove support for ASM Zlib from Windows build system (r1560864)
1417     * gen-make.py: new -D option (r1567046)
1418     * improve how we fetch the version of Windows (r1568798, 1568806)
1419     * move common code in python tests to library files to avoid side effects of
1420       having tests depending on each other (r1570654)
1421     * disable compiling on platforms where int is shorter than 32-bits and add
1422       the SVN_ALLOW_SHORT_INTS compile definition to override (r1570882)
1423     * disable building *.sbr files with Visual C++ 2010 or later (r1571020)
1424     * require serf 1.3.4 (r1572261)
1425     * require APR and APR-Util 1.3.x (r1572261)
1426     * add mod_dontdothat to davautocheck.sh (r1572312)
1427     * require Apache httpd 2.2.x (r1572339)
1428     * support pkg-config for serf when using a prefix (r1572762)
1429     * don't depend on stdbool.h and inttypes.h for utf8proc (r1573069 et al)
1430     * avoid non-portable find extensions so the build works on Solaris (r1573780)
1431     * Allow PARALLEL value to specify the number of threads to run tests with,
1432       PARALLEL=1 means to use the default (r1573320)
1433     * pkg-config support for libsvn_* libraries (issue #4435)
1434     * binaries built on Mac OS X 10.6+ will not run on older versions (r1651549)
1435     * fix random failure of Makefile-based parallel builds on Unix
1436       when the amalgamated SQLite is being used (r1658357)
1437     * C tests only run with ra_local to avoid duplicate testing (r1609477)
1438     * allow skipping the C tests for any RA method (r1609489)
1439     * new tools for benchmarking on Windows (r1610264)
1440     * svnbench: no longer part of tools but main subversion (r1618860)
1441     * improve detection for libtool (r1627276)
1442     * check the runtime version of the fs_util library in the fs backends
1443       (r1651567)
1444     * properly initialize the src_kind value to avoid problems for other API
1445       users during a copy (r1655723)
1446     * try to improve reliability of applications that do not call
1447       svn_dso_initialize2() right after apr_initialize() (r1659604)
1448     * add svn-wc-db-tester tool for testing working copies (r1660874)
1449     * fix bugs and performance issues using svn_wc_walk_entries3() (r1661110)
1450     * support using Python 3 for building (r1661247)
1451     * don't add -lstdc++ on FreeBSD 10 (r1662329)
1452     * add build support for Visual Studio 2015 (r1663183, r1663184, r1689721 et al.)
1453     * fix test failures when running from a directory whose name contains
1454       characters that must be escaped when used in a URL. (r1664997)
1455     * fix breakage of the serf ra session with svn_ra_get_dir2() and
1456       svn_ra_get_log2().  (r1665213, r1665259, r1665609)
1457     * resolve a race condition in some test suite cleanup code (r1683303)
1458     * fix some tests on non-US default locale on Windows (r1684034)
1459     * document the meaning of "XFAIL" for users building from source (r1683071)
1461   - API changes:
1462     * new RA callbacks for managing ra_svn tunnels:
1463       svn_ra_callbacks2_t::check_tunnel_func,
1464       svn_ra_callbacks2_t::open_tunnel_func and
1465       svn_ra_callbacks2_t::close_tunnel_func
1466     * new API for retrieving info about a file system: svn_fs_info()
1467     * new API svn_io_file_flush() that wraps apr_file_flush()
1468     * new API svn_io_write_atomic(), that writes, sync and renames a file
1469     * new API svn_compat_log_revprops_out_string()
1470     * deprecate unused datatype svn_ra_get_latest_revnum_func_t
1471     * new API svn_client_cleanup2() (r1496954 et al)
1472     * new API svn_stringbuf_create_wrap() (r1502248)
1473     * new API svn_io_file_aligned_seek() (r1502539)
1474     * ra_svn: fix svn_ra_get_log*() to apply limit when server can't (r1503043)
1475     * svn_client_commit6: notify which path prevents a mv commit (r1503662)
1476     * new APIs svn_io_file_create_empty() and svn_io_file_create_bytes()
1477       (r1505006)
1478     * new API svn_ver_check_list2() (r1502267)
1479     * new API svn_stringbuf_from_stream() (r1532193)
1480     * svn_auth_get_platform_specific_client_providers() now includes ssl
1481       providers (r1534153)
1482     * change dav_svn_split_uri() repos_path argument (r1537812)
1483     * new API svn_repos_fs_type() returns filesystem type (r1538585)
1484     * svn_client__get_inheritable_props() clears wcroot_iprops when revision is
1485       not valid (r1538602)
1486     * SVN_VA_NULL: New macro which is null-pointer constant (r1536307)
1487     * SVN_NEEDS_SENTINEL_NULL: New macro to mark functions that require final
1488       NULL sentinel value, so compilers can warn when missing (r1543394)
1489     * platform specific svn_auth_get_* functions are deprecated, use the
1490       svn_auth_get_platform_specific_provider() function instead (r1543992)
1491     * SVN_INT_ERR macro is deprecated; use svn_handle_error2() or
1492       svn_cmdline_handle_exit_error() instead (r1544142)
1493     * new API svn_client_cat3() allow disabling keyword expansion and retrieving
1494       props (r1544182)
1495     * svn_auth_first_credentials(): provides an error rather than crashing if
1496       auth_baton is NULL (r1544320)
1497     * svn_auth_set_parameter(): Do nothing if auth_baton is NULL (r1544320)
1498     * new API svn_relpath_prefix which returns a relpath with a maximum number
1499       of path components (r1545123, r1673282)
1500     * svn_fs_initialize() is now threadsafe (r1546409)
1501     * svn_checksum_kind_t has two new FNV-1a checksums (r1546699)
1502     * svn_fs_lock: control characters are not allowed in lock tokens (r1547445)
1503     * new API svn_wc_cleanup4() makes some functionality optional and adds
1504       notifications (r1548075 et al)
1505     * new API svn_client_info4() supports walking externals (r1550206 et al)
1506     * new flag for svn_fs_begin_txn2() SVN_FS_TXN_CLIENT_DATE to allow client
1507       to set the final svn:date (r1550228)
1508     * new APIs for easier RA commits svn_client_mtcc_* (r1550758 et al)
1509     * new API svn_ra_session_dup() (r1552324 et al)
1510     * svn_ra_stat() now handles compatibility with 1.0-1.1 svnserve (r1552441)
1511     * new error code SVN_ERR_COMPOSED_ERROR added to allow detection of
1512       composed errors by API consumers (r1553266)
1513     * new error code SVN_ERR_RA_DAV_PRECONDITION_FAILED (r1553668)
1514     * new error code SVN_ERR_RA_CANNOT_CREATE_SESSION (r1554027)
1515     * new API svn_fs_node_relation() (r1554800)
1516     * SVN_EXPERIMENTAL to mark functions that might change in future (r1526012)
1517     * fix bug in svn_client_get_merging_summary() with some params (r1532396)
1518     * new error code SVN_ERR_XML_UNEXPECTED_ELEMENT (r1498938)
1519     * extend stream API to also support incomplete reads (r1561688 et al)
1520     * new API svn_wc_add_from_disk3() (r1563361)
1521     * new API svn_client_revert3() to allow clearing changelists and to have
1522       a metadata_only flag (r1568635, r1657026)
1523     * svn_rangelist_inheritable2(): don't change inheritabilty of remaining
1524       ranges (r1569731)
1525     * svn_rangelist_inheritable2() and svn_mergeinfo_inheritable2(): fix a
1526       pool lifetime issue (r1569764)
1527     * new APIs to support cancelation during unified diff output and
1528       allow the context size to be specified (r1570149 et al)
1529     * APIs related to retrieving logs are now documented to be unlimited when
1530       a negative value is passed for the limit (r1570330, 1570335)
1531     * new APIs: svn_fs_props_different() and svn_fs_contents_different()
1532       (r1572363, r1573111)
1533     * expose SVN_CONFIG_AUTHN_* macros in public API (r1572640)
1534     * add SVN_CONFIG_OPTION_SQLITE_TIMEOUT to allow SQLite busy timeout
1535       to be configured by clients (r1592093)
1536     * add new notification between transmitting deltas and finalizing
1537       commit as svn_wc_notify_commit_finalizing (r1603388)
1538     * svn_client_cat3() API no longer returns entry or WC props (r1603501)
1539     * properly handle canonical paths in svn_io_start_cmd3() (r1604761)
1540     * add SVN_FS_CONFIG_FSFS_BLOCK_READ to control FSFS format 7 block
1541       read feature (r1604933)
1542     * new API svn_cstring_skip_prefix() (r1612823)
1543     * new API svn_diff_mem_string_output_merge3() (r1618599)
1544     * extend svn_wc_info_t with conflicts2 (r1618643)
1545     * new API svn_diff_mem_string_output_unified3() (r1618839)
1546     * new API svn_diff_file_output_merge3() (r1618857)
1547     * svn_fs_props_changed() and svn_fs_contents_changed() no longer return
1548       false positives (r1618880)
1549     * new API svn_wc_conflict_description2_dup() (r1618883)
1550     * extend svn_wc_conflict_description2_t with prop_reject_abspath field
1551       (r1619096)
1552     * extend svn_wc_conflict_description2_t with property values as
1553       svn_string_t's (r1619122)
1554     * fix svn_client_import5() to use absolute paths (r1623974)
1555     * fix a few cases of invalid filling of svn_client_commit_item3_t (r1623981)
1556     * add SVN_FS_CONFIG_FSFS_SHARD_SIZE to allow creation of repositories with
1557       a custom shard size (r1624512)
1558     * new API svn_cmdline_create_auth_baton2 (r1630117)
1559     * make svn_string_*() and svn_stringbuf_*() functions handle C strings
1560       of NULL with 0 length (r1632530, et al)
1561     * fix svn_stream_compressed() for streams without partial read support
1562       (r1639626)
1563     * do not segfault on svn_stream_read_full() or svn_stream_skip() are called
1564       for a no-op stream created via svn_stream_create() (r1639637)
1565     * add SVN_FS_CONFIG_FSFS_LOG_ADDRESSING to control logical addressing
1566       feature of fsfs format 7 (r1640915)
1567     * rename the 'parent_directory' parameter of
1568       svn_wc_parse_externals_description3() to 'defining_directory' and improve
1569       the documentation (r1642690)
1570     * new API svn_repos_get_fs_build_parser5() (r1647563)
1571     * SVN_VERSION_BODY changed so that it is embedded into libraries, ultimately
1572       allowing SVN_VER_TAG constant to be modified by patches (r1651565)
1573     * rename repos_url to repos_url_deocded argument to
1574       svn_repos_get_commit_editor5() to clairfy usage (r1653609)
1575     * make svn_io_set_file_read_only() and svn_io_remove_dir2() ignore
1576       ENOTDIR when ignore_enoent argument is set so the behavior is consistent
1577       across platforms (r1653680)
1578     * make svn_ra_open4() return the documented error when a repository
1579       should be opened in a different location (r1655648)
1580     * no longer return an error when using svn_ra_get_lock() and the path does
1581       not exist (r1656875)
1582     * svn_string_dup() will accept a NULL pointer and return a NULL (r1657254)
1583     * svn_ra_get_file_revs2() now handles SVN_INVALID_REVNUM as HEAD (r1660463)
1584     * new API svn_error_quick_wrapf() (r1662668)
1585     * new API svn_fs_node_has_props() (r1673170, r1673172, r1673692, r1673746)
1586     * new API svn_repos_verify_fs3() (r1492651 ... r1687769)
1588   - Bindings:
1589     * javahl: add support for the RA layer (r1494650 et al)
1590     * javahl: add ignore-keywords knob to ISVNCLient.doExport (r1494936)
1591     * javahl: improve performance of rev_range_vector_to_apr_array (r1496243)
1592     * javahl: provide whole stack of errors from native exceptions (r1496353)
1593     * javahl: new framework for manipulating in-memory config data (r1497746)
1594     * javahl: add methods to set config change handler callback (r1497753)
1595     * javahl: add inheritance info to JavaHL's RevisionRange type (r1499308)
1596     * swig-rb: fixes to building on Windows (1505406 et al)
1597     * libsvn_swig_*libraries now work as proper shared librares (r1506520 et al)
1598     * swig-py: 'import svn.core.*' imports libsvn_subr public symbols (r1507860)
1599     * javahl: expose the svn_rangelist operations (r1509025)
1600     * javahl: new utility class SVNUtil (r1512354)
1601     * javahl: serialize init of native library (r1519803)
1602     * javahl: fix value truncation checks (r1519913)
1603     * javahl: add ISVNClient.info which exposes svn_client_info4 (r1603481)
1604     * javahl: include name of exception class in error messages (r1532117)
1605     * javahl: simplify JNI environment handling (r1533804)
1606     * javahl: Revsion.UNSPECIFIED added as alias to Revision.START (r1533928)
1607     * javahl: do not require JUnit to build javahl; only to test (r1535603)
1608     * javahl: update Action enum with new entries added in 1.9 (r1536319)
1609     * javahl: expose node property validation utility (r1538133)
1610     * javahl: new style JNI wrapper (r1539114 et al)
1611     * javahl: new utility API to parse/unparse svn:externals (r1539130 et al)
1612     * javahl: allow tests to be run from a RAM disk (r1539215 et al)
1613     * javahl: expose and use the url member of svn_wc_notify_t (r1539601)
1614     * javahl: expose a utility API to resolve relative externals (r1540921)
1615     * javahl: new utility API for file content translation (r1542401)
1616     * javahl: throw NullPointerException when sources is empty (r1543328)
1617     * swig-pl: fix compilation against perl 5.18 on Windows (r1543980)
1618     * javahl: implement streamed file contents translation (r1543985)
1619     * javahl: enable warnings with javac (r1544163, r1544169)
1620     * javahl: cleanup warnings (r1544578 et al)
1621     * javahl: add common utilities for new-style map iterations (r1545925)
1622     * javahl: add an API to get runtime version of native libs (r1545945)
1623     * javahl: use default cache size instead of no cache (r1547248)
1624     * swig-py: add typemap for hunks field of svn_patch_t (r1548379)
1625     * javahl: don't ignore difference between NULL and empty changelist in
1626       ISVNClient.getChangelists (r1553254)
1627     * swig-pl: fix pool issues with setting dates as revisions (r1553822)
1628     * swig-pl: make svn_auth_set_parameter() usable (r1553823)
1629     * javahl: expose inheritiable property names (r1560338)
1630     * javahl: fix bug in parsing single revision merginfo data (r1563140)
1631     * javahl: create JVM crashlogs from svn malfunctions (r1563927, r1564252)
1632     * javahl: avoid problems when building without NLS support (r1566578 et al)
1633     * javahl: expose --alow-mixed-revisions merge option (r1567602)
1634     * javahl: support incomplete reads from streams (r1569631)
1635     * javahl: allow revert API to take a set of paths (r1571461)
1636     * javahl: improve authentication callback (r1597758 et al)
1637     * javahl: load (most) classes on demand (r1602822)
1638     * javahl: expose confg file keys in JavaHL (r1604448)
1639     * javahl: update ISVNClient.info, ISVnClient.cleanup and add
1640       ISvnClient.vacuum (r1604449)
1641     * javahl: update ISVNRepos.hotcopy (r1618894)
1642     * swig-py: Add close to the core.Stream class (r1619077)
1643     * javahl: add example clients that use the authn API (r1640533)
1644     * swig-py: implement dump stream parser (r1642813)
1645     * swig-pl: remove some unneded cleanup code that triggered a cleanup
1646       failure on windows (r1643072)
1647     * swig-pl: make cancel_func, cancel_baton parameter pairs work (r1648852)
1648     * javahl: expose whitespace diff parameters to blame method (issue #4475)
1649     * javahl: update ConflictDescriptor (r1655842)
1650     * javahl: update FileRevision to provide textDelta (r1656911)
1651     * swig-pl: install into prefix (r1658459)
1652     * javahl: expose the metadataOnly option to copy support (r1661451)
1653     * swig-py: add support for svn_fs_lock_many(), svn_fs_unlock_many(),
1654       svn_repos_fs_lock_many() and svn_repos_fs_unlock_many() (r1662867)
1655     * swig-py: fix support for svn_ra_lock() and svn_ra_unlock() (r1662891)
1656     * javahl: allow java callbacks to throw errors back to the svn code
1657       (r1664938, r1664939, r1664940, r1664978, r1664984)
1658     * swig-pl: fix some stack memory problems (r1668618, 1671388)
1659     * swig: warn on using SWIG 3.x as we have compatibility problems
1660       with newer versions of SWIG (1675149)
1661     * javahl: requires Java 1.6 (r1677003)
1662     * javahl: on OS X use /usr/libexec/java_home to find the JDK (r1675774)
1663     * javahl: allow compiling with a C++11 compiler (r1684412)
1666 Version 1.8.19
1667 (10 Aug 2017, from /branches/1.8.x)
1668 http://svn.apache.org/repos/asf/subversion/tags/1.8.19
1670  User-visible changes:
1671   - Client-side bugfixes:
1672     * Fix arbitrary code execution vulnerability CVE-2017-9800
1673         See <https://subversion.apache.org/security/CVE-2017-9800-advisory.txt>
1674         for details.
1676   - Server-side bugfixes:
1677     (none)
1679   - Bindings bugfixes:
1680     (none)
1682  Developer-visible changes:
1683   - General:
1684     (none)
1686   - API changes:
1687     (none)
1690 Version 1.8.18
1691 (10 Jul 2017, from /branches/1.8.x)
1692 http://svn.apache.org/repos/asf/subversion/tags/1.8.18
1694  User-visible changes:
1695   - Server-side bugfixes:
1696     * fsfs: never attempt to share directory representations (r1785053)
1697     * fsfs: make consistency independent of hash algorithms (r1785737 et al)
1698         This change makes Subversion resilient to collision attacks, including
1699         SHA-1 collision attacks such as <http://shattered.io/>.  See also our
1700         documentation at <https://subversion.apache.org/faq#shattered-sha1> and
1701         <https://subversion.apache.org/docs/release-notes/1.8#shattered-sha1>.
1703   - Client-side and server-side bugfixes:
1704     * work around an APR bug related to file truncation (r1759116)
1706  Developer-visible changes:
1707   - General:
1708     * update serf download URI in build scripts (r1700130 et al)
1711 Version 1.8.17
1712 (29 Nov 2016, from /branches/1.8.x)
1713 http://svn.apache.org/repos/asf/subversion/tags/1.8.17
1715  User-visible changes:
1716   - Client-side bugfixes:
1717     * fix handling of newly secured subdirectories in working copy (r1724448)
1718     * ra_serf: fix deleting directories with many files (issue #4557)
1719     * gpg-agent: properly handle passwords with percent characters (issue #4611)
1720     * merge: fix crash when merging to a local add (r1702299 et al)
1722   - Server-side bugfixes:
1723     * fsfs: fix possible data reconstruction error (issue #4658)
1724     * svnlook: properly remove tempfiles on diff errors (r1711346)
1726   - Client-side and server-side bugfixes:
1727     * fix potential memory access bugs (r1722860 et al)
1729   - Bindings bugfixes:
1730     * javahl: fix temporarily accepting SSL server certificates (r1764851)
1731     * swig-pl: do not corrupt "{DATE}" revision variable (r1767768)
1732     * swig-pl: fix possible stack corruption (r1683266)
1734  Developer-visible changes:
1735   - General:
1736     * fix inconsistent behavior of inherited property API (r1717875, r1717878)
1737     * fix patch filter invocation in svn_client_patch() (r1706783)
1738     * fix potential build issue with invalid SVN_LOCALE_DIR (issue #4653)
1741 Version 1.8.16
1742 (28 Apr 2016, from /branches/1.8.x)
1743 http://svn.apache.org/repos/asf/subversion/tags/1.8.16
1745  User-visible changes:
1746   - Server-side bugfixes:
1747     * mod_authz_svn: fix crash in COPY/MOVE authorization check (CVE-2016-2168)
1748     * svnserve/sasl: fix authenticating users with wrong realm (CVE-2016-2167)
1749     * mod_authz_svn: fix authz with mod_auth_kerb/mod_auth_ntlm (issue #4602)
1750     * dump: don't write broken dump files in some ambiguously encoded fsfs
1751       repositories (issue #4554)
1753   - Client-side and server-side bugfixes:
1754     * update INSTALL documentation file (r1703470, r1703475)
1756  Developer-visible changes:
1757   - General:
1758     * fix javahl test suite to work on a symlinked RAM disk (r1539230)
1759     * fix ruby test suite to work with test-unit gem (r1714790)
1762 Version 1.8.15
1763 (15 Dec 2015, from /branches/1.8.x)
1764 http://svn.apache.org/repos/asf/subversion/tags/1.8.15
1766  User-visible changes:
1767   - Client-side bugfixes:
1768     * gpg-agent: fix crash with non-canonical $HOME (r1691928, issue #4584)
1770   - Client-side and server-side bugfixes:
1771     * fix a segfault with old style text delta (r1618472 et al)
1773   - Server-side bugfixes:
1774     * mod_dav_svn: fix heap overflow with skel-encoded requests (CVE-2015-5343)
1775     * fsfs: reduce memory allocation with Apache (r1591005 et al)
1776     * mod_dav_svn: emit first log items as soon as possible (r1666965 et al)
1777     * mod_dav_svn: use LimitXMLRequestBody for skel-encoded requests (r1687812)
1779   - Bindings bugfixes:
1780     * swig: fix memory corruption in svn_client_copy_source_t (r1694929)
1782  Developer-visible changes:
1783   - General:
1784     * better configure-time detection of httpd authz fix (r1687304 et al)
1785     * fix compilation with apr 1.2.x (r1701237)
1788 Version 1.8.14
1789 (5 Aug 2015, from /branches/1.8.x)
1790 http://svn.apache.org/repos/asf/subversion/tags/1.8.14
1792  User-visible changes:
1793   - Client-side bugfixes:
1794     * document svn:autoprops (r1678494 et al.)
1795     * cp: fix 'svn cp ^/A/D/H@1 ^/A' to properly create A (r1674455, r1674456)
1796     * resolve: improve conflict prompts for binary files (r1667228 et al.)
1797     * ls: improve performance of '-v' on tag directories (r1673153)
1798     * improved Sqlite 3.8.9 query performance regression on externals (r1672295 et al.)
1799     * fixed issue #4580: 'svn -v st' on file externals reports "?" instead
1800       of user and revision after 'svn up' (r1680242)
1802   - Server-side bugfixes:
1803     * mod_authz_svn: do not leak information in mixed anonymous/authenticated
1804       httpd (dav) configurations (CVE-2015-3184)
1805     * do not leak paths that were hidden by path-based authz (CVE-2015-3187)
1806     * mod_dav_svn: do not ignore skel parsing errors (r1658168)
1807     * detect invalid svndiff data earlier (r1684077)
1808     * prevent possible repository corruption on power/disk failures (r1680819)
1809     * fixed issue #4577: Read error with nodes whose DELTA chain starts with
1810       a PLAIN rep (r1676667, r1677267)
1811     * fixed issue #4531: server-side copy (over dav) is slow and uses
1812       too much memory (r1674627)
1814  Developer-visible changes:
1815   - General:
1816     * support building on Windows with Visual Studio 2015 (r1692785)
1817     * avoid failing some tests on versions of Python with a very old sqlite (r1674522)
1818     * fix Ruby tests so they don't use the users real configuration (r1597884)
1820   - Bindings:
1821     * swig-pl: fix some stack memory problems (r1668618, 1671388)
1823 Version 1.8.13
1824 (31 Mar 2015, from /branches/1.8.x)
1825 http://svn.apache.org/repos/asf/subversion/tags/1.8.13
1827  User-visible changes:
1828   - Client-side bugfixes:
1829     * ra_serf: prevent abort of commits that have already succeeded (r1659867)
1830     * ra_serf: support case-insensitivity in HTTP headers (r1650481, r1650489)
1831     * better error message if an external is shadowed (r1655712, r1655738)
1832     * ra_svn: fix reporting of directory read errors (r1656713)
1833     * fix a redirect handling bug in 'svn log' over HTTP (r1650531)
1834     * properly copy tree conflict information (r1658115, r1659553, r1659554)
1835     * fix 'svn patch' output for reordered hunks (issue #4533)
1836     * svnrdump load: don't load wrong props with no-deltas dump (issue #4551)
1837     * fix working copy corruption with relative file external (issue #4411)
1838     * don't crash if config file is unreadable (r1590751, r1660350)
1839     * svn resolve: don't ask a question with only one answer (r1658417)
1840     * fix assertion failure in svn move (r1651963 et al)
1841     * working copy performance improvements (r1664531, r1664476, et al)
1842     * handle existing working copies which become externals (r1660071)
1843     * fix recording of WC meta-data for foreign repos copies (r1660593)
1844     * fix calculating repository path of replaced directories (r1660646)
1845     * fix calculating repository path after commit of switched nodes (r1663991)
1846     * svnrdump: don't provide HEAD+1 as base revision for deletes (r1664684)
1847     * don't leave conflict markers on files that are moved (r1660220, r1665874)
1848     * avoid unnecessary subtree mergeinfo recording (r1666690)
1849     * fix diff of a locally copied directory with props (r1619380 et al)
1851   - Server-side bugfixes:
1852     * fsfs: fix a problem verifying pre-1.4 repos used with 1.8 (r1561419)
1853     * svnadmin freeze: fix memory allocation error (r1653039)
1854     * svnadmin load: tolerate invalid mergeinfo at r0 (r1643074, issue #4476)  
1855     * svnadmin load: strip references to r1 from mergeinfo (issue #4538)
1856     * svnsync: strip any r0 references from mergeinfo (issue #4476)
1857     * fsfs: reduce memory consumption when operating on dag nodes (r1655651)
1858     * reject invalid get-location-segments requests in mod_dav_svn and
1859       svnserve (r1667233)
1860     * mod_dav_svn: reject invalid txnprop change requests (r1667235)
1862   - Client-side and server-side bugfixes:
1863     * fix undefined behaviour in string buffer routines (r1650834)
1864     * fix consistency issues with APR r/w locks on Windows (r1611380 et al)
1865     * fix occasional SEGV if threads load DSOs in parallel (r1659013, r1659315)
1866     * properly duplicate svn error objects (r1651759)
1867     * fix use-after-free in config parser (1646785, r1646786, r1646797)
1869  Developer-visible changes:
1870   * add lock file config for testing against HTTPD 2.4+ (r1544302, r1544303)
1871   * make sqlite amalgamated build work with sqlite 3.8.x+ (r1659399)
1872   * fix build with Ruby 2 (r1596882)
1873   * process 'svnadmin dump' output as binary in the test suite (r1592987)
1874   * simplify Windows resource compilation to avoid warnings (r1532287)
1877 Version 1.8.12
1878 (Not released, see changes for 1.8.13.)
1881 Version 1.8.11
1882 (15 Dec 2014, from /branches/1.8.x)
1883 http://svn.apache.org/repos/asf/subversion/tags/1.8.11
1885  User-visible changes:
1886   - Client-side bugfixes:
1887     * checkout/update: fix file externals failing to follow history and
1888       subsequently silently failing (issue #4185)
1889     * patch: don't skip targets in valid --git difs (r1592014, r1592034)
1890     * diff: make property output in diffs stable (r1589360)
1891     * diff: fix diff of local copied directory with props (r1619380, r1619393)
1892     * diff: fix changelist filter for repos-WC and WC-WC (r1621978, r1621981)
1893     * remove broken conflict resolver menu options that always error out
1894       (r1620332)
1895     * improve gpg-agent support (r1600331, r1600348, 1600368, r1600563,
1896       r1600781)
1897     * fix crash in eclipse IDE with GNOME Keyring (issue #3498)
1898     * fix externals shadowing a versioned directory (issue #4085)
1899     * fix problems working on unix file systems that don't support
1900       permissions (r1612225)
1901     * upgrade: keep external registrations (issue #4519)
1902     * cleanup: iprove performance of recorded timestamp fixups (r1633126)
1903     * translation updates for German
1905   - Server-side bugfixes:
1906     * disable revprop caching feature due to cache invalidation problems
1907       (r1543594, r1619774, r1619105, r1619118, r1619153, r1619802)
1908     * skip generating uniquifiers if rep-sharing is not supported (r1561426)
1909     * mod_dav_svn: reject requests with missing repository paths (r1643409)
1910     * mod_dav_svn: reject requests with invalid virtual transaction names
1911       (r1643437)
1912     * mod_dav_svn: avoid unneeded memory growth in resource walking
1913       (issue #4531)
1915  Developer-visible changes:
1916   - General:
1917     * make sure all members of the repos layer notify struct are valid,
1918       fixes crashes in API users using all members (r1616131)
1919     * properly generate a version resource when building on Windows (r1542610,
1920       r1564576, r1568180)
1921     * fix LIBTOOL_M4 and LIBTOOL_CONFIG variable not be evaluated properly
1922       during a unix build (r1637826)
1923     * allow the use of libtool 2.4.3 (r1640862, r1640873, r1643793)
1926 Version 1.8.10
1927 (11 Aug 2014, from /branches/1.8.x)
1928 http://svn.apache.org/repos/asf/subversion/tags/1.8.10
1930  User-visible changes:
1931   - Client-side bugfixes:
1932     * guard against md5 hash collisions when finding cached credentials
1933         (r1550691, r1550772, r1600909)
1934     * ra_serf: properly match wildcards in SSL certs. (r1615211, 1615219)
1935     * ra_serf: ignore the CommonName in SSL certs where there are Subject Alt
1936         Names (r1565531, r1566503, r1568349, r1568361)
1937     * ra_serf: fix a URI escaping bug that prevented deleting locked paths
1938         (r1594223, r1553501, r1553556, r1559197, issue #3674)
1939     * rm: Display the proper URL when deleting a URL in the commit log editor
1940         (r1591123)
1941     * log: Fix another instance of broken pipe error (r1596866, issue #3014)
1942     * copy: Properly handle props not present or excluded on cross wc copy
1943         (r1589184, r1589188)
1944     * copy: Fix copying parents of locally deleted nodes between wcs
1945         (r1589460, r1589486)
1946     * externals: Properly delete ancestor directories of externals when
1947         removing the external by changing svn:externals. (r1600311, 1600315,
1948         r1600323, r1600393)
1949     * ra_serf: fix memory lifetime of some hash values (r1606009)
1951   - Server-side bugfixes:
1952     * fsfs: omit config file when creating pre-1.5 format repos (r1547454,
1953         r1561703)
1955  Developer-visible changes:
1956   - General:
1957     * fix improper linking when serf is in the same prefix as existing svn
1958         libraries. (r1609004)
1959     * use proper intermediate directory when building with VS 2003-2008
1960         (r1595431)
1961     * support generating VS 2013 and later project files.
1963   - Bindings:
1964     * ruby: removing warning about Ruby 1.9 support being new. (r1593992)
1965     * python: fix notify_func callbacks (r1594794, r1594814, r1594834, r1595061)
1968 Version 1.8.9
1969 (07 May 2014, from /branches/1.8.x)
1970 http://svn.apache.org/repos/asf/subversion/tags/1.8.9
1972  User-visible changes:
1973   - Client-side bugfixes:
1974     * log: use proper peg revision over DAV (r1568872)
1975     * upgrade: allow upgrading from 1.7 with exclusive locks (r1572102 et al)
1976     * proplist: resolve inconsitent inherited property results (r1575270 et al)
1977     * increase minimal timestamp sleep from 1ms to 10ms (r1581305 et al)
1978     * merge: automatic merge confused by subtree merge (issue #4481)
1979     * propget: report proper error on invalid revision for url (r1586255)
1980     * commit: fix an assertion when committing a deleted descendant
1981       (r1571747, r1571787, r1571795)
1982     * merge: resolve segfault when '--force' merges a directory delete
1983       (r1577812, r1577813, r1579429)
1984     * resolve: prevent interactive conflict resolution when nothing has been
1985       done to resolve the conflict (r1577294)
1986     * update: fix locks lost from wc with pre-1.6.17 servers (issue #4412)
1987     * merge: honor the 'preserved-conflict-file-exts' setting (r1577151)
1988     * list: fix '--verbose' against older servers (r1591111)
1989     * unlock: fix ability to remove locks with timeouts (r1579588)
1990     * copy: fix 'svn copy URL WC' on relocated working copies
1991       (r1580626, r1580650)
1992     * export: allow file externals to be exported (issue #4427)
1993     * move: fix working copy db inconsistency in cert scenarios (issue #4437)
1994     * commit: fix an issue where mixed revision copy with non copy descendants
1995       that shadow a not present node couldn't be committed (r1518942 et al)
1996     * delete: properly remove move_to info when the node in its original
1997       location is removed (r1538812 et al)
1998     * status; fix an issue where output would vary based on if the target
1999       was the node itself or its parent (r1544597 et al)
2001   - Server-side bugfixes:
2002     * ensure proper access synchronization in fsfs on Windows (r1568953 et al)
2003     * svnadmin dump: don't let invalid mergeinfo stop dump (r1574868 et al)
2004     * svnserve: resolve performance regression caused by iprops (r1578853 et al)
2005     * reduce size of memory buffer when reading config files (r1581296)
2006     * remove dead transaction if commit was blocked by hook (r1583977)
2007     * svnrdump load: fix crash when svn:* normalization (issue #4490)
2008     * fix memcached support (issue #4470)
2009     * svndumpfilter: fix order of node record headers (r1578670 et al)
2010     * mod_dav_svn: blacklist building with broken versions of httpd; 2.2.25,
2011       2.4.5 and 2.4.6 (r1545835)
2012     * mod_dav_svn: allow generic DAV clients to refresh locks (issue #3515)
2013     * mod_dav_svn: detect out of dateness correctly during commit (issue #4480)
2015  Developer-visible changes:
2016   - General:
2017     * improve consistency checks of DAV inherited property requests (r1498000)
2018     * fix ocassional failure in autoprop_tests.py (r1567752)
2019     * avoid duplicate sqlite analyze information rows (r1571214)
2020     * add Mavericks to our sysinfo output (r1573088)
2021     * bump copyright years to 2014 (r1555403)
2022     * unbreak test suite when running as root (r1583580)
2023     * resolve buffer overflow in testcode (r1481782)
2024     * fix libmagic detection with custom LDFLAGS (r1577200)
2025     * fix an out of scope variable use in merge (r1587946)
2026     * javahl: fix crash from resolve callback throwing an exception (r1586439)
2027     * ruby: fix two memory lifetime bugs (r1586052, r1586467)
2028     * fix a missing null byte when handling old pre-1.4 deltas (r1587968)
2029     * fix building with APR 0.9.x (r1585499)
2030     * make svn_ra_get_locks() and svn_ra_get_lock() report not locked nodes
2031       with a NULL svn_lock_t *, as documented (r1578273, r1578311, r1578326)
2032     * fix tests for compiler flags (r1573106)
2035 Version 1.8.8
2036 (19 Feb 2014, from /branches/1.8.x)
2037 http://svn.apache.org/repos/asf/subversion/tags/1.8.8
2039  User-visible changes:
2040   - Client-side bugfixes:
2041     * use CryptoAPI to validate intermediary certificates on Windows (r1564623)
2042     * fix automatic relocate for wcs not at repository root (r1541638 et al)
2043     * diff: fix when target is a drive root on Windows (r1541635)
2044     * wc: improve performance when used with SQLite 3.8 (r1542765)
2045     * copy: fix some scenarios that broke the working copy (r1560690)
2046     * move: fix errors when moving files between an external and the parent
2047       working copy (r1551524, r1551579)
2048     * log: resolve performance regression in certain scenarios (r1553101 et al)
2049     * merge: decrease work to detect differences between 3 files (r1548486)
2050     * checkout: don't require flush support for symlinks on Windows (r1547774)
2051     * commit: don't change file permissions inappropriately (issue #4440)
2052     * commit: fix assertion due to invalid pool lifetime (r1553376 et al)
2053     * version: don't cut off the distribution version on Linux (r1544878 et al)
2054     * flush stdout before exiting to avoid information being lost (r1499470)
2055     * status: fix missing sentinel value on warning codes (r1543145)
2056     * update/switch: improve some WC db queries that may return incorrect
2057       results depending on how SQLite is built (r1567109)
2059   - Server-side bugfixes:
2060     * reduce memory usage during checkout and export (r1564215)
2061     * fsfs: create rep-cache.db with proper permissions (issue #3437)
2062     * mod_dav_svn: prevent crashes with SVNListParentPath on (CVE-2014-0032)
2063     * mod_dav_svn: fix SVNAllowBulkUpdates directive merging (r1548105)
2064     * mod_dav_svn: include requested property changes in reports (r1557522)
2065     * svnserve: correct default cache size in help text (r1563110)
2066     * svnadmin dump: reduce size of dump files with '--deltas' (r1554978)
2067     * resolve integer underflow that resulted in infinite loops (r1567985)
2069  Developer-visible changes:
2070   - General:
2071     * fix ocassional failure of check_tests.py 12 (r1496127 et al)
2072     * fix failure with SQLite 3.8.1-3.8.3 when built with
2073       SQLITE_ENABLE_STAT3/4 due to bug in SQLite (r1567286, r1567392)
2074     * specify SQLite defaults that can be changed when SQLite is built
2075       to avoid unexpected behavior with Subversion (r1567064)
2077   - API changes:
2078     * numerous documentation fixes
2079     * svn_client_commit_item3_dup() fix pool lifetime issues (r1550803)
2080     * ra_serf: properly ask multiple certificate validation providers for
2081       acceptance of certificate failures (r1535532)
2082     * release internal fs objects when closing commit editor (r1555499)
2083     * svn_client_proplist4() don't call the callback multiple times for
2084       the same path in order to deliver inherited properties (r1549858 et al)
2086   - Bindings:
2087     * javahl: make test suite run without installing on OS X (r1535115)
2088     * swig: fix building out of tarball on OS X (r1555654)
2089     * swig-pl: fix with --enable-sqlite-compatibility-version (r1559009)
2090     * swig: fix building bindings on OS X when APR has the -no-cpp-precomp
2091       flag in the apr-config --cppflags output. (r1535610)
2092     * swig: fix building from tarball with an out-of-tree build (r1543187)
2095 Version 1.8.7
2096 (Not released, see changes for 1.8.8.)
2098 Version 1.8.6
2099 (Not released, see changes for 1.8.8.)
2102 Version 1.8.5
2103 (25 November 2013, from /branches/1.8.x)
2104 http://svn.apache.org/repos/asf/subversion/tags/1.8.5
2106  User-visible changes:
2107   - Client-side bugfixes:
2108     * fix externals that point at redirected locations (issues #4428, #4429)
2109     * diff: fix assertion with move inside a copy (issue #4444)
2111   - Server-side bugfixes:
2112     * mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al)
2113     * mod_dav_svn: canonicalize paths properly (r1542071)
2114     * mod_authz_svn: fix crash of mod_authz_svn with invalid config (r1541432)
2115     * hotcopy: fix hotcopy losing revprop files in packed repos (issue #4448)
2117   - Other tool improvements and bugfixes:
2118     * mod_dontdothat: Fix the uri parser (r1542069 et al)
2120  Developer-visible changes:
2121   - General:
2122     * fix compilation with '--enable-optimize' with clang (r1534860)
2123     * fix compilation with debug build of BDB on Windows (r1501656, r1501702)
2124     * fix '--with-openssl' option when building on Windows (r1535139) 
2125     * add test to fail when built against broken ZLib (r1537193 et al)
2127   - Bindings:
2128     * swig-rb: fix tests to run without installing on OS X (r1535161)
2129     * ctypes-python: build with compiler selected via configure (r1536537)
2132 Version 1.8.4
2133 (29 October 2013, from /branches/1.8.x)
2134 http://svn.apache.org/repos/asf/subversion/tags/1.8.4
2136  User-visible changes:
2137   - Client- and server-side bugfixes:
2138     * fix assertion on urls of the form 'file://./' (r1516806)
2139     * stop linking against psapi.dll on Windows (r1534102)
2140     * translation updates for Swedish
2142   - Client-side bugfixes:
2143     * revert: fix problems reverting moves (issue #4436)
2144     * update: fix assertion when file external access is denied (issue #4422)
2145     * merge: reduce network connections for automatic merge (r1468980 et al)
2146     * merge: fix path corruption during reintegration (r1523666)
2147     * mergeinfo: fix crash (r1519955)
2148     * ra_serf: verify the result of xml parsing (r1501199 et al)
2149     * ra_serf: improve error messages during commit (r1526439)
2150     * ra_local: fix error with repository in Windows drive root (r1518184)
2151     * fix crash on windows when piped command is interrupted (r1522892)
2152     * fix crash in the crash handler on windows (r1532023)
2153     * fix assertion when upgrading old working copies (r1520529)
2155   - Server-side bugfixes:
2156     * hotcopy: cleanup unpacked revprops with '--incremental' (r1512300 et al)
2157     * fix OOM on concurrent requests at threaded server start (r1527103 et al)
2158     * fsfs: improve error message when unsupported fsfs format found (r1534158)
2159     * fix memory problem in 3rd party FS module loader (r1519615 et al)
2161  Developer-visible changes:
2162   - General:
2163     * allow compiling against serf 1.3 and later on Windows (r1517123)
2165   - Bindings:
2166     * javahl: canonicalize path for streamFileContent method (r1524869)
2169 Version 1.8.3
2170 (29 August 2013, from /branches/1.8.x)
2171 http://svn.apache.org/repos/asf/subversion/tags/1.8.3
2173  User-visible changes:
2174   - Client- and server-side bugfixes:
2175     * translation updates for Swedish
2176     * enforce strict version equality between tools and libraries (r1502267)
2177     * consistently output revisions as "r%ld" in error messags (r1499044 et al)
2179   - Client-side bugfixes:
2180     * status: always use absolute paths in XML output (issue #4398)
2181     * ra_serf: 'svn log -v' fails with a 1.2.x server (issue #4044)
2182     * ra_serf: fix crash when committing cp with deep deletion (issue #4400)
2183     * diff: issue an error for files that can't fit in memory (r1513119 et al)
2184     * svnmucc: generate proper error for mismatched URLs (r1511353)
2185     * update: fix a crash when a temp file doesn't exist (r1513156)
2186     * commit & update: improve sleep for timestamps performance (r1508438)
2187     * diff: continue on missing or obstructing files (issue #4396)
2188     * ra_serf: use runtime serf version for User-Agent (r1514315, r1514628)
2189     * ra_serf: ignore case when checking certificate common names (r1514763)
2190     * ra_serf: format distinguished names properly (r1514804)
2191     * ra_serf: do not retry HTTP requests if we started to parse them (r1503318)
2192     * ra_serf: output ssl cert verification failure reason (r1514785 et al)
2193     * ra_serf: allow session reuse after SVN_ERR_CEASE_INVOCATION (r1502901)
2194     * ra_serf: include library version in '--version' output (r1514295 et al)
2195     * info: fix spurious error on wc root with child in conflict (r1515366)
2197   - Server-side bugfixes:
2198     * svnserve: fix creation of pid files (r1516556)
2199     * svnadmin: fix output encoding in non-UTF8 environments (r1506966)
2200     * svnsync: fix high memory usage when running over ra_serf (r1515249 et al)
2201     * mod_dav_svn: do not map requests to filesystem (r1512432 et al)
2202     * svnauthz: improve help strings (r1511272) 
2203     * fsfs: fixed manifest file growth with revprop changes (r1513874)
2204     * fsfs: fix packed revprops causing loss of revprops (r1513879 et al)
2205   
2206   - Other tool improvements and bugfixes:
2207     * svnwcsub/irkerbridge: fix symlink attack via pid file (r175 from upstream)
2209  Developer-visible changes:
2210   - General:
2211     * describe APR unimplemented errors as coming from APR (r1503010 et al)
2212     * mod_dav_svn: update INSTALL to reflect configure defaults (r1515141)
2213     * davautocheck: use the correct apxs binary by default (r1507889, r1507891)
2215   - API changes:
2216     * svn_config_walk_auth_data() config_dir arg: permit NULL (r1507382 et al)
2218   - Bindings:
2219     * swig-pl: fix SVN::Client not honoring config file settings (r150744)
2220     * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119)
2223 Version 1.8.2
2224 (Not released, see changes for 1.8.3.)
2227 Version 1.8.1
2228 (23 July 2013, from /branches/1.8.x)
2229 http://svn.apache.org/repos/asf/subversion/tags/1.8.1
2231  User-visible changes:
2232   - Client- and server-side bugfixes:
2233     * translation updates for German and Simplified Chinese
2234     * improve sqlite error message output (r1497804)
2235     * support platforms lacking mmap (r1498136)
2236     * allow configuration files to start with UTF-8 BOM (r1499100 et al)
2237     * don't fail on UTF-8 data when encoding conversion not available (r1503009)
2238     * improve error messages when encoding conversion fails (r1503010)
2240   - Client-side bugfixes:
2241     * merge: rename 'automatic merge' to 'complete merge' (r1491432)
2242     * mergeinfo: reduce network usage for '--show-revs' (r1492005)
2243     * ra_serf: improve http status handling (r1495104)
2244     * merge: avoid unneeded RA session (r1493475)
2245     * merge: reduce network usage (r1478987)
2246     * merge: remove duplicated ancestry check (r1493424, r1495597)
2247     * ra_serf: fix 'Accept-Encoding' header for IIS interoperability (r1497551)
2248     * svn status: improve documentation for lock columns (r1497318, r1497319)
2249     * ra_serf: fix support for 'get-file-revs-reversed' capability (r1498456)
2250     * log: reduce network usage on repository roots (r1496957)
2251     * diff: avoid temporary files when calling external diff (issue #4382)
2252     * upgrade: fix notification of 1.7.x working copies (r1493703, r1494171)
2253     * fix crash during tree conflict resolution (issue #4388)
2254     * interactive file merge: add two additional choices (r1491816, r1494089)
2255     * diff: use local style paths in error messages (r1500680)
2256     * resolve: improve the interactive conflict resolution menu (r1491739 et al)
2257     * switch: use local style path in error message (r1500074)
2258     * ra_serf: improve error output when receiving invalid XML (r1498851)
2259     * svn cleanup: explain what the command does in help output (r1497310)
2260     * blame: error on -r M:N where M>N unless server supports (r1498449 et al)
2261     * gpg-agent auth: don't try to use agent when unavailable (r1500762 et al)
2262     * gpg-agent auth: don't require GPG_TTY or TERM env vars (r1500801)
2263     * update: fix some tree conflicts not triggering resolver (r1491868 et al)
2264     * commit: remove stale entries from wc lock table when deleting (r1491756)
2265     * merge: fix --record-only erroring out on renamed path (issue #4387)
2266     * svnmucc: fix 'make install' symlink to work when DESTDIR is set (r1501072)
2267     * wc: fix crash when target is symlink to a working copy root (issue #4383)
2268     * ra_serf: change "internal malfunction" errors to normal errors (r1502577)
2269     * ra_serf: handle proxies not supporting chunked requests (r1502401 et al)
2271   - Server-side bugfixes:
2272     * fsfs: resolve endless loop problem when repos/db/uuid has \r\n (r1492145)
2273     * fsfs: remove revision property buffer limit (r1491770)
2274     * mod_dav_svn: better status codes for anonymous user errors (r1495918)
2275     * mod_dav_svn: better status codes for commit failures (r1490684)
2276     * fix performance regression in 'svn log' against root (r1494913)
2277     * allow deleting non-user-visible 'svn:' properties (r1495432)
2278     * fsfs: fix crash on strict-alignment architectures (r1495806, r1495985)
2279     * svnadmin upgrade: fix error of non-sharded fsfs repositories (r1494287)
2280     * svnadmin create: deny '--fs-type=fsfs --compatible-version=1.0' (r1494223)
2281     * svnadmin upgrade: fix data loss when cancelling in last stage (r1494298)
2282     * mod_dav_svn: fix incorrect path canonicalization (r1503528)
2283             See CVE-2013-4131, and descriptive advisory at
2284             http://subversion.apache.org/security/CVE-2013-4131-advisory.txt
2286   - Other tool improvements and bugfixes:
2287     * fsfs-stats (tool): resolve segfault when passing invalid path (r1492164)
2288     * svn-bench: fix help output (r1493951)
2289     * svnpubsub: add version header to server (r1491707)
2291  Developer-visible changes
2292   - General:
2293     * ra_serf: fix some test runner issues on Windows (r1490679)
2294     * fix two issues in reverse svn_ra_get_file_revs() (r1492148, et al)
2295     * handle --compatible-version=1.8 in the C tests (r1494342)
2296     * improve clang compatibility (r1480080 et al)
2297     * use proper cancel baton when handling conflicts (r1495850)
2298     * fs: BDB: provide proper error value from BDB (r1495428)
2299     * ra_serf: tweak connection failed error value (r1496132, et al)
2300     * svn_client_log5: resolve possible segfault (r1496110)
2301     * fix metadata_only move to work when target is unversioned node (r1498564)
2302     * ra_svn: fix segfault with a NULL commit message (r1498550, r1499727)
2303     * Ev2: correctly initialize node kind in shims' change table (r1501058)
2304     * Ev2: fix copyfrom URL construction in shims (r1500226)
2305     * fs: improve test against newlines in filenames (r1498483 et al)
2306     * make building with BDB 6 an opt-in feature (r1499438)
2307     * sqlite: allow placing amalgamation in build dir (r1499034, r1500175) 
2308     * ra_svn: make sessions usable after log callback early out (r1503554)
2310   - Bindings:
2311     * swig-rb: fix tests with out-of-tree-builds (r1492295)
2312     * javahl: fix encoding of error messages produced by javahl (r1492264) 
2313     * swig-pl: silence compiler warnings (r1487094)
2314     * swig-pl: improve documentation (r1488693, r1490721, r1500904)
2317 Version 1.8.0
2318 (18 Jun 2013, from /branches/1.8.x)
2319 http://svn.apache.org/repos/asf/subversion/tags/1.8.0
2321  User-visible changes:
2322   - General:
2323     * require serf as client-side http library (neon support removed) (r1349694)
2324     * deprecate the Berkeley DB FS backend (libsvn_fs_base) (r1464985 et al)
2326   - Major new features:
2327     * working copy records moves as first-class operation (issue #3631, #4232)
2328     * merge uses reintegrate mode automatically when needed (r1369896 et al)
2329     * FSFS: Packing of revision property shards (issue #3944)
2330     * support inheritable properties (r1395109)
2331     * repository can suggest config for autoprops and ignores (r1401908)
2332     * support gpg-agent for password caching (r1151069)
2333     * authz rules can be stored inside the repository (r1424780)
2335   - Minor new features and improvements (client-side):
2336     * doubled svn:// protocol throughput (r1325899)
2337     * optimize file/dir truename checks on Windows (r1435527)
2338     * new 'commit --include-externals' option (related to issues #1167, #3563)
2339     * new --include-externals option for 'svn list' (issue #4225)
2340     * remove extraneous externals output from 'svn status -q' (issue #1935)
2341     * reject some attempts to merge between unrelated branches (r1215273)
2342     * new --ignore-properties option for 'svn diff' (r1239553, -617)
2343     * new --properties-only option for 'svn diff' (r1336110)
2344     * new --patch-compatible option for 'svn diff' (r1239561)
2345     * new --no-diff-added option for 'svn diff' (r1433958)
2346     * new w/c subtree duplication tool (tools/client-side/detach.py)
2347     * new mergeinfo fixup tool (tools/client-side/mergeinfo-sanitizer.py)
2348     * 'svn diff' can compare arbitrary files and directories (r1310291, et al)
2349     * ra_serf avoids re-downloading content present in pristine store (r1333936)
2350     * 'svn mergeinfo' now honors the --revision (-r) option (issue #4199)
2351     * 'svn mergeinfo' now shows a summary graph by default (issue #4239)
2352     * new --search and --search-and options for 'svn log' (r1354666, -83518)
2353     * 'svn log' reports the node kind even for pre-1.6 revision files (r1242958)
2354     * sort path list generated by "svn log -v --xml" (r1299323)
2355     * new built-in interactive text conflict merge tool (r1357864, et al)
2356     * 'svn --version' shows build system info (r1368662)
2357     * 'svn --version --verbose' shows runtime environment info (r1370813 et al)
2358     * 'svn' is now non-interactive when not run in a terminal device (r1424037)
2359     * 'svn propset' checks spelling of reserved property names (r1470781)
2360     * improve working copy performance on network disks (issue #4176) 
2361     * support for custom keyword definitions in svn:keywords (issue #890)
2362     * svn:ignore __pycache__ directories by default (r1150073)
2363     * 'svn diff --git' include copyfrom revision in "copied" headers (r1155279)
2364     * svn:mergeinfo related operations now use much less memory (r1149519 et al)
2365     * get list of supported schemes for RA libraries (r1148134)
2366     * 'svn checkout' skips file externals from other repositories (r1153110)
2367     * 'svn resolve' exits non-zero if conflicts could not be resolved (r1150439)
2368     * let HTTPv2-aware clients fetch v2-style resources (r1161202)
2369     * 'svn status' with better NLS support (r1157537, -682)
2370     * better tracking of shallow-yet-complete merges (issues #4056, #4057)
2371     * make 'svn status --quiet' w/ externals quieter still (issue #1935)
2372     * ensure that conflict paths are shown relative-ized (r1337520)
2373     * improve performance of local multi-target deletions (r1195873)
2374     * various interactive conflict resolver improvements in 'svn' (r1440421 etc)
2375     * improved tree diff implementation for diff and merge (r1440599 et al)
2376     * tree conflicts on directories detected better during merges (issue #3150)
2377     * allow reverting unmodified copies with 'svn remove' (r1442611)
2378     * make 'svn diff' with mixed URL and local path targets work (r1442640)
2379     * make 'svn patch' re-add deleted directories if needed (r1445333)
2380     * make repos-wc diffs fully ancestry-aware (r1445904)
2381     * 'svn diff --git' now implies 'svn diff --show-copies-as-adds' (r1446279)
2382     * 'svn diff --show-copies-as-adds' now implies --notice-ancestry (r1446279)
2383     * improved tree-conflict detection for 'svn switch' (r1449413, r1450582)
2384     * allow up to 8 revision number digits in 'svn status -v' output (r1428637)
2385     * show node kind (file or dir) in tree conflict descriptions (r1429907)
2386     * restore deleted switched paths upon next update (issue #4295)
2387     * add support for copying paths from foreign repositories (issue #3590)
2388     * fix merge -cA,B with --accept option aborts if rA conflicts (issue #4238)
2389     * 'svn resolve' interactive support; no longer requires --accept (r1336929)
2390     * notify when removing externals leaves behind modified files (r1366021)
2391     * new 'http-max-connections' configuration option for serf (r1421559)
2392     * new 'http-bulk-updates' configuration option for serf (r1421490)
2393     * 'svn cleanup' now runs SQLite "vacuum" to reclaim space (r1418459)
2394     * 'svn info' displays repository-relative URL (r1415365)
2395     * fix serf memory leak on checkout (issue #4194)
2396     * detect duplicate paths setting svn:externals (issue #4227)
2397     * make ra_serf work over HTTP/1.0 proxies (issue #3979)
2398     * make ra_serf accept gzip compression for all responses (r1407454)
2399     * double ra_serf performance for checkout and export (r1407545)
2400     * improve network and disk i/o interleaving in ra_serf (r1407934)
2401     * avoid assert in ra_serf when REPORT response was truncated (r1407935)
2402     * rewrite ra_serf XML parser (r1409259 et al)
2403     * ra_serf can create transaction with inline txnprops (r1375167)
2404     * partially fix replace+propset of locked file fails over DAV (issue #3674)
2405     * fix ra_serf doesn't handle bad baseline error from server (issue #4127)
2406     * decreased default http timeout for ra_serf (issue #3968)
2407     * prevent ra_serf from corrupting the working copy (issue #3993)
2408     * ra_serf transmits property changes inline to reduce requests (r1378927)
2409     * by default avoid SSL certificate prompts in client (issue #2410)
2410     * improve interactive resolution of property conflicts (r1387678 et al)
2411     * make ra_serf raise an error upon delta-base mismatch (issue #4235)
2412     * tune ra_svn transmit buffer handling (r1391788)
2413     * make 'svnrdump' work with serf (issue #4116)
2414     * fix 'svnrdump' on path below repository root (issue #4101)
2415     * support ipv6 in URLs (e.g. http://[::1]/svn/repos) (r1454047)
2416     * conflict resolver now iterates paths in a sorted order (r1461820)
2417     * mod_dav_svn does keyword expansion with 'kw=1' query arg (r1466055)
2419   - Minor new features and improvements (server-side):
2420     * improve performance of config file parsing (r1344347 et al)
2421     * new 'svnadmin load --revision' load filtering support (issue #3734)
2422     * new 'svnadmin hotcopy --incremental' support for FSFS (issue #3815)
2423     * new 'svnadmin lock' / 'svnadmin unlock' subcommands (issue #3942, #4092)
2424     * new SVNUseUTF8 configuration option for mod_dav_svn (issue #2487)
2425     * new SVNHooksEnv configuration option for mod_dav_svn (r1239966)
2426     * new SvnPubSub distributed commit hooks (tools/server-side/svnpubsub)
2427     * new light-weight benchmarking client (tools/client-side/svn-bench)
2428     * svndumpfilter dependency analysis (tools/server-side/svnpredumpfilter.py)
2429     * new automatic working copy updater (tools/server-side/svnpubsub)
2430     * new 'svnadmin freeze' subcommand (r1376228)
2431     * 'svndumpfilter' now supports --delta dumpfiles (r1351009, -3745)
2432     * new --drop-all-emtpy-revs option for 'svndumpfilter' (issue #3681)
2433     * client version info now reported to commit hooks (issue #4124)
2434     * txn name now reported to post-commit hooks (r1240856)
2435     * support for server-side keyword expansion in mod_dav_svn (r1466055)
2436     * FSFS now able to cache revision properties (r1326307)
2437     * FSFS cache for changed-paths increases 'svn log' performance (r1378358)
2438     * FSFS cache mergeinfo requested during 'log -g' (r1395439)
2439     * many FSFS caching improvements (r1390435, r1390447)
2440     * directory and property deltification option in FSFS (issue #4084)
2441     * fine-grained control deltification behavior via fsfs.conf (r1311476)
2442     * FSFS de-duplication ("rep sharing") now works within a revision (r1397773)
2443     * FSFS de-duplication now works for properties as well (r1243312)
2444     * read FSFS data using fewer fopen calls (issue #3372)
2445     * 'svnadmin verify' will now check meta data (issues #3956, #4211)
2446     * 'svnadmin verify' now checks for issue #4129 style corruption (r1304656)
2447     * new --client-speed option for svnserve (r1391788)
2448     * new --single-threaded option in svnserve (r1296018)
2449     * hook script templates are now marked as executable (r1153414)
2450     * error out on non-canonical fspaths in the authz file (r1166111)
2451     * improve path lookup performance in FSFS (r1442088)
2452     * svnserve now logs explicit path and reason for authz failures (r1446542)
2453     * validate offsets from rep-cache to prevent FSFS corruption (issue #4277)
2454     * new AuthzSVNGroupsFile option to store authz groups separately (r1438407)
2455     * new 'SVNAllowBulkUpdates prefer' option for mod_dav_svn (r1417642, et al)
2456     * new 'SVNMasterVersion' option for mod_dav_svn (r1398962)
2457     * added virtual-host support to 'svnserve' (r1401296)
2458     * new fsfs-stats tool which prints FSFS repository stats (r1410995)
2459     * new fsfs-reorg tool to optimize FSFS packing (r1383214, r1385395)
2460     * new --compatible-version option for 'svnadmin create' (r1407279 )
2461     * new --ignore-properties option for 'svnlook diff' (r1407905)
2462     * new --properties-only option for 'svnlook diff' (r1407905)
2463     * new --diff-cmd option for 'svnlook diff' (r1413449)
2464     * allow leading "r"'s in http: ?p= and ?r= query parameters (r1221463)
2465     * faster 'svn ls' for large directories (r1296627)
2466     * mod_dav_svn now advertises supported POST types (r1375123)
2467     * mod_dav_svn can create transaction with inline txnprops (r1375167)
2468     * run start-commit hook after transaction creation (r1376201)
2469     * avoid byte-for-byte comparison where it can be avoided (r1390641)
2470     * various server-side performance improvements for 'log -g' (r1395442 et al)
2471     * allow up to 10Gbit throughput with svnserve (r1391788)
2472     * install mod_dontdothat correctly (r1454450)
2473     * svnadmin verify can now verify transactions (r1462353)
2474     * FSFS verifies revisions as they are added (r1462409)
2476   - Client-side bugfixes:
2477     * fix inconsistent 'svn log' output for empty revisions (issue #3964)
2478     * fix mis-ordered text output of 'svn log --diff' on Windows (r1220783)
2479     * fix 'svn log --diff' on moved file (issue #4153).
2480     * fix 'svn revert' of 'svn move' (issue #876)
2481     * fix file externals wrongly "resurrecting" a deleted file (#4017)
2482     * fix reporting of corrupted 1.6 w/cs by 'svn upgrade' (r1182904, -9)
2483     * fix bug caused by URI-decoding local merge source paths (r1210539)
2484     * fix properties out of sync with repos after merge and revert (issue #4305)
2485     * fix merge of replacement on local delete fails (issue #4011)
2486     * fix replacements on deletes produce wrong tree conflicts (issue #3806)
2487     * made ra_serf handle location headers that are not RFC-compliant (r1443906)
2488     * merge no longer errors out after resolving all conflicts (issue #4316)
2489     * fix svn blame mis-categorizing file type as binary (issue #2089)
2490     * fix externals not removed when working copy is made shallow (issue #3741)
2491     * fix update under add with not-present parent (issue #4111)
2492     * fix revert of files with svn:needs-lock under copied dirs (r1343168)
2493     * fix repos->wc diff of local copied/moved-here directories (r1341927)
2494     * fix repos->wc diff of local copied/moved-here files (r1341544)
2495     * fix "svn diff -cN PATH" where PATH was deleted in rN (r1338708)
2496     * fix dependency on APR hash order in several logic paths (r1338350 et al)
2497     * fix path inconsistencies in 'svn diff' output (r1338291)
2498     * fix misleading error message printed by 'svn switch' (issue #2337)
2499     * fix bug in mergeinfo recording during foreign-repos merge (r1430310)
2500     * fix spurious merge conflicts for binary files with keywords (issue #4221)
2501     * fix patching symlinks with 'svn patch' (issue #4273)
2502     * make 'svn switch' refresh lock information (issue #3378)
2503     * fix 'svn diff' output doesn't apply as patch without fuzz (issue #3362)
2504     * fix mergeinfo recording for multiple-revision-range merge (issue #4306)
2505     * fix diffs shown by 'show-diff' conflict prompt option (r1438879)
2506     * don't print an update summary header with no content (r1439480)
2507     * make 'svn rm' remove externals registrations below its targets (r1361256)
2508     * fix crashes in ra_serf where AVG 2012 Surf-Shield is in use (issue #4175)
2509     * don't raise conflicts on identical binary files (issue #4128)
2510     * improve error messages when wc.db missing (issue #4118)
2511     * fix 'svn diff' showing wrong text change (issue #4270)
2512     * fix 'svn diff -rN' failing to show local replace (issue #3797)
2513     * fix 'svn diff' showing wrong revision (issue #4010)
2514     * fix 'svn merge' showing spurious notifications (issue #2910)
2515     * parse '.@HEAD' correctly (issue #3606)
2516     * fix 'svn revert' after conflict in sparse working copy (issue #4168)
2517     * fix bug in global/per-server config handling in serf (r1421516)
2518     * properly display errors from serf (r1398742)
2519     * fix crash in ra_serf (r1408291)
2520     * fixed svnmucc propset and propdel on repository root (issue #3663)
2521     * fix 'svn info' output with ancient svnserve servers (pre-1.2) (r1409732)
2522     * ra_serf shows error message for 408 Request Timeout response (r1410983)
2523     * fix handling of "\ No newline ..." in diff/patch (r1411723, r1412382)
2524     * allow infinite http timeout in ra_serf (r1411976)
2525     * using unknown svn: property names now requires --force (issue #4261)
2526     * fix handling of case insensitive configuration files (r1215089)
2527     * properly handle errors during password caching (r1380695)
2528     * fix svnversion output not always a number (issue #4226)
2529     * fix conflict resolver losing executable bit of a file (r1391019)
2530     * fix redundant notifications when merging with ra_serf (issue #3802)
2531     * fix 'svn add --force /path/to/wcroot' should work (issue #4241)
2532     * fix file permissions changed after commit (issue #4331)
2533     * improve handling of http errors in ra_serf (1452792, 1452870)
2534     * include checksum of missing pristines in error message (r1452800)
2535     * fix an assert when merging against a replaced source (issue #4132)
2536     * fix replacement in merge source has incorrect notification (issue #4138)
2537     * improve performance of checkout (r1453791)
2538     * fixed documentation regarding merge source (issue #3247)
2539     * fix merge errors out after resolving conflicts (issue #4316)
2540     * fix delete/move with file external in unversioned dir (issue #4293)
2541     * fix resolving tree conflict with local node missing (r1461848)
2542     * fix invalid read during diff suffix scanning (issue #4339)
2543     * fix assertion when running 'svn log <SOME_URL>@PREV' (r1462134)
2544     * optimize enumerating configuration options (r1464478)
2545     * revert will now sleep for timestamps if using commit times (r1464769)
2546     * don't allow externals to be deleted with 'svn rm' (r1464992)
2547     * improved memory usage in ra_serf and ra_local (r1465280)
2548     * replace some assertions with more helpful error messages (r1465975)
2549     * fixed long keyword expansion truncated (issue #4349)
2551   - Server-side bugfixes:
2552     * SVNParentPath / repository listing now authz-filtered (r1408184)
2553     * user/group names in the authz config file are case-sensitive (r1475772)
2554     * limit commit runtime for nodes with very deep histories (r1224836)
2555     * 'svnadmin recover' truncates rep-cache at the right point (issue #4077)
2556     * fix crashes in dumpstream loading with skipped revs (r1214202, r1214216)
2557     * fix 'svn log -g' incorrectly treating rename as merge (issue #4022)
2558     * fix bug where fsfs file-hinting fails (issue #4320)
2559     * don't leak path of repository on server's disk to clients (r1330906)
2560     * remove spurious is-fresh-txn-root from empty revision files (issue #4031)
2561     * fix a stdout handling problem in 'svnlook diff' (r1411971)
2562     * fix erratic behaviour in 'svnlook diff' showing property diffs (r1412224)
2563     * fix inconsistent authz error messages in 'svn log' in svnserve (r1292462)
2564     * fix svndumpfilter for empty paths in included or excluded lists (r1294583)
2565     * make fsfs packing threadsafe (r1376011)
2566     * don't error out on intermittent memcached failures (r1394470)
2567     * fix a ra_svn deadlock with zero-copy server option (r1465622)
2569   - Other tool improvements and bugfixes:
2570     * 'svnmucc' promoted to first-class supported utility (issue #3308, #4279)
2571     * make 'svnmucc' prompt for log messages (issue #3418)
2572     * rename 'svnauthz-validate' to 'svnauthz' (issue #4284)
2573     * make 'svnauthz' optionally validate user/path access (r1197588)
2574     * fix mailer.py test suite problems (r1449582)
2575     * fix mailer.py not showing dirs with property deletions (r1449582)
2576     * make mailer.py generate Date and Message-ID headers (r1449592)
2577     * new '-?' option support for 'svnmucc' (r1339428)
2578     * provide the repository name to mailer.py (r1439592)
2579     * add '--force-interactive' to svnmucc (r1457789)
2580     * add '--trust-server-cert' to svnmucc (r1458995)
2581   
2582  Developer-visible changes:
2583   - General:
2584     * now require Python 2.5 for tests and dev tools (r1243627)
2585     * now require bzip2 for tests and dev tools (r1148512)
2586     * configure defaults to --without-apache-libexecdir (r1469862)
2587     * support builds with APR pool debugging (r1176894)
2588     * 'make extraclean' is more thorough now (r1149460)
2589     * support for Serf 2 (r1147538)
2590     * introduction of editor v2 (via private APIs only) (r1166332 et al)
2591     * improve SQLite setup for compatibility with OS X 10.7. (r1181666)
2592     * rework switch statement to accommodate OWC compiler limitations (r1204407)
2593     * new --enable-sqlite-compatibility-version configure option (r1201421)
2594     * make test suite LD_LIBRARY_PATH include just-built auth plugins (r1200474)
2595     * packages/ directory removed, contents were outdated and unused (r1442167)
2596     * rename 'makefile.ezt' to 'build-outputs.mk.ezt' (r1444822)
2597     * use expensive compiler optimizations with --enable-optimize (r1445063)
2598     * in Visual C++ builds, move temp files to different directory (r1446416)
2599     * remove --with-ssl and --with-gssapi configure options (r1449023)
2600     * require at least serf 1.2.0 as build dependency (issue #4296)
2601     * fix error tracing to record file/line properly (r1331242)
2602     * add --log-level argument to win-tests.py (r1335461)
2603     * improve GDB pretty-printing of svn types (r1351336, r1364750, r1365035)
2604     * load third-party FS modules (if --enable-runtime-module-search) (r1362434)
2605     * enable running the regression tests over https (r1349699)
2606     * support 'make davautocheck' on OS X (r1421583)
2607     * new '--enable-gcov' configure option (r1416646)
2608     * fix build with Apache HTTPD 2.5 (r1408985)
2609     * allow running the test suite through a http proxy (r1410195)
2610     * don't use non-constant initializers in struct variables (r1412911)
2611     * allow generation of Visual Studio 2012 compatible projects (r1245152)
2612     * nicer pretty-printing of Subversion data types in gdb (r1367262 et al)
2613     * teach serf build on Windows to use static APR/Util and OpenSSL (r1371338)
2614     * add --ssl-cert option to win-tests.py to run tests over https (r1372760)
2615     * don't strip Content-Type header form .po files on Windows (r1380056)
2616     * configure now script auto-detects GNOME keyring (r1387230)
2617     * allow configure to detect BDB on Debian-based Linux distros (r1390633)
2618     * auto-detect serf via pkg-config (r1391662)
2619     * improve queries for compatibility with SQLite 3.7.16 (r1455239)
2620     * remove support for in-tree apr, apr-util and apr-memcache (r1456924)
2621     * FSFS caching supports prefixes now (r1462436)
2622     * maintainer mode now prints symbolic error codes (r1465157)
2623     * don't require NLS support for kwallet support (r1466445)
2624     * make Julian happy (r1413030)
2626   - API changes:
2627     * fix inconsistent handling of log revs without changed paths (issue #3694)
2628     * deprecated SVN_ERR_SQLITE_UNSUPPORTED_SCHEMA (r1173240)
2629     * provide API to clear cached auth credentials (issue #2775)
2630     * improve repository location information in various APIs (issue #4170)
2631     * major rewrite of conflict storage and handling APIs (r1354973 et al)
2632     * hide (deprecate) svn_wc APIs that use editors (r1243339)
2633     * svn_stringbuf_ensure() allocates an extra byte for terminator (r1308966)
2634     * switch and update apis are now more consistent (r1465292)
2635     * deprecated svn_client_merge_reintegrate (r1466742)
2636     * deprecated low level ra_svn apis (r1466907)
2638   - Bindings:
2639     * star-imports in swig-py only import 'svn_*' symbols (r1303375)
2640     * fix compilation of Perl bindings on Mandriva 2007 (issue #2617)
2641     * new JavaHL testing targets (r1182983)
2642     * enable returning an error on malfunctions for JavaHL (r1366215)
2643     * MacOS X build fix to cope with missing GNOME keyring (r1397844)
2644     * fix swig bindings tests on MacOS X (r1397846)
2645     * fix assertion failure in JavaHL error reporting (r1405922)
2646     * support ruby 1.9 (r1407206)
2647     * JavaHL: Include OSGI Manifest information in svn-javahl.jar (r1234864)
2648     * new svn_auth_set_gnome_keyring_unlock_prompt_func function (r1241554)
2649     * fix svn_txdelta window ops for python bindings (r1389054)
2650     * fix build of Perl bindings with newer versions of SWIG (r1389658)
2651     * add missing API functions to Perl bindings (issue #2646)
2652     * add missing API functions to Python bindings (r1392038 et al)
2653     * add missing API functions to JavaHL bindings (issue #4326)
2654     * fix some reference counting bugs in swig-py bindings (r1464899, r1466524)
2656 Version 1.7.22
2657 (12 Aug 2015, from /branches/1.7.x)
2658 http://svn.apache.org/repos/asf/subversion/tags/1.7.22
2660  Developer-visible changes:
2661   - General:
2662     * fix the regression test suite which was broken in 1.7.21 (r1694012)
2664 Version 1.7.21
2665 (5 Aug 2015, from /branches/1.7.x)
2666 http://svn.apache.org/repos/asf/subversion/tags/1.7.21
2668  User-visible changes:
2669   - Client-side bugfixes:
2670     * cp: fix 'svn cp ^/A/D/H@1 ^/A' to properly create A (r1674455, r1674456)
2671     * fix issue #4551: svnrdump load commits wrong properties, or fails, on a
2672       non-deltas dumpfile (r1652182 et al.)
2674   - Server-side bugfixes:
2675     * mod_authz_svn: do not leak information in mixed anonymous/authenticated
2676       httpd (dav) configurations (CVE-2015-3184)
2677     * do not leak paths that were hidden by path-based authz (CVE-2015-3187)
2678     * fix 'svnadmin recover' for pre-1.4 FSFS repositories (r1561419)
2680  Developer-visible changes:
2681   - General:
2682     * support building on Windows with Visual Studio 2012, 2013 and 2015 (r1687158, r1692783)
2684   - Bindings:
2685     * swig-pl: fix some stack memory problems (r1668618, 1671388)
2687 Version 1.7.20
2688 (31 Mar 2015, from /branches/1.7.x)
2689 http://svn.apache.org/repos/asf/subversion/tags/1.7.20
2691  User-visible changes:
2692   - Client-side bugfixes:
2693     * fix 'svn patch' output for reordered hunks (issue #4533)
2695   - Server-side bugfixes:
2696     * reject invalid get-location-segments requests in mod_dav_svn and
2697       svnserve (r1667233)
2698     * mod_dav_svn: reject invalid txnprop change requests (r1667235)
2700   - Client-side and server-side bugfixes:
2701     * properly duplicate svn error objects (r1651759)
2702     * fix use-after-free in config parser (1646785, r1646786, r1646797)
2704  Developer-visible changes:
2705   * add lock file config for testing against HTTPD 2.4+ (r1544302, r1544303)
2706   * fix build with absolute path to neon install (r1664789)
2709 Version 1.7.19
2710 (15 Dec 2014, from /branches/1.7.x)
2711 http://svn.apache.org/repos/asf/subversion/tags/1.7.19
2713  User-visible changes:
2714   - Client-side bugfixes:
2715     * rm: display the proper URL in commit log editor (r1591123)
2716     * diff: fix invalid read during suffix scanning (issue #4339)
2717     * fix crash in eclipse IDE with GNOME Keyring (issue #3498)
2718     * checkout/update: fix file externals failing to follow history and
2719       subsequently silently failing (issue #4185)
2721   - Server-side bugfixes:
2722     * svnadmin dump: don't let invalid mergeinfo prevent a dump (issue #4476)
2723     * mod_dav_svn: reject requests with missing repository paths (r1643409)
2724     * mod_dav_svn: reject requests with invalid virtual transaction names
2725       (r1643437)
2726     * mod_dav_svn: avoid unneeded memory growth in resource walking
2727       (issue #4531)
2729  Developer-visible changes:
2730   - General:
2731     * properly generate a version resource when building on Windows (r1542610,
2732       r1564576, r1568180)
2733     * fix a problem with the unix build that could result in linking to the
2734       wrong Subversion libraries at build or at run time (r1594157)
2735     * use a proper intermediate directory when building with Visual Studio
2736       2003-2008 (r1595431)
2737     * fix LIBTOOL_M4 and LIBTOOL_CONFIG variable not be evaluated properly
2738       during a unix build (r1637826)
2739     * allow the use of libtool 2.4.3 (r1640862, r1640873, r1643793)
2742 Version 1.7.18
2743 (11 Aug 2014, from /branches/1.7.x)
2744 http://svn.apache.org/repos/asf/subversion/tags/1.7.18
2746  User-visible changes:
2747   - Client-side bugfixes:
2748     * guard against md5 hash collisions when finding cached credentials
2749         (r1550691, r1550772, r1600909)
2750     * ra_serf: properly match wildcards in SSL certs. (r1615211, 1615219)
2751     * ra_serf: ignore the CommonName in SSL certs where there are Subject Alt
2752         Names (r1565531, r1566503, r1568349)
2754  Developer-visible changes:
2755   - General:
2756     * fix ocassional failure in checkout_tests.py test 12. (r1496127)
2757     * disable building ZLib's assembly optimizations on Windows.
2760 Version 1.7.17
2761 (07 May 2014, from /branches/1.7.x)
2762 http://svn.apache.org/repos/asf/subversion/tags/1.7.17
2764  User-visible changes:
2765   - Client-side bugfixes:
2766     * log: use proper peg revision over DAV (r1568872)
2767     * move: fix errors when moving files between an external and the parent
2768       working copy (r1551579)
2769     * copy: fix 'svn copy URL WC' on relocated working copies
2770       (r1580626, r1580650)
2772   - Server-side bugfixes:
2773     * mod_dav_svn: blacklist building with broken versions of httpd; 2.2.25,
2774       2.4.5 and 2.4.6 (r1545835)
2775     * mod_dav_svn: detect out of dateness correctly during commit (issue #4480)
2777  Developer-visible changes:
2778   - General:
2779     * fix libmagic detection with custom LDFLAGS (r1577200)
2780     * fix a missing null byte when handling old pre-1.4 deltas (r1587968)
2781     * support building with Serf 1.3.x (r1517123, r1535139)
2783   - Bindings:
2784     * javahl: fix crash from resolve callback throwing an exception (r1586439)
2787 Version 1.7.16
2788 (26 Feb 2014, from /branches/1.7.x)
2789 http://svn.apache.org/repos/asf/subversion/tags/1.7.16
2791  User-visible changes:
2792   - Client-side bugfixes:
2793     * copy: fix some scenarios that broke the working copy (r1560690)
2794     * diff: fix regressions due to fixes in 1.7.14 (issue #4460)
2796   - Server-side bugfixes:
2797     * mod_dav_svn: prevent crashes with SVNListParentPath on (CVE-2014-0032)
2798     * reduce memory usage during checkout and export (r1564215)
2800  Developer-visible changes:
2801   - General:
2802     * fix failure in checkout_tests.py
2803     * support compiling against Cyrus sasl 2.1.25 (r1404912, r1413402)
2804     * support compiling against neon 0.30.x (r1566320)
2807 Version 1.7.15
2808 (Not released, see changes for 1.7.16.)
2811 Version 1.7.14
2812 (25 Nov 2013, from /branches/1.7.x)
2813 http://svn.apache.org/repos/asf/subversion/tags/1.7.14
2815  User-visible changes:
2816   - Client- and server-side bugfixes:
2817     * fix assertion on urls of the form 'file://./' (r1516806)
2819   - Client-side bugfixes:
2820     * upgrade: fix an assertion when used with pre-1.3 wcs (r1530849)
2821     * ra_local: fix error with repository in Windows drive root (r1518184)
2822     * fix crash on windows when piped command is interrupted (r1522892)
2823     * fix externals that point at redirected locations (issues #4428, #4429)
2824     * diff: fix incorrect calculation of changes in some cases (issue #4283)
2825     * diff: fix errors with added/deleted targets (issues #4153, #4421)
2827   - Server-side bugfixes:
2828     * mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al)
2829     * fix OOM on concurrent requests at threaded server start (r1527103 et al)
2830     * fsfs: limit commit time of files with deep change histories (r1536790)
2831     * mod_dav_svn: canonicalize paths properly (r1542071)
2833   - Other tool improvements and bugfixes:
2834     * mod_dontdothat: Fix the uri parser (r1542069 et al)
2836  Developer-visible changes:
2837   - Bindings:
2838     * javahl: canonicalize path for streamFileContent method (r1524869)
2841 Version 1.7.13
2842 (29 Aug 2013, from /branches/1.7.x)
2843 http://svn.apache.org/repos/asf/subversion/tags/1.7.13
2845  User-visible changes:
2846   - General
2847     * merge: fix bogus mergeinfo with conflicting file merges (issue #4306)
2848     * diff: fix duplicated path component in '--summarize' output (issue #4408)
2849     * ra_serf: ignore case when checking certificate common names (r1514763)
2851   - Server-side bugfixes:
2852     * svnserve: fix creation of pid files (r1516556)
2853     * mod_dav_svn: better status codes for commit failures (r1490684)
2854     * mod_dav_svn: do not map requests to filesystem (r1512432 et al)
2856  Developer-visible changes:
2857   - General:
2858     * support linking against gssapi on Solaris 10 (r1515068)
2859     * don't use uninitialized variable to produce an error code (r1482282)
2861   - Bindings:
2862     * swig-pl: fix SVN::Client not honoring config file settings (r150744)
2863     * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119)
2866 Version 1.7.12
2867 (Not released, see changes for 1.7.13.)
2870 Version 1.7.11
2871 (23 Jul 2013, from /branches/1.7.x)
2872 http://svn.apache.org/repos/asf/subversion/tags/1.7.11
2874  User-visible changes:
2875   - General
2876     * translation updates for Simplified Chinese
2878   - Server-side bugfixes:
2879     * mod_dav_svn: fix incorrect path canonicalization (r1503528)
2880             See CVE-2013-4131, and descriptive advisory at
2881             http://subversion.apache.org/security/CVE-2013-4131-advisory.txt
2883   - Other tool improvements and bugfixes:
2884     * fix argument processing in contrib hook scripts (r1485350)
2885             See CVE-2013-2088, and descriptive advisory at
2886             http://subversion.apache.org/security/CVE-2013-2088-advisory.txt
2888  Developer-visible changes:
2889   - Bindings:
2890     * javahl: fix bug in error constructing code (r1405922)
2893 Version 1.7.10
2894 (30 May 2013, from /branches/1.7.x)
2895 http://svn.apache.org/repos/asf/subversion/tags/1.7.10
2897  User-visible changes:
2898   - Client-side bugfixes:
2899     * fix 'svn revert' "no such table: revert_list" spurious error (issue #4168)
2900     * fix 'svn diff' doesn't show some locally added files (issue #3797)
2901     * fix changelist filtering when --changelist values aren't UTF8 (r1475724)
2902     * fix 'svn diff --git' shows wrong copyfrom (issue #4294)
2903     * fix 'svn diff -x-w' shows wrong changes (issues #4133 and #4270, r1427278)
2904     * fix 'svn blame' sometimes shows every line as modified (issue #4034)
2905     * fix regression in 'svn status -u' output for externals (r1434750)
2906     * fix file permissions change on commit of file with keywords (issue #4331)
2907     * improve some fatal error messages (r1465975)
2908     * fix externals not removed when working copy is made shallow (issue #3741)
2910   - Server-side bugfixes:
2911     * fix FSFS repository corruption due to newline in filename (issue #4340)
2912             See CVE-2013-1968, and descriptive advisory at
2913             http://subversion.apache.org/security/CVE-2013-1968-advisory.txt
2914     * fix svnserve exiting when a client connection is aborted (r1482759)
2915             See CVE-2013-2112, and descriptive advisory at
2916             http://subversion.apache.org/security/CVE-2013-2112-advisory.txt
2917     * fix svnserve memory use after clear (issue #4365)
2918     * fix repository corruption on power/disk failure on Windows (r1483781)
2920  Developer-visible changes
2921   - General:
2922     * make get-deps.sh compatible with Solaris /bin/sh (r1451678)
2923     * fix infinite recursion bug in get-deps.sh (r1421541, r1424977)
2924     * fix uninitialised output parameter of svn_fs_commit_txn() (r1461743)
2926   - Bindings:
2927     * fix JavaHL thread-safety bug (r1476359)
2930 Version 1.7.9
2931 (04 Apr 2013, from /branches/1.7.x)
2932 http://svn.apache.org/repos/asf/subversion/tags/1.7.9
2933  User-visible changes
2934   - Client-side bugfixes:
2935     * improved error messages about svn:date and svn:author props. (r1440620)
2936     * fix local_relpath assertion (issue #4257)
2937     * fix memory leak in `svn log` over svn:// (r1458341)
2938     * fix incorrect authz failure when using neon http library (issue #4332)
2939     * fix segfault when using kwallet (r1421103)
2940     
2941   - Server-side bugfixes:
2942       See CVE-2013-1845, CVE-2013-1846, CVE-2013-1847, CVE-2013-1849,
2943       and CVE-2013-1884, and descriptive advisories at
2944             http://subversion.apache.org/security/
2945     * svnserve will log the replayed rev not the low-water rev. (r1461278)
2946     * mod_dav_svn will omit some property values for activity urls (r1453780)
2947     * fix an assertion in mod_dav_svn when acting as a proxy on / (issue #4272)
2948     * improve memory usage when committing properties in mod_dav_svn (r1443929)
2949     * fix svnrdump to load dump files with non-LF line endings (issue #4263)
2950     * fix assertion when rep-cache is inaccessible (r1422100)
2951     * improved logic in mod_dav_svn's implementation of lock. (r1455352)
2952     * avoid executing unnecessary code in log with limit (r1459599)
2954  Developer-visible changes:
2955   - General:
2956     * fix an assertion in dav_svn_get_repos_path() on Windows (r1425368)
2957     * fix get-deps.sh to correctly download zlib (r13520131)
2958     * doxygen docs will now ignore prefixes when producing the index (r1429201)
2959     * fix get-deps.sh on freebsd (r1423646)
2961   - Bindings:
2962     * javahl status api now respects the ignoreExternals boolean (r1435361)
2965 Version 1.7.8
2966 (17 Dec 2012, from /branches/1.7.x)
2967 http://svn.apache.org/repos/asf/subversion/tags/1.7.8
2968  User-visible changes
2969   - Client- and server-side bugfixes:
2970     * Fix typos in pt_BR, es and zh_TW translations (r1402417, r1402421)
2972   - Client-side bugfixes:
2973     * fix crash with --username option on Windows (r1396285)
2974     * add missing attributes to "svn log -v --xml" output (r1398100)
2975     * fix svn patch ignoring hunks after no trailing newline (r1399174)
2976     * fix hang with ra_serf during error processing (r1403583)
2977     * ignore file externals with mergeinfo when merging (r1401915)
2978     * fix "svnmucc cp" segfault with a missing last argument (issue #4079)
2979     * fix conflict handling on symlinks (issue #4091)
2980     
2981   - Server-side bugfixes:
2982     * properly detect threading availability (r1398325)
2983     * fix "svnadmin load --bypass-prop-validation" (r1237779)
2984     * fix parsing of [groupsfoo] sections in authz file (issue #3531)
2985     * add Vary: header to GET responses to improve cacheability (r1390653)
2986     * fix fs_fs to cleanup after failed rep transmission (r1403964, et al)
2987     * fix mod_dav_svn to complain about revisions > HEAD (r1403588)
2989  Developer-visible changes:
2990   - General:
2991     * fix incorrect status returned by 1.6 API (r1403258)
2992     * fix compilation with g++ 4.7 (r1345740)
2993     * fix svn_uri_get_file_url_from_dirent on Windows (r1409146)
2996 Version 1.7.7
2997 (09 Oct 2012, from /branches/1.7.x)
2998 http://svn.apache.org/repos/asf/subversion/tags/1.7.7
2999  User-visible changes
3000   - Client- and server-side bugfixes:
3001     * fix memory read bug (r137614)
3002     * update Chinese translation
3004   - Client-side bugfixes:
3005     * fix issues with applying Git patch files (r1374800, et al)
3006     * fix status does not descend into dir externals after upgrade (issue #4016)
3007     * fix file externals don't update with old mod_dav_svn (issue #4224)
3008     * fix external diff tool duplicates Index: lines with 'svn diff' (r1380697)
3009     * fix GNOME keyring library fails with very old glib (r1378847)
3010     * fix unknown password stores in config file cause error (r1375052)
3011     * fix assertions in ra_serf running against server root (r1365519, et al)
3012     * fix ra_serf checkout/export aborts early on Windows (issue #4174)
3014   - Server-side bugfixes:
3015     * fix an assert with SVNAutoVersioning in mod_dav_svn (issue #4231)
3016     * fix unbounded memory use with SVNPathAuthz short_circuit (r1387943)
3017     * fix svndumpfilter exclude --targets requires leading slash (issue #4234)
3018     * fix connection ttl for memcache should be 50 seconds (r1391641)
3019     * stabilize order of paths in dumpfiles with APR 1.4.6 (r1344864, et al)
3021  Developer-visible changes:
3022   - General:
3023     * print "All tests successful" at the end of 'make check' (r1375089)
3024     * fix sandbox violation in a test (r1371282)
3025     * fix tests fail when running within a format 30 WC (r1391188, et al)
3026     * fix return value of svn_client_update4() incorrect (r1380295)
3027     * fix make check summary missing test failures (r1390965)
3028     * fix build does not fail when apache httpd is not available (r1374198)
3030   - Bindings:
3031     * fix swig-pl build fails with swig 2.0.7 and newer. (r1389658)
3032     * fix swig-py runtime problems with swig 2.0.5 and newer (r1351117)
3035 Version 1.7.6
3036 (15 Aug 2012, from /branches/1.7.x)
3037 http://svn.apache.org/repos/asf/subversion/tags/1.7.6
3039  User-visible changes:
3040   - Client- and server-side bugfixes:
3042   - Client-side bugfixes:
3043     * Fix "svn status -u --depth empty FILE" (r1348822, r1349215)
3044     * Fix example output of 'svn help status' (issue #3962)
3045     * propset of svn:eol-style might not notice related text changes (r1353572)
3046     * sort output of 'svn propget -R' (r1355699)
3047     * sort output of 'svn proplist' (r1355698)
3048     * sort output of 'svn status' (r1341012)
3049     * avoid a filestat per working copy find operation (r1340556)
3050     * optimize 'svn upgrade' performance on large working copies (r1342984)
3051     * allow 'file:///C:\repos' style arguments on Windows, like 1.6 (r1346765)
3052     * fix ra_serf against Subversion 1.2 servers (r1349367)
3053     * fix 'svn upgrade' on working copies with certain tree conflicts (r1345482)
3054     * avoid workqueue references to system temp dir (r1367854)
3055     * allow non-existent canonical paths (r1367853)
3056     * fix 'svn revert --depth files' to operate on files (r1365554)
3057     * fix ra_serf XML namespace handling against malicious server (r1337441)
3058     * fix relocate with server-relative externals (issue 4216)
3059     * change two asserts into errors for TortoiseSVN (r1368128, r1368065)
3060     * don't attempt to anchor an operation outside a wc root (r1361341)
3062   - Server-side bugfixes:
3063     * partial sync drops properties when converting to adds (issue #4184)
3064     * replaying a copy and delete of an unreadable child fails (issue #4121)
3065     * allow svnlook to operate on r0 (r1362508)
3066     * make FSFS revision files independent of APR hash order (r1367498)
3068   - Other tool improvements and bugfixes:
3069     * move mod_dontdothat to install-tools (r1307177)
3071  Developer-visible changes:
3072   - General:
3073     * fix running tests against httpd 2.4 (r1291594)
3074     * use constant struct initialisers for C89 compatibility (r1352068)
3076   - Bindings:
3077     * JavaHL: Don't assert on some invalid input (r1354626, r1354652)
3078     * JavaHL: Add missing new in 1.7 notifications (r1351772)
3081 Version 1.7.5
3082 (17 May 2012, from /branches/1.7.x)
3083 http://svn.apache.org/repos/asf/subversion/tags/1.7.5
3085  User-visible changes:
3086   - Client- and server-side bugfixes:
3087     * http: report deleted-revision upon delete during update (r1327474)
3089   - Client-side bugfixes:
3090     * avoid potential segfault when canonicalizing properties (r1296369)
3091     * improve memory and file-handle management with externals (issue #4130)
3092     * serf: convert assertions to "MERGE failed" errors (r1302417)
3093     * fix undefined behaviour during multi-segment reverse merges (issue #4144)
3094     * fix potential use of already freed memory during diff operation (r1311935)
3095     * improve performance of scan for the working copy root (r1306334)
3096     * cmdline: fix segfault during 'svn diff' argument processing (r1311702)
3097     * fix regression from 1.6 in update with --depth option (issue #4136)
3098     * propset: avoid undefined behaviour in error path (r1325361)
3099     * reset sqlite statements, partly for sqlite-3.7.11 compat (r1328846, et al)
3100     * fix assertion during 'svn diff -r BASE:HEAD ^/trunk' (issue #4161)
3101     * notify upon 'update' just removing locks on files (r1329876)
3102     * neon: fix potential use of freed memory during commits (r1329388)
3103     * 'status --xml' doesn't show repository deletes correctly (issue #4167)
3104     * fix assert on svn:externals with drive letter on Windows (issue #4073)
3105     * fix 'svn update --depth=empty' against 1.4 servers (issue #4046)
3106     * handle missing svn:date reported by svnserve gracefully (r1306111)
3107     * fix merges which first add a subtree and then delete it (issue #4166)
3108     * fix a regression with checkout of file externals (issue #4087)
3109     * don't add spurious mergeinfo to subtrees in edge-case merge (issue #4169)
3110     * improve performance of status on large working copies (issue #4178)
3112   - Server-side bugfixes:
3113     * fix non-fatal FSFS corruption bug with concurrent commits (issue #4129)
3114     * mod_dav_svn: raise an error on MERGE of non-existent resource (r1298343)
3115     * mod_dav_svn: support compiling/running under httpd-2.4 (r1232267)
3116     * mod_dav_svn: forbid BDB repositories under httpd's event MPM (issue #4157)
3118   - Other tool improvements and bugfixes:
3119     * emacs support: updates to dsvn.el and vc-svn.el (r1200896, et al)
3121  Developer-visible changes:
3122   - General:
3123     * windows example distribution scripts: include svnrdump (r1295007)
3124     * fix running the test suite with jsvn (r1335555)
3126   - Bindings:
3127     * swig-py tests: avoid FAILs on APR hash order (r1296137, r1292248)
3128     * swig-rb tests: avoid FAILs on APR hash order (r1310535, r1310594)
3129     * swig-pl: Improved perl detection in gen-make.py (r1291797, r1291810)
3132 Version 1.7.4
3133 (08 Mar 2012, from /branches/1.7.x)
3134 http://svn.apache.org/repos/asf/subversion/tags/1.7.4
3136   User-visible changes:
3137     * fix 'svn log --diff' for moved paths (r1210147, et al)
3138     * fix ra_serf problem with reading directory entries via HTTPv2 (r1238121)
3139     * prepend "sqlite:" to error messages from SQLite (r1245738, -817)
3140     * fix randomly missing "Merged via" notifications in 'svn log -g' (r1293229)
3141     * fix spurious conflict when merging deleted symbolic link (issue #4052)
3142     * fix URL-to-WC copy of externals on Windows (issue #4123)
3143     * improve an FSFS sanity-check error message (r1294470)
3144     * fix regressions with symlinks pointing at externals (issue #4102)
3145     * fix 'svn log --diff' output ordering issue on Windows (r1295671)
3147   Developer-visible changes:
3148     * don't build mod_dontdothat if not building with httpd (r1243976)
3149     * fix the testsuite to avoid FAILs on APR hash order (r1230714, et al)
3152 Version 1.7.3
3153 (14 Feb 2012, from /branches/1.7.x)
3154 http://svn.apache.org/repos/asf/subversion/tags/1.7.3
3156   General:
3157     * ship mod_dontdothat with the standard release
3159   User-visible changes:
3160     * fix segfault on 'svn rm $ROOT_URL' (issue #4074)
3161     * replace a couple of assertions in favor of errors (r1207858, -949)
3162     * fix a server assert after being upgraded (r1210195)
3163     * fix segfault on 'svn mkdir svn://localhost' (r1211483)
3164     * make 'svnadmin recover' prune the rep cache (r1213331, et al)
3165     * make svnmucc use values from --config-dir option
3166     * update and clarify the merge help text (r1154121, et al)
3167     * replace wc assertion with informative error (r1222521, -693)
3168     * copy permissions correctly for FSFS dirs (r1229252)
3169     * improve 'svn log --with-all-revprops' over ra-dav (issue #4082)
3170     * fix segfault when remapping a file external (issue #4093)
3171     * fix segfault caused by obstructing unversioned dir (r1229677)
3172     * fix regression on first update of external dir with '-r' (issue #4053)
3173     * fix various EOL-handling problems in 'svn patch' (issues #3814, #3991)
3174     * fix segfault in 'svn revert' (r1229303)
3175     * improve correctness of 'svn patch --dry-run' (r1231944, -5)
3176     * enforce revisions given in 'svn:externals' (issue #4053)
3177     * fix potential corruption on 32-bit FSFS with large files (r1230212)
3178     * make 'svn status --xml' show new files (issue #4097)
3179     * fix 'svn mergeinfo' correctness (issue #4050)
3180     * return the correct status for non-present nodes (r1232202, -07, -21, -22)
3181     * improve SASL error messages (r1236343, et al)
3182     * improve server cert error code for ra_serf (r1232413)
3183     * fix SVNParentPath listings for parent path symlinks (r1221767, -80)
3184     * fix mod_dav_svn's handling of POST errors (issue #4086)
3185     * log some mod_dav_svn errors, rather than ignoring them (r1237720, -9596)
3186     * relax requirements for canonicalization in mod_dav_svn (r1236173)
3187     * fix a rare source of FSFS corruption (r1240752)
3188     * allow committing the result of some copy operations (issue #4059)
3189     * prevent one-byte buffer overflow in base64 decoding (r1242337)
3191   Developer-visible changes:
3192     * JavaHL: Add missing notify action, fixing an exception (r1221793)
3193     * fix swig-py memory leak (r1235264, -296, -302, -736)
3194     * fix spurious test suite failure (r1220742, -50)
3195     * allow running tests on UNC shares (r1225491)
3196     * bindings: see platform-specific password providers (r1242660, -1)
3197     * skip 'svnrdump dump' tests over ra_serf (r1242537)
3198     * convert a few ra_serf assertions to errors (r1242607)
3201 Version 1.7.2
3202 (02 Dec 2011, from /branches/1.7.x)
3203 http://svn.apache.org/repos/asf/subversion/tags/1.7.2
3205   User-visible changes:
3206    * fix working copy corruption after interrupted update/switch (issue #4040)
3207    * avoid segfaults against pre-1.5 servers (r1186928)
3208    * improve configure error message if apr-util uses old or no bdb (r1186784)
3209    * make 'svn patch' ignore '/dev/null' targets for compat with git (r1197998)
3210    * fix 'svn patch' segfault on patch that skips and deletes files (r1199950)
3211    * omit "Committed revision N." output from 'svn commit --quiet' (r1200837)
3212    * fix authz denial when svnserve root is a repository (issue #4060)
3213    * fix uninitialized memory read in client diff code (r1201002)
3214    * avoid potential segfault during merges (r1202807)
3215    * fix an assertion failure when a symlink is updated (r1186944, -81, -83)
3216    * make working copy operations fail if nodes have no base checksum (r1202630)
3217    * fix nested <Location>s when using v2 protocol (r1203546, -651, -653)
3218    * make mod_dav_svn ignore non-Subversion POST requests (r1187695)
3219    * avoid reading freed memory (r1204478)
3220    * recognize empty (only byte order mark) UTF-8 files as text (issue #4064)
3221    * fix 1.7 client regression when operating against a 1.0.x server (r1199876)
3222    * remove empty parent dirs of removed externals on update (issue #4044)
3223    * make 'svn diff -c N' work for files added in rN (issue #2873)
3224    * plug a memory leak in the bdb backend (r1205726)
3225    * fix 'svn import' with native eol-style and inconsistent EOLs (r1205193)
3226    * fix reading beyond the end of a string in bdb backend (r1205839, -48)
3227    * don't assert when committing an incomplete directory (issue #4042)
3229   Developer-visible changes:
3230    * JavaHL: allow 'status -u' to function properly (r1189190, -395)
3231    * don't put '\r' characters in our generate sql headers (r1189580)
3232    * properly define WIN64 on Windows x64 builds (r1188609)
3233    * better adherence to C89 in enum definitions (r1189665)
3234    * bump copyright year in Windows DLLs (r1189261)
3235    * log a better error when opening rep-cache.db fails (r1204610, -73)
3238 Version 1.7.1
3239 (24 Oct 2011, from /branches/1.7.x)
3240 http://svn.apache.org/repos/asf/subversion/tags/1.7.1
3242   User-visible changes:
3243    * improve performance of 'svn info' (r1164386)
3244    * improve hash table sorting performance (r1167659)
3245    * update bash completion for 1.7 (r1177001)
3246    * make 'svn ls' continue to work with 1.0-1.3 repos (r1154278, -379, -82)
3247    * improve handling of error messages generated by Cyrus SASL (r1179767)
3248    * update INSTALL documentation file (r1182115, and others)
3249    * error instead of assert when upgrading corrupt WCs (r1182904, -9)
3250    * improve memory usage in merge (r1176915)
3251    * fix an invalid assertion in merge (r1149103, -35)
3252    * improve performance of 'merge --reintegrate' in edge-case (r1167681)
3253    * fixed: 'svn mergeinfo' shows wrong revisions for added nodes (issue #3791)
3254    * make 'svn add --parents D/file' work if D is deleted (r1185222)
3255    * improve performance of trivial text file merges (issue #4009)
3256    * add FSFS sanity check to prevent corruption seen in the wild (r1178280)
3257    * improve correctness/performance of recursive info and proplist (r1164426)
3258    * fix memory leak in 'merge --reintegrate' (r1180154)
3259    * fix handling of directories after 'update --set-depth=empty' (r1185911)
3260    * fix 'checksum != NULL' assertions in some upgraded WCs (r1177732)
3261    * fix upgrading of WCs containing authz-restricted dirs (r1185738)
3262    * make the server tolerate svn:mergeinfo with malformed paths (r1182771)
3263    * fix some erroneous warning messages from the svn client (r1185746)
3264    * fix WC upgrade with replaced nodes in edge-case (issue #4033)
3266   Developer-visible changes:
3267    * fix object lifetime issues in the JavaHL bindings (r1175888)
3268    * fix org.tigris JavaHL wrappers to avoid double finalize (r1179680)
3269    * don't write to const memory (r1177492)
3270    * improve zlib configuration (r1174761, -98, -806)
3271    * improve SQLite runtime init for OS X 10.7 compat (r1181666)
3272    * improve test suite correctness (r1174111)
3273    * fix potential segfault seen by TSVN (r1183263)
3274    * fix backward compat crashes in JavaHL (r1183054, -347)
3275    * fill in repos_* fields of svn_wc_status3_t for repos-only nodes (r1181609)
3276    * disable the SQLite shared process cache (r1185242, r1185280)
3279 Version 1.7.0
3280 (11 Oct 2011, from /branches/1.7.x)
3281 http://svn.apache.org/repos/asf/subversion/tags/1.7.0
3283 See the 1.7 release notes for a more verbose overview of the changes since
3284 the 1.6 release:  http://subversion.apache.org/docs/release-notes/1.7.html
3286  User-visible changes:
3287   - General:
3288     * No longer including contrib/ in the release tarballs (r877798)
3290   - Major new features:
3291     * Less verbose HTTP-based repository access protocol (issue #1161, #3371)
3292     * Rewritten working copy metadata storage (issue #3357)
3293     * New 'svn patch' subcommand (issue #511)
3294     * Rewritten FSFS in-memory caching for better performance
3295     * New remote repository dump/load client 'svnrdump'
3297   - Minor new features and improvements:
3298     * Better handling of HTTP redirects (issue #2779)
3299     * Improved and much more consistent path handling (issue #2028, and others)
3300     * 'svnadmin load' rewrites changed revnums in mergeinfo (issue #3020)
3301     * Error message and help text improvements
3302     * 'svn log' can print unidiff of changes made in a revision (issue #2909)
3303     * 'svn diff' can print git-style unidiff annotations 
3304     * svnsync can now steal locks on a mirror repository (issue #3309)
3305     * display the wc root in the output of 'svn info' (issue #3355)
3306     * add 'svnlook filesize' (issue #3509)
3307     * add 'svn upgrade' command for upgrading working copies (r877675)
3308     * add 'svnsync --disable-locking' (issue #3545)
3309     * subtree merges don't unconditionally stop reintegrate merge (issue #3577)
3310     * 'svn relocate' replaces 'svn switch --relocate'  (r1026475)
3311     * 'svn relocate' updates relative externals (issue #3597)
3312     * allow svnsync users to specify the source repo (issue #3637)
3313     * remove redundant mergeinfo notifications for 2-URL merges (issue #3671)
3314     * 'svn export' into the current directory (issue #3727)
3315     * added '--parents' to 'svn update' (issue #3748)
3316     * allow configurable connection timeout in ra_serf (r876161)
3317     * add digest authentication in ra_serf (r876405)
3318     * add extensive caching support to servers (r1067669, -75, -72302)
3319     * add configurable caching to svnadmin (r1078357)
3320     * make server-side network data compression rate configurable (r1072288)
3321     * added support for auto-detecting mime-types with libmagic (r1131120)
3322     * 'svn rm url1 url2 url3' uses single txn per repo (issue #1199)
3323     * don't leave unversioned files when reverting copies (issue #3101)
3325   - Client-side bugfixes:
3326     * 'svn cp A B; svn mv B C' is equivalent to 'svn cp A C' (issue #756)
3327     * revert fetches missing directories from the server (issue #1040)
3328     * allow subdirs of moved dirs to be moved and committed (issue #1259)
3329     * improved performance of 'svn mv' with whole directories (issue #1284)
3330     * 'svn rm B; svn cp A B' now works (issue #1516)
3331     * 'svn diff URL1 URL2' now reverse of 'svn diff URL2 URL1' (issue #2333)
3332     * error if relocating to an unused URL (issue #2531)
3333     * 'svn blame -rWORKING' is now supported (issue #2544)
3334     * improve correctness of commit on a relocated wc over ra_dav (issue #2578)
3335     * add early error to 'svn add --auto-props' with mixed eols (issue #2713)
3336     * allow 'svn diff' to accept symlinks as targets (issue #2716)
3337     * don't lose props for replaced items (issue #2743)
3338     * handle mergeinfo for subtrees removed outside of svn (issue #2915)
3339     * add ability to force 'svn diff' to use internal diff (issue #3701)
3340     * correctly recover a schedule-for-delete rm'd outside of svn (issue #3106)
3341     * don't create self-referential mergeinfo from own history (issue #3157)
3342     * improve 'svn log -g' handling of bad mergeinfo source paths (issue #3270)
3343     * better conflict stat printing (issue #3342, issue #3594)
3344     * 'svn update' restores excluded files (issue #3544)
3345     * allow reintegrate merges into WCs with missing subtrees (issue #3603)
3346     * more gracefully error when given back cmdline input (issue #3620)
3347     * update exit codes to reflect command failure (issue #3622)
3348     * don't double-update file externals (issue #3665)
3349     * improve output of multi-target update (issue #3693, #3746)
3350     * make 'svn up --set-depth=exclude FILE' work (issue #3736)
3351     * return correct error code for 'svn cat' on nonexisting file (issue #3713)
3352     * support svn:externals on locally added directories (issue #2267)
3353     * use installed GSSAPI lib for Kerberos in ra_serf (r877381)
3354     * allow 'svn info' to run on an excluded item (issue #3792)
3355     * improve 'log -g' output with reverse merges (issue #3176)
3356     * don't print error message if stdout is a pipe and is closed (issue #3014)
3357     * removed special copy-handling during updates added in 1.5.0 (issue #3711)
3358     * fix warning about copies committed with non-infinity depth (issue #3752)
3359     * can now commit multiple wc paths lacking a common parent (issue #2381)
3360     * 'svn export --depth $WC' now works correctly (issue #3800)
3361     * added support for case-only renames on Windows (issue #3702)
3362     * 'svn delete --force' removes tree conflicts (issue #3805)
3363     * don't throw an error when skipping tree conflicts in update (issue #3329)
3364     * don't break commits of wc->wc copies with file externals (issue #3589)
3365     * allow 'svn info' to work on symlinks to working copies (issue #2305)
3366     * allow 'svn st --show-updates' to work across symlinks (issue #3117)
3367     * 'svn revert' shouldn't loop on symlinks (issue #3972)
3368     * fixed: wc-to-wc copy of a switch source (issue #1802)
3369     * fixed: 'svn st' reports symlinks as obstructed items (issue #2284)
3370     * fixed: 'cd e:\; svn up e:\' fails (issue #2556)
3371     * fixed: svn aborts on commiting from root dir on windows (issue #3346)
3372     * fixed: removing a dir scheduled for deletion corrupts wc (issue #2741)
3373     * fixed: 'svn cleanup' fails on obstructed paths (issue #2867)
3374     * fixed: case-only renames resulting from merges don't work (issue #3115)
3375     * fixed: 'svn mergeinfo' ignores peg rev for wc target (issue #3180)
3376     * fixed: unable to merge to wc of deleted branch (issue #3221)
3377     * fixed: move via merge leaves behind versioned move source (issue #3324)
3378     * fixed: ra_serf does not honor http-proxy-exceptions (issue #3428)
3379     * fixed: 'svn mv A B; svn mv B A' loses history (issue #3429)
3380     * fixed: ra_serf doesn't support http-auth-types config (issue #3435)
3381     * fixed: merge sets incorrect mergeinfo on skipped paths (issue #3440)
3382     * fixed: ra_serf inconsistent handling of cached authn creds (issue #3450)
3383     * fixed: ra_serf segfault with using NTLM or Negotiate auth (r876910)
3384     * fixed: excluded subtrees are not detected by svnversion (issue #3461)
3385     * fixed: submitting a changelist while obstructed item exists (issue #3484)
3386     * fixed: crash when changing an external's URL (issue #3530)
3387     * fixed: target moved after branching breaks reintegrate (issue #3640)
3388     * fixed: potential race condition in svnsync (issue #3546)
3389     * fixed: spurious merge conflicts with pre-1.7 mod_dav_svn (issue #3657)
3390     * fixed: repeat merge is not a no-op (issue #3564)
3391     * fixed: inheritance results in self-referential mergeinfo (issue #3668)
3392     * fixed: inheritance results in nonexistent mergeinfo sources (issue #3669)
3393     * fixed: memory leaks in ra_serf (issue #3684)
3394     * fixed: corruption of 'svn pg' output for large properties (issue #3721)
3395     * fixed: 'svnsync copy-revprops' doesn't sync revprop dels (issue #3728)
3396     * fixed: executable flag not correctly set on merge (issue #3686)
3397     * fixed: 'svn rm' fails on multiple URLs with encoded spaces (issue #3839)
3398     * fixed: children of replaced dirs cannot be deleted (issue #3468)
3399     * fixed: executable flag of binary file lost during merge (issue #3686)
3400     * fixed: merging a symlink-turned-regular-file breaks the wc (issue #2530)
3401     * fixed: can't remove file externals (issue #3351)
3402     * fixed: 'svn unlock' attempts to unlock wrong token on DAV (issue #3794)
3403     * fixed: forced DAV 'svn unlock' results in 403, not warning (issue #3801)
3404     * fixed: rm -> ci -> cp = missing directory (issue #2763)
3405     * fixed: 'svn info' returns parent info on missing dirs (issue #3178)
3406     * fixed: spurious prop conflict with 'merge --reintegrate' (issue #3919)
3407     * fixed: 'svn --version' fails with non-existent $HOME (issue #3947)
3408     * fixed: unforced export silently overwites existing file (issue #3799)
3409     * fixed: reverse merge which adds subtree mergeinfo fails (issue #3978)
3410     * fixed: 'svn up -r{R>HEAD}' hangs client over ra_svn (issue #3963)
3411     * fixed: 'svn up' updates file externals in target siblings (issue #3819)
3412     * many other minor bugfixes, optimizations, plugs of memory leaks, etc
3413   
3414   - Server-side bugfixes:
3415     * mod_dav_svn is less strict about auto-merging for commits (issue #1704)
3416     * allow SVNListParentPath to be used with authz (issue #2753)
3417     * allow nav to repo list from repo top with SVNListParentPath (issue #3159)
3418     * allow repositories in the root of a drive on windows (issue #3535)
3419     * don't destroy mergeinfo with 'svnadmin load --parent-dir' (issue #3547)
3420     * fixed: 'svnadmin hotcopy' does not duplicate symlinks (issue #2591)
3421     * fixed: post-revprop-change errors cancel commit (issue #2990)
3422     * fixed: mod_dav_svn runs pre-revprop-change hook twice (issue #3085)
3423     * fixed: mod_dav_svn doesn't return stderr to user on failure (issue #3112)
3424     * fixed: hotcopy may corrupt target rep-cache.db (issue #3596)
3425     * fixed: mod_dav_svn can cause spurious merge conflicts (issue #3657)
3426     * fixed: DAV can overwrite directories during copy (issue #3314)
3427     * fixed: 'svn log' returns log of unrelated path (issue #3931)
3428     * match paths against authz rules in case sensitive way (issue #3781)
3429     * svnserve can now force usernames to upper/lower case (issue #3726)
3430     * reduce duplicate log messages in 'log -g' (issue #3650)
3431     * svnserve: don't crash on shutdown with SASL in inetd mode (issue #3664)
3432     * disallow arbitrary HTTP headers from committers (issue #2872)
3433     * limit FSFS memory consumption (issue #3478, #3593)
3434     * many other minor bugfixes too numerous to list here
3436   - Other tool improvements and bugfixes:
3437     * svnsync now takes the '--config-option' argument (issue #2027)
3438     * svnsync can translate non-UTF-8 properties to UTF-8 (issue #3817)
3439     * svnadmin now errors on non-UTF-8 revision properties (issue #3755)
3440     * svnadmin verify now errors on non-UTF-8 paths (r1129641)
3442  Developer-visible changes:
3443   - General:
3444     * improved output of 'make check'
3445     * introduce scratch_pool/result_pool parameter paradigm
3446     * improved error tracing (r877208, -736)
3447     * improve building with sqlite on Windows (issue #3364)
3448     * allow mod_dav_svn to compile against Apache 2.4 (issue #3548)
3449     * support running tests against older servers (r876016)
3450     * notification of unversioned obstructions (r877344)
3451     * removed virtually all abort() calls (issue #2780)
3452     * don't include client-specific suggestions in error msgs (issue #3887)
3454   - API changes:
3455     * don't crash svn_client_copy if ctx->log_msg_func is NULL (issue #3234)
3456     * much improved ra_serf error handling (issue #3375)
3457     * provide clients with old and new revision on update (r876515)
3458     * close both files, even on error in svn_stream_copy3() (r887262)
3459     * added 'work-in-progress' XFail test status (r876549)
3460     * notifications sent when mergeinfo changes (r877588)
3461     * add information on text and property mods in log APIs (r877688)
3462     * fixed: svn_ra_local__get_file() leaks file descriptors (issue #3290)
3463     * svn_ra_neon__get_dir() returns correct dir set for URLs (issue #3093)
3464     * swig-py: always set ChangedPath.path (also for deletes) (issue #2630)
3465     * improve conflict resolver API for a specific direction (issue #3049)
3467   - Bindings:
3468     * New JavaHL package: org.apache.subversion
3469     * Deprecate the SVNClientSynchronized class in JavaHL (issue #2755)
3470     * fixed setting binary properties in JavaHL (issue #3770)
3471     * fix type mapping of svn_txdelta_window_t in python bindings (issue #3688)
3474 Version 1.6.23
3475 (30 May 2013, from /branches/1.6.x)
3476 http://svn.apache.org/repos/asf/subversion/tags/1.6.23
3478  User-visible changes
3479   - Server-side bugfixes:
3480     * fix FSFS repository corruption due to newline in filename (issue #4340)
3481     * fix svnserve exiting when a client connection is aborted (r1482759)
3482             See CVE-2013-2112, and descriptive advisory at
3483             http://subversion.apache.org/security/CVE-2013-2112-advisory.txt
3485   - Other tool improvements and bugfixes:
3486     * fix argument processing in contrib hook scripts (r1485350)
3489 Version 1.6.22
3490 (Not released, see changes for 1.6.23.)
3493 Version 1.6.21
3494 (04 Apr 2013, from /branches/1.6.x)
3495 http://svn.apache.org/repos/asf/subversion/tags/1.6.21
3497  User-visible changes
3498   - Server-side bugfixes:
3499     * mod_dav_svn will omit some property values for activity urls (r1453780)
3500     * improve memory usage when committing properties in mod_dav_svn (r1443929)
3501     * fix mod_dav_svn runs pre-revprop-change twice (issue #3085)
3502     * fixed: post-revprop-change errors cancel commit (issue #2990)
3503     * improved logic in mod_dav_svn's implementation of lock. (r1455352)
3505  Developer-visible changes:
3506   - General:
3507     * fix a compatibility issue with g++ 4.7 (r1345740)
3510 Version 1.6.20
3511 (04 Jan 2013, from /branches/1.6.x)
3512 http://svn.apache.org/repos/asf/subversion/tags/1.6.20
3514  User-visible changes
3515   - Client- and server-side bugfixes:
3516     * Fix typos in pt_BR, es and zh_TW translations (r1402417)
3518   - Server-side bugfixes:
3519     * add Vary: header to GET responses to improve cacheability (r1390653)
3520     * fix fs_fs to cleanup after failed rep transmission (r1403964, et al)
3521     * fix an assert with SVNAutoVersioning in mod_dav_svn (issue #4231)
3524 Version 1.6.19
3525 (10 Sep 2012, from /branches/1.6.x)
3526 http://svn.apache.org/repos/asf/subversion/tags/1.6.19
3528   - Client-side bugfixes:
3529     * handle missing svn:date reported by svnserve gracefully (r1306111)
3531   - Server-side bugfixes:
3532     * fix possible server hang if a hook script fails to start (r1330410)
3533     * fix write-through proxy commit regression introduced in 1.6.17 (r1088602)
3534     * partial sync drops properties when converting to adds (issue #4184)
3536   - Developer-visible changes:
3537     * fix the testsuite to avoid FAILs on APR hash order (r1230714, et al)
3540 Version 1.6.18
3541 (29 Mar 2012, from /branches/1.6.x)
3542 http://svn.apache.org/repos/asf/subversion/tags/1.6.18
3544   User-visible changes:
3545     * reject invalid svn:mergeinfo at commit time over DAV (issue #3953) 
3546     * fix reintegrate merge regression introduced in 1.6.13 (issue #3957)
3547     * make the stderr output of the post-commit hook XML-safe (r893478)
3548     * fix a rare source of FSFS corruption (r1240752)
3549     * plug a memory leak in the bdb backend (r1205726)
3550     * server-side performance fix for "log -g" (r1152282)
3551     * fix description of svndumpfilter's --targets option (r1151911)
3552     * fix datastream corruption during resumed transfer in ra_serf (r1154733)
3553     * fix a crash in ra_svn SASL authentication (r1166555, -678)
3554     * fix potential corruption on 32-bit FSFS with large files (r1230212)
3555     * make website links point to subversion.apache.org (r896893, -901, r915036)
3556     * fix non-fatal FSFS corruption bug with concurrent commits (issue #4129)
3558   Developer-visible changes:
3559     * fix sqlite distfile retrieval in get-deps.sh (r1134734)
3560     * fix swig-py memory leak (r1235264, -296, -302, -736)
3561     * allow passing --with-jdk to gen-make.py on Windows (r966167)
3564 Version 1.6.17
3565 (01 Jun 2011, from /branches/1.6.x)
3566 http://svn.apache.org/repos/asf/subversion/tags/1.6.17
3568   User-visible changes:
3569     * improve checkout speed on Windows (issue #3719)
3570     * make 'blame -g' more efficient with large mergeinfo (r1094692)
3571     * avoid some invalid handle exceptions on Windows (r1095654)
3572     * preserve log message with a non-zero editor exit (r1072084)
3573     * fix FSFS cache performance on 64-bit platforms (r1103665)
3574     * make svn cleanup tolerate obstructed directories (r1091881)
3575     * fix deadlock in multithreaded servers serving FSFS repositories (r1104093)
3576     * detect very occasional corruption and abort commit (issue #3845)
3577     * fixed: file externals cause non-inheritable mergeinfo (issue #3843)
3578     * fixed: file externals cause mixed-revision working copies (issue #3816)
3579     * fix crash in mod_dav_svn with GETs of baselined resources (r1104126)
3580             See CVE-2011-1752, and descriptive advisory at
3581             http://subversion.apache.org/security/CVE-2011-1752-advisory.txt
3582     * fixed: write-through proxy could directly commit to slave (r917523)
3583     * detect a particular corruption condition in FSFS (r1100213)
3584     * improve error message when clients refer to unknown revisions (r939000)
3585     * bugfixes and optimizations to the DAV mirroring code (r878607)
3586     * fixed: locked and deleted file causes tree conflict (issue #3525)
3587     * fixed: update touches locked file with svn:keywords property (issue #3471)
3588     * fix svnsync handling of directory copyfrom (issue #3641)
3589     * fix 'log -g' excessive duplicate output (issue #3650)
3590     * fix svnsync copyfrom handling bug with BDB (r1036429)
3591     * server-side validation of svn:mergeinfo syntax during commit (issue #3895)
3592     * fix remotely triggerable mod_dav_svn DoS (r1130303)
3593             See CVE-2011-1783, and descriptive advisory at
3594             http://subversion.apache.org/security/CVE-2011-1783-advisory.txt
3595     * fix potential leak of authz-protected file contents (r1130303)
3596             See CVE-2011-1921, and descriptive advisory at
3597             http://subversion.apache.org/security/CVE-2011-1921-advisory.txt
3599   Developer-visible changes:
3600     * fix reporting FS-level post-commit processing errors (r1104098)
3601     * fix JVM recognition on OS X Snow Leopard (10.6) (r1028084)
3602     * allow building on Windows with recent Expat (r1074572)
3605 Version 1.6.16
3606 (02 Mar 2011, from /branches/1.6.x)
3607 http://svn.apache.org/repos/asf/subversion/tags/1.6.16
3609   User-visible changes:
3610    * more improvement to the 'blame -g' memory leak from 1.6.15 (r1041438)
3611    * avoid a crash in mod_dav_svn when using locks (r1071239, -307)
3612             See CVE-2011-0715, and descriptive advisory at
3613             http://subversion.apache.org/security/CVE-2011-0715-advisory.txt
3614    * avoid unnecessary globbing for performance (r1068988)
3615    * don't add tree conflicts when one already exists (issue #3486)
3616    * fix potential crash when requesting mergeinfo (r902467)
3617    * don't attempt to resolve prop conflicts in 'merge --dry-run' (r880146)
3618    * more fixes for issue #3270.
3620   Developer-visible changes:
3621    * ensure report_info_t is properly initialized by ra_serf (r1058722)
3622    * locate errors properly on a malfunction (r1053208)
3623    * fix output param timing of svn_fs_commit_txn() on fsfs (r1051751)
3624    * for svn_fs_commit_txn(), set invalid rev on failed commit (r1051632, -8)
3625    * fix sporadic Ruby bindings test failures (r1038792)
3626    * fix JavaHL JVM object leak when dumping large revisions (r947006)
3627    * use Perl to resolve symlinks when building swig-pl (r1039040)
3628    * allow Perl bindings to build within a symlinked working copy (r1036534)
3629    * don't overwrite the LD_LIBRARY_PATH during make check-swig-pl (r946355)
3630    * improve unit tests for some fs functions (r1051744, -5, -3185, -241)
3633 Version 1.6.15
3634 (26 Nov 2010, from /branches/1.6.x)
3635 http://svn.apache.org/repos/asf/subversion/tags/1.6.15
3637   User-visible changes:
3638    * hide unreadable dirs in mod_dav_svn's GET response (r996884)
3639    * make 'svnmucc propsetf' actually work (r1005446)
3640    * limit memory fragmentation in svnserve (r1022675)
3641    * fix 'svn export' regression from 1.6.13 (r1032970)
3642    * fix 'svn export' mistakenly uri-encodes paths (issue #3745)
3643    * fix server-side memory leaks triggered by 'blame -g' (r1032808)
3644             This has been tracked as CVE-2010-4644
3645    * prevent crash in mod_dav_svn when using SVNParentPath (r1033166)
3646             This has been tracked as CVE-2010-4539
3647    * allow 'log -g' to continue in the face of invalid mergeinfo (issue #3270)
3648    * filter unreadable paths for 'svn ls' and 'svn co' (r997026, -070, -474)
3649    * fix abort in 'svn blame -g' (issue #3666)
3650    * fix file handle leak in ruby bindings (issue #3512)
3651    * remove check for 1.7-style working copies (issue #3729)
3653   Developer-visible changes:
3654    * improve some swig parameter mapping (r984565, r1035745)
3655    * improve test accuracy over dav (r991534, r877814)
3656    * create fails.log for test runs (r964349)
3657    * improve detection of 'svnversion' when building (r877219, et al)
3658    * don't violate API layering in dumpstream logic (issue #3733)
3659    * don't report working copy installs as switched (r1033921)
3662 Version 1.6.14
3663 (Not released, see changes for 1.6.15.)
3666 Version 1.6.13
3667 (01 Oct 2010, from /branches/1.6.x)
3668 http://svn.apache.org/repos/asf/subversion/tags/1.6.13
3670   User-visible changes:
3671    * don't drop properties during foreign-repo merges (issue #3623)
3672    * improve auto-props failure error message (r961970)
3673    * improve error message for 403 status with ra_neon (r876615)
3674    * don't allow 'merge --reintegrate' for 2-url merges (r959004)
3675    * improve handling of missing fsfs.conf during hotcopy (r980811, -1449)
3676    * escape unsafe characters in a URL during export (issue #3683)
3677    * don't leak stale locks in FSFS (r959760)
3678    * better detect broken working copies during update over ra_neon (r979045)
3679    * fsfs: make rev files read-only (r981921)
3680    * properly canonicalize a URL (r984928, -31)
3681    * fix wc corruption with 'commit --depth=empty' (issue #3700)
3682    * permissions fixes when doing reintegrate merges (related to issue #3242)
3683    * fix mergeinfo miscalculation during 2-url merges (issue #3648)
3684    * fix error transmission problems in svnserve (r997457, -66)
3685    * fixed: record-only merges create self-referential mergeinfo (issue #3646)
3686    * fixed: 'SVNPathAuthz short_circuit' unsolicited read access (issue #3695)
3687             See CVE-2010-3315, and descriptive advisory at
3688             http://subversion.apache.org/security/CVE-2010-3315-advisory.txt
3689    * make 'svnmucc propset' handle existing and non-existing URLs (r1000607)
3690    * add new 'propsetf' subcommand to svnmucc (r1000612)
3691    * warn about copied dirs during 'svn ci' with limited depth (r1002094)
3693   Developer-visible changes:
3694    * make ruby bindings compatible with Ruby 1.9 (r957507)
3695    * use the repos verify API in JavaHL (r948916)
3696    * teach ra_serf to parse md5 checksums with update editors (r979429)
3697    * let ra_serf work with current serf releases (r879757, r880320, r943796)
3700 Version 1.6.12
3701 (21 Jun 2010, from /branches/1.6.x)
3702 http://svn.apache.org/repos/asf/subversion/tags/1.6.12
3704   User-visible changes:
3705    * further improvements for issue #3242
3706    * allow deletion of uris which need character escaping (issue #3636)
3707    * fix errors with 'svn mkdir --parents' (issue #3649)
3708    * update address to which crash reports are sent (r901304)
3709    * check for server certificate revocation on Windows (r898048)
3710    * disable custom file mutexes on Windows (r879902, -16)
3711    * fix handling of peg revision'd copy targets (issue #3651)
3712    * more improvements to 'svn merge --reintegrate' (r935631)
3713    * allow copying of broken symlinks (issue #3303)
3714    * improve rep-sharing performance on high-concurrency repos (issue #3506)
3715    * fixed: added subtrees with mergeinfo break reintegrate (issue #3654)
3716    * fixed: assertion triggered by tree-conflicted externals (issue #3469)
3718   Developer-visible changes:
3719    * give windows devs more flexibility with sqlite versions (r944635)
3720    * allow the pack tests to work with low file descriptor limits (r937610)
3721    * improve exception handling on Windows Vista and 7 (r878447, -910, -916)
3724 Version 1.6.11
3725 (19 Apr 2010, from /branches/1.6.x)
3726 http://svn.apache.org/repos/asf/subversion/tags/1.6.11
3728  User-visible changes:
3729   * fix for repositories mounted via NFS (issue #3501)
3730   * enable TCP keep-alives in svnserve (r880552)
3731   * tighten restrictions on revprops for 'svnadmin verify' (r904594)
3732   * make ra_serf give better out-of-date information (issue #3561)
3733   * improve error message upon connection failure with svn+ssh:// (r922516)
3734   * allow 'svn log' on an uncommitted copy/move destination (r901752)
3735   * make 'svnadmin hotcopy' copy the fsfs config file (r905303)
3736   * mergeinfo improvements with non-inheritable mergeinfo (issue #3573)
3737   * make mergeinfo queries not require access to the repo root (issue #3242)
3738   * update URLs to refer the new apache.org repository (r904301, -94)
3739   * update relative externals during a switch (issue #3390)
3740   * fix 'merge --reintegrate' with self-referential mergeinfo (r892050, -85)
3741   * improve wc-ng working copy detection (r929382)
3742   * improve handling of mergeinfo when using serf (r880461)
3743   * fixed: 'svnlook plist --revprop' with '-t TXN_NAME' (r917640, -8211)
3744   * fixed: file external from URL cannot overwrite existing item (issue #3552)
3745   * fixed: potential memory error in 'svn status' (r923674, -9)
3746   * fixed: merge records mergeinfo from natural history gaps (issue #3432)
3747   * fixed: theoretical possibility of DB corruption (r926151, -67)
3749  Developer-visible changes:
3750   * disable checks for wc-ng working copies when running the test suite
3751   * on Windows, don't ignore move operation error codes (r896915)
3752   * more precise reporting of errors occuring with sqlite init (r927323, -8)
3753   * ensure rangelist APIs are commutative (r923389, -91)
3756 Version 1.6.10
3757 (Not released, see changes for 1.6.11.)
3760 Version 1.6.9
3761 (25 Jan 2010, from /branches/1.6.x)
3762 http://svn.apache.org/repos/asf/subversion/tags/1.6.9
3764  User-visible changes:
3765   * allow multiple external updates over ra_svn (issue #3487)
3766   * fix a segmentation fault when using FSFS (r881905)
3767   * support Berkeley DB 4.8 (r879688)
3768   * various autoprop improvements (r880274, -5)
3769   * improve usage of svn+ssh:// on Windows (issue #2580)
3770   * teach 1.6.x to recognize 1.7 working copies (1.6.x-future-proof branch)
3771   * update help text for 'svn update' and 'svn switch' (r886164, -97)
3772   * make 'svnadmin load --parent-dir' create valid mergeinfo (r888979, -9081)
3773   * tolerate relative merge source paths in mergeinfo (r889840)
3774   * teach mod_dav_svn to support the Label header (issue #3519)
3775   * fixed: svnsync leaves stale sync-locks on mirrors (r884842)
3776   * fix applicability of 'svn resolve --accept=theirs-conflict' (r880525, -6)
3777   * fixed: segfault in 'svn resolve' (r896522, -47)
3778   * fix commit failure against an out-of-date mirror (r900797)
3780  Developer-visible changes:
3781   * update ruby bindings test expectation (r880162)
3782   * don't allow rangelist and mergeinfo API to modify input args (r879093)
3785 Version 1.6.8
3786 (Not released, see changes for 1.6.9.)
3789 Version 1.6.7
3790 (Not released, see changes for 1.6.9.)
3793 [ Note: All revision numbers for versions prior to 1.6.7 reference the
3794   original repository on svn.collab.net.  For more information see:
3795   http://svn.apache.org/repos/asf/subversion/README ]
3798 Version 1.6.6
3799 (22 Oct 2009, from /branches/1.6.x)
3800 http://svn.apache.org/repos/asf/subversion/tags/1.6.6
3802  User-visible changes:
3803   * fix crash during 'svn update' (r39673)
3804   * respect Apache's ServerSignature directive (r40008, -21, -31)
3805   * don't add a file with mixed line endings, and then abort (issue #2713)
3806   * support Neon 0.29.
3807   * fix a crash in 'svn rm --force' (r37953)
3808   * handle tree conflicts involving replacements (issue #3486)
3809   * allow non-threadsafe sqlite if APR has no threads (r39301)
3810   * print newline before plaintext SSL cert / password prompts (r38982, r39302)
3811   * improve merge performance with implicit subtree mergeinfo (issue #3443)
3812   * fix "libsvn_ra_svn/marshal.c assertion failed (opt || cstr)" (issue #3485)
3813   * make file externals work for binary files (issue #3368)
3814   * perform MIME type matching case-insensitively (issue #3479)
3815   * do not treat non-existent revisions as HEAD in 'svn export' (issue #3400)
3816   * revert r36720's default MIME type change back to "text/plain" (issue #3508)
3817   * improve "tree conflict already exists" error message (r38872)
3818   * fix failure to commit replacement of a directory (issue #3281)
3819   * fix mod_dav_svn parent dir links to preserve peg revisions (issue #3425)
3821  Developer-visible changes:
3822   * fix 2 failing tests in ruby bindings (r38886)
3823   * do not require GNU grep for build (issue #3453)
3824   * use '$SED' instead of 'sed' in build scripts (issue #3458)
3825   * add svn.client.{log5,merge_peg3} to python bindings (r39635, -6, -7)
3826   * include the time of a test run in tests.log (r39887)
3829 Version 1.6.5
3830 (22 Aug 2009, from /branches/1.6.x)
3831 http://svn.apache.org/repos/asf/subversion/tags/1.6.5
3833  User-visible changes:
3834   * fix mod_dav_svn directory view links to preserve peg revisions (r38021)
3835   * do not error on Windows when ALLUSERPROFILE dir nonexistent (r38053, -5, -7)
3836   * properly escape lock comments over ra_neon (r38101, -2)
3837   * allow syncing copies of '/' over ra_neon and ra_serf (issue #3438)
3838   * make 'svnlook diff' show empty added or deleted files (r38458)
3839   * fix building with Apache 2.4 (r36720)
3840   * fix possible data loss on ext4 and GPFS filesystems (issue #3442)
3841   * resolve symlinks when checking for ~/.subversion (r36023)
3842   * don't let svn+ssh SIGKILL ssh processes (issue #2580)
3843   * allow PLAIN and LOGIN mechanisms with SASL in svnserve (r38205)
3844   * fix peg revision parsing in filenames like 'dir/@file.txt' (issue #3416)
3845   * fix detection of Apache <2.0.56 (r38290, -3, -4)
3846   * don't pretend to do tree conflict resolution (r38799, -801, -805)
3847   * fix data corruption when syncing from svnserve to mod_dav_svn (r38686, -7)
3848   * fix GNOME Keyring with '--non-interactive' option (r38222, -3, -61, -410)
3849   * fixed: false "File '...' already exists" error during commit (issue #3119)
3851  Developer-visible changes:
3852   * avoid referencing uninitialized variables (r38388)
3853   * plug a couple of error leaks (r38572)
3854   * improve windows test output (r38616, -7, -9, -49)
3857 Version 1.6.4
3858 (06 Aug 2009, from /branches/1.6.x)
3859 http://svn.apache.org/repos/asf/subversion/tags/1.6.4
3861  User-visible changes:
3862   * fixed: heap overflow vulnerability on server and client
3863            See CVE-2009-2411, and descriptive advisory at
3864            http://subversion.apache.org/security/CVE-2009-2411-advisory.txt
3867 Version 1.6.3
3868 (22 Jun 2009, from /branches/1.6.x)
3869 http://svn.apache.org/repos/asf/subversion/tags/1.6.3
3871  User-visible changes:
3872   * fix segfault in WC->URL copy (r37646, -56)
3873   * let 'svnadmin load' tolerate mergeinfo with "\r\n" (r37768)
3874   * make svnsync normalize svn:* props to LF line endings (issue #3404)
3875   * better integration with external merge tools (r36178)
3876   * return a friendly error message for 'svn diff' (r37735)
3877   * update dsvn.el for 1.6 (r37774)
3878   * don't allow setting of props on out-of-date dirs under neon (r37745)
3879   * improve BASH completion (r36450, -52, -70, -79, -538)
3880   * always show tree conflicts with 'svn st' (issue #3382)
3881   * improve correctness of 'svn mergeinfo' (issue #3126)
3882   * decrease the amount of memory needed for large commits (r37894, -6)
3883   * work around an APR buffer overflow seen by svnsync (r37622)
3884   * ra_svn clients now use TCP keep-alives if available (issue #3347)
3885   * improve 'svn merge' perf by reducing server contact (r37491, -593, -618)
3886   * stop propagating self-referential mergeinfo in reintegrate merges (r37931)
3887   * fix NLS detection where -liconv is required for bindtextdomain() (r37827)
3888   * don't delete unversioned files with 'rm --keep-local' (r38015, -17, -19)
3889   * bump apr and apr-util versions included in deps to latest. (r37941)
3890   * avoid temp file name collisions with ra_serf, ra_neon (r37972)
3891   * fixed: potential segfault with noop file merges (r37779)
3892   * fixed: incorrect output with 'svn blame -g' (r37719, -23, -41)
3893   * fixed: bindings don't load FS libs when module search enabled (issue #3413)
3894   * fixed: DAV RA layers not properly handling update/switch working copy
3895     directory to revision/place in which it doesn't exist (issue #3414)
3896   * fixed: potential abort() in the working copy library (r37857)
3897   * fixed: memory leak in hash reading functions (r37868, -979)
3899  Developer-visible changes:
3900   * improve memory usage in file-to-stringbuf APIs (r37907)
3901   * reduce memory usage for temp string manipulation (r38010)
3904 Version 1.6.2
3905 (11 May 2009, from /branches/1.6.x)
3906 http://svn.apache.org/repos/asf/subversion/tags/1.6.2
3908  User-visible changes:
3909   * vastly improve memory usage with 'svn merge' (issue #3393)
3910   * make default depth for merge 'infinity' (r37156)
3911   * make 'status --quiet' show tree conflicts (issue #3396)
3912   * allow '--set-depth infinity' to expand shallow subtrees (r37169)
3913   * return an error if attempting to reintegrate from/to the repo root (r37385)
3914   * don't store bogus mergeinfo for '--ignore-ancestry', foreign merges (r37333)
3915   * don't allow merge of difference between two repos (r37519)
3916   * avoid potential segfault with subtree mergeinfo (r36613, -15, -31, -41)
3917   * recommend sqlite 3.6.13 (r37245)
3918   * avoid unnecessary server query for implicit mergeinfo (r36509)
3919   * avoid unnecessary server query during reverse merges (r36527)
3920   * set depth=infinity on 'svn add' items with restricted depth (r37607)
3921   * fixed: commit log message template missing paths (issue #3399)
3922   * fixed: segfault on merge with servers < 1.6 (r37363, -67, -68, -79)
3923   * fixed: repeat merge failures with non-inheritable mergeinfo (issue #3392)
3924   * fixed: another memory leak when performing mergeinfo-aware merges (r37398)
3925   * fixed: incorrect mergeinfo on children of shallow merges (issue #3407)
3926   * fixed: pool lifetime issues in the BDB backend (r37137)
3928  Developer-visible changes:
3929   * don't fail if an embedding app has already initialized SQLite (issue #3387)
3930   * resolve naming collisions with static stat() function in svnserve (r37527)
3931   * fix an expectation for a failing dirent windows test (r37121)
3934 Version 1.6.1
3935 (9 Apr 2009, from /branches/1.6.x)
3936 http://svn.apache.org/repos/asf/subversion/tags/1.6.1
3938  User-visible changes:
3939   * recommend Neon 0.28.4. (r36388)
3940   * improve performance of 'svn merge --ignore-ancestry' (r36256)
3941   * improve 'svn merge' performance with subtree mergeinfo (r36444)
3942   * correctly proxy LOCK and UNLOCK requests (r36159)
3943   * prevent a crash when updating old working copies (r36751)
3944   * don't let svnmerge.py delete a nonexistent property (r36086, -767, -769)
3945   * don't fail when upgrading pre-1.2 repositories (r36851, -7)
3946   * allow escaping of separator characters in autoprops (r36763, -84)
3947   * improve tempfile creation robustness on Windows (r36442, -3)
3948   * fix change-svn-wc-format.py for 1.6.x working copies (r36874, -5)
3949   * improve configure's detection of Berkeley DB (r36741, -2)
3950   * don't allow foreign merges to add foreign mergeinfo (issue #3383)
3951   * improve performance of 'svn update' on large files (r36389, et. al.)
3952   * fixed: error leak and potential crash (r36860)
3953   * fixed: parent directory handling on Windows (r36049, -50, -51, -131)
3954   * fixed: uninitialized memory errors (r36252, -3)
3955   * fixed: potential working copy corruption (r36714)
3956   * fixed: working copy upgrade error (r36302)
3957   * fixed: pointer dereference error (r36783)
3958   * fixed: error diff'ing large data with ignored whitespace (r36816)
3959   * fixed: potential hang in ra_serf (r36913)
3960   * fixed: problem with merge and non-inheritable mergeinfo (r36879)
3961   * fixed: repeated merging of conflicted properties fails (issue #3250)
3962   * fixed: excluding an absent directory segfaults (issue #3391)
3964  Developer-visible changes:
3965   * ensure svn_subst_translate_cstring2() properly flushes data (r36747)
3966   * make serf report a base checksum to apply_textdelta (r36890)
3967   * syntax updates for strict C89 compilers (r36799)
3968   * update RPM scripts for RHEL4 (r36834)
3969   * allow tests to be run with Python 2.6.1 on Windows (r36149, -50, -51, -56)
3970   * allow building JavaHL with Visual Studio 2008 (r36954)
3971   * stop setting default translation domain in JavaHL (r36955)
3972   * fixed: warning with Python 2.6 and ctypes bindings (r36559)
3973   * fixed: undefined references to svn_fs_path_change2_create() (r36823)
3976 Version 1.6.0
3977 (20 Mar 2009, from /branches/1.6.x)
3978 http://svn.apache.org/repos/asf/subversion/tags/1.6.0
3980  User-visible changes:
3981   - General:
3982     * Now require Windows 2000 or newer on Windows (r33170)
3984   - Major new features:
3985     * identical files share storage space in repository (issue #2286)
3986     * file-externals support for intra-repository files (issue #937)
3987     * "tree" conflicts now handled more gracefully (issue #2282, #2908)
3988     * repository root relative URL support on most commands (issue #3193)
3990   - Minor new features and improvements:
3991     * pre-lock hook can now specify lock tokens via stdout (r32778)
3992     * svnmucc: support '--with-revprop' (r29492)
3993     * merge: log include-descendants in operational log (r30426, r30428)
3994     * improved operational logging for 'svn switch' (r30517)
3995     * new 'Header' keyword, similar to 'Id' but with full URL (r35386)
3996     * warn/disallow when storing plain-text passwords (r31046)
3997     * support KWallet and GNOME keyring for password storage (r31241, -337)
3998     * client now caches SSL client cert passphrases (issue #2489)
3999     * add '--prefix-file' option to 'svndumpfilter' (issue #2697)
4000     * add '--ignore-externals' option to 'svn cp' (issue #3365)
4001     * add '--with-no-revprops' to 'svn log' (issue #3286)
4002     * new 'svnadmin pack' command to compress FSFS filesystems
4003     * new SVNAllowBulkUpdates mod_dav_svn directive (issue #3121)
4004     * new public mod_dav_svn URI syntax:  path?[p=PEG][&r=REV] (r34076)
4005     * new 'svnsync info' command to show synchronization information (r35053)
4006     * conflict resolver supports display-conflict, mine-conflict and theirs-conflict
4008   - Client-side bugfixes:
4009     * faulty reflexive merges (issue #2897)
4010     * buffer overflow on a 0 byte string buffer (r35968, -74)
4011     * conflict resolver needed more useful 'diff' option (issue #3048)
4012     * disable username assumption (issue #2324)
4013     * more accurate usage message for 'svn log' (r30449)
4014     * do not repeat merge if target has explicit mergeinfo (issue #2821)
4015     * corruption when filtering self-referential mergeinfo (r30467)
4016     * filter empty mergeinfo with self-referential mergeinfo (r30510)
4017     * pay attention to partial replay from the server in svnsync (r30440)
4018     * improved property name handling in svnsync (r30480)
4019     * properly recognize the file:/// in repository with svnsync (r30482)
4020     * svn+ssh SIGKILLs ssh processes (issue #2580)
4021     * 'svn up'/'svn co' early abort with svn:externals (issue #3148)
4022     * improve tempfile names for conflict resolver (issue #3166)
4023     * ra_serf: 'svn merge' aborts (issue #3212)
4024     * 'svn cleanup' failed on non-ASCII characters (issue #3313)
4025     * 'svn update' fails on moved, modified file with local mods (issue #3354)
4026     * easier use of NTLM for proxy with ra_neon (r29874)
4027     * 2-url merge from DAV-accessed foreign repo makes bad wcprops (issue #3118)
4028     * can't add .svn (and children) to your wc via '--parents' (r35819)
4029     * improved performance removing unversioned directories (r36111)
4030     * 'svn cp --parents' had path URL encoding issues (issue #3374)
4031     * support shell quoting rules in externals definitions (issue #2461)
4032     * new SVN_LOCALE_DIR environment variable for localization (issue #2879)
4033     * scheme and domain name in urls handled case insensitive (issue #2475)
4034     * merge: pick default revisions with peg revision in single url (r30455)
4035     * many other minor bugfixes, optimizations, plugs of memory leaks, etc
4037   - Server-side bugfixes:
4038     * mod_dav_svn runs pre-revprop-change twice (issue #3085)
4039     * mod_dav_svn ignores pre-revprop-change failure on delete (issue #3086)
4040     * mod_dav_svn prevented lock breaks from being propagated to client (r29914)
4041     * non-UTF8 filenames could enter repository (issue #2748)
4042     * 'svnlook proplist' xml output (issue #2809)
4043     * don't let mod_dav_svn hide errors from client (issue #3102)
4044     * ra_serf failure during update (issue #3113)
4045     * ra_serf comply with RFC 2617 in handling authentication headers (r35981)
4046     * use both SHA1 and MD5 in the FS backends (r34388)
4047     * many other minor bugfixes too numerous to list here
4049   - Contributed tools improvements and bugfixes:
4050     * commit-email.pl: Deprecated; use mailer.py instead (r31755, -67)
4051     * svnmerge.py migration tool munged svn:mergeinfo ordering (issue #3302)
4052     * And other random sundry stuff
4054  Developer-visible changes:
4055   - General:
4056     * serf 0.3.0 required, when building with serf (r35586)
4057     * require SQLite 3.4.0 or newer (r33520)
4058     * allow the use of an in-tree SQLite amalgamation (r35263)
4059     * svn_log_changed_path_t now includes a 'kind' field (issue #1967)
4060     * BDB `changes' table inconsistency when APIs are misused (issue #3349)
4061     * configure should prefer apr-1 over apr-0 if both are present (issue #2671)
4062     * make 'Not Found' errors consistent between RA layers (issue #3137)
4063     * fix a potential buffer overrun (r34374)
4064     * many bug fixes and improvements to the test suite
4066   - API changes:
4067     * notification system for properties and revision properties (issue #783)
4068     * make ra_svn's merge commit-revprops public (r30462, r30453)
4069     * mod_dav_svn operational logging compatible with svnserve logging (r30518) 
4070     * improve speed of svn_client__get_copy_source() (issue #3356)
4071     * if fsfs commit fails return SVN_INVALID_REVNUM (r35950)
4073   - Bindings:
4074     * new: ctypes python bindings
4075     * many improvements to all bindings (Java, Perl, Python, and Ruby)
4076     * respect CFLAGS in SWIG bindings (r35879)
4077     * fix building Ruby bindings with Ruby 1.9 (r35852, r35883)
4080 Version 1.5.9
4081 (06 Dec 2010, from /branches/1.5.x)
4082 http://svn.apache.org/repos/asf/subversion/tags/1.5.9
4084  User-visible changes:
4085   * fix proxying of LOCK and UNLOCK requests with WebDAV proxies (r36159)
4086   * improve performance of --ignore-ancestry merges (r36256)
4087   * avoid crash with when using subtree mergeinfo (r36613, -13, -31, -41)
4088   * improve merge correctness with non-inheritable mergeinfo (r36789)
4089   * fixed: repeated mergeinfo of conflicting properties fails (issue #3250)
4090   * fix segfault in wc->URL copy (r37646, -56)
4091   * make 'svn up --set-depth infinity' expand shallow subtrees (r37169)
4092   * resolve symlinks when checking for ~/.subversion (r36023)
4093   * make default depth of 'svn merge' infinity (r37156)
4094   * don't allow foreign merges to add foreign mergeinfo (issue #3383)
4095   * error if attempting to reintegrate to/from the repo root (r37385)
4096   * let 'svnadmin load' tolerate mergeinfo with "\r\n" (r37768)
4097   * improve memory performance in 'svn merge' (issue #3393)
4098   * fixed: 'SVNPathAuthz short_circuit' unsolicited read access (issue #3695)
4099            See CVE-2010-3315, and descriptive advisory at
4100            http://subversion.apache.org/security/CVE-2010-3315-advisory.txt
4101   * prevent crash in mod_dav_svn when using SVNParentPath (r1033166)
4102   * limit memory fragmentation in svnserve (r1022675)
4103   * fix server-side memory leaks triggered by 'blame -g' (r1032808)
4104   * perform MIME type matching case-insensitively (issue #3479)
4105   * respect Apache's ServerSignature directive (r880082)
4106   * error early if attempting to use Serf >= 0.4.0 (r1041545)
4108  Developer-visible changes:
4109   * fix pointer dereference (r36783)
4110   * fix error leak (r36860)
4111   * make basic_tests 12 compatible with Windows and Python 2.5+ (r35930)
4114 Version 1.5.8
4115 (Not released, see changes for 1.5.9.)
4118 Version 1.5.7
4119 (06 Aug 2009, from /branches/1.5.x)
4120 http://svn.apache.org/repos/asf/subversion/tags/1.5.7
4122  User-visible changes:
4123   * fixed: heap overflow vulnerability on server and client
4124            See CVE-2009-2411, and descriptive advisory at
4125            http://subversion.apache.org/security/CVE-2009-2411-advisory.txt
4128 Version 1.5.6
4129 (26 Feb 2009, from /branches/1.5.x)
4130 http://svn.apache.org/repos/asf/subversion/tags/1.5.6
4132  User-visible changes:
4133   * allow colons within mergeinfo path names (r35040)
4134   * make it impossible to add .svn to wc via 'svn add --parents' (r35143, -5)
4135   * copy properties of added but uncommitted files (r32448)
4136   * speedup JavaHL bindings on Windows (r35733)
4137   * improve performance of log operation on < 1.5 servers (r35566)
4138   * allow commits over Neon of files >2GB (POSIX only) (r34919, -24)
4139   * allow serf from behind MS ISA proxy servers (r35981)
4140   * prevent svnmerge-migrate-history.py from committing bogus mergeinfo (r35516)
4142  Developer-visible changes:
4143   * fix error handling in mod_dav_svn (r35250, -86)
4144   * support --server-minor-version in windows testsuite (r31393)
4145   * fix depth_tests.py 23 on Windows with a BDB repo (r34875)
4146   * allow svn_mergeinfo_parse() to tolerate unordered mergeinfo (r35297, -367)
4147   * allow overlapping rangelists into svn_mergeinfo_parse() (r35466, -712, -713)
4150 Version 1.5.5
4151 (22 Dec 2008, from /branches/1.5.x)
4152 http://svn.apache.org/repos/asf/subversion/tags/1.5.5
4154  User-visible changes:
4155   * allow prop commits on dirs with modified children (r34487, -92, -94)
4156   * make Cyrus auth implementation always prefer EXTERNAL to ANONYMOUS (r33866)
4157   * do not create mergeinfo for wc-wc moves or copies (r34184, -585)
4158   * do not autoupgrade old BDB filesystems to 1.5 or 1.4 format (r34653, -6)
4159   * return mergeinfo to prior state during reverse merges (r30257, r33024, -6)
4160   * remove mergeinfo deleted by merge (issue #3323)
4161   * make proxy slaves pass through txn GET and PROPFIND requests (issue #3275)
4162   * merge can now use targets with inconsistent newlines (issue #3262)
4163   * don't allow empty-string changelists (issue #3344)
4164   * remove false positive ra_neon mergeinfo errors (r34822)
4165   * improve performance of 'svn merge --reintegrate' (r34091, -4, and others)
4166   * fixed: foreign merges keep UUID of foreign repository (r34050, -1, -3)
4167   * fixed: properly encode diff headers used in conflict resolution (r34171)
4168   * fixed: segfault in 'svn cp --parents' (r31311, -4)
4169   * fixed: mergeinfo for '...' maps to empty revision range (issue #3312)
4170   * fixed: segfault in BDB backend node-origins cache (r34506)
4171   * fixed: broken merge if target's history includes resurrections (r34385, -93)
4172   * fixed: invalid mergeinfo created on a subtree during merge (r34560, -2)
4174  Developer-visible changes:
4175   * fixed: svn_repos_get_logs() chokes on some revision arguments (r33873, -4)
4178 Version 1.5.4
4179 (24 Oct 2008, from /branches/1.5.x)
4180 http://svn.apache.org/repos/asf/subversion/tags/1.5.4
4182  User-visible changes:
4183   * Properly handle explicit mergeinfo added in merge source (r32968, -75)
4184   * fixed: merging of paths containing spaces (r33641, -44)
4185   * fixed: regression in mergeinfo-aware merges against 1.5.3 (r33693, -704)
4188 Version 1.5.3
4189 (10 Oct 2008, from /branches/1.5.x)
4190 http://svn.apache.org/repos/asf/subversion/tags/1.5.3
4192  User-visible changes:
4193   * Allow switch to continue after deleting locally modified dirs (issue #2505)
4194   * Update bash_completion to be compatible with 1.5 (r32900, -11, -12)
4195   * Improve 'svn merge' execution time by 30% on Windows (r33447)
4196   * Reuse network sessions during 'svn merge', improving performance (r33476)
4197   * Improve temp file creation time on Windows (r33464)
4198   * Greatly improve merge performance (r29969, r32463, r33013, -016, -022, -112)
4199   * Improve file IO performance on Windows (r33178, -85)
4200   * fixed: merging files with spaces in name (r33109, -121, -369)
4201   * fixed: incorrect relative externals expansion (r33109, -121, -369)
4202   * fixed: 'svn mv' hangs and consumes infinite memory (r33201, -12)
4203   * fixed: correctness regression in 'svn log -g' (issue #3285)
4204   * fixed: current early bailout of 'svn log -g' (r32977)
4206  Developer-visible changes:
4207   * Allow the tests to run as non-administrator on Windows Vista (r31203)
4208   * Allow out-of-tree build of bindings on BSD (r32409)
4209   * Translate messages in svn_fs_util.h (r32771)
4210   * fixed: bindings test for Perl 5.10 (r31546)
4211   * fixed: building bindings and C API tests with VS2008 (r32012)
4212   * fixed: svn_ra_replay API over ra_serf (r33173)
4215 Version 1.5.2
4216 (30 Aug 2008, from /branches/1.5.x)
4217 http://svn.apache.org/repos/asf/subversion/tags/1.5.2
4219  User-visible changes:
4220   * Set correct permissions on created fsfs shards (r32355, -7)
4221   * Pass client capabilities to start-commit hook (issue #3255)
4222   * Disallow creating nested repositories (issue #3269)
4223   * Support Neon 0.28.3
4224   * Properly canonicalize URIs with an empty hostname (issue #2116)
4225   * Improved merge performance for superfluous ranges (r32643)
4226   * Better error message for 'Malformed URL for repository' (r31867, r32365)
4227   * Improved svn:externals parsing (r32672, -673, -674, -739)
4228   * fixed: improper ordering in 'svnlook diff' output (r32019)
4229   * fixed: mod_dav_svn memory leak with 'SVNPathAuthz short_circuit' (r32360)
4230   * fixed: duplicate svn:externals targets fail on co/up (issue #3246)
4231   * fixed: 'svn merge --depth' inconsistencies (issue #2825)
4232   * fixed: ra_serf test failures (1.5.x-ra_serf-backports branch)
4233   * fixed: memory leak and crashes in FS (r32545, -58, -82)
4234   * fixed: core dump with relative externals (issue #3237)
4235   * fixed: 'svn copy' working copy corruption (r32467, -70)
4236   * fixed: perl bindings errors in non-English locale (issue #3258)
4237   * fixed: 'svn merge' incorrectly reverses previous merges (r32494, -522, -523)
4238   * fixed: 'svn merge' errors with subtree mergeinfo (issue #3067)
4240  Developer-visible changes:
4241   * make libsvn_ra_neon initialization thread-safe (r32497, r32510)
4242   * respect LDFLAGS in SWIG bindings (r32416, r32421, r32442)
4243   * fixed: test failures in non-English locales (r32491)
4246 Version 1.5.1
4247 (26 Jul 2008, from /branches/1.5.x)
4248 http://svn.apache.org/repos/asf/subversion/tags/1.5.1
4250  User-visible changes:
4251   * mergeinfo on switched subtrees should elide in repos (issue #3188)
4252   * Add support for --config-dir to svnmerge.py (r31727)
4253   * improve performance of bdb post-commit deltification (r31820, -59)
4254   * return faster when there is nothing to be merged (r30748)
4255   * don't commit an add of a missing item (issue #3198)
4256   * don't create unneeded self-referential mergeinfo (issue #3157)
4257   * support 'http-library' (if --enable-runtime-module-search) (r31425, -722)
4258   * support Berkeley DB 4.7 (r32017, -29)
4259   * fixed: make serf usable with root-level authz (r31464)
4260   * fixed: 'svndumpfilter' partial-path matching bug (r31833)
4261   * fixed: crash on invalid dates in 'log' and 'blame' (issue #2721)
4262   * fixed: 'svn status --xml' outputting invalid XML (issue #2887)
4263   * fixed: 'svn merge' prints incorrect range (r30746, -47)
4264   * fixed: using neon/serf, can not replace branch (issue #2939)
4265   * fixed: 'file not found' error when merging to a broken symlink (r31159, -79)
4266   * fixed: using serf, crash or endless loop fetching authn data (r31619)
4267   * fixed: ArrayIndexOutOfBoundsException in JavaHL bindings (r31719, -806)
4268   * fixed: authn password lookup used wrong username (issue #2242)
4269   * fixed: unbounded memory usage in wc-to-wc copy and move (r31868)
4270   * fixed: subtree merges broken for non-intersecting ranges (issue #3199)
4271   * fixed: invalid XML from 'svn log --xml' against pre-1.2 servers (r31875)
4272   * fixed: 'svnlook diff' ignores --diff-copy-from for properties (issue #3248)
4273   * fixed: 'svnlook diff' doesn't report that binary files differ (issue #3249)
4274   * fixed: bogus results from commits to subtrees added by merge (issue #3240)
4275   * fixed: non-existent subtree in destination breaks the merge (issue #3067)
4276   * fixed: serf merge bug too complex to describe here (r32056)
4277   * fixed: 'svn log -g' correctness and speed (issue #3220, issue #3235)
4278   * fixed: merge chokes on renamed subtrees (issue #3174)
4280  Developer-visible changes:
4281   * export svn_path_is_url() to the bindings (r31603)
4282   * don't clobber LDFLAGS in configure when given '--with-zlib' (r31825)
4283   * make libsvn_ra depend on libsvn_delta unconditionally (r31852)
4284   * correctly set the peg revision for copy in JavaHL (r31994)
4285   * 'svn mergeinfo' handles wc paths (r31023, -873, -874, -929, -930, -038)
4286   * fixed: crash when when svn_ra_open3() is passed a bogus URL (r31223)
4287   * fixed: JavaHL compilation on Windows (r31737)
4288   * fixed: crash in calling apr_pstrcat (affects TortoiseSVN) (r32080)
4291 Version 1.5.0
4292 (19 Jun 2008, from /branches/1.5.x)
4293 http://svn.apache.org/repos/asf/subversion/tags/1.5.0
4295  User-visible changes:
4296   - Major new features:
4297     * Merge Tracking [foundational] (issue #820)
4298     * Sparse checkouts (see new '--depth' option) (issue #695)
4299     * Interactive conflict resolution (r25670 et al)
4300     * svn:externals handles relative URLs (issue #1336) and peg URLs
4301     * Changelist support
4302     * WebDAV transparent write-through proxy
4303     * Better support for large FSFS deployments (via sharding & partitioning)
4304     * Cyrus SASL support for ra_svn and svnserve (issue #1144)
4306   - Minor new features and improvements:
4307     * 'svn resolve' (with '--accept' option) replaces "resolved" (issue #2784)
4308     * 'svn move file1 file2 ... dir' now moves the files into dir (issue #747)
4309     * 'svn mkdir' and 'svn copy' now take '--parents' option (issue #1776)
4310     * 'svn delete' now takes '--keep-local' to not remove working copy files
4311     * 'svn copy', 'move' now support peg revisions (issue #2546; also r26484)
4312     * 'svn copy A B ; svn move B C' now the same as 'svn copy A C' (issue #756)
4313     * 'svn copy -rBASE' now works in a working copy (issue #1643)
4314     * 'svn import' now takes '--force' (issue #2806)
4315     * 'svn status -u' now shows of locally deleted directories (issue #2420)
4316     * 'svn switch' now takes '--force' (issue #2392)
4317     * 'svn switch' now takes '--ignore-externals' option (issue #2189)
4318     * 'svn switch' now supports peg revisions (issue #2545)
4319     * 'svn checkout' now takes '--force' option (issue #1328)
4320     * 'svn proplist' and 'svn propget' now support peg revisions (issue #3070)
4321     * 'svn propget' now takes '--xml' option (issue #2696)
4322     * 'svn propedit' now support URLs (issue #2238, but see issue #2923)
4323     * 'svn proplist --quiet' no longer prints extra info (issue #1547)
4324     * 'svn diff --summarize' now takes '--xml' option (issue #2967)
4325     * 'svn diff -x' now takes '-p' extension option (issue #2995)
4326     * 'svn log' now takes '-c' option (r27933)
4327     * 'svn log' now takes '-l' as short form of '--limit' (r25829)
4328     * 'svn log --xml' now takes '--with-revprop' option (issue #2850)
4329     * 'svn diff'/'svnlook diff' now show property actions better (issue #3019)
4330     * 'svn merge' now has informative messages on reverse merges (issue #2848)
4331     * 'svn merge FILE' now honors '--ignore-ancestry' (issue #2853, r25891)
4332     * 'svn merge' handles multiple notifications for single items (issue #2828)
4333     * 'svn merge' handles skipped path better (issue #2829)
4334     * 'svn merge' handles merges from foreign repositories more completely
4335     * 'update', 'checkout', 'switch' now handle obstructions gracefully (r22257)
4336     * 'svn update' now takes '--force' (issue #2392)
4337     * 'svn update' now sometimes copies or moves local files, for efficiency
4338     * 'svnadmin lslocks' now accepts path within repository (issue #2965)
4339     * 'svnadmin recover' now supports FSFS repositories (issue #2992)
4340     * 'svnadmin verify' now has '-q' and '-r' options (r22103)
4341     * 'svnadmin setrevprop' command added (r21736)
4342     * 'svnadmin setuuid' command added (r28511)
4343     * 'svnsync sync' now shows commit progress like 'svn commit'
4344     * 'svnsync' now takes '-q, --quiet' option (r26465)
4345     * 'svnsync' now supports separate authn for source/target (issue #2717)
4346     * 'svnsync copy-revprops' now supports revision ranges (r23498)
4347     * 'svnsync copy-revprops' now supports "HEAD" revision alias (r23500)
4348     * 'svnmucc' is new name for contrib tool formerly called 'mucc'
4349     * 'svnmucc' now has propset and propdel subcommands (issue #2758)
4350     * 'svnmucc' now has more authentication options
4351     * 'svnmucc' now now takes '--non-interactive' option (r25977)
4352     * 'svnmucc' now takes a global base revision, for extra safety (r23764)
4353     * 'svnlook' now takes '--extensions' option (issue #2912)
4354     * 'svnlook' now takes '-N' option (issue #2663)
4355     * 'svnlook history' now takes '-l' / '--limit' option (r25843)
4356     * 'svnserve' now takes '--config-file' option (r24119)
4357     * 'mod_dav_svn' now uses Apache default mime-type for files (issue #2304)
4358     * new '--with-revprop' option on all commands that commit (issue #1976)
4359     * now accept "peg dates" (URL@{DATE}), behaving like peg revs (issue #2602)
4360     * easier to try out experimental ra_serf http:// access module
4361     * select ra_neon vs ra_serf on a site-by-site basis in config (r25535)
4362     * client-side post-commit processing now more efficient (issue #2607)
4363     * windows binaries now use a custom crash handler (issue #1628)
4364     * add vim swap file patterns to default global-ignores (r24348)
4365     * add "*.pyc" and "*.pyo" patterns to default global-ignores (issue #2415)
4366     * add unix/libtool library patterns to default global-ignores (issue #2415)
4367     * naming scheme for conflict files is now configurable (issue #2474)
4368     * removed svn-ref.tex as it's extremely out of date (issue #2762)
4369     * improved cancellation response in many situations
4370     * support Neon up to 0.28
4371     * character set conversion now uses native API on Windows (r25650)
4372     * HTTP authn protocol now configurable (for Neon 0.26 and higher) (r21531)
4373     * http:// (over Neon) supports HTTP redirection / relocation (issue #660)
4374     * support PKCS#11-provided (smartcard) SSL client certs with Neon (r29421)
4375     * authz now supports aliases (r21982)
4376     * authz token rules for authenticated-only, anonymous, and inverse (r23750)
4377     * mailer.py now supports properties in commit messages (r21684)
4378     * ra_serf now supports NTLM/SSPI authentication (issue #2900)
4379     * warn if try to turn off boolean property via propset/propedit (r25486)
4380     * display repository basename in XML and HTML index views (r25837, r25838)
4381     * config 'http-auth-type' can be overridden to force BASIC auth (r23900)
4382     * translation updates for all languages, as usual
4383     * Revamp mod_dav_svn logging; see tools/server-side/svn_dav_log_parse.py
4384     * misleading configure arg --enable-dso now --enable-runtime-module-search
4386   - Client-side bugfixes:
4387     * 'svn revert' of missing scheduled addition broke wc (issue #2425)
4388     * 'svn export' should export svn:externals from local copies (issue #2429)
4389     * 'svn status -uN' should show status of files (issue #2468)
4390     * 'svn update' overwrote if local timestamp unchanged (issue #2746)
4391     * 'svn update -N' errored when receiving a deletion (issue #3039)
4392     * 'svn merge' would delete locally modified props (issue #2857)
4393     * 'svn log --xml' could output invalid XML (issue #2866)
4394     * 'svn copy' on URL with spaces made wrong WC file name (issue #2955)
4395     * 'svn diff' was failing w/ large diffs on Windows (issue #1789)
4396     * 'svn delete' no longer deletes locally-modified files (issue #1808)
4397     * 'svn move' moved files to wrong directory on Windows (issue #1869)
4398     * 'svn revert' mistakenly used leftover .svn-revert files (issue #2927)
4399     * 'svn diff' output now shows relative paths (issue #2723)
4400     * 'svn diff' wasn't ignoring all EOLs (issue #2920)
4401     * 'svn cleanup' no longer fails on a missing .svn/tmp dir (r23370)
4402     * infinite loop in UTF conversion in non-C locale (issue #2577)
4403     * interrupting "svn status" could make svn crash (issue #2623)
4404     * commit-email.pl date header output now RFC2822-compliant (issue #2633)
4405     * authz write access to folder wasn't permitting locking (issue #2700)
4406     * stop complaining just because $HOME is unreadable (issue #2363)
4407     * do not display unescaped characters in error message (issue #2471)
4408     * propchange received on subdir merge causes conflict (issue #2969)
4409     * revert replaced-with-history files should restore checksum (issue #2928)
4410     * catch improper arguments to diff (issue #2996)
4411     * handle URLs like http://hostname (i.e. no path part) (issue #1851)
4412     * config autoprops honored regardless of case of entry (issue #2036)
4413     * "Cannot replace a directory from within" error now rarer (issue #2047)
4414     * handle _svn/.svn as part of a path (issue #3026)
4415     * make permissions changes on symlinks a no-op (issue #2581)
4416     * error usefully if asked to update a URL (r22296)
4417     * fixed infinite loop on Windows if fail to find repository root (r22483)
4418     * 'svn info $REPO_ROOT' now supports pre-1.2 svn:// servers (r26264)
4419     * be more resilient in the face of faulty .svn/entries files (r26482)
4420     * 'svn diff -x --ignore-eol-style' failed to ignore all EOLs (r27094)
4421     * rare property dataloss bug now fixed (issue #2986, see also r29538)
4422     * fixed faulty status reporting for some missing directories (issue #2804)
4423     * 'svn diff --summarize' showed wrong output paths (issue #2765)
4424     * propset and move interaction could cause property weirdness (r25833)
4425     * 'svn propget <propname> .@HEAD' now works (issue #3012)
4426     * 'svnsync' had bug with replaced+modified rev over serf (issue #2904)
4427     * 'svnsync --config-dir' sometimes ignored, thus tunnel agent bug (r27056)
4428     * update/merge safely receives file on top of schedule-add file (r23506)
4429     * http:// (over Neon) reports progress while disk-spooling delta (r26271)
4430     * print "Out of memory" before dying from memory shortage (issue #2167)
4431     * warn when used on old checkout without a repository root entry (r25168)
4432     * merge to missing file target wrongly appeared to succeed (issue #2782)
4433     * 'svn merge URL PATH -cX' could cause property corruption (issue #2781)
4434     * URL parsing now consistently checks for error earlier (issue #2207)
4435     * security hole: files could be created above cwd (r26047, CVE-2007-3846)
4436     * local property mods to replaced-with-history file could be lost (r26364)
4437     * revert of replaced-with-history path left copyfrom info (r23452)
4438     * character encoding translation could hang (r23492)
4439     * un-substituting keywords was buggy ($Id$ vs. $Id:$) (issue #2640)
4440     * ra_neon and ra_serf lost pre-revprop-change hook output (issue #443)
4441     * merge of non-empty subdir could be committed incorrectly (issue #1962)
4442     * many other minor bugfixes, optimizations, plugs of memory leaks, etc
4444   - Server-side bugfixes:
4445     * segfault in svnserve and svnversion commands fixed (issue #2757)
4446     * segfault when stopping httpd (if BDB repository) fixed (issue #2732)
4447     * 'svnadmin dump' had a path ordering bug (issue #2641)
4448     * better FSFS support for NFS v3 and lower (r24470)
4449     * better FSFS support for some buggy NFS clients (r29448)
4450     * authentication and authz bugs w.r.t. anonymous access (issue #2712)
4451     * inconclusive authz result should deny, not allow (r23815)
4452     * better reporting of problems parsing authz files (r22329)
4453     * set svn:date revprop even if dumpstream does not (issue #2729)
4454     * http:// commit can now create empty files properly (r25471, r25474)
4455     * squelch not-a-directory errors in both FS backends (issue #2549)
4456     * segfault on update-report response without base revision (issue #3023)
4457     * 'svnserve --root PATH' checks that PATH exists (r22580, r22701)
4458     * 'svnlook propget -t TXN_NAME' reports errors better (r22772)
4459     * make location of mod_dav_svn activity database configurable (r24873)
4460     * select only paths that are proper children of requested path (r25231)
4461     * http:// commit error could leave empty transactions behind (r23594)
4462     * 'svn switch --relocate' now works against unreadable repos root (r23848)
4463     * many other minor bugfixes too numerous to list here
4465   - Contributed tools improvements and bugfixes:
4466     * svn_load_dirs.pl:
4467       - Support global-ignores list (issue #2470)
4468       - Allow "@" in filenames (r22203, Debian bug 359145)
4469       - Add -no_auto_exe option (r26399)
4470     * svnmerge.py:
4471       - fixed: Always get end_rev from source instead of target (issue #2863)
4472       - fixed: 'init' now chooses a better default revision range (issue #2810)
4473       - fixed: Consider revs changing blocking status as reflected (issue #2814)
4474       - Performance inmprovement (issue #2812)
4475       - initialized revisions can be excluded (issue #2851)
4476     * new 'svn-populate-node-origins-index' tool (issue #3024)
4477     * new 'svn-merge-vendor.py' to assist in merging vendor branches (r23030)
4478     * 'svn2rss.py' is now called 'svn2feed.py'
4479     * svn2cl: New release 0.9 (r24498)
4480     * commit-email.pl: various improvements (r22971, r22589)
4481     * commit-email.rb: various improvements
4482     * psvn.el: too many improvements and new features to list them all here
4483     * dsvn.el: improve XEmacs compatibility (r24337)
4484     * svn-tweak-author.py: make NEWAUTHOR argument optional (r24387)
4485     * And more stuff that we just didn't have time to list.  Enjoy.
4487  Developer-visible changes:
4488  * General:
4489    - libsvn_ra_neon is new name for libsvn_ra_dav (to accommodate ra_serf)
4490    - many abort() calls removed, replaced with error returns
4491    - client and server now do capabilities exchange (r29358 et al)
4492    - gen_win.py: auto-detect the path to the JDK on Windows (r24333)
4493  * API changes:
4494    - many, many new APIs and types as part of the new features in 1.5.0
4495    - APIs to allow retrieving multiple revprops in one fetch (issue #2850)
4496    - basic progress reporting for ra_svn (issue #901)
4497    - new APIs for creating and using iterators (r26533)
4498    - svn_fs_node_origin_rev finds line of history origin (issue #3017, #3024)
4499    - svn_revnum_parse for parsing revision numbers (r26195)
4500    - svn_path_is_canonical for validating paths (r26481)
4501    - new API svn_fs_txn_root_base_revision() (r22610)
4502    - pass individual arguments rather than config objects (r25182, r25190)
4503    - clients can now extend HTTP User-Agent header (r28613)
4504    - SVN_ERR_RA_DAV_PATH_NOT_FOUND is deprecated and no longer raised
4505  * Bindings:
4506    - Many improvements to all bindings (Java, Perl, Python, and Ruby)
4509 Version 1.4.6
4510 (21 Dec 2007, from /branches/1.4.x)
4511 http://svn.apache.org/repos/asf/subversion/tags/1.4.6
4513  User-visible changes:
4514   - Client:
4515     * fixed: unbounded memory use in "svn cat" over ra_svn (r26964, -8)
4516     * fixed: 'svn diff --summarize file' displays erroneous output (issue #2765)
4517     * fixed: 'svn status' wrong on previously-reverted deleted dir (issue #2804)
4518     * fixed: 'svn up' can delete unversioned symlinks (issue #1808)
4519     * fixed: use correct properties for locally replaced files (issue #2743)
4520     * fixed: 'svn info -R $REPO_ROOT' w/ pre-1.2 svnserve broken (r26264)
4521     * fixed: svnsync ignores '--config-dir' (r27056)
4522     * datestamps can be localized (r26156)
4523     * fixed: text base not updated when merging a replaced file (issue #2698)
4524     * fixed: inverted 'switch --relocate' error message (r22355)
4525     * fixed: sporadically failing file and directory removal on Windows (r25520)
4526     * fixed: property file handling for schedule-delete files (r25833)
4527     * fixed: allow invalid svn:eol-style values (r28331)
4528     * fixed: 'svnadmin rmlocks' should error when no path provided (r28431)
4529     * support neon 0.26.4 (r26077)
4531   - Server:
4532     * fixed: authz granted if calculation inconclusive (r23815)
4533     * fixed: svndumpfilter crashes on Windows (r23494)
4534     * fixed: wrong pointer type used for memset (r27263)
4535     * fixed: invalid FSFS directory cache can corrupt repository (r27256)
4536     * fixed: dir props on FSFS filesystem root never conflict (issue #2608)
4538   - Client and Server:
4539     * fixed: "No newline at end of file" message translated (issue #2906)
4540     * use compressed delta encoding for 'svn blame' in svnserve (r26115)
4541     * translation updates for Simplified Chinese
4543  Developer-visible changes:
4544  * svnserveautocheck.sh script is executable (r23942)
4545  * add RHEL5 RPM (r25593)
4546  * test suite passes with trunk servers (forwards-compatibility) (r25607)
4547  * javahl bindings:
4548      - improve error reporting from native code (r25208)
4551 Version 1.4.5
4552 (27 Aug 2007, from /branches/1.4.5)
4553 http://svn.apache.org/repos/asf/subversion/tags/1.4.5
4555  User-visible changes:
4556  * fixed: file placement vulnerability (Win32 clients only)
4557           See CVE-2007-3846, and descriptive advisory at
4558           http://subversion.apache.org/security/CVE-2007-3846-advisory.txt
4561 Version 1.4.4
4562 (30 May 2007, from /branches/1.4.x)
4563 http://svn.apache.org/repos/asf/subversion/tags/1.4.4
4565  User-visible changes:
4566   - Client:
4567     * fixed: 'svn up' of replaced file without history fails (issue #2618)
4568     * fixed: 'svn export' succeeds on non-existent URL (r23191, -3, -5, -200)
4569     * fixed: 'svn diff' fails writing large hunks to Win console (issue #1789)
4570     * fixed: 'svn merge' shows 'G' notifications for unchanged files (r24483)
4571     * fixed: svnsync cannot sync unreadable modified dir copies (issue #2705)
4572     * fixed: ra_dav litters empty transactions if initial setup fails (r23594)
4573     * fixed: inconsistent expansion of revision number keywords (issue #1743)
4575   - Server:
4576     * fixed: rare dirprop dataloss leading to BDB repo corruption (issue #2751)
4577     * fixed: race condition when changing FSFS revprops (r23439, r23440)
4578     * fixed: 'svnadmin load' invents svn:date if none exists (issue #2729)
4579     * fixed: svnserve can't commit locked file if root unwritable (issue #2700)
4580     * fixed: 'svnadmin dump' output invalid for non-ASCII paths (issue #2641)
4581     * fixed: security flaw in 'svn prop*' commands [CVE-2007-2448] 
4582           (r25095, -099, -104, -105, -10)
4584   - Client and Server:
4585     * fixed: hang during character translation (r23491, r23492)
4586     * translation updates for Simplified Chinese, Japanese, and Norwegian
4588  Developer-visible changes:
4589  * new "make svnserveautocheck" testing target (r23558)
4590  * fixed: ra_serf fails checkout if access to repos root is forbidden (r23846)
4591  * fixed: svn_client_cat2() doesn't accept WORKING as a revision (r23556)
4592  * javahl bindings:
4593      - fixed: potential segfault in initialisation (r23383)
4594      - fixed: SVNClientSynchronized.logMessages() isn't synchronised (r23978)
4595      - fixed: SVNClient.info2() misreports itself as unlock in errors (r24219)
4596  * SWIG/perl bindings:
4597      - fixed: ra_do_{update,switch,status} don't work with Perl delta editors
4598            (r20667, r22311)
4599  * SWIG/python bindings:
4600      - fixed: memory leak whenever C APIs returned errors (r23521)
4601  * SWIG/ruby bindings:
4602      - fixed: typos in method Svn::Wc#merge_prop_diffs and docs (r23405, -6)
4605 Version 1.4.3
4606 (18 January 2007, from /branches/1.4.x)
4607 http://svn.apache.org/repos/asf/subversion/tags/1.4.3
4609  User-visible changes:
4610   - Client:
4611     * fixed: crash using automatic auth protocols with Neon 0.26 (r22440, -61)
4612     * fixed: svn_load_dirs.pl cannot import file names containing '@' (r22203)
4613     * fixed: error when committing replaced directories (r22991, -8)
4614     * fixed: inability to change file perms due to existing file perms (r23018)
4615     * include newest version of svn-graph.pl (r22969)
4617   - Server:
4618     * fixed: incorrectly reporting authz circular dependencies (issue #2684)
4619     * fixed: potential filesystem memory leak in commit finalisation (r22729)
4621   - Client and Server:
4622     * fixed: crash in character translation, particularly on Windows (r22417)
4623     * fixed: potential string corruption when resizing string buffers (r22689)
4624     * translation updates for Korean, Spanish, Italian, Simplified Chinese,
4625           and Japanese (fixing issues #2649 and #2681)
4627  Developer-visible changes:
4628  * support Neon 0.26.2 (issue #2666)
4629  * update (experimental) ra_serf repository access module for DAV (r22872)
4630  * Windows installer improvements (r21516, r22155, r22224)
4631  * fixed: svn_{ra,repos}_replay() doesn't send checksums (r22346, -51, -52)
4632  * fixed: error when calling svn_repos_replay2() with a txn root (r22609)
4633  * fixed: Solaris packaging script broken (issue #2669)
4634  * javahl bindings:
4635      - fixed: auth cache is created in the current directory (r22780)
4636      - fixed: SVNAdmin's setLog() method always fails (r22387)
4637      - fixed: target dependency order in generated build scripts (r22209)
4638  * SWIG/perl bindings:
4639      - fixed: memory leak when calling methods on a Perl commit editor (r22332)
4642 Version 1.4.2
4643 (2 November 2006, from /branches/1.4.x)
4644 http://svn.apache.org/repos/asf/subversion/tags/1.4.2
4646  User-visible changes:
4647   - Client:
4648     * new "notes/svnsync.txt" file explains common svnsync usage
4649     * install a manpage for svnsync (r21403)
4650     * install/package svnsync on Windows (r21387, r21424)
4651     * translation updates for all languages
4652     * dramatically speed up commit of wc-to-wc copy (r21471)
4653     * fixed: support 'svn co URL@{DATE}' (issue #2602)
4654     * fixed: cannot access repositories with spaces via svn:// (issue #2612)
4655     * fixed: passing full URL in some DAV requests, breaking proxies (r21526)
4656     * fixed: history-tracing can fail for renamed directories (issue #2600)
4657     * fixed: crash if interrupted while opening a working copy (r21792)
4658     * fixed: 'svn merge' should notify about conflicted files (issue #2584)
4659     * fixed: 'svn revert' should notify about prop-only reverts (issue #2517)
4660     * fixed: 'svn status -u' not showing props changed on wc root (issue #2533)
4661     * fixed: 'svn status -u' fails in a read-only working copy (r21904, -19)
4662     * fixed: 'svn up' failing with checksum mismatch error (issue #2618)
4663     * fixed: 'svnsync sync' copying missing implicit revprops (issue #2613)
4664     * fixed: svnsync unable to synchronise copies of URL-unsafe paths (r22092)
4665     * svnshell tool: support "setrev head" (r20992)
4666     * include newest version of svnmerge.py
4668   - Server:
4669     * FSFS: improve detection of disk write errors (r21346)
4670     * FSFS: prevent API violation from corrupting repository (issue #2467)
4671     * improved error checking when running hook scripts, etc (r21483)
4672     * mailer.py: new commit_url option links to web page for a commit (r21333)
4674  Developer-visible changes:
4675  * support Neon 0.26.0 and 0.26.1 (r21289, r21293, r21956)
4676  * support current CVS versions of libtool (post-1.5.22) (r22120)
4677  * now compiles on architectures without APR_HAS_DSO (e.g. RISC OS) (r21473)
4678  * fixed: build error on FreeBSD due to missing svnsync manpage (r21403)
4679  * RHEL3 RPM package requires correct version of Apache httpd (r21974)
4680  * numerous improvements to coverage of the test suite
4681  * javahl bindings:
4682      - compile Java bytecode for Java 1.2 VM (r21765, -7, r21814)
4683      - fixed: crash if using 1.4.x bindings with older libraries (r21316, -429)
4684      - fixed: crash when empty destination path passed to checkout (r21770)
4685  * SWIG/ruby bindings:
4686      - fixed: accept nil for Svn::Repos#load_fs's parent_dir argument (r21793)
4687  * SWIG/python bindings:
4688      - fixed: crash when using an apr_hash_t typemap (issue #2606)
4689      - fixed: in tests, use URLs that work on Windows (r21392)
4690  * SWIG/perl bindings:
4691      - fixed: ra_replay works with Perl delta editors (r20666)
4694 Version 1.4.1
4695 (Not released, see changes for 1.4.2.)
4698 Version 1.4.0
4699 (10 September 2006, from /branches/1.4.x)
4700 http://svn.apache.org/repos/asf/subversion/tags/1.4.0
4702  User-visible changes:
4703   - Client:
4704     * new 'svnsync' commandline tool for repository replication
4705     * numerous working copy improvements (WARNING! upgrades to new format!):
4706       - improved performance when detecting modified files (r18628 -56)
4707       - new property storage is faster and uses less disk space (r17583)
4708       - internal wcprops take up less space (r19433 -37)
4709       - large file commit speedups (r17861 -73 18867 -918 -29 -44 -45 -48 -49)
4710       - reduce memory usage for large working copies (r19183 -538)
4711       - increased working copy stability with merge, copy and move:
4712             (fixes issues #845, #1516, #1553, #2135, #2144, #2148)
4713     * new switches added:
4714       - 'svn blame --force' (issue #2509)
4715       - 'svn diff/merge -c/--change' (r17054 -6 -68 18568 -741)
4716       - 'svn diff --summarize' (issue #2015)
4717       - 'svn merge/blame -x' (r18716 -20) (r18602 -857)
4718     * 'svn log' now supports peg revisions (issue #2287)
4719     * 'svn export' now creates intermediate directories if needed (r20030)
4720     * use switch/relocate when svn:externals updated (issue #2209)
4721     * internal diff can ignore whitespace and eol style changes (issue #2121)
4722     * conflict markers now match the file's eol style (issue #1325)
4723     * new svn2cl, svn-viewdiff and svn-resolve contrib scripts
4724     * numerous improvements to svnmerge.py, vc-svn and psvn
4725     * translation updates for all languages
4726     * Mac OS X: store cached passwords encrypted in Keychain (r17619 -43)
4727     * fixed: 'svn ls' slow over ra_dav (issue #2151)
4728     * fixed: 'svn import' not handling eol-style correctly (issue #2433)
4729     * fixed: 'svn blame' should default operative rev range to peg rev (r18400)
4730     * fixed: 'svn blame' ignores eol-style (issue #2431)
4731     * fixed: 'svn checkout' should default operative rev to peg rev (r18422)
4732     * fixed: 'svn diff' supports all eol styles (r17624 -8 -61 18195 -392)
4733     * fixed: 'svn diff' multi-target memory leak (r17518)
4734     * fixed: 'svn merge' showing wrong status with external diff3 (issue #1914)
4735     * fixed: 'svn merge' not merging added dir into deleted dir (issue #2515)
4736     * fixed: 'svn rm' of non-existent item should fail (issue #2440)
4737     * fixed: 'svn status' should skip unversioned files (issue #2030)
4738     * fixed: 'svn status' shows added and conflicted files as added (r20382)
4739     * fixed: 'svn switch --relocate' may set wrong repos root (r17031)
4740     * fixed: 'svn switch --relocate' memory leak (r19535)
4741     * fixed: 'svn switch --relocate' not caching passwords (issue #2360)
4742     * fixed: 'svn info' not showing locks sometimes (r19777)
4743     * fixed: incorrect merge of add of binary file already in WC (issue #2403)
4744     * fixed: possible dataloss if editing immediately after merge (r20609 -12)
4745     * fixed: lots of diff wc<->repos bugs
4746     * fixed: unfriendly error message on propget on nonexistent path (r19399)
4747     * fixed: spurious revert report after manual conflict removal (issue #2517)
4748     * fixed: don't allow -rPREV on schedule add path (issue #2315)
4749     * fixed: keywords with dollar signs cause badness (issue #1780)
4750     * fixed: really revert file with locally modified keywords (issue #1663)
4751     * fixed: deleting schedule add file leaves working props file (issue #2419)
4752     * fixed: svn:needs-lock and read-only-ness not always in sync (issue #2306)
4753     * fixed: post-commit error output not sent to the client (issue #443)
4754     * fixed: not locked error on commit of switched path (issue #2353)
4755     * fixed: svn_apply_autoprops.py should trim whitespace from props (r20790)
4756     * fixed: show locking notifications in local path style (r20927)
4757     * fixed: encoding error on error messages from invalid options (r20883)
4759   - Server:
4760     * support for new 'svnsync' repository mirroring utility
4761     * support for BDB 4.4, including automatic recovery (issue #2449)
4762     * new contrib hook scripts:
4763       - enforcer
4764       - detect-merge-conflict.sh
4765       - case-insensitive.py
4766     * new tools script svn-backup-dumps.py
4767     * new tools hook script log-police.py
4768     * svnserve improvements:
4769       - can now run as a native Windows service (r18855)
4770       - new option --pid-file (r17836)
4771       - allow the password database to be read-only (r16840)
4772     * mod_dav_svn improvements:
4773       - fixed: error conversion crash (r19516)
4774       - fixed: unfriendly error when locking already locked path (issue #2275)
4775       - fixed: xml escaping bugs (r19760 -85 -86)
4776     * authorization improvements:
4777       - new mod_dontdothat apache module (r19531)
4778       - new mod_authz_svn directive AuthzSVNNoAuthWhenAnonymousAllowed (r18680)
4779       - error out when authz rules contain unexpected characters (r19471)
4780     * support .wsf hook scripts on Windows (r18972, 19076)
4781     * lots of improvements to mailer.py and commit-email.pl
4782     * FSFS back-end performance improvements (r17125 19119 -456 -58 -59)
4783     * fixed: 'svnadmin verify' output not in native encoding (issue #1997)
4784     * fixed: uuid file in FSFS could be destroyed on write error (issue #2193)
4785     * fixed: FSFS path encoding bug (r17774)
4786     * fixed: don't crash on corrupt repositories (r17625)
4787     * fixed: expect error output from hook scripts in native encoding (r17101)
4788     * fixed: catch errors starting hook scripts (r16891 17041 -81)
4789     * fixed: svnserve and authz can cause broken WCs (issue #2566)
4790     * fixed: the default hook script templates should be vanilla sh (r20796)
4792   - Both:
4793     * delta compression improvements:
4794        - new delta encoding reduces size (r18363 -94 -66 -78 -98 -99 -457 -950)
4795        - xdelta algorithm speed improvements (r18986, 19047)
4796     * don't bail on invalid locale (r19445)
4797     * improve speed of non-verbose svn ls (r17067 -71)
4798     * fixed: delta combiner reading past EOF (r17743)
4800  Developer-visible changes:
4801  * require APR >= 0.9.7 to improve error detection for FSFS repos (r19915)
4802  * require zlib, for svndiff1 delta encoding (r18363)
4803  * support SWIG 1.3.29 (r19968)
4804  * support autoconf 2.60-dev (r19919 20632 -36)
4805  * removed no-longer-supported Red Hat 7.x RPMs (r20462)
4806  * add support for building RPMs for x86-64 architecture (r20548 -552)
4807  * numerous improvements to gen-make.py build system, especially on win32
4808  * removed Visual Studio.NET APR 0.9 project files (r20170)
4809  * numerous improvements to the test suite
4810  * new public APIs:
4811      - keyword / eol translation helpers and generic streams (see svn_subst.h)
4812      - new generic stream helpers (see svn_io.h)
4813      - authn providers made available to other clients (see svn_auth.h)
4814      - svn_cmdline_setup_auth_baton
4815      - svn_dso_initialize, svn_dso_load
4816      - svn_client_diff_summarize and svn_client_diff_summarize_peg
4817      - svn_client_list
4818      - svn_config_has_section
4819      - svn_txdelta_compose_windows and svn_txdelta_apply_instructions
4820      - svn_txdelta_stream_create
4821      - svn_diff_file_options_create and svn_diff_file_options_parse
4822      - svn_err_best_message
4823      - svn_compat_wrap_commit_callback
4824      - svn_uuid_generate
4825      - svn_user_get_name and svn_user_get_homedir
4826      - svn_io_get_dir_filenames
4827      - svn_ra_reparent
4828      - svn_ra_replay
4829      - svn_wc_revision_status
4830      - several rev'd APIs, see doxygen docs
4831  * flush stdout after each status/notification line (r19476 -656)
4832  * new (experimental) ra_serf repository access module for pipelined DAV
4833  * .svn/entries use a less verbose non-xml format (r19420)
4834  * make recursive 'svn ls' streamy (issue #1809)
4835  * remove svn-config script
4836  * empty-file and README.txt removed from WC admin areas (r17181 -268 -364)
4837  * replace cmdline client XML DTDs with RNG schemas (r16379 -80 -93 -571 17248)
4838  * fixed: log --limit against old svnserve leaves unusable session (r19638)
4839  * fixed: Solaris build problems (r19636)
4840  * fixed: blame of WORKING revision shouldn't give BASE (r19558)
4841  * fixed: svn_client_copy and _move should fail if target exists (issue #2188)
4842  * fixed: svn_io_file_rename and readonlyness on Windows and UNIX (r17366 -69)
4843  * fixed: ra_dav memory leak when reusing session (issue #2247)
4844  * fixed: console character encoding problems when built with VS2005 (r20108)
4845  * fixed: various problems with --enable-dso and global pools (r20996, r20999)
4846  * fixed: installer file syntax error in new versions of Inno Setup (r21022)
4847  * SWIG bindings:
4848      - SWIG/python bindings:
4849        - new support for svn_client_info (r19413)
4850      - SWIG/ruby bindings:
4851        - full support for Subversion 1.4 APIs, including :
4852          svn_ra_replay and svn_diff_summarize
4853        - numerous bug fixes
4854        - add ruby documentation (make install-swig-rb-doc) (r20166)
4855        - add APIs for adding a provider (r21079)
4856      - SWIG/perl bindings:
4857        - new support for svn_client_info (r18758)
4858        - minor corrections to SVN::Fs (r19312)
4859  * javahl bindings:
4860      - APIs to get version info for the native libraries  (r17604 -07)
4861      - API for path validation (r18989, r19079)
4862      - C++/Java code refactoring, cleanup, and consolidation
4863      - fixed: handle possible errors from date/time conversions (r17213)
4864      - fixed: SVNClient username/password JVM crash on null input (r19803 -13)
4865      - fixed: specify default UUID load action (r18030)
4866      - fixed: compile error on Visual Studio 2005 (r18054)
4869 Version 1.3.2
4870 (23 May 2006, from /branches/1.3.x)
4871 http://svn.apache.org/repos/asf/subversion/tags/1.3.2
4873  User-visible changes:
4874   - Client:
4875     * fixed: 'svn st -u' crash on missing subdirs (r19348, -71, issue #2551)
4876     * fixed: leaving stray working copy locks on cancellation (r18893)
4877     * fixed: svn_load_dirs.pl trying to import .svn and _svn dirs (r18549)
4878     * svn_load_dirs.pl symlink support (issue #2478)
4879     * translation updates to Japanese, Traditional Chinese.
4881   - Server:
4882     * fixed: mod_dav_svn memory leak when listing large dirs (r19528)
4883     * fixed: mod_dav_svn crash on valid request (r19520)
4884     * fixed: svnserve protocol error in lock, causing client hang (issue #2548)
4885     * mailer.py: add Content-Transfer-Encoding header (r19319)
4886     * mailer.py: fixed: named substitutions incorrectly ignored (r18114, -681)
4887     * fixed: authz requires read access for root for writes (issue #2486)
4888     * svnauthz-validate: add config file validation tool (r18504, -09)
4890  Developer-visible changes:
4891  * fixed: tests don't catch repository creation failure properly (r19149,-51)
4892  * support SWIG 1.3.28
4893  * support APR 0.9.x >= 0.9.10 (r19039, -57, -60)
4894  * python bindings:
4895      - fixed: link error on OpenBSD (r18983)
4896  * ruby bindings:
4897      - fixed: memory leak (r19493)
4898      - fixed: NULL argument conversion bug (r19543)
4901 Version 1.3.1
4902 (25 March 2006, from /branches/1.3.x)
4903 http://svn.apache.org/repos/asf/subversion/tags/1.3.1
4905  User-visible changes:
4906   - Client:
4907     * fixed: segfault moving unversioned files (issue #2436)
4908     * fixed: verbose list broken over ra_dav (issue #2442)
4909     * fixed: 'svn ci -m path_name' not requiring '--force-log' (r17956)
4910     * fixed: crash on mixed-case https URL scheme (r18042)
4911     * fixed: crash in status with ignored directories (r18291)
4912     * fixed: strip peg rev from default checkout directory (r18416)
4913     * fixed: diff crash with non-recursive checkout (r17231, 18539, -41)
4914     * fixed: 'svn ls' URL encoding bug with locks (r18665, -68)
4915     * fixed: unlock circumvents lock token check (r18691, -94)
4916     * fixed: repos-to-repos copy crash (r18451)
4917     * fixed: 'svnmerge' utility improvements (r18811)
4918     * translation updates for German, Swedish and Norwegian
4920   - Server:
4921     * fixed: set svn:date at the end of commit in fsfs (r18078)
4922     * fixed: don't wait for hook script background jobs (r18146)
4923     * fixed: mod_dav_svn should log the whole error chain (r18211)
4924     * fixed: uncomment section headers in repos config files (r18247, -50)
4925     * fixed: log scalability issues with many paths (r18395, -404)
4926     * fixed: better path input validation in mod_dav_svn (r18660)
4927     * fixed: assert in copy in fsfs and bdb (issue #2398)
4928     * fixed: RPM package bad interaction with NFS servers (issue #1456)
4930   - Both:
4931     * fixed: copyright years updated to include 2006 (r18021, -127)
4933  Developer-visible changes:
4934  * fixed: missing #include (r18065)
4935  * fixed: allow building with Neon 0.25.5 (r18215)
4936  * fixed: error leaks (18196, -249)
4937  * javahl bindings:
4938      - fixed: compile error on Visual Studio 2005 (r18054, -55)
4939  * python bindings:
4940      - fixed: libsvn_swig_py link problem on Solaris 10 (r17910)
4941      - fixed: pool lifetime bug (r17992)
4942      - fixed: memory leak (r18230)
4943      - fixed: race condition during application pool initialization (r18721)
4944      - fixed: Make pool parameters optional (issue #2444)
4945  * ruby bindings:
4946      - fixed: pool management issue (r17795, -811)
4947      - fixed: protect baton from garbage collection (r17627)
4948      - fixed: conversion bug (r17726, -925)
4949      - fixed: compile errors with SWIG 1.3.24 (r18456, -58)
4952 Version 1.3.0
4953 (30 December 2005, from /branches/1.3.x)
4954 http://svn.apache.org/repos/asf/subversion/tags/1.3.0
4956  User-visible changes:
4957   - Client:
4958     * 'svn ls -v' now shows remote locks (issue #2291)
4959     * 'svn status' speedup (r15061, r15103)
4960     * 'svn blame' speedup on files with long history (issue #1970)
4961     * 'svnversion' now assumes default argument of '.' (r14892)
4962     * support for neon 0.25.x, which fixes http:// control-c bug (issue #2297)
4963     * support for more ISO-8601 date formats, compatible with GNU date (r14428)
4964     * support for single-digit date components (r15459)
4965     * on Windows, '_svn' admin dir now toggled by runtime env. variable (r16244)
4966     * working copy size with empty propfiles reduced (r16855, see releasenotes)
4967     * new switches added:
4968        - 'svn blame --xml [--incremental]' (r14690)
4969        - 'svn status --xml [--incremental]'  (issue #2069)
4970        - 'svn info --xml [--incremental]'
4971        - 'svn add/import --no-ignore'  (issue #2105)
4972        - 'svnlook tree --full-paths'  (r13976)
4973        - 'svnlook diff --diff-copy-from'  (r14855)
4974        - 'svnlook changed --copy-info' (r16681)
4975     * fixed: 'svn copy wc URL' might include deleted items (issue #2153)
4976     * fixed: 'svn copy wc wc' allows cross-repository copies (issue #2404)
4977     * fixed: 'svn up/merge' major property-merging bugs (issue #2035)
4978     * fixed: 'svn merge' insisting on write access to '.' (issue #2411)
4979     * fixed: 'svn merge' cross-device move problems (r16293, -329, -330)
4980     * fixed: 'svn diff' outputs headers in wrong encoding (issue #1533)
4981     * fixed: 'svn proplist/add/cat' dies on unversioned items (issue #2030)
4982     * fixed: 'svn add' not honoring svn:ignore property (issue #2243)
4983     * fixed: 'svn log -rN:M --limit X' error over http:// (issue #2396)
4984     * fixed: 'svn switch --relocate' failure on 'deleted' dir (r16673)
4985     * fixed: 'svn info' not always showing repos lock (issue #2276)
4986     * fixed: 'svn info' might show lock on wrong path (r16626)
4987     * fixed: 'svnlook' chokes on logs with inconsistent newlines (r14573)
4988     * fixed: 'svnlook propget --revprop -t' failure (r15203)
4989     * fixed: 'svnversion' wrongly traverses into externals (r15161)
4990     * fixed: incorrect URI encoding passed to svn+ssh:// (issue #2406)
4991     * fixed: properly handle filenames containing '@' (issue #2317)
4992     * fixed: '--non-interactive' now suppresses launch of $EDITOR (r15277)
4993     * fixed: conflict markers not in current encoding (r14621)
4994     * fixed: commands ignoring extraneous -m or -F switches (issue #2285)
4995     * fixed: poor error-checking when using revprops (r15542)
4996     * fixed: stack-smashing bugs (r15948, r16037)
4997     * fixed: incorrect parsing of mod_dav_svn XML responses (r17589)
4998     * translation updates for all languages
5000   - Server:
5001     * svnserve improvements:
5002        - can now restrict read/write access by path (see releasenotes)
5003        - undeprecation of the --read-only (-R) option (r17614)
5004     * mod_dav_svn improvements:
5005        - 'SVNListParentPath on' shows all repositories in web browser (r16158)
5006        - ability to log high-level client operations (see releasenotes)
5007        - sets svn:mime-type on autoversioning commits (r14359)
5008     * 'svn log' performance improvement (r14722)
5009     * fixed: fs history algorithm might return wrong objects (issue #1970)
5010     * fixed: repos deadlock when hooks output too much (issue #2078)
5011     * fixed: mod_dav_svn displays errors with sensitive paths (r14792)
5012     * fixed: anonymous reader could create empty commits (issue #2388)
5013     * fixed: possible segfault to callers of trace_node_locations() (r16188)
5014     * fixed: BDB-style locking actions on FSFS repositories (r16295, r16297)
5015     * fixed: numerous bugs running BDB commands on FSFS (issue #2361, r16388)
5016     * fixed: svndumpfilter incorrectly remapping dropped revs (issue #1911)
5018   - Both:
5019     * faster multiple (un)locks in a single svn:// request (issue #2264)
5020     * the Subversion Book is no longer bundled (r17466)
5022  Developer-visible changes:
5023  * reorganization of automated tests, including ability to run on ramdisk
5024  * lots of Doxygen/API documentation cleanup
5025  * numerous improvements to gen-make.py build system, especially on win32
5026  * working copy is now storing repos_root as separate field (issue #960)
5027  * keywords are now stored in an internal hash (issue #890)
5028  * client status APIs now makes more server-side info available (r16344)
5029  * new public APIs:  
5030      - new transfer progress callback for DAV (r15948)
5031      - svn_ra_initialize(), svn_client_open_ra_session()
5032      - svn_fs_closest_copy(), svn_fs_type()
5033      - several rev'd APIs, see doxygen docs
5034  * SWIG bindings: No more compile-time or runtime SWIG dependencies
5035      - SWIG/python bindings:
5036         - automatic memory management: APIs no longer require pool arguments!
5037         - improved stability, as shown by our new testsuite
5038         - better error messages
5039      - SWIG/ruby bindings:
5040         - complete API coverage!
5041         - automatic memory management
5042         - greatly expanded test suite
5043      - SWIG/perl bindings:
5044         - new accessors for svn_lock_t, svn_fs_access_t
5045         - a number of bugfixes
5046  * javahl bindings:
5047      - add streamy API for fetching file contents (r15584) 
5048      - fixed: let tests run before bindings are installed (issue #2040)
5049      - fixed: lock command not raising errors properly (issue #2394)
5050      - fixed: ignored errors from svn_client_blame2() (r16434)
5053 Version 1.2.3
5054 (19 August 2005, from /branches/1.2.x)
5055 http://svn.apache.org/repos/asf/subversion/tags/1.2.3
5057  User-visible changes:
5058   - Client:
5059     * fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn (r15359, r15423)
5060     * fixed: 'svn export' segfault (r15516)
5061     * fixed: 'svn merge' memory leak (r15233)
5062     * fixed: horrible rename-tracing performance against 1.0 servers (r15315)
5063     * fixed: 'svn cat' over file:// -- small leak  (r15253)
5064     * fixed: crash with "svn lock" and authentication (r15703)
5065     * improvements to 'svnmerge' utility (r14008,-458,-587,-632, r15329,-340)
5066     * translation updates for French, German, Polish, Norwegian, Swedish,
5067       Korean
5069   - Server:
5070     * fixed: mod_authz_svn being overly restrictive (r15463)
5071     * fixed: fsfs directory caching bug (r15705, r15742)
5073   - Both:
5074     * fixed: crash when >50 options passed to any commandline app (r15251)
5075     * fixed: memory leak in character translation handle caching (r15379,-398)
5077  Developer-visible changes:
5078  * fixed: crash when calling svn_client_(un)lock with no targets (r15734)
5079  * rhel-4 RPM bugfix for python bindings (r15616)
5080  * missing #include in SWIG bindings (r15683)
5081  * javahl bindings:
5082      - fixed: JNI library loading bug (r15552)
5083      - fixed: JNI stack-name cut and paste error (r15337)
5084      - fixed: crash when revisions have no dates (r15737)
5085  * perl bindings:
5086      - now compatible with SWIG 1.3.25 (r15248)
5087      - allow SVN::Pool to be used as pool parameter (r15450)
5088      - make SVN::Delta::Editor friendlier for debugging (r15609)
5089      - fixed: wrap svn_ra_stat properly (r15713)
5090      - fixed: bug in SVN::Core::Stream's read function (r15698, r15700)
5091  * ruby bindings:
5092      - now compatible with SWIG 1.3.25 (r14980, r15361)
5095 Version 1.2.2
5096 (Not released, see changes for 1.2.3.)
5099 Version 1.2.1
5100 (5 July 2005, from /branches/1.2.x)
5101 http://svn.apache.org/repos/asf/subversion/tags/1.2.1
5103  User-visible changes:
5104   - Client:
5105     * fixed: 'svn lock' on switched file locks wrong thing (issue #2307)
5106     * fixed: 'svn (un)lock' errors on multiple targets (r14736, 14775)
5107     * fixed: 'svn (un)lock' problems with URI-unsafe names (issue #2314)
5108     * fixed: 'svn (un)lock' not caching authentication (r15088)
5109     * fixed: 'svn unlock' loses executable bit (r14859, r14923, r14939)
5110     * fixed: 'svn unlock URL' segfault (r14893)
5111     * fixed: 'svn commit' failure on XML-unsafe locked paths (issue #2335)
5112     * fixed: recursive directory copy bug (issue #2343)
5113     * fixed: don't initialize RA library in 'svnversion' (r14755)
5114     * fixed: svn-push segfault (r14732)
5115     * various translation updates for localized client messages
5117   - Server:
5118     * fixed: 'svn log' performance regression, general (r14116, 14772, 14759)
5119     * fixed: 'svn log -v' performance regression, FSFS-specific (r15016)
5120     * fixed: mod_dav_svn bug sets content-type incorrectly (r15046)
5122  Developer-visible changes:
5123  * fixed: win32 innosetup's add/repair/remove features (r14830)
5124  * fixed: OBOE with 'limit' parameter of svn_repos_get_logs3(). (r15119)
5125  * redhat RPM fixes (r15050)
5126  * perl bindings:
5127      - accessors for svn_lock_t (r15082)
5128      - call utf_initialize, adjust global pool usage (r15076, r15080,
5129                                                       r15081, r15117)
5132 Version 1.2.0
5133 (21 May 2005, from /branches/1.2.x)
5134 http://svn.apache.org/repos/asf/subversion/tags/1.2.0
5136 See the 1.2 release notes for a more verbose overview of the changes since
5137 the 1.1 release:  http://subversion.apache.org/docs/release-notes/1.2.html
5139  User-visible changes:
5140   - Client:
5141     * add peg-rev syntax to co/blame/cat/ls/pget/plist/export (issue #1093)
5142     * 'svn info' now works on URLs (r13123, 13144)
5143     * 'svn* --version' now shows available repository back-ends (r13761)
5144     * new fixed-length keywords (for placement in binary files) (issue #2095)
5145     * on Windows, disk-cached passwords are now encrypted (r13888)
5146     * performance improvements:
5147        - 'svn status' does much less disk parsing (r11677, 11704)
5148        - 'svn st -u' no longer asks server to generate textdeltas (issue #2259)
5149        - 'svn revert -R' doing much less work (r13883)
5150        - utf8<->native conversions are faster now (issue #2016)
5151     * new switches added:
5152        - 'svn commit --no-unlock           - retain lock in wc upon commit
5153        - 'svn log --limit N'               - show only first N log messages
5154        - 'svn info --revision'             - show info on older object (r13265)
5155        - 'svn list --xml'                  - output listing in XML
5156        - 'svn propset --force'             - allow unusual propsets (#2065)
5157        - 'svn diff --force'                - show diffs on binary files (#2099)
5158        - 'svn co/up/st --ignore-externals' - skip over externals (#2189)
5159        - 'svn export --non-recursive'      - don't export subdirs (issue #2228)
5160        - 'svnversion --help'               - show help (r13128)
5161     * fixed: 'svn merge' fails to add symlinks or expand keywords (issue #2064)
5162     * fixed: 'svn merge --dry-run' shows spurious 'skip' messages (issue #1943)
5163     * fixed: 'svn merge' file-not-found' error (issue #1673)
5164     * fixed: 'svn merge' of propchanges into deleted file (issue #2132)
5165     * fixed: 'svn merge' on implicit target with space (r13010)
5166     * fixed: 'svn merge/diff URL URL' can cause httpd timeout (issue #2048)
5167     * fixed: 'svn switch/update' failure might corrupt wc (issue #1825)
5168     * fixed: 'svn up' should rm before add, helps case-insensitivity (r12616)
5169     * fixed: 'svn up -rX' causes file to be unrestorable (issue #2250)
5170     * fixed: 'svn copy wc wc' should keep .svn/ hidden (issue #1739)
5171     * fixed: 'svn copy wc wc' of deleted=true doesn't delete (issue #2101)
5172     * fixed: 'svn copy' shouldn't copy into schedule-delete area (issue #2020)
5173     * fixed: 'svn copy dir dir' infinite recursion (issue #2224)
5174     * fixed: 'svn log' throws error on unversioned target (issue #1551)
5175     * fixed: 'svn log' in r0 working copy shows r1 log msg (issue #1950) 
5176     * fixed: 'svn export' bugs on deleted dirs or nonexistents (#2226, r13226) 
5177     * fixed: 'svn export' on single file from working copy (issue #1708)
5178     * fixed: 'svn import' creating an empty revision (r14293)
5179     * fixed: 'svn commit' ignores --encoding when editing externally (#2244)
5180     * fixed: 'svn commit' log message lost if utf8-conversion failure (r13230)
5181     * fixed: 'svn diff' output encoding bug (r11461)
5182     * fixed: 'svn diff' showing prop-diffs on repos root dir (r13381-2)
5183     * fixed: 'svn diff' label reversal (issue #2033)
5184     * fixed: 'svn propget' prints extra newline in --strict mode (r14505)
5185     * fixed: 'svn propset' should skip unversioned files (#2030)
5186     * fixed: 'svn rm URL1 URL2 URL3...' huge memory usage (issue #2218)
5187     * fixed: 'svn mkdir' cleanup after failure (r11883)
5188     * fixed: 'svn status -u' crash in non-recursive wc's (issue #2122)
5189     * fixed: 'svn revert' should skip unversioned items (issues #2030, 2133)
5190     * fixed: 'svn revert' should suggest --recursive (issue #2114)
5191     * fixed: 'svn add/import' better detects invalid paths (issue #1954)
5192     * fixed: 'svn cleanup' should repair timestamps (r12012)
5193     * fixed: 'svn cat -rBASE' contacts repository (issue #1361)
5194     * fixed: fuzzily escape control-characters when sending over dav (#2147)
5195     * fixed: prevent client from manipulating svn:wc:* properties (r12523)
5196     * fixed: allow portnumber in svn+ssh://user@host:port/ URLs (r14373)
5197     * fixed: xml-escaping bugs over dav (r11090)
5198     * fixed: store symlinks as utf8, always work in non-utf8 locale (r11358-9)
5199     * fixed: bug in special-file detranslation (r11441)
5200     * fixed: show paths in local-style where we weren't (issue #1538)
5201     * fixed: detect invalid propnames better (issue #1832)
5202     * fixed: entire error stack not being printed (issue #1822)
5203     * fixed: improper utf8 conversion of revision strings (issue #1999)
5204     * fixed: use-commit-times timestamp bug (r12906)
5205     * fixed: don't comment out section-names in default config file (r11771)
5206     * more support for user-cancellation (r13083-4, 13086)
5207     * improved error messages (r12920, 11392, 11599, 11913, #2154, #2214)
5209    - Server:
5210     * mod_dav_svn autoversioning feature now complete (see release notes)
5211     * 'svnadmin create' now creates FSFS repositories by default (r13624)
5212     * new pre/post-revprop hook argument to describe propchange (r12162)
5213     * mod_authz_svn groups can now contain other groups (issue #2085)
5214     * 'svnadmin recover' now creates default svnserve passwd file (r11589)
5215     * increase default BDB cache size in DB_CONFIG (r13030)
5216     * new switches added:
5217        - 'svnlook diff --no-diff-added'        - suppress added files (#2180)
5218        - 'svnlook propget/proplist --revprop'  - show revision props (#2181)
5219        - 'svnadmin load --use-pre-commit-hook'  
5220          'svnadmin load --use-post-commit-hook'- invoke hooks when loading
5221     * fixed: FSFS race condition on posix platforms (issue #2265)
5222     * fixed: change FSFS revprops atomically and safely (issue #2193)
5223     * fixed: FSFS should verify checksums (issue #2253)
5224     * fixed: FSFS crash bug (r14333)
5225     * fixed: 'svnadmin create' should clean up when it fails (r13200)
5226     * fixed: 'svnadmin load' compatibility on pre-0.14 dumpfiles (r12075)
5227     * fixed: 'svnadmin load' crashes on contentful rev 0 (issue #1674)
5228     * fixed: 'svnadmin dump' should write in console encoding (issue #1997)
5229     * fixed: check for null-streams in dump/load code (r10510)
5230     * fixed: hook script ignored when symlink is broken (issue #1700)
5231     * fixed: hook script may inherit server's stdin stream (r12155)
5232     * fixed: potential svnserve segfault (r13199)
5233     * fixed: svnserve handling mutually-exclusive options (issue #2251)
5234     * fixed: mod_authz_svn should log errors to httpd errorlog (issue #2182)
5235     * fixed: 'svnadmin hotcopy' failed to copy format files (r14678, r14683)
5236     * mailer.py: add win32 compatibility, plus other bugfixes
5238    - Both:
5239     * new 'locking' feature (issue #1478, see release notes for details):
5240         - new: 'svn lock/unlock', 'svnadmin lslocks/rmlocks', 'svnlook lock'
5241         - new: 'svn:needs-lock' property to enable communication         
5242         - 'svn st [-u]' shows local or remote lock overview
5243         - 'svn info wc | URL'  shows local or remote lock details
5244         - 'svn commit' sends locks, 'svn up' removes stale locks
5245         - new hook scripts: pre-lock, pre-unlock, post-lock, post-unlock
5246     * speedups for 'svn blame' and other commands (see xdelta in release notes)
5247     * fixed: make both svnserve and svn:// urls work with IPv6 (r13235-6)
5248     * fixed: updating xml-unsafe dirname over http (issue #2268)
5249     * new translation of localized messages: French
5250     * continued improvement of localized message translations:
5251         - German, Spanish, Polish, Brazilian Portuguese, Norwegian BokmÃ¥l,
5252           Swedish, Traditional Chinese, Simplified Chinese, Korean, Japanese
5253         - more localized messages in all svn-related binaries
5255  Developer-visible changes:
5256  * binary diff algorithm now defaults to xdelta instead of vdelta
5257  * huge number of new APIs:
5258      - new locking APIs in svn_client.h, svn_ra.h, svn_repos.h, svn_fs.h
5259      - new 'flattened' svn_ra.h API, which imitates svn_fs.h  (issue #1931)
5260      - new notification API in svn_client.h, svn_wc.h
5261      - http://svn.haxx.se/dev/archive-2005-04/0319.shtml has all API changes
5262  * fs now has its own 'format' file, independent of repos 'format' (r13387)
5263  * improve efficiency of delta combining algorithm (r13016, r13063)
5264  * make all BDB apis take explicit pool parameters (r13198, r13205)
5265  * remove libsvn_fs_base caching of node revisions (r13299)
5266  * libsvn_repos commit editor can now take incoming txn (r13733)
5267  * fixed: mod_dav_svn sending illegal editor-drive (issue #2258)
5268  * pool usage improvements (r12954, 12852, r13386, issue #1310)
5269  * SWIG bindings:  better API coverage overall.
5270      - new ruby bindings!
5271      - remove bitrotting swig-java bindings
5272      - perl and python bindings:  numerous improvements, see their own logs.
5273      - bindings tests now within svntest framework
5274  * javahl bindings:   numerous improvements, see its own logs.
5275  * many improvements to mailer.py and commit-email.pl
5276  * rewrite/improvements to gen-make build system, including VS.NET support
5277  * many improvements to the automated python testsuite (issue #2257)
5278  * book moved to separate repository (http://svn.red-bean.com/svnbook)
5281 Version 1.1.4
5282 (1 April 2005, from /branches/1.1.x)
5283 http://svn.apache.org/repos/asf/subversion/tags/1.1.4
5285  User-visible changes:
5286   - Client:
5287     * fixed: win32 not ignoring versioned symlinks (issue #2173)
5288     * fixed: 'svn merge' can cause broken working copy (issue #2222)
5289     * fixed: 'svn commit' fails when schedule-delete dir has local mod (r11980)
5290     * fixed: 'svn st -u nonexistent_file' segfault (issue #2127)
5291     * fixed: 'svn cp wc wc' utf8 conversion error (r13111)
5292     * fixed: confusing error message about "wc not locked" (issue #2174)
5293     * many translation updates for localized client messages
5295   - Server:
5296     * fixed: nasty (though unusual) performance bug in FSFS commits (r13222-3)
5297     * fixed: FSFS memory leak when auto-merging large tree (r13193)
5298     * fixed: FSFS memory leak in 'svnadmin hotcopy' (r13218, 13465, 13468)
5299     * fixed: FSFS segfault when encountering empty data reps (r13683)
5300     * fixed: two dataloss bugs in svndumpfilter (r12630, r12636)
5301     * fixed: wasteful memory usage in svndumpfilter (r12637, r12640)
5302     * fixed: mod_dav_svn segfaults when client sends bogus paths (issue #2199)
5303     * make mailer.py work on win32 (r12499, r12542, r12670)
5305   - Both:
5306     * fixed: (win32) retry file operation if sharing violation (r12983, r12986)
5308  Developer-visible changes:
5309  * add SWIG 1.3.24 and .25 compatibility (r12551, r12717-9, r12722, r13504)
5310  * fixed: JavaHL run-time link error (r12576), path/url cleanups (r13090)
5311  * fixed: python bindings log_receiver failure with SWIG 1.3.24 (r13487)
5312  * build system tweaks: add install dependencies for fs & fs_base (r11050)
5315 Version 1.1.3
5316 (14 January 2005, from /branches/1.1.x)
5317 http://svn.apache.org/repos/asf/subversion/tags/1.1.3
5319  User-visible changes:
5320   - Client:
5321     * translation updates for localized client messages.
5322     
5323  Developer-visible changes:
5324  * Fix a compile error in the Perl bindings.
5327 Version 1.1.2
5328 (20 December 2004, from /branches/1.1.x)
5329 http://svn.apache.org/repos/asf/subversion/tags/1.1.2
5331  User-visible changes:
5332   - Client:
5333     * fixed: 'svn switch' interruption can break working copy (issue #1826)
5334     * fixed: 'svn switch' memleak over ra_dav (issue #2106)
5335     * fixed: 'svn blame' algorithm bug (r11527)
5336     * fixed: invoke external diff/diff3 with local-style paths (r11689)
5337     * fixed: 'svn status' handling of missing subdirs (r11936)
5338     * fixed: 'svn ls -v' encoding bug (r11740)
5339     * fixed: 'svn ls "file with space"' bug (r12273, r12393)
5340     * fixed: 'svn merge' should URI-encode copyfrom URLs (issue #1905)
5341     * fixed: 'svn merge' deletion output formatting (r12100, r12111, r12114)
5342     * fixed: 'svnversion --version .' crash (r11438)
5343     * fixed: UNC paths on Cygwin (issue #2108)
5344     * fixed: win98 iconv bug -- uninitialized variable (issue #2091)
5345     * improved 'svn status' performance:
5346         - do fewer check_path calls (r11592)
5347         - 'svn status file' shouldn't recursively lock tree (r11439, r11669)
5348     * translation updates for localized client messages.
5350   - Server:
5351     * fixed: 'svnadmin load' race condition (r12327)
5352     * fixed: fsfs memleak in commit finalization (r11706)
5353     * fixed: fsfs memleak in inefficient directory removal (r11701)
5354     * fixed: fsfs commits use insert-only perms on db/revs/ (r11665)        
5355     * fixed: fsfs creates lockfile at creation time, not at 1st commit (r12172)
5356     * fixed: svndumpfilter mislabeling output as version 3 (issue #2142)
5357     * fixed: 'svnserve -h' encoding bug (part of issue #1997)
5358     * fixed: prevent cross-repository copies (r12003)
5359     * fixed: increase log-region max size in default DB_CONFIG (issue #2159)
5361   - Both:
5362     * fixed: 'svn switch' quietly corrupting working copy (issue #2124)
5363     * fixed: canonicalize paths sent by ra_svn/svnserve (issue #2119)
5364     * fixed: memleak into UTF8 translation routines (r11689)
5366  Developer-visible changes:
5367  * add support for BerkeleyDB 4.3 (if using a compatible apr-util)
5368  * add support for any apr/apr-util 1.X
5369  * disallow incompatible SWIG versions (r12450)
5370  * fixed: slight API/ABI incompatibility between 1.0.9 and 1.1.x (r12102)
5371  * fixed: perl bindings pool usage & object refcounts (r11451, r11630)
5372  * fixed: perl bindings pool usage and potential memleak (r12397)
5373  * fixed: javahl crash trying to fetch nonexistent property (r12184)
5374  * fixed: javahl build can fail due to missing dirs (issue #2032)
5375  * fixed: RPM build breakage (issue #2111)
5376  * fixed: i18n issues for windows installer (r11685)
5377  * allow build system to update single .po file (r11763)
5380 Version 1.1.1
5381 (22 October 2004, from /branches/1.1.x)
5382 http://svn.apache.org/repos/asf/subversion/tags/1.1.1
5384  User-visible changes:
5385   - Client:
5386     * fixed: 'svn status' win32 performance regression (issue #2016)
5387     * fixed: 'svn ls' dying on non-ascii paths over DAV (issue #2060)
5388     * fixed: allow URI-encoded colon or pipe on win32 (issue #2012)
5389     * fixed: broken win32 UNC paths (issue #2011)
5390     * fixed: memory bloat when committing many files over DAV (r11284, -321)
5391     * fixed: eol-style translation error for 'svn propget' (r11202, -243)
5392     * fixed: 'svn propedit' does EOL conversion properly (issue #2063)
5393     * fixed: 'svn log --xml' shouldn't be locale-dependent. (r11181)
5394     * fixed: 'svn export' of symlinks with 'use-commit-times' (r11224)
5395     * fixed: 'svn export -rBASE' when WC has added items (r11296, -415)
5396     * many translation updates for localized client messages.
5398   - Server:
5399     * fixed: 'svn ls' HTTP performance regression (r11211, -232, -285)
5400     * fixed: make it possible to set "SVNPathAuthz off" in httpd.conf (r11190)
5401     * fixed: fsfs validating revisions when accessing revprops (issue #2076)
5402     * fixed: 'svn log -v' hiding too much info on 'empty' revisions. (r11137)
5403     * fixed: encoding bug with 'svnlook log'/'svnlook author' (r11172)
5404     * fixed: allow mod_authz_svn to return '403 Forbidden', not 500 (r11064)
5405     * fixed: XML-escape author and date strings before sending (issue #2071)
5406     * fixed: invalid XML being sent over DAV (issue #2090)
5408  Developer-visible changes:
5409  * fixed: IRIX compile error (issue #2082)
5410  * fixed: error in perl bindings (r11290)
5411  * fixed: error leaks in mod_dav_svn (r11458)
5412  * fixed: javahl should use default config directory (r11394)
5415 Version 1.0.9
5416 (13 October 2004, from /branches/1.0.9)
5417 http://svn.apache.org/repos/asf/subversion/tags/1.0.9
5419  User-visible changes:
5420   - Server:
5421     * fixed: 'svn ls' HTTP performance regression (r11211, -232, -285)
5422     * fixed: 'svn log -v' hiding too much info on 'empty' revisions. (r11137)
5424  Developer-visible changes:
5425  * fixed: make redhat 7/8 rpm scripts build the book correctly (11143)
5428 Version 1.1.0
5429 (29 September 2004, from /branches/1.1.x)
5430 http://svn.apache.org/repos/asf/subversion/tags/1.1.0
5432 See the 1.1 release notes for a more verbose overview of the changes since
5433 1.0.x: http://subversion.apache.org/docs/release-notes/1.1.html
5435  User-visible changes:
5436  * new non-database repository back-end (libsvn_fs_fs)
5437  * symlinks can now be placed under version control (unix systems only)
5438  * cmdline client now supports psuedo-IRIs and autoescapes chars (issue #1910)
5439  * 'svnadmin recover' no longer waits forever for a lock (new '--wait' option)
5440  * new $Revision$ synonym for $Rev$ and $LastChangedRevision$
5441  * new runtime option 'store-passwords = ' gives finer control (r10794)x
5442  * fixed: working copies now shareable by multiple users (issue #1509)
5443  * fixed: diff and other subcommands correctly follow renames (issue #1093)
5444      - new 'peg' syntax for diff/merge:  'svn diff -r X:Y TARGET@REV'
5445      - now able to compare working copy with URL: 'svn diff --old WC --new URL'
5446  * new framework for localized error/info/help messages, initial translations:
5447      - German, Polish, Swedish, Norwegian BokmÃ¥l, Traditional Chinese,
5448        Japanese, Brazilian Portuguese.
5449  * speed improvements:
5450      - faster 'svn up' on complex working copies -- no more repos txns (r8840)
5451      - faster 'svn status' -- fewer stat() calls (r9182)
5452      - faster 'svn checkout' -- fewer sleep() calls (r9123)
5453      - faster 'svn blame' -- new RA->get_file_revs() func (issue #1715)
5454  * new switches added:
5455      - 'svn blame --verbose'            - show extra annotation info
5456      - 'svn export --native-eol TYPE'   - export using TYPE line-endings
5457      - 'svn add --force'                - recurse into version-controlled dirs
5458      - 'svnadmin dump --deltas'         - include binary diffs in dumpfile
5459      - 'svnadmin create --fs-type fsfs' - create fs_fs repos (default is bdb)
5460      - 'svnserve --tunnel-user=NAME'    - assume authenticated NAME over tunnel
5461      - 'svndumpfilter [cmd] --quiet'    - less chatty dumpfiltering
5462      - 'svnserve --version'             - show program's version
5463        'svnversion --version'
5464        'svndumpfilter --version'
5465  * svnadmin dump/deltify now understand -r{DATE} (r9805)
5466  * allow update of non-existent target entry (partial issue #1902 fix)
5467  * 'svnadmin create' now sets sgid bit on repos/db/  (unix systems only)
5468  * increase default neon (ra_dav) timeout from 120 to 3600 seconds (r9568)
5469  * print verbose BDB error messages (r10557, r10566)
5470  * fixed: don't bail when 'svn up' refuses to delete local mods (issue #1806)
5471  * fixed: process svn:externals in defined order (issue #1788)
5472  * fixed: pass new propval to stdin of pre-revprop-change hook (issue #952)
5473  * fixed: svndumpfilter logic/memory/display bugs (r8691, 8831, 9061)
5474  * fixed: 'svnadmin hotcopy PATH .' (r8659)
5475  * fixed: copy crash bug (r8863)
5476  * fixed: 'svn st -u' crash bug (r10841)
5477  * fixed: 'svn commit' segfault (r10676)
5478  * fixed: allow cleanup on .svn/ dirs containing KILLME file (r8891)
5479  * fixed: 'svn revert' detects corrupted text-base (r8897)
5480  * fixed: 'svn status -N' no longer locks entire tree (r8906)
5481  * fixed: several different 'svn switch' bugs (r9192, 9203, 9238, 9698)
5482  * fixed: some 'svn copy' bugs (r9193, 9274)
5483  * fixed: obscure update-deletion bug (r8976)
5484  * fixed: utf8 conversion 'hang' (r9233)
5485  * fixed: missing UTF8->native recoding in 'svn log' output (r10652, 10673)
5486  * fixed: 'svn blame' now defaults to  rev (r9440)
5487  * fixed: 'svn blame' closing files before deleting them (issue #1969)
5488  * fixed: 'svn diff' shows truncated paths (r9693)
5489  * fixed: 'svn diff --notice-ancestry' bug (r9699)
5490  * fixed: 'svn subcommand -r{DATE} URL' works if URL not in HEAD (issue #1840) 
5491  * fixed: 'svn blame' on non-ascii path truncation (issue #1770)
5492  * fixed: svn:external 'wc not locked' bug (issue #1897)
5493  * fixed: proper mod_dav_svn html/xml escaping (issue #1209)
5494  * fixed: memleak in 'svn propset -R URL' (issue #1928)
5495  * fixed: stop 'svn up' from deleting schedule-add target dir (issue #1793)
5496  * fixed: 'svn merge' adding a directory already 'deleted' (issue #1769)
5497  * fixed: excessive memory use when fs deltifies revision 2^N (r10070)
5498  * fixed: disallow non-recursive directory commit (issue #1797)
5499  * fixed: allow propget of props with colon in name (issue #1807)
5500  * fixed: 'svnadmin load' computation of copyfrom-rev (issue #1795)
5501  * fixed: runtime config files created with proper line-endings (issue #1803)
5502  * fixed: make svnserve's authn work on usernames with spaces (r10385)
5503  * fixed: have svnserve use repos UUID as default authn realm (r10394)
5504  * fixed: segfault when history-following hits 'empty' revision (r10368)
5505  * fixed: overzealous out-of-dateness checks in 'svn cp wc URL' (issue 1994)
5506  * fixed: don't URI-encode path in mod_dav_svn XML listings (r10461)
5507  * fixed: 'svn info' should refuse URL targets (r10760)
5508  * fixed: incomplete-directory handling bug (r10956)
5509  * fixed: allow cancellation between files during recursive dir add (r10894)
5510  * general improvement and normalization of error messages
5511  * many improvements to contributed tools:  mailer.py, psvn.el, etc.
5513  Developer-visible changes:
5514  * libsvn_fs now loads either bdb (libsvn_fs_base) or fsfs (libsvn_fs_fs)
5515  * new console-printing API:  svn_cmdline_printf() family checks for errors.
5516  * new library-version querying API:
5517      - new svn_[libname]_version() in each library
5518      - svn_ver_*() family of functions
5519  * 2nd generation APIs, from svn_foo() --> svn_foo2().  old APIs deprecated.
5520      - svn_wc_adm_open2() & friends, svn_wc_export2(), svn_client_add2()
5521        svn_wc_parse_externals_description2(), svn_hash_read/write2(),
5522        svn_repos_dump/load_fs2() & friends, svn_wc_diff2(),
5523        svn_subst_copy_and_translate2()
5524  * other new APIs:
5525      - svn_stream_copy(), svn_txdelta_target_push(), svn_opt_parse_path(),
5526        svn_io_file_flush_to_disk, svn_repos_trace_node_locations(),
5527        svn_repos_get_file_revs(), RA->get_locations(), RA->get_file_revs,
5528        RA->get_version(), svn_sort_compare_paths(), svn_utf_initialize()
5529  * SVN_REVNUM_FMT_T usage replaced with %ld (r9691)
5530  * cache mod_authz_svn authz file per connection (r8867)
5531  * validate hex digits in % escape (issue #1947)
5532  * hashes now written to disk in sorted order (r9910)
5533  * do cancellation checks before loops, not after (r8918)
5534  * fixed: bug in svn_repos_dir_delta replacement logic (r8078)
5535  * fixed: tiny memory access bugs (r8229, 8230, 8313)
5536  * fixed: several commit buglets (r8955, 9658, 9757, 9855)
5537  * fixed: don't recursively lock all prop commands (r9172)
5538  * fixed: svnserve memory usage on many-file commits (r9185)
5539  * fixed: close svnserve child's listen-socket after forking (r10050)
5540  * fixed: 'svnadmin hotcopy' integrity improvements (issues #1817, #1818)
5541  * fixed: only verify media type of svn:mime-type, not encoding (r10126)
5542  * fixed: handle '//'  and '..' in svn_path_canonicalize (issue #1779)
5543  * fixed: double URI escaping (issue #1814)
5544  * fixed: editor-driver bug (don't delete before every copy) (r10851)
5545  * fixed: potential mod_dav_svn crashes/memleaks (r10478)
5546  * fixed: better 'svnadmin verify  verification (r10508, r10509)
5547  * fixed: encoding of get_repos_url_result (r10353, 10375)
5548  * fixed: prevent canonicalized URIs from ending in '/' (r10317)
5549  * stop using -std=c89 gcc flag (r11054)
5550  * sync with apr 1.0's find_apr.m4 and find_apu.m4 files (r10560)
5551  * win32 installer improvements (r10978)
5552  * huge improvements to python, perl, java bindings
5553  * huge changes to win32 build system
5556 Version 1.0.8
5557 (22 September 2004, from /branches/1.0.8)
5558 http://svn.apache.org/repos/asf/subversion/tags/1.0.8
5560  User-visible changes:
5561  * fixed: mod_authz_svn path and log-message metadata leaks.
5562           See CAN-2004-0749, and descriptive advisory at 
5563           http://subversion.apache.org/security/CAN-2004-0749-advisory.txt
5566 Version 1.0.7
5567 (17 September 2004, from /branches/1.0.x)
5568 http://svn.apache.org/repos/asf/subversion/tags/1.0.7
5570  User-visible changes:
5571  * fixed: win32 'file not found' error [issue #1862]
5572  * fixed: 'svn st -u' crash (r10841)
5573  * fixed: potential repos corruption; ensure stdin/out/err always open (r10819)
5574  * fixed: allow propnames containing ":" to be fetched via http:// (r10190)
5575  * fixed: allow user to interrupt between authentication prompts (see r11014)
5576  * fixed: work around +t directory-creation bug in APR (r10616, 10638, 10642)
5577  * various small fixes to Book
5579  Developer-visible changes:
5580  * fix library dependencies for bindings (r9338, 9340)
5581  * java bindings: fix a crash and other bugs (r9883, 9905, 8027)
5582  * perl bindings: various fixes (see r11023)
5585 Version 1.0.6
5586 (19 July 2004, from /branches/1.0.x)
5587 http://svn.apache.org/repos/asf/subversion/tags/1.0.6
5589  User-visible changes:
5590  * fixed: crash in status command, caused by race (r10144)
5591  * fixed: crashes when deleting a revision-prop (r10148, r10185, r10192)
5592  * fixed: mod_authz_svn allows COPY method on repos with space in name (#1837)
5593  * fixed: mod_authz_svn COPY security hole:  authorize whole tree (issue #1949)
5595  Developer-visible changes:
5596  * neon 0.24.7 now required (fixes wire compression bugs) (r10159, 10176)
5599 Version 1.0.5
5600 (10 Jun 2004, from /branches/1.0.5)
5601 http://svn.apache.org/repos/asf/subversion/tags/1.0.5
5603  User-visible changes:
5604  * fixed: security bug in svn protocol string parsing. (CAN-2004-0413)
5607 Version 1.0.4
5608 (21 May 2004, from /branches/1.0.x)
5609 http://svn.apache.org/repos/asf/subversion/tags/1.0.4
5611  User-visible changes:
5612  * fixed: 'svn up' can delete unversioned data on win32 fs (issue #1854)
5613  * fixed: pool leaks in 'svnlook diff/changed/dirs-changed'
5614  * fixed: insecure script example in pre-commit-hook template
5615  * fixed: inability to do a checkout to '/'
5616  * officially recommend neon 0.24.6 in all docs.
5618  Developer-visible changes:
5619  * fixed: RPM build for Fedora & WBEL3/RHEL3
5620  * fixed: SWIG-java building problem
5621  * fixed: javahl bug which can crash JVM
5622  * fixed: change formatting codes in svn_swig_pl_callback_thunk
5623  * fixed: properly wrap svn_txdelta_parse_svndiff for perl
5626 Version 1.0.3
5627 (19 May 2004, from /branches/1.0.3)
5628 http://svn.apache.org/repos/asf/subversion/tags/1.0.3
5630  User-visible changes:
5631  * fixed: security bug in date parsing. (CAN-2004-0397)
5634 Version 1.0.2
5635 (15 April 2004, from /branches/1.0.x)
5636 http://svn.apache.org/repos/asf/subversion/tags/1.0.2
5638  User-visible changes:
5639  * fixed: segfault when remotely deleting svn:author property.
5640  * fixed: mod_dav_svn accepting too many authors. (issue #1786)
5641  * fixed: create runtime config files with native EOLs. (Issue #1802)
5642  * fixed: recursive propset can corrupt .svn/entries (issue #1794)
5643  * fixed: allow shared working copies [mostly working now] (issue #1509)
5644  * fixed: mod_authz_svn should ignore uri on MERGE request (partial #1821)
5645  * fixed: svnserve assertion failure on empty error messages
5646  * fixed: commit/update memory leaks when working on many targets (issue #1635)
5647  * fixed: don't display repos-paths or URLs with '\' on win32.
5648  * new example script:  svnserve 'sgid' wrapper.
5649  * minor book fixes, new 'best-practices' doc.
5651  Developer-visible changes:
5652  * fixed: deprecation warning from SWIG 1.3.20_
5653  * fixed: broken win32 python-swig bindings compilation.
5654  * fixed: bug in libsvn_fs changes-table change-folding code.
5655  * fixed: perl bindings: wrap root->paths_changed, apply_txdelta return values
5656  * added VC7 support and defines for including debug symbol files.
5659 Version 1.0.1
5660 (12 March 2004, from /branches/1.0.x)
5661 http://svn.apache.org/repos/asf/subversion/tags/1.0.1
5663  User-visible changes:
5664  * allow anonymous access checking in mod_authz_svn
5665  * fixed: mod_authz_svn now works with SVNParentPath (issue #1588)
5666  * fixed: potential segfault in mod_dav_svn. 
5667  * fixed: improper BDB cursor shutdown in libsvn_fs, which can wedge repos.
5668  * fixed: allow checkout of repository with space in path. (issue #1694)
5669  * fixed: make 'svn propget URL' work correctly over svn://. (issue #1752)
5670  * fixed: failed 'svn merge URL' when URL contains user@host. (issue #1759)
5671  * fixed: invalid REPORT response when updating a deleted wc. (issue #1721)
5672  * fixed: allow deletes below copied wc dirs.
5673  * fixed: merge --dry-run bug on added-files with props. (issue #1738)
5674  * fixed: svnlook no longer requires write access to '.'
5675  * fixed: ensure 'svn blame' fails on files marked as binary. (issue #1733)
5676  * fixed: make failed direct-URL commits clean up their fs txns. (issue #1726)
5677  * fixed: obscure bugs in time/date string formatting. (issue #1692)
5678  * fixed: svn export doesn't export svn:externals. (issue #1750)
5679  * fixed: svn import doesn't handle EOL or keyword translation. (issue #1756)
5680  * fixed: svn status -v shows unwanted status of externals (issue #1741)
5681  * fixed: allow revert of schedule-replace file that has no props (issue #1775)
5682  * fixed: svnserve segfault on invalid --listen-host argument.
5683  * fixed: switch bug which caused wrong URL to be left in wc.
5684  * detect invalid UTF8 filenames when native locale is UTF8.
5685  * improve presentation of directory property conflicts.
5686  * improve presentation of errors from svnadmin & svnlook.
5687  * clarify output of 'svnadmin help deltify'.
5688  * augment copyright notice to --version output.
5689  * more book updates.
5691  Developer-visible changes:
5692  * remove obsolete auth provider examples.
5693  * prevent potential ra_dav commit race-condition.
5694  * fix svn_io_dir_walk 'dot-first' ordering required by 'svnadmin hotcopy'.
5695  * fix error leaks in dav_svn_convert_err()
5696  * upgrade win32 innosettup tools and redhat RPMs.
5697  * fix compile warning:  compressed streams on LP64 architecture.
5698  * use cpio to generate tarballs instead of GNU tar.
5699  * tweaks to dist.sh.
5700  * fix bindings on win32.
5701  * fix perl bindings build on OS X.
5702  * fix perl bindings:  bug which rejects string revnums.
5705 Version 1.0.0
5706 (branching 23 February 2004, from /branches/1.0.x)
5707 http://svn.apache.org/repos/asf/subversion/tags/1.0.0
5709  User-visible changes:
5710  * fixes to the shbang lines in tools/hook-scripts/.
5711  * vast improvements to cvs2svn.py  (NOTE: now a separate project!)
5712  * general documentation cleanup:
5713      - clarify built-in help text for 'svn switch' and 'svn status'.
5714      - fix docs within the hook templates.
5715      - cleanups to README, INSTALL, HACKING, svn-ref.tex, bash_completion.
5716      - bring www/ pages up-to-date for 1.0.
5717      - many changes to the Book
5719  Developer-visible changes:
5720  * updates to the win32 installer packaging code.
5721  * cleanups to SWIG bindings:  
5722      - disable svn_io_* functions.
5723      - svn_filesize_t and apr_time_t fixes.
5724      - remove debugging print statements and various warnings.
5725      - make svn_repos_dir_delta() function correctly
5726      - add support for repos authz callback.
5729 Version 0.37.0 [Beta Interim 2]
5730 (branching 24 January 2004, from /branches/1.0-stabilization)
5731 http://svn.apache.org/repos/asf/subversion/tags/0.37.0
5733  User-visible changes:
5734  * bugfix: buffer overflow for AIX client
5735  * 'svn merge' now notices ancestry by default. (r8390)
5736  * bugfix:  double Ctrl-C on windows no longer wedges repository.
5737  * New date formats (see API change: Rewrite of date parser below)
5738  * bugfix: Errors in authentication when --no-interactive is turned on (r8139)
5739  * bugfix: Fix some 'access denied' errors on Windows (r8341, r8352)
5741  Developer-visible changes:
5742  * API change: Rewrite of date parser (r8327, r8328, r8329) (issue #408)
5743  * bugfix: svn_fs__bdb_changes_fetch() fouls up change ordering (issue #1695)
5744  * require SWIG >=1.3.19 (issue #1690)
5745  * numerous changes to language bindings, to keep up with C API.
5746  * fix: apr build issues (r8279, r8280, r8318) (issue #1666)
5747  * changed the auth-provider C API to use 'realmstring' on all funcs
5748  * check the ra plugin ABI versions.
5749  * fix: ABI problem with blame.  (r8494) (issue #1705)
5750  * remove svn_io_file_printf from public API. (r8492) (issue #1653)
5751  * extensive changes in the perl client bindings. (r8270)
5752  * too many big and small internal code cleanups and fixes to mention here
5756 Version 0.36.0 [Beta Interim 1]
5757 (branching 13 January 2004, from /branches/1.0-stabilization)
5758 http://svn.apache.org/repos/asf/subversion/tags/0.36.0
5760  User-visible changes:
5761  * add cancellation support to svnadmin and svnlook (r8222)
5762  * runtime 'store-password' option renamed to 'store-auth-creds' (r8014)
5763  * 'svn blame' changes:
5764     - now shows correct revision info (r8035-6)
5765     - responds to cancellation better (r8129)
5766  * svnserve changes:
5767     - added '--inetd' option;  now required to speak with stdin/stdout (r8205)
5768     - added '--listen-port' and '--listen-host' options  (r8001-2)
5769     - removed '-u' option (r8003)
5770     - ignore SIGPIPE (no more repos lockups when you terminate a pipe) (r8140)
5771  * lots of Book work (many newly-documented Apache and svnserve topics)
5773  Developer-visible changes:
5774  * bugfix: svnserve network crash (r8142)
5775  * bugfix: return result_rev from svn_client_checkout correctly (r8096)
5776  * bugfix: fs history harvesting code (r8154)
5777  * bugfix: memory leak in mod_dav_svn (r8223)
5778  * bugfixes in edge-cases of status and update (r8114-5)
5779  * make 'svn blame' work with 18n and uri-escaped filenames (r8023, 8030, 8040)
5780  * small bugfixes to authentication system (r8006, r8235)
5781  * standardize error message formatting (r8218)
5782  * load RA modules as foo.so.0, not foo.so  (r8098)
5783  * various core API changes:
5784     - use constructor for svn_client_cxt_t (r8053-4)
5785     - anchor/target may use NULL for target (r8216)
5786     - stop using apr_ symbols (r8219)
5787     - rename to 'svn_repos_authz_func_t' (r8213)
5788     - add pool parameter to finish_report and abort_report (r8215)
5789  * numerous changes to Perl and Java bindings, to keep up with C API.
5793 Version 0.35.1 [Beta] (branching 19 December 2003, from /tags/0.35.0)
5794 http://svn.apache.org/repos/asf/subversion/tags/0.35.1
5796                               NOTICES:
5798        This release is to correct for the problems in the 0.35.0
5799        release and affects Windows users only:
5801        * fix: file handle leak (r8048)
5802        * fix: UTF-8 path problem (issue #1660)
5805 Version 0.35.0 (branching 12 December 2003, from revision 7994)
5806 http://svn.apache.org/repos/asf/subversion/branches/0.35.0
5808                               NOTICES:
5810     1. As of this release, Subversion once again does deltification
5811        automatically.  This means that the deltification step most
5812        repositories introduced into their post-commit hooks as of
5813        release 0.33.0 should now be reverted.  Look for a line with
5814        "svnadmin deltify" in hooks/post-commit, and remove it.
5816     2. We now recommend using Berkeley DB 4.2.52 or higher for SVN
5817        repositories.  See http://sleepycat.com/download/index.shtml.
5819  User-visible changes:
5820  * BDB log files are automatically pruned, with BDB 4.2.50 and higher (#1615)
5821  * deltification is automatic again (issue #1601)
5822  * fix: svn diff -rX:Y wcpath' may lie (issue #1616)
5823  * fix: URI-decoding problem on 'svn import' (issue #1622)
5824  * many other enhancements, minor features, and bugfixes not listed here
5827  Developer-visible changes:
5828  * misc. improvements on Perl and Java bindings
5829  * improved diff handling (r7985)
5830  * many other changes not listed here
5833  Merged revisions after release branching:
5834  * r8009, r8010 and r8011 - Java bindings
5835  * r8041 - typo/bugfix
5838 Version 0.34.0 (released 3 December 2003, from revision r7859)
5839 http://svn.apache.org/repos/asf/subversion/tags/0.34.0
5841 #####################################################################
5842 ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
5843 #####################################################################
5844 ##                                                                 ##
5845 ## This release makes  an incompatible  change  to  the Subversion ##
5846 ## database.    Repositories created with versions  of  Subversion ##
5847 ## prior to 0.34 will not work with Subversion 0.34.               ##  
5848 ## To  upgrade,   first  use  'svnadmin dump'  with  your existing ##
5849 ## Subversion binaries.   Then upgrade your binaries to 0.34,  and ##
5850 ## use  'svnadmin load'  to  create  a  new  repository  from your ##
5851 ## dumpfile.                                                       ##
5852 ## Don't  forget  to  copy any custom configuration/hooks from the ##
5853 ## old to the new repository.                                      ##
5854 ##                                                                 ##
5855 #####################################################################
5857  Please see notes/repos_upgrade_HOWTO for documentation on migrating
5858  pre-0.34.0 repos to 0.34.0.
5860  That document is also located here:
5861     http://svn.apache.org/repos/asf/subversion/trunk/notes/repos_upgrade_HOWTO
5863  User-visible changes:
5864  * fs schema change (#1578, #1595) **NOTE: repos dump/load cycle required!**
5865  * Berkeley DB 4.2.50 is now the recommended Berkeley version
5866  * Fix: 'svn status' thought replaced items were unversioned (#1609)
5867  * SSL server cert error prompt improvement (r7849)
5868  * many error message improvements (r7745, r7763, r7824 and 7827 - #897)
5869  * don't show update-completion message until all wc work completes (#1556)
5870  * many other enhancements, minor features, and bugfixes not listed here
5872  Developer-visible changes:
5873  * public client APIs changes (r7799) after fixing #1556
5874  * many improvements and fixes on Perl bindings (perl => 5.8.0 are required)
5875  * improvements, fixes on misc. test scripts
5876  * many other changes not listed here
5878  Merged revisions after release branching:
5879  * r7868 - Java bindings
5880  * r7888 - Security fix for svnserve
5883 Version 0.33.1 (released 17 November 2003, revision r7782)
5884 http://svn.apache.org/repos/asf/subversion/tags/0.33.1
5886     NOTICE: This is a bugfix release.  The bug is fixed if *either*
5887             the client or server uses the new code.
5889 User-visible changes:
5890 * major performance fix for updates
5893 Version 0.33.0 (released 13 November 2003, revision r7737)
5894 http://svn.apache.org/repos/asf/subversion/tags/0.33.0
5896                               NOTICES:
5898     1. This client may be incompatible with ra_dav servers <= 0.31.
5900     2. In order to make commits more responsive, repository
5901        deltification is no longer automatic.  However, you may want
5902        to run deltification as a background process in your repository
5903        post-commit hook.  For example, the new post-commit.tmpl file
5904        recommends 'nice -2 svnadmin deltify "$REPOS" -r "$REV" &'.
5906  User-visible changes:
5907  * now require APR/APU 0.9.5 (ships in Apache 2.0.48)
5908  * lose automatic deltification, but recommend it in post-commit (r7695, #1573)
5909  * new configuration and authn/authz support in ra_svn (r7604, r7601)
5910  * much faster checkouts and updates, over both svn:// and http:// (#1429)
5911  * new partial-authz feature: checkouts/updates just skip unauthorized items
5912  * new 'use-commit-times = yes' config option to use commit-time timestamps
5913  * new 'svnadmin hotcopy' command, like hot-backup.py (#1567)
5914  * fix Win32 "access denied" error in renames (r7598, #1576)
5915  * unnecessary working copy tree locks now avoided, to save time (#1245)
5916  * Compatibility changes:
5917     - lose ra_dav compatibility with servers 0.31 and earlier
5918     - lose support for working copy format "1" (not created for over a year)
5919  * 'svn diff' and other read-only actions now work in read-only working copies
5920  * 'svn blame -rX' now does the intuitive thing
5921  * 'svn log' output headers now say "rXXXX | " instead of "rev XXXX:  "
5922  * 'svnversion' no longer stymied by svn:externals
5923  * new 'svn pd' alias for 'svn propdel'
5924  * '-rCOMMITTED' keyword now works on more commands
5925  * minor changes to output of 'svn ls -v' and 'svn st -v' (r7530)
5926  * 'svn log --xml' now obeys the '-q' flag (r7555)
5927  * cvs2svn.py bugfixes, especially issue #1440
5928  * book and documentation updates
5929  * removed server config options ssl-ignore-invalid-date and
5930    ssl-override-cert-hostname (r7644)
5931  * many other enhancements, minor features, and bugfixes not listed here
5933  Developer-visible changes:
5934  * repair text- and prop-time in .svn/entries if spuriously wrong (r7565)
5935  * speed up keyword translation (r7502)
5936  * two new editor functions, absent_file() and absent_directory()
5937  * ra_dav checkouts/updates no longer do O(n) number of GET, PROPFIND requests
5938  * new svn_io_temp_dir function, will morph to apr_temp_dir_get soon
5939  * new svn_io_file_close wrapper for apr_file_close
5940  * tools/test-scripts/svntest/ scripts now support ra_dav and ramdisk
5941  * many other changes not listed here
5944 Version 0.32.1 (released 23 October 2003, revision 7497)
5945 http://svn.apache.org/repos/asf/subversion/tags/0.32.1
5947  NOTICE: This release is to correct for the problems in the 0.32.0
5948          release.  There are no user or developer changes in this release
5949          other than the subversion/include/svn_version.h now reflects
5950          the correct version number.
5952  NOTICE: This release of Subversion causes an ra_dav client/server
5953          compatibility break with Subversions older than 0.28.0.
5955 Version 0.32.0 (released 22 October 2003, revision 7480)
5956 http://svn.apache.org/repos/asf/subversion/tags/0.32.0
5958  NOTICE: This release of Subversion causes an ra_dav client/server
5959          compatibility break with Subversions older than 0.28.0.
5961  User-visible changes:
5962  * new 'svn blame' subcommand. (r7389, 7438, #508)
5963  * fix huge ra_dav 'svn import' memory leak. (r7381)
5964  * other bugfixes: proper line endings in diff headers (r7450, #1533),
5965    stop auto-props from removing all whitespace (r7358), 'svn st' UI
5966    consistency fix (r7364), various 'svn switch' fixes (r7366),
5967    mini-manpages for svnadmin, svnserve, svnversion (r7421), remove
5968    'P' field from 'svn ls -v' (r7432), 'svn merge' double-notification
5969    bug (r7447), prevent 'svn:externals' infinite loop (r7459), 'svn
5970    merge' segfault (r7458).
5972  Developer-visible changes:
5973  * 'svn diff' is now reasonably streamy. (r7393, 7439, #1481)
5974  * fix many ra_dav pool abuses. (r7370-3, 7380, 7368, 7400, ...)
5975  * fix mini leaks:  clear unused svn_error_t's. (r7378-9, 7405, 7408, 7429)
5976  * tons of code, doc, API cleanup. (from julianfoad!)
5977  * new RA->get_repos_root() API. (r7428)
5978  * swig/python, swig/perl and native JNI updates and improvements.
5979  * more work on build depenedency generator. (r7412-8)
5980  * svn_repos_finish_report() now aborts txns on error. (r7424)
5981  * remove crufty old ra_dav compatibility code (r7466, 7468)
5982  * other changes: new SVN_DEBUG_ERROR tool macro, new 'davautocheck'
5983    and 'contrib' makefile targets, new --enable-gprof configure option
5984    (r7437), new scramble-tree.py testing tool, auth provider
5985    reorganization, make RA->get_dir fetch props correctly over ra_dav
5986    (r7431), notice permission error when creating unique tmpfile (r7434).
5989 Version 0.31.0 (released 08 October 2003, revision 7355)
5990 http://svn.apache.org/repos/asf/subversion/tags/0.31.0
5992  User-visible changes:
5993  * new 'svnlook history' command (and removal of 'svnadmin lscr').
5994  * new 'auto-props' feature can set file properties during 'svn add/import'
5995  * win32 client now properly converts UTF8 to console-locale. (r7168, #872)
5996  * 'svn up' now notices when svn:externals value changes. (r7256, #1519)
5997  * authentication changes:
5998      - client caches auth-creds in memory for a single session (r7292, #1526)
5999      - SSL cert caches keyed on host+port, not any SSL connection. (r7174)
6000  * faster 'svn log' (see new fs-history algorithm) (#1499)
6001  * faster repos read-operations (caching gives ~20% speedup) (rXXXX, #1499)
6002  * faster updates (fewer entries-file writes gives ~20% speedup) (r7170, #1490)
6003  * more work on psvn.el and svn_load_dirs.pl
6004  * more cvs2svn bugfixes
6005  * obsolete manpages truncated to point to 'help' and book URLs. (r7340, #1508)
6006  * other bugfixes:  no more revision keywords "FIRST" or "CHANGED" (r7250),
6007    fix 'svn cp URL URL' $EDITOR msg generation (r7264), fix regression
6008    bug in 'svnadmin load' (r7273), 'svnadmin setlog' now triggers
6009    repository hooks (r7322), 'svn cp -rHEAD wc' now works correctly (r7331),
6010    post-commit-hook failures correctly ignored by client (r7342, #906)
6012  Developer-visible changes:
6013  * tons of filesystem improvements (#1499):
6014      - new fast fs-history algorithm: allows stable VR urls (r7283, #1499)
6015      - new dag-node caching (r7163)
6016      - skip-deltas now run in individual trails (r7138)
6017      - no-op svn_fs_copy()s don't write to the database (r7158)
6018  * mod_dav_svn MERGE response is faster (using svn_repos_replay()) (r7191)
6019  * ensure consistent wc 'dead entry' cleanup (r7197, r7204, #1075)
6020  * lots of work on gen_win.py, gen_make.py, gen_base.py tools
6021  * lots of work on making SWIG-java bindings build.
6022  * updates/improvements to javahl bindings and SWIG-perl bindings
6023  * updates/improvements to Mandrake RPM builds
6024  * other bugfixes:  python testsuite now uses local path separators (r7224),
6025    svn:externals no longer keeps connections open (r7312, #1448),
6026    UTF8-to-local date conversion (r7316, #1534), API consistification 
6027    changes (r7298, r7302, r7304, r7307).
6030 Version 0.30.0 (released 24 Sep 2003, revision 7178)
6031 http://svn.apache.org/repos/asf/subversion/tags/0.30.0
6033  User-visible changes:
6034  * SSL changes:  (r7134, #1330)
6035       - client now prompts to cache server certificates       
6036       - no more 'ssl-ignore-unknown-ca' option
6037       - 'ssl-ignore-host-mismatch' is renamed to 'ssl-override-cert-hostname'
6038       - new 'ssl-trust-default-ca' option to trust 'default' openssl CAs
6039  * 'svn log' no longer dies on unversioned args (r6989, #777)
6040  * local mods now obstruct 'svn up' deletions (r7050, #1196)
6041  * 'svnserve' now notices (unauthenticated) --username arg (r7060)
6042  * no more 'svnadmin createtxn' subcommand. (r7062)
6043  * 'svn ls -v' shows years when appropriate
6044  * document some new things in Book (r7014), plus minor technical fixes
6045  * website changes:  new sidebar, new 'svn links' page, new tigris.org!!
6046  * other bugfixes:  hooks use proper stdout handles on win32 (r7001),
6047    prevent copies of copies in wc (r7077, #1259), display failed
6048    revprop change over ra_dav (r7081, #1520), 'svn st -u' throws RA
6049    error properly (r7094, #1506)
6051  Developer-visible changes:
6052  * ra_dav now requires neon-0.24.X
6053  * many gen_make.py/gen-base.py improvements, especially for win32 builds
6054  * many improvements to swig/perl bindings
6055  * improvements to contrib/:  psvn.el, and new svn-push program.
6056  * more cvs2svn bugfixes:  issue #1504, #1421, #1514, and new --username arg.
6057  * python testsuite only raises exceptions, never status codes. (#1192)
6058  * various libsvn_fs re-org (prepwork) for issue #1499.
6059  * other bugfixes: code-complete timestamp feature (r6983, #1445), add
6060    op-counting features to trails (r6984, #655), fs UUID caching
6061    (r7037), almost finish win32 iconv issues (#872), restored-file
6062    entry-timestamp bugfix (r7090, #1523), always print CWD as '.' (r7097)
6065 Version 0.29.0 (released 05 Sep 2003, revision 6976)
6066 http://svn.apache.org/repos/asf/subversion/tags/0.29.0
6068  User-visible changes:
6069  * 'svn status' now streams its response.  (r6913, #1426)
6070  * 'svn status' now recurses into externals (r6913, #1428)
6071  * new 'svnadmin verify' command to verify repository data (r6851, #1074)
6072  * SSL changes:  (r6958, #1371)
6073      - dropped support for PEM-encoded client certs, only accept PKCS12 now.
6074      - 'ssl-authority-files' is now a list of CA files
6075      - no more 'ssl-client-cert-type' and 'ssl-client-key-file' variables.
6076  * new svndumpfilter option: '--preserve-revprops' to keep props on empty revs
6077  * mailer.py improvement:  handle multiple match groups (r6940)
6078  * remove in-repos/on-disk repository template features, till post-1.0 (r6965)
6079  * various cleanups to the Book
6080  * other bugfixes: switch deletion bug (r6890, #1496), status
6081    repos-delete bug (r6913, #1469), reversion of '.' (r6953, #854).
6083  Developer-visible changes:
6084  * GUI developers take note: prompting API changed (r6928, #1214)
6085  * now compile against neon-0.24; 0.23.9 support to be dropped soon. (r6958)
6086  * various improvements to Perl/SWIG bindings
6087  * tree re-org:  non-core utilities split into 'tools' and 'contrib' areas.
6088  * some gen_make.py/gen-base.py improvements
6089  * configure.in CFLAGS bugfix (r6963)
6090  * stop calling deprecated APIs in APR, in preparation for upcoming APR-1.0.
6093 Version 0.28.2 (released 29 Aug 2003, revision 6946)
6094 http://svn.apache.org/repos/asf/subversion/tags/0.28.2
6096  User-visible changes:
6097  * MAJOR BUGFIX:  revert revision 6764.
6099       The new history-searching code was over-stressing our use
6100       of BerkeleyDB transactions, causing checkouts to go
6101       twice as slow and lose all concurrent-client scalability.
6103       This is a temporary fix for a larger design problem.  See issue
6104       https://issues.apache.org/jira/browse/SVN-1499
6107 Version 0.28.1
6108 (released 28 Aug 2003,http://svn.apache.org/repos/asf/subversion/tags/0.28.1)
6110   There are no changes in this release.
6111   It is strictly an updated release, build with the correct version
6112   of autoconf; autconf-2.57
6115 Version 0.28.0 (released 27 August 2003, rev 6894, branches/release-0.28)
6116 (http://svn.apache.org/repos/asf/subversion/tags/0.28)
6118 #####################################################################
6119 ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
6120 #####################################################################
6121 ##                                                                 ##
6122 ##  This release makes an incompatible change to the Subversion    ##
6123 ##  repository filesystem schema.  Repositories created with       ##
6124 ##  Subversion code prior to this release will unable to operate   ##
6125 ##  with this new code.  To maintain the ability to use said       ##
6126 ##  repositories, you must use a version 'svnadmin dump' prior to  ##
6127 ##  this change to dump your repository to a dumpfile, then use    ##
6128 ##  this new Subversion code to create, and load your dumpfile     ##
6129 ##  a new repository using 'svnadmin load'.  And don't forget to   ##
6130 ##  copy over any custom configuration/hooks from the old to the   ##
6131 ##  new repository.                                                ##
6132 ##                                                                 ##
6133 #####################################################################
6135  Please see notes/repos_upgrade_HOWTO for documentation on migrating
6136  pre-0.28.0 repos to 0.28.0.
6138  That document is also located here:
6139     http://svn.apache.org/repos/asf/subversion/trunk/notes/repos_upgrade_HOWTO
6141  User-visible changes:
6142  * fs schema change, see issue #1003 **NOTE: repos dump/load cycle required!**
6143  * command-line options
6144   - changed  'lsdblogs' is now 2 commands 'list-dblogs', 'list-unused-dblogs'
6145   - removed  '--only-unread' option 
6146   - new      'list-unused-dblogs'
6147   - new      '--config-dir' allows svn config to live outside ~/.subversion 
6148   - new      (r6811)
6149     - svn-status-get-specific-revision (interface to svn cat)
6150     - svn-ediff-with-revision (run ediff w/ a file wc and a specified rev)
6151  * fixed 'mod_dav_svn' segfault bug caused by foreign DeltaV requests (r6725)
6152  * fixed 'svn switch' bug which could result in corrupted repo (#1316,r6746)
6153  * fixed items now marked as 'deleted' if they no longer exist (#919,r6748)
6154  * fixed 'merge' no longer adds file/dir if scheme differs from wc. (#1321)
6155  * fixed Handle \r correctly when prompting on Windows. (r6792,#1307)
6156  * 'svn merge' now 'skip's when it hits unversioned obstructions (r6810,#1425)
6157  * fixed repos->wc of file w/ svn:keywords set caused segfault (r6818,#1473)
6158  * fixed 'svn diff -r PREV:HEAD' failed if tmp/ exists in cwd (r6838,#1487)
6160  Developer-visible changes:
6161  * database schema changed (see warning above!) (r6752,#1003,#1248,#1438)
6162  * svn Perl bindings are ready - see swig/INSTALL
6163  * internal changes to treat swig libraries more like normal libraries (r6761)
6164  * improved handling of errors opening a repository over ra_svn (r6841)
6168 Version 0.27.0 (released 12 August 2003, rev 6707, branches/release-0.27.0)
6170  User-visible changes:
6171  * fixed ra_svn:
6172     - (r6588) avoid hangs due to ra_svn tunnel creation errors
6173     - (r6696, r6697, #1465) svnserve crash due to pre-commit hook failure
6174  * fixed 'svn log':
6175     - (r6642, #1423) log on a deleted path over ra-dav
6176     - (r6684, #1438) log performance bug
6177  * fixed 'svn diff' and 'svn merge':
6178     - (r6604, #1311) diff URL URL on files now works
6179     - (r6668, #1142) diff comparing wc to repos branch
6180     - (r6687, #1297) diff/merge interaction in file adds
6181     - (r6703, #1319) merge problem with adding subtrees
6182     - (#6607) new default ancestry-following behavior for diff, merge
6183  * fixed 'svn status':
6184     - (r6688, r6691, r6692, #1289) status on nodes deleted in repos
6185     - (r6637) status now always uses "I" for ignored directories
6186  * fixed 'svn copy':
6187     - (r6704, #1313) copy between 2 repositories errors cleanly now
6188     - (r6649, #1444) seg fault when copying empty dir from repos to wc
6189  * fixed 'svn export':
6190     - (r6652, #1461) exporting an empty directory
6191     - (r6664, #1296) path->path exports
6192  * fixed - gracefully handle failure to get uid on Win98 (r6695, #1470)
6193  * fixed - avoid spurious conflicts when merging binary files (r6621, #1319)
6194  * fixed - merge of a single file into implicit '.' (r6630, #1150)
6195  * fixed - various Win32 innosetup improvements/fixes (r6693, r6656, #1133)
6196  * fixed - disallow ".." in svn:externals target paths (r6639, #1449)
6197  * fixed - use 'env' instead of hard-coded paths in scripts (r6626, #1413)
6198  * fixed - bug in loading incremental dumpfiles (r6595)
6199  * fixed - performance issue in svn_load_dirs.pl fixed (r6623, r6627, #1455)
6200  * fixed - handle IPv6 addresses in URLs (r6638, r6654, #1338)
6201  * changed - 'svn resolve' renamed to 'svn resolved' (r6597)
6202  * changed - 'svnlook tree' takes new optional path-in-repos argument (r6583)
6203  * changed - renamed 'svnadmin archive' to 'svnadmin lsdblogs'; offer
6204              either all logs, or just the unused ones (r6661)  
6205  * changed - now offer full-text search in Windows documentation file (r6658)
6206  * changed - much documentation updated, especially the book
6207  * Many other fixes and changes, too numerous to mention individually.
6209  Developer-visible changes:
6210  * fixed - many improvements to Perl and Python bindings, including some
6211            Win32-specific improvements (r6619, r6686, r6590, r6580, r6579)
6212  * All other important dev changes are implied by the user-visible changes.
6215 Version 0.26.0 (released 24 July 2003, revision 6550, branches/release-0.26.0)
6217  User-visible changes:
6218  * fixed - --parent-dir option to svnadmin load (r6436)
6219  * fixed - 'svnlook diff' now properly displays diffs  (r6408, #1241)
6220  * fixed - 'svn cat' no longer expands values from the wrong revision.
6221  * fixed 'svn merge':
6222     - (r6447,#1402) -r FOO:PREV works correctly
6223     - (r6452,#1379) no longer prints confusing no-op lines
6224     - (r6500/6503,#1399) warn user when a tree-delta chunk can't be applied
6225  * turn compression off to work around to mod_deflate timeouts (r6509)
6227  Developer-visible changes:
6228  * cvs2svn.py:  lots of bugfixing related to branch/tag support
6229  * diff code refactored to allow use by other tools (r6407)
6230  * make 'svn export' set commit-timestamps (not ready yet) (r6420)
6231  * fixed - memory leaks in libsvn_ra_dav commits (r6422)
6232  * fixed - cvs2svn.py handles branch files rooted in dead revs (r6482,#1417)
6233  * fixed - new lines now detected in svn:author property (r6497,#1401)
6234  * fixed - svn_load_dirs works w/ absolute paths (r6507, Debian bug #187331)
6235  * changed - build infrastructure now supports Perl SWIG bindings (r6441)
6236  * removed - PORTING document no longer necessary (r6472)
6239 Version 0.25.0 (released 11 July 2003, revision 6394, branches/release-0.25.0)
6241  User-visible changes:
6242  * command line options:
6243     - new --force option for svn export (r6327,#1296)
6244     - new --force-log for commit, copy, delete, import, mkdir, move (r6294)
6245     - no longer need --force for commit
6246  * commands
6247     - new - svnadmin archive (r6310)
6248     - changed - svn import syntax now 'svn import [PATH] URL' (r6288,#933,#735)
6249     - fixed - Search PATH for external diff commands (r6373)
6250     - fixed - 'svn switch' memory bug (r6296)
6251     - fixed - 'svn mkdir' coredump (r6388,#1369)
6252  * python bindings now in -tools rpm for Mandrake 9.1 (r6374)
6253  * allow parent-into-child copies, provided they are not WC->WC. (r6348,#1367)
6254  * fixed - Apache module installation order (r6382-6,#1381)     
6255  * now require apache 2.0.47 (and apr 0.9.4)
6256  * fix 2 commit leaks
6257  * fix mod_dav_svn path-escaping bug
6259  Developer-visible changes:
6260  * Win32 build system
6261     - new - .vcproj files for svn_config project and APR (r6311)
6262     - fixed - SWIG bindings for Win32 (r6304)
6263     - vcproj generator now works (r6316)
6264     - swig's generated .c files now dependent on headers in .i files (r6379)
6265     - refactored code common to dsp & vcproj into gen_win.py (r6328)
6266  * fixed
6267     - SEGFAULTs in SWIG bindings (r6339)
6268     - potential SEGFAULTs in 'REPORT vcc' backward-compatibility code (r6377)
6269     - mod_dav_svn's autoversioning failure on PUT (r6312)
6270     - 'svn switch' memory bug (r6296)
6271  * changed - mailer.py now uses svn_repos_replay()
6274 Version 0.24.2 (released 18 June 2003, revision 6284, branches/release-0.24.2)
6276  User-visible changes:
6277  * fix 'svn export' potential segfault
6278  * fix occasional diff test failures
6279  * fix 'svnadmin dump' memory hog
6280  * fix new-dir-with-spaces bug
6282  Developer-visible changes:
6283  * none
6286 Version 0.24.1 (released 16 June 2003, revision 6249, branches/release-0.24.1)
6288  User-visible changes:
6289  * Fix bug in 'svn log'.
6291  Developer-visible changes:
6292  * none
6295 Version 0.24.0 (released 15 June 2003, revision 6234, branches/release-0.24.0)
6297  User-visible changes:
6298  * new 'svn diff [--old OLD] [--new NEW]' syntax (#1142)
6299  * new --relocate option for svn switch (#951)
6300  * new --version option for svnadmin and svnlook
6301  * new path-based authorization module for apache
6302  * make 'svn checkout' and not just 'svn update' resume a checkout
6303  * .svn directories now hidden on Windows
6304  * config variable 'store-password = no' now actually works
6305  * fix 'svn merge --dry-run'
6306  * fix 'properties hanging after a rename' issue (#1303)
6307  * fix odd behavior of 'svn up -r PREV filename' (#1304)
6308  * fix delete-tracking bug (#1348)
6309  * fix dump and load corner cases (#1290)
6310  * ra_dav server more resilient for foreign deltaV clients
6311  * numerous ra_svn changes - must update clients and servers
6312  * fix export over ra_svn (#1318)
6313  * fix ra_svn error transmission bug (#1146)
6314  * fix ra_svn corruption in tunnel mode (#1145)
6315  * make svnserve multi-threaded on non-fork platforms (now works on Windows)
6316  * remove svnserve -F and -S options
6317  * various memory use improvements (#1323)
6318  * various performance improvements for all protocols
6319  * various performance improvements for 'svnadmin dump' and svnlook
6320  * various subversion book updates (you have read the book right?)
6321  * more cvs2svn.py improvements (and more to follow)
6322  * new debugging script normalize-dump.py to normalize dump output
6324  Developer-visible changes:
6325  * path-based editor drivers
6326  * no more RA->do_checkout()
6327  * update python and java bindings
6328  * various windows build fixes
6331 Version 0.23.0 (released 16 May 2003, revision 5962, branches/release-0.23.0)
6333  User-visible changes:
6334  * 'svn cat' now performs keyword expansion (#399)
6335  * 'svn export' keyword expansion fixed
6336  * checkouts are now restartable (#730)
6337  * ssh ra_svn tunnel agent specified with svn+ssh://hostname/path syntax.
6338  * remove dependency on external diff program
6339  * don't error out early on unversioned files (#774)
6340  * fix commands where REPORT fails if item isn't in HEAD (#891)
6341  * updates now receive checksums like checkouts (#1101)
6342  * 'svn revert dir' now resets property timestamp (#1163)
6343  * fix instances of client showing help instead of error message (#1265)
6344  * fix incorrect path in 'not a working copy' error messages (#1291)
6345  * fix cvs2svn.py file added on branch problem (#1302)
6346  * fix various vc-svn.el problems (#1257, #1268)
6347  * fix various psvn problems (#1270)
6348  * various Win32 build fixes
6350  Developer-visible changes:
6351  * fix various gcc 3.3 warnings (#1031)
6352  * fix various memory errors/leaks
6353  * remove java/jni bindings
6356 Version 0.22.2 (released 13 May 2003, revision 5918, branches/release-0.22.2)
6358  User-visible changes:
6359  * fix Win32 build
6360  * properly handle on-disk template errors
6361  * fix bogus uuid bug in cvs2svn.py
6363  Developer-visible changes:
6364  * none
6367 Version 0.22.1 (released 9 May 2003, revision 5874, branches/release-0.22.1)
6369  User-visible changes:
6370  * fix shared library installation problem
6371  * update cvs2svn.py script
6373  Developer-visible changes:
6374  * none
6377 Version 0.22.0 (released 7 May 2003, revision 5842, branches/release-0.22)
6379  User-visible changes:
6380  * svn diff -r BASE:HEAD and other edge cases fixed (#977)
6381  * svn diff and merge now have --ignore-ancestry option (#1034)
6382  * svn ci -N DIR no longer errors during post-commit (#1239)
6383  * ra_dav now optional (#617)
6384  * update vn-svn.el (#1250, #1253)
6385  * improvements to svn_load_dirs.pl (#1223, #1215)
6386  * misc ra_svn bug fixes and protocol change
6387  * log-encoding option now properly only applied to logs
6388  * fix mmap failures on HP-UX
6389  * fix some client memory leaks
6391  Developer-visible changes:
6392  * finish transition to new xml prop namespaces for mod_dav_svn (#840)
6393  * minimize full tree locks and number of system calls (#1245)
6394  * auto-generated .dsp files (#850)
6395  * fix ETag of directory (#1251)
6396  * added export editor (#1230)
6399 Version 0.21.0 (released 15 Apr 2003, revision 5639, branches/release-0.21)
6401  User-visible changes:
6402  * SSL client and server certificate verification
6403  * authentication info now stored in ~/.subversion/auth/
6404  * svn diff on a copied file only shows local mods, not the whole file
6405  * svn propget now takes a --strict option to control output
6406  * svnadmin load now takes a --parent-dir option
6407  * added the new 'svndumpfilter' program
6408  * svnlook now has 'cat', 'propget', and 'proplist' commands to enable
6409    viewing this information on transactions
6410  * 'svn copy' from another repository now adds without history
6411  * tag/branch conversion disabled in cvs2svn until it gets fixed
6412  * the 'anonymous' user is no longer used; we simply avoid attaching an
6413    author property when an author is not available
6414  * improvements to ignored-file handling
6415  * Python ConfigParser-style variable expansion for config file (#1165)
6417  Developer-visible changes:
6418  * introduced the svn_filesize_t type (#639)
6419  * realmstring added to the svn_auth framework
6420  * the "result checksum" moved to the editor.close_file function
6421  * more checksumming here and there
6422  * initial work to enable binary properties via ra_dav
6423  * initial, internal support for compressed streams
6424  * test framework shifting to exception-based failure recording (#1193)
6425  * improved options and handling in the C test framework
6426  * java and python binding work
6427  * libsvn_auth folded into libsvn_subr
6428  * bug fixes: 'svnadmin load' parse bug; ra_svn crashes (#1160); 'svn
6429    log' on a switched wc (#1108); 'svn ci -N' on named files (#1195)
6432 Version 0.20.1 (released 26 Mar 2003, revision 5467, branches/release-0.20.1)
6434  User-visible changes:
6435  * fix svnadmin load bug so that property deletions actually occur
6436  * fix checksum compatibility issue for older repositories
6438  Developer-visible changes:
6439  * none
6442 Version 0.20.0 (released 20 Mar 2003, revision 5410, branches/release-0.20)
6444  User-visible changes:
6445  * new compatibility rule: require only that each interim release be
6446                            compatible with the one before it (see HACKING)
6447  * ra_svn is still new so above rule doesn't yet apply
6448    (i.e. 0.20 over ra_svn is NOT compatible with previous releases)
6449  * merge infers the target path (see book chapters 4 & 8)
6450  * merge continues in presence of missing target file
6451  * merge's add notifications are no longer duplicated
6452  * commands can be safely interrupted (Ctrl-C)
6453  * --encoding global default in ~/.subversion/config
6454  * new option --editor-cmd
6455  * begin multi-release transition to escape binary properties over DAV
6456  * misc performance improvements
6458  Developer-visible changes:
6459  * RA vtable functions take pool argument
6460  * svn-config --includes path fixed
6461  * uuid at creation now complete
6462  * start having test failures throw exceptions rather than return errors
6463  * test suite option --cleanup with --verbose being default mode
6464  * continued diff library development
6465  * minor revprop hook changes
6466  * bug fixes: no diff on binary files (#1019), consistent error messages
6467    (#1181), version numbers in hook scripts (#1182), win98 codepage (#1186)
6470 Version 0.19.1 (released 12 Mar 2003, revision 5303, branches/release-0.19.1)
6472  User-visible changes:
6473  * fix svnserve tunnel mode pipe close bug
6475  Developer-visible changes:
6476  * none
6479 Version 0.19.0 (released 10 Mar 2003, revision 5262, branches/release-0.19)
6481  User-visible changes:
6482  * svn ls works on wc paths (#1130)
6483  * new cvs2svn.py features and bug fixes (1105)
6484  * new svnlook subcommand 'uuid'
6485  * new svnadmin create option '--bdb-txn-nosync' (use with care)
6486  * fix svnserve help output
6487  * SVN_EDITOR now overrides svn-editor in ~/.subversion/config
6488  * miscellaneous performance improvements (memory and speed)
6489  * more work on the Book
6491  Developer-visible changes:
6492  * start implementing cancellation of long-running functions
6493  * misc windows build fixes and features (DSP generator)
6494  * -W and -P options to stress.pl
6495  * start adding support for multiple fs backends
6496  * work on bindings and bindings build system (#1132, #1149)
6497  * bug fixes: ra_dav import/checkout memory usage (#995), control chars
6498    in commit messages (#1025), svn merge memory usage (#1069, #1077),
6499    pre-existing ~/.subversion (#1121), keyword expansion (#1151), line
6500    number in config error message (#1157), svn-tunnel-agent in [default]
6501    (#1158), RA->close RIP (#1164), config-test non-source (#1172)
6504 Version 0.18.1 (released 26 Feb 2003, revision 5118, branches/release-0.18.1)
6506  User-visible changes:
6507  * editor environment variables no longer incorrectly required
6508  * 'svn help import' now displays correct usage
6509  * fix crashes in the internal diff library and ra_dav
6510  * fix Win9x/Me console issue
6511  * cvs2svn.py api fix
6512  * hot_backup.py now correctly removes old backups
6514  Developer-visible changes:
6515  * various rpm package fixes
6518 Version 0.18.0 (released 19 Feb 2003, revision 4968, branches/release-0.18)
6520  User-visible changes:
6521  * renamed the [default] section to [global] in the servers config file
6522  * compression option is now http-compression and lives in servers file
6523  * use internal diff by default rather than external program (#405 in progress)
6524  * symlinked hook scripts now run
6525  * read-only access flag (-R) for svnserve
6526  * quiet flag (--quiet) for svnadmin dump
6527  * --ignore-uuid and --force-uuid for svnadmin load
6528  * miscellaneous performance improvements
6529  * more work on the Book
6531  Developer-visible changes:
6532  * new authentication library libsvn_auth (#724)
6533  * new bdb table uuids
6534  * client context object in libsvn_client
6535  * more work on java and other language bindings
6536  * test framework now has a quiet option (-q)
6537  * miscellaneous small code cleanups
6538  * bug fixes: more valgrind memory bugs, apr xlate i18n mess (#872),
6539    non-existent URL checkout (#946), props on to-be-deleted files (#1066),
6540    ra_svn move/copy (#1084), eol translation (#1085), ra_svn
6541    checksumming (#1099), cat command corrupt output (#1104), cvs2svn
6542    memory consumption (#1107), merge of property add (#1109),
6543    '..' relative path (#1111), commit/cleanup/diff3 (#1119),
6544    .svn/entries checksum (#1120), svn commit in / (#1122),
6545    status on uncontrolled directory (#1124), commit message eol
6546    characters (#1126), cat -r PREV (#1134), ra_dav wcprops (#1136)
6547    split XML cdata/attribute encoding (#1118)
6550 Version 0.17.1 (released 22 Jan 2003, revision 4503, branches/0.17.1)
6552  User-visible changes:
6553  * changed non-baseline build version number display.
6554  * compatibility change: make sure old clients can talk to newest servers.
6555  * some changes to the Book
6557  Developer-visible changes:
6558  * dumper/loader now use checksums (#1102)
6559  * miscellaneous small code cleanups
6560  * bug fixes:  eol-style timestamp changes (#1086), valgrind mem bug,
6561    better checksum error reporting, 
6564 Version 0.17.0 (released 20 Jan 2003, revision 4468, branches/0.17)
6566  User-visible changes:
6567  * 'svn add' is now recursive by default, -N to disable (#1073)
6568  * new 'svnversion' program summarizes mixed-revs of a working copy
6569  * huge improvements to the mailer.py tool
6570  * more work on the Book and man page
6571  * default global-ignores now built-in, new runtime-config file commented out
6573  Developer-visible changes:
6574  * checksums, checksums everywhere (issues #649, #689):
6575     - filesystem stores them, and verifies them when reading/writing
6576     - working copy stores them, and verifies them when reading/writing
6577     - checksums transferred both ways over network, RA layers verify them
6578  * finish draft of internal diff/diff3 library -- ready for testing/optimizing
6579  * more utf8<->apr conversion work (#872)
6580  * more work on swig/python and ruby bindings
6581  * improvements to win32-innosetup package
6582  * 'svnserve' now has an official IANA-assigned portnumber.
6583  * mod_dav_svn now only sends/understands new xml prop namespaces (#840)
6584  * bug fixes:  stop needless fs rep data copies (#1067), wc auth
6585    caching bugs (#1064), use APR_BUFFERED to open files (#1071), lots
6586    of wc 'missing dir' edge-case bugs (#962), prevent wc from
6587    receiving '.svn' (#1068), don't commit symlinks (#1081), better
6588    diff labels (#1080), better fulltext tmpfile names in conflicts (#1079),
6589    prevent ra_dav from deleting out-of-date items (#1017), segfault (#1092), 
6590    don't attempt checksum on missing tmp textbase (#1091), allow diffs
6591    during update again (yikes!)
6594 Version 0.16.1 (released 6 Jan 2003, revision 4276)
6596  User-visible changes:
6597  * ra_svn network layer (apache alternative) now tested & ssh-tunnelable
6598  * new (experimental) mod_dav_svn autoversioning feature (SVNAutoversioning)
6599  * reorganization of the ~/.subversion/ run-time config files.
6600  * more entry caching: approx. 3x speedup on checkouts & updates.
6601  * option rename: --non-recursive instead of --nonrecursive
6602  * option rename: --no-diff-deleted instead of --no-diff-on-delete
6603  * new 'svn log --quiet'
6604  * new 'svn diff --no-diff-deleted'
6605  * fix keyword expansion behaviors ($keyword:$ / $keyword$ / $keyword: $)
6606  * handle win32 non-ascii config-file paths (#968, #1048, part of #872)
6608  Developer-visible changes:
6609  * most public header files now using doxygen markup
6610  * new (untested) internal difflib (#405)
6611  * neon debugging now tweakable via run-time config file
6612  * more progress on Subversion Book rewrite.
6613  * new ./configure --with-diffutils
6614  * begin work on client/server checksums (#649)
6615  * regression tests now depend on svnadmin dump/load
6616  * lose src_err field of svn_error_t
6617  * many fs function renames:  begins fs database back-end abstraction.
6618  * new libsvn_repos prop-validating wrappers
6619  * lots of work on build-system dependency graph generation (for SWIG building)
6620  * swig binding work:
6621     - python svn calls can now run as independent threads
6622     - new java-binding build system
6623     - improved swig building features:  --prefix, LDFLAGS behaviors
6624  * many, many bug fixes: wc->repos copies (#1029), #943 followup
6625    (#1023), copies of copies (#830), 'svn resolve' cleans up entries
6626    file (#1021), prop merging (#1012), segfault fixes (#1027, #1055),
6627    autoconf 2.5X (#886), O(1) copies (#717), new 'failed revert'
6628    signal (#714), detect missing schedule-add conflicts (#899, #863),
6629    begin dav namespace switchover (#840), status bugs, url auth
6630    inference (#1038), log bug (#1028), newline prompt (#1039),
6631    svnadmin errorchecking, url syntax errors (#1057, #1058), apr/utf8
6632    work (start #872), and many more.
6635 Version 0.16 (released 4 Dec 2002, revision 3987)
6637  User-visible changes:
6638  * new 'svn cat' subcommand
6639  * new --revprop flag to access revision props, -r for versioned props (#943)
6640  * new "compression" runtime option in ~/.subversion/config
6641  * svnadmin/svnlook now use help system, and some subcommands deleted or moved.
6642  * tool changes:
6643     - new svnshell.py tool
6644     - new mirror_dir_through_svn.cgi script
6645     - new svn_load_dirs.pl features
6646     - updates to vc-svn.el
6647  * --message-encoding is now just --encoding, and affects svn: propvals too.
6648  * major rewrites of chapters 3, 4, 5 of the Subversion Book.
6650  Developer-visible changes:
6651  * new network layer, libsvn_ra_svn!  still experimental.
6652  * all svn_error_t's now allocated in subpool of global pool.
6653  * reorganize svnlook/svnadmin subcommands & option-parsing (#540, #915, #910)
6654  * all log messages and svn: props now stored as UTF8/LF endings (#896)
6655  * huge cleanup/reorg of all svn_path_* routines
6656  * svn_client_status sends feedback, distinguishes unversioned vs. ignored
6657  * improvements to swig typemappings and build processes
6658  * fixes to pool cleanup handlers
6659  * begin abstraction of gen_make.py 
6660  * entry-caching improvements
6661  * stop using global apr_xlate objects
6662  * win32-innosetup code added to packages/
6663  * new work on ruby bindings and swig-java bindings
6664  * many, many bug fixes: various small coredumps, svn_error_t leaks,
6665    copy props correctly (#976), copy executable bits correctly (#982),
6666    test-system fix (#882), accidentally imported tmpfile (#964),
6667    ra_local checkout memleak (#985), accidental wc deletion (#988),
6668    better text vs. binary detection (#994), dav log-report error
6669    handling, bad 'svn switch' dav caching (#1000), don't call NULL
6670    callbacks (#1005), bogus switch feedback (#1007), eol-style file
6671    corruption (#920), getdate.y fix (#1009), ra_local error reporting (#900),
6672    start of work on issues #830 and #869.
6675 Version 0.15 (released 7 Nov 2002, revision 3687)
6677  User-visible changes:
6678  * New 'S' indicator in 'svn status' shows switched subdirs 
6679  * New --dry-run option added for 'svn merge' (issue #953)
6680  * Fix 'svn update .' to handle svn:externals correctly
6681  * Memory usage of 'svn import' reduced (issue #860)
6682  * Allow 'svn revert' on missing directories scheduled for deletion
6683  * Assorted bug fixes in several exciting flavors
6684  * Documentation improvements
6686  Developer-visible changes:
6687  * #911 (apr and apr-util version at build time)
6688  * Fixed issues #851, #894, 
6689  * Testing scripts accept --url=URL and BASE_URL=URL
6690  * Issue #881 (--enable-all-static)
6691  * Delta editors all converted to new-style, and editor composition is gone
6692  * Improve libsvn_wc wcprop handling (issue #806)
6693  * SWIG binding improvements
6694  * Various pool usage improvements
6697 Version 0.14.5 [Alpha Interim 5] (released 30 Oct 2002, revision 3578)
6699  User-visible changes:
6700  * allow --incremental option for 'svn log' xml output
6702  Developer-visible changes:
6703  * autoconf bugfix for berkeley-db detection
6704  * clean up property interface mess (part of #806)
6705  * dish.sh bugfix:  build the new docbook docs correctly
6706  * python tests now log commands
6707  * gen-make.py now assumes 'build.conf'
6710 Version 0.14.4 [Alpha Interim 4] (released 29 Oct 2002, revision 3553)
6712  User-visible changes:
6713  * new working-copy entry-caching: speeds many ops up to 5x (#749)
6714  * new 'svnadmin recover', instead of db_recover
6715  * client can now view & change server-side revision props (e.g. log messages)
6716  * new --non-interactive switch for commandline client
6717  * new --incremental option to 'svn log'
6718  * new -r {date} syntax for specifying dated revs; works over network too.
6719  * automatically set svn:executable prop when adding or importing (#870)
6720  * initial $EDITOR text now ignores all log data below special token
6721  * consistify behavior of text & prop columns in 'svn status' output.
6722  * .svn/auth/* files now chmod 700, to stop scaring people.  :-)
6723  * improved labels in 'svn diff' output (#936)
6724  * run-time adjustable neon timeout in newly renamed 'servers' config file
6725  * big improvements to cvs2svn script:  bugfixes and basic branch/tag support
6726  * new python access-control hook script
6727  * no more implicit dot-target for 'svn propedit' or 'svn propset' (#924)
6728  * Win32 improvements:
6729     - use system-wide config-file/registry
6730     - run-time configurable diff/diff3 binary locations (#668)
6731  * remove obsolete --xml-file support
6732  * Handbook is now ported to Docbook, 2 new chapters.
6734  Developer-visible changes:
6735  * abstracted option/help-parsing code, now shared between svn and svnadmin
6736  * require apache 2.0.42
6737  * use neon 0.23.5: fix XML entity derefs, SSL server certs, HP-UX build, etc.
6738  * support Berkeley DB 4.0 *or* 4.1
6739  * many SWIG binding improvements:
6740     - better overall coverage of apr and libsvn_* library symbols
6741     - new 'make swig-py-ext' and 'make install-swig-py-ext' targets
6742  * finish conversion of all editor/drivers to "new" style (#737)
6743  * removed xml-delta editors and editor drivers and related tests
6744  * new predicate-logic system added to automated-test system ("skip" support)
6745  * more work on mailer.py
6746  * no more lost commit messages (#761)
6747  * eradication of misused stringbufs, obsolete code removal (#909)
6748  * mem-leak fixes in libsvn_fs (#860)
6749  * improved atomicity of working-file translations (#914)
6750  * improve ./configure --help output (#949)
6751  * MANY bugfixes, especially for entry-locks (#931, #932, #847, #938),
6752    merges (#880, ), auth storage (#934); also #921 (svnadmin
6753    segfault), #907 (xml quoting), #918 (post-commit processing), #935
6754    (path canonicalization), #779 (diff errors)
6757 Version 0.14.3 [Alpha Interim 3] (released 20 Sept 2002, revision 3200)
6759  User-visible changes:
6760  * new ~/.subversion/config file
6761  * new $Id$ keyword
6762  * new client --no-auth-cache option
6763  * empty values in the Windows Registry are no longer ignored (issue #671)
6764  * report details of repository start-commit or pre-commit hook errors
6765  * fix locking behaviour when using current directory as a target
6766  * updated man page
6767  * new front-page logo.  :-)
6769  Developer-visible changes:
6770  * continuing work on python SWIG bindings
6771  * continuing work on new access-baton system for libsvn_wc
6772  * upgrade to neon 0.23.4 to fix Windows build issues and seg faults
6773  * add XFAIL to the C testing framework
6774  * prevent setting of certain svn: props on incorrect file types
6775  * cleanup libsvn_subr's path library behavior
6776  * new 'fast-clean' vs. 'clean' Makefile targets
6777  * various bugfixes, tweaks, cleanups.
6780 Version 0.14.2 [Alpha Interim 2] (released 22 Aug 2002, revision 3033)
6782  User-visible changes:
6783  * fs schema change, see issue #842. **NOTE: repos dump/load cycle required!**
6784  * new 'svn ls -R' option
6785  * new status code `~', for type changes
6786  * add --username and --password options to 'svn ls'
6787  * new script tools/client-side/svn_all_diffs.pl
6788  * new script tools/examples/blame.py (draft)
6790  Developer-visible changes:
6791  * test suite now does XFAIL and XPASS
6792  * test suite over DAV now uses SVNParentPath, no longer depends on symlinks
6793  * DAV tests now work on Windows
6794  * upgrade to neon 0.22.0
6795  * 'make install' notices the $(DESTDIR) parameter
6796  * new dav prop namespaces, but old still sent for compat; see issue #840
6797  * error code space reorganized, see issue #702
6798  * many cleanups to path handling
6799  * more use of access batons in libsvn_wc, see issue #749
6800  * working props now stored with ".svn-work" extension, see issue #618
6801  * the usual round of bug fixes, new regression tests, etc
6804 Version 0.14.1 [Alpha Interim 1] (released 9 August 2002, revision 2927)
6806  User-visible changes:
6807  * show copy-ancestry in 'svn log -v'
6808  * 'svn co' can take multiple URLs now
6809  * new 'svn ls' command
6810  * new 'svn st --no-ignore' option
6811  * new 'svn --version --quiet' option
6812  * more conservative 'svn help' usage error-message
6813  * more graceful degradation from charset conversion failure
6814  * standardize policy of -q switch behavior
6815  * less intimidating error output
6816  * new SVNParentPath directive for mod_dav_svn <Location>s
6817  * svnlook now correctly displays copied subtrees
6818  * Handbook: additions, tweaks, cleanups, and new French Translation :-)
6819  * svn_load_dirs.pl: auto propset on files matching specified regex, bug fixes
6821  Developer-visible changes:
6822  * integrated the delta-combiner! (issue #531)
6823  * integration of libsvn_wc-baton-locking branch (issue #749)
6824  * new "skip-deltas" added to delta-combiner
6825  * properly URI-encode/decode path components throughout our code
6826  * RA->do_diff() made independent from RA->do_switch().
6827  * stricter setting/parsing of svn:mime-type property in client and server.
6828  * new 'install-static' make target
6829  * extend SWIG bindings to libsvn_wc and libsvn_client
6830  * BerkeleyDB usage tweaking:  in preparation for auto-recovery features.
6831  * work on #850 (.dsp generator)
6832  * Better support for incremental dumps (see revision 2920)
6833  * started fs branch work on #842 (copyID inheritance), #830 (copies of
6834    copies), #790 (copy table uses txnID), #815 (custom sorting)
6835  * numerous bugfixes: #709 (better error handling), #813/814
6836    (apr_filepath_merge), #685 (showing dir propdiffs), OS X dumper
6837    bugfix, #561 (property conflict detection), mod_dav_svn path bugs,
6838    svn_wc_status() bugs, path canonicalization bugs, #816 (svn log  -r), 
6839    #843 (URL keyword), #846 (kind-change replacement), #809 ($EDITOR dir),
6840    #855 (module updates not cooperating with new wc access batons),
6841    improvements to test suite sensitivity, 
6844 Version 0.14.0 [Alpha] (released 23 July 2002, revision 2667)
6846  User-visible changes:
6847  * finally some documentation: The Subversion Handbook
6848  * i18n support for paths, prop names, and log messages; (not on Win32 yet)
6849  * support for URI-escaped paths
6850  * "-R" is now short for --recursive, and "-N" replaces "-n"
6851  * add the -R option to 'svn info' and 'svn resolve'
6852  * new syntax for 'svn switch' and 'svn co'
6853  * new 'svn-config' file installed
6854  * new commit-access-control.pl utility (feature #775)
6855  * new vc-svn.el, first pass at Emacs VC support for Subversion
6856  * lots of work on svn_load_dirs.pl (provides vendor-branch-like features)
6857  * new --message-encoding option for logfiles given by -F
6858  * support win32 drive-letters in file:/// urls
6859  * improved date output syntax: ISO-8601 prefix, then human-friendly suffix
6860  * the usual round of bug fixes
6862  Developer-visible changes:
6863  * UTF-8 changes
6864     - all libraries now assume UTF-8 input paths and log msgs
6865     - many apr calls are now abstracted into new svn_io_* wrappers
6866  * fs schema change
6867     - cache each revision's changed-paths in a new 'changes' table
6868     - another repository dump/load is required
6869  * a number of fs-dumper bugfixes and redesigns
6870  * test suite is now all python, so it can run on win32
6871  * reduce huge memory consumption of mod_dav_svn during checkouts
6872  * memory optimizations for prop-reading and 'svn diff'
6873  * bugfixes for commit-email.pl and tweak-log.cgi
6874  * lots of branch work on the delta-combiner and on libsvn_wc rewrite
6875  * numerous bugfixes: 'svn merge .' bug (#748), bug #764, two new
6876    ghudson-dirversioning bugs, #756, #675, #783, #796, wc-root bugs,
6877    #799, #800, #797, directory-removal bugs (#611, #687)
6880 Version 0.13.2 [Pre-Alpha] (released 28 June 2002, revision 2376)
6882  User-visible changes:
6883  * fixed various buggy commandline outputs
6884  * allow global/local config-files on win32
6885  * prevent overwrites with 'svn cp URL URL'
6886  * improvements to svn_load_dirs.pl
6887  * mod_dav_svn can generate xml output for directory GETs
6888  * new svnadmin(1) man page
6890  Developer-visible changes:
6891  * finished notification callback system, no more buggy output
6892  * fs-changes:
6893     - revisions table nothing but an index to txns table
6894     - branch work-in-progress:  new 'changes' table to store changed paths
6895  * more work on svn_time_* funcs and formats (moving towards ISO8601)
6896  * property reversion bugs fixed, dumper bug fixed
6897  * add version number to svndiff database storage
6898  * new regression tests for 'svn merge'
6899  * fix 'svn diff -rX:Y' server bug
6900  * fix bugs in python test system
6901  * bring win32 build up-to-date, get most python tests working on win32
6904 Version 0.13.1 [Pre-Alpha] (released 20 June 2002, revision 2291)
6906  User-visible changes:
6907  * "modules" are now implemented
6908  * new 'svn export' command
6909  * 'svn log' now traverses copy history and can print changed paths
6910  * 'svn merge' now (temporarily) only merges into '.'
6911  * 'svnadmin lscr' now traverses copy history
6912  * changes to the 'svn:executable' prop take effect immediately now
6913  * server is more tolerant of wc's with old-style version resource URLs
6914  * new Handbook started
6915  * commit-email.pl fixes/improvements -- now shows prop mods and copy history
6916  * bug fixes to cp, rm, merge, revert, admin dump and load, svnlook
6918  Developer-visible changes:
6919  * headers now install in subdir and libs are named libsvn_FOO-1.so
6920  * improvements to the Python test suite
6921  * delta combiner implemented (unused for now, though)
6922  * Python SWIG binding improvements: ability to write an editor in Python
6923  * new example: tools/examples/svnlook.py
6924  * start moving libsvn_client to new notification system (no composed editors!)
6925  * upgrade to neon 0.21.2, fixing deflated communication with apache
6926  * Moved Berkeley-specific code to libsvn_fs/bdb/, skels into libsvn_fs/util/
6927  * changes to the RPM packaging
6930 Version 0.13.0 [Pre-Alpha] (released 10 June 2002, revision 2140)
6932  User-visible changes:
6933  * repositories have a new database schema;  existing ones must be upgraded!
6934     - new svnadmin 'dump'/'load' commands to migrate repositories
6935     - read http://svn.apache.org/repos/asf/subversion/trunk/notes/repos_upgrade_HOWTO
6937  Developer-visible changes:
6938  * complete rewrite of filesystem schema!
6939     - skels are abstracted away, opening the door to SQL backends
6940     - node-ids now have copy IDs
6941  * huge progress on module system [only checkouts work at the moment]
6942  * massive conversion of stringbufs to char* in our public APIs
6943  * vsn-rsc-urls are now based on created-rev/path instead of fs_id_t's.
6944  * reinstate 'deleted' flag on entries, to ensure accurate update reports
6945  * dir_delta learns how to send copy history
6946     - svnlook no longer sends 10MB emails when we make a branch
6947     - dumpfiles get much smaller
6948  * memory consumption reduced via new apr-pool code that reuses/frees mem
6949  * client can now parse ISO-8601 timestamps (start of issue 614)
6950  * added script for stress-testing concurrent repository access
6951  * auto-locate apache's apr libraries at build-time
6952  * beginnings of ra_pipe library
6953  * progress on delta combiner code
6954  * many memleaks fixed, thanks to valgrind!
6955  * upgrade to newest neon, allow deflated communication with apache
6956  * many bugfixes to merge, switch, checkout, rm; tackling of issues 704,
6957    705, 698, 711, 713, 721, 718 and many others
6960 Version 0.12.0 (released 3 May 2002, revision 1868)
6962  User-visible changes:
6963  * 'svn diff' can now compare two arbitrary URLs
6964  * 'svn diff' now displays property changes
6965  * 'svn rm' requires --force for unversioned and/or modified items
6966  * 'svn rm' immediately removes files & uncommitted dirs
6967  * 'svn mv' for WC->WC behaves like 'svn rm' with respect to the source
6968  * checkouts, updates, switches now print received revision on final line.
6969  * new 'svn info' command prints information about a versioned resource.
6970  * switch to 2-part conflict markers (diff3 -E) instead of 3-part (diff3 -A)
6971  * new bash programmable completion file
6972  * file's executable bit can be versioned (svn:executable prop)
6973  * commits and imports now support --nonrecursive option
6974  * new --xml option for 'svn log'
6975  * new 'svnadmin dump' command
6977  Developer-visible changes:
6978  * updates correctly deal with disjoint urls.
6979  * libsvn_wc now checksums text-bases, to detect working copy corruption
6980  * cached wcprops (vsn-rsc-urls) now auto-regenerate if invalid
6981  * python testsuite now runs on Win32.
6982  * new switch_tests.py added to testsuite
6983  * NEW internalized diff/diff3 library.  Not yet integrated/tested.
6984  * dir_delta sends entry props; pipe-editor removed.
6985  * no more expat/ tree;  use apr-util's expat instead.
6986  * fs deltificaton happens outside commit process, using fewer db locks
6987  * privatize svn_fs_id_t structure
6988  * start abstracting skels out of libsvn_fs
6989  * new docs: secure coding tips, quickref card
6990  * memory bugfixes for import/commit/mass removals
6991  * many bugfixes: issues 644, 646, 691, 693, 694, 543, 684
6994 Version 0.11.1 (released 12 April 2002, revision 1692, branches/0.11.0)
6996  User-visible changes:
6997  * completion of 'svn merge' (issue 504)
6998  * added SVNReposName directive to mod_dav_svn
6999  * insist on a diff binary that supports "-u"
7000  * fix and unify pop-up $EDITOR behaviors (issues 638, 633, 615)
7002  Developer-visible changes:
7003  * finish rewrite of commit system to handle disjoint urls (issue 575)
7004  * finish proxy support via config files (esp. on win32) (issue 579)
7005  * fix svn_ra_dav__get_baseline_info and related bugs (issue 581)
7006  * reorganization of libsvn_wc header files & API
7007  * new getopt_tests.py to test commandline option processing
7008  * 'make check' now more portable -- tests invoked via python, not sh
7009  * miscellaneous bugfixes in imports, svndiff, db linkage.
7012 Version 0.11.0 (unreleased)
7015 Version 0.10.2 (released 25 Mar 2002, revision 1587)
7017  User-visible changes:
7018  * new ~/.subversion configuration directory
7019  * proxy support via ~/.subversion/proxies file
7020           
7021  Developer-visible changes:
7022  * rewrite of client-side commit process partially done
7023  * beginnings of 'svn merge'
7024  * mod_dav_svn now generates "streamy" report responses
7025  * stringbuf cleanups and bugfixes
7026  * interface to svn_wc_entry_t cleaned up
7027  * tweaks to build system and freebsd port
7028  * miscellaneous bugfixes in path escaping, pool usage, hp-ux compilation
7031 Version 0.10.1 (released 17 Mar 2002, revision 1537)
7033  User-visible changes:
7034  * New --targets command-line option for some commands.
7035  * conflicts now create conflict-markers in files, and 3 fulltext backups.
7036  * new 'svn resolve' command removes conflicted state (by removing backups)
7037   
7038  Developer-visible changes:
7039  * no more dependency on 'patch'; only on GNU diff3 and some version of 'diff'
7040  * complete rewrite of svn_wc_entry_t interface
7041  * begin abstracting svn_fs API by hiding implementation details
7042  * consolidate RA layer callbacks
7043  * start work on commit-driver rewrite
7044  * start work on ~/.subversion/ configuration directory, and proxy support
7045  * move a lot of svn_wc.h into private wc.h
7046  * bugfixes relating to commits, network prop xfers, 'svn log', 'svn co -q'
7047  * major deletion bug fixed 
7048    (see email WARNING: 
7049     http://subversion.tigris.org/servlets/ReadMsg?msgId=64442&listName=dev)
7052 Version 0.10.0 (released 08 Mar 2002, revision 1467)
7054  User-visible changes:
7055  * fewer out-of-memory errors:  (see "memory consumption" below)
7056  * clearer user errors:  
7057     - detailed marshalling of server errors to client
7058     - better errors from ra_dav
7059     - better commandline-client-specific error messages
7060  * 'svn log' now works on single paths correctly
7061  * show locked directories in 'svn status'
7062  * 'svnadmin lstxns' improvements, and new --long switch
7063  * commits show "Replacing" instead of "Deleting/Adding" (#571)
7064  * commits show progress on postfix txdeltas.
7065  * WARNING:  existing repositories need to be upgraded;
7066              read tools/enable-dupkeys.sh.
7068  Developer-visible changes:
7069  * reduced memory consumption
7070     - new Editor interface that manages pools automatically
7071     - conversion of most existing editors to new system
7072     - have libsvn_fs write data to DB streamily
7073     - reduce DB logfile growth via 'duplicate keys'
7074     - stop using one pool for post-commit processing
7075     - stop using one pool for sending all textdeltas
7076     - many, many other pool-usage improvements in libsvn_wc, ra_dav, etc.
7077  * start of work on 'svn merge": issue 504, and diff3 integration
7078  * start of work on disjoint-url detection:  issue 575
7079  * start removing stringbuf path library funcs; use new const char * funcs
7080  * better python 2.X detection in test suite
7081  * svnlook uses single tempdir
7082  * build system evolution
7083     - upgrade to neon 0.19.[2-3]
7084     - lots of work on FreeBSD port
7085  * many small bugfixes: 
7086     - propedit, file merges, revert, dir_delta, keywords
7087     - memory leaks in 'svn add', 'svn import/commit', and svnlook
7088     - date-parsing and readonly bugs
7091 Version 0.9 (released 15 Feb 2002, revision 1302)
7093  User-visible changes:
7094  * 'svn switch', for switching part of a working copy to a branch
7095  * 'svn status -v' now shows created-rev and last-author info
7096  * 'svn help <subcommand>' now shows proper switches
7097  * if no log message passed to commit, $EDITOR pops up
7098  * greatly improved/re-organized README, INSTALL, and HACKING docs
7099  * big progress on cvs2svn repository converter
7100  * faster retrieval of old revisions: turn off fs directory deltification
7101  * fixed broken behaviors in 'svn diff' and 'svn log'
7103  Developer-visible changes:
7104  * new fs code for detecting differences and relatedness
7105  * new cancellation editor, for event-driven users of libsvn_client
7106  * make .svn/ area readonly
7107  * continued development of ruby, java, and python (swig) bindings
7108  * new config-file parser
7109  * code reorganization and cleanup
7110     - huge conversion of svn_stringbuf_t --> char *
7111     - standardized on commit_info return structure
7112     - no more 'path styles' in path library
7113     - rewrite bootstrapping code for python test framework
7114     - rewrite commandline app's help-system and alias-system
7115     - feedback table replaced with notfication callback
7116     - rewrite sorting of hashes
7117     - svnadmin internal rewrite
7118     - faster post-update processing
7119     - using SVN_ERR macros where they weren't
7120     - new svn_client_revision_t mechanism
7121     - txdelta windows are readonly now
7122     - pool debugging code moved to APR
7123     - various pool-usage fixes
7124  * build system evolution
7125     - apr-util now required
7126     - upgrade to neon 0.18.5
7127     - much apr m4 macro churn
7128     - win32 updates, no longer needs precompiled neon
7129     - 'make check' when builddir != srcdir
7130  * fixes for many issues, including #624, 627, 580, 598, 591,
7131    607. 609, 590, 565
7134 [Versions 0.8 and older are only brief summaries]
7136 Version 0.8  (released 15 Jan 2002, revision 909)
7138  * newline conversion and keyword substitution (#524)
7139  * rewrite ra_local commit system to commit against HEAD (#463)
7140  * mod_dav_svn sends svndiffs now (#518)
7141  * code migration from libsvn_fs to libsvn_repos (#428)
7144 Version 0.7  (released 03 Dec 2001, revision 587)
7146  * 'svn cp/mv' completed:  
7147     - can copy from wc/repos to wc/repos
7148     - This how we create branches/tags
7149  * 'svn mkdir' [WC_PATH|REPOS_URL]
7150  * 'svn delete' [REPOS_URL]
7153 Version 0.6  (released 12 Nov 2001, revision 444)
7155  * 'svn log'
7156  * 'svn cp/mv' from wc to wc
7159 Milestones M4/M5  (released 19 Oct 2001, revision 271)
7161  * network layer bugfixes
7162  * filesystem deltification
7165 Milestone M3  (released 30 Aug 2001, revision 1)
7167  * self-hosting begins, all history left behind in CVS repository.
7170 Milestone M2  (released 15 May 2001, from CVS, "milestone-2" tag)
7172  * filesystem library (libsvn_fs)
7173  * network layer (libsvn_ra_dav and mod_dav_svn)
7176 Milestone M1  (released 20 Oct 2000, from CVS, "milestone-1" tag)
7178  * working-copy library (libsvn_wc), using XML files
7181 Birth  (05 June 2000)
7183  * CVS repository created.