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