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