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