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