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