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