Deleted Added
full compact
CHANGES (251886) CHANGES (253734)
1Version 1.8.1
2(23 July 2013, from /branches/1.8.x)
3http://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
1Version 1.8.0
2(18 Jun 2013, from /branches/1.8.x)
3http://svn.apache.org/repos/asf/subversion/tags/1.8.0
4
5 User-visible changes:
6 - General:
7 * require serf as client-side http library (neon support removed) (r1349694)
8 * deprecate the Berkeley DB FS backend (libsvn_fs_base) (r1464985 et al)

--- 85 unchanged lines hidden (view full) ---

94 * improve interactive resolution of property conflicts (r1387678 et al)
95 * make ra_serf raise an error upon delta-base mismatch (issue #4235)
96 * tune ra_svn transmit buffer handling (r1391788)
97 * make 'svnrdump' work with serf (issue #4116)
98 * fix 'svnrdump' on path below repository root (issue #4101)
99 * support ipv6 in URLs (e.g. http://[::1]/svn/repos) (r1454047)
100 * conflict resolver now iterates paths in a sorted order (r1461820)
101 * mod_dav_svn does keyword expansion with 'kw=1' query arg (r1466055)
89Version 1.8.0
90(18 Jun 2013, from /branches/1.8.x)
91http://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)

--- 85 unchanged lines hidden (view full) ---

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)
102 * add support for custom keyword definitions (issue #890)
103
104 - Minor new features and improvements (server-side):
105 * improve performance of config file parsing (r1344347 et al)
106 * new 'svnadmin load --revision' load filtering support (issue #3734)
107 * new 'svnadmin hotcopy --incremental' support for FSFS (issue #3815)
108 * new 'svnadmin lock' / 'svnadmin unlock' subcommands (issue #3942, #4092)
109 * new SVNUseUTF8 configuration option for mod_dav_svn (issue #2487)
110 * new SVNHooksEnv configuration option for mod_dav_svn (r1239966)

--- 223 unchanged lines hidden (view full) ---

334 * fix svn_txdelta window ops for python bindings (r1389054)
335 * fix build of Perl bindings with newer versions of SWIG (r1389658)
336 * add missing API functions to Perl bindings (issue #2646)
337 * add missing API functions to Python bindings (r1392038 et al)
338 * add missing API functions to JavaHL bindings (issue #4326)
339 * fix some reference counting bugs in swig-py bindings (r1464899, r1466524)
340
341
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)

--- 223 unchanged lines hidden (view full) ---

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
429Version 1.7.11
430(23 Jul 2013, from /branches/1.7.x)
431http://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
342Version 1.7.10
343(30 May 2013, from /branches/1.7.x)
344http://svn.apache.org/repos/asf/subversion/tags/1.7.10
345
346 User-visible changes:
347 - Client-side bugfixes:
348 * fix 'svn revert' "no such table: revert_list" spurious error (issue #4168)
349 * fix 'svn diff' doesn't show some locally added files (issue #3797)

--- 4274 unchanged lines hidden ---
448Version 1.7.10
449(30 May 2013, from /branches/1.7.x)
450http://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)

--- 4274 unchanged lines hidden ---