Deleted Added
full compact
CHANGES (269847) CHANGES (289166)
1Version 1.8.14
2(5 Aug 2015, from /branches/1.8.x)
3http://svn.apache.org/repos/asf/subversion/tags/1.8.14
4
5 User-visible changes:
6 - Client-side bugfixes:
7 * document svn:autoprops (r1678494 et al.)
8 * cp: fix 'svn cp ^/A/D/H@1 ^/A' to properly create A (r1674455, r1674456)
9 * resolve: improve conflict prompts for binary files (r1667228 et al.)
10 * ls: improve performance of '-v' on tag directories (r1673153)
11 * improved Sqlite 3.8.9 query performance regression on externals (r1672295 et al.)
12 * fixed issue #4580: 'svn -v st' on file externals reports "?" instead
13 of user and revision after 'svn up' (r1680242)
14
15 - Server-side bugfixes:
16 * mod_dav_svn: do not ignore skel parsing errors (r1658168)
17 * detect invalid svndiff data earlier (r1684077)
18 * prevent possible repository corruption on power/disk failures (r1680819)
19 * fixed issue #4577: Read error with nodes whose DELTA chain starts with
20 a PLAIN rep (r1676667, r1677267)
21 * fixed issue #4531: server-side copy (over dav) is slow and uses
22 too much memory (r1674627)
23
24 Developer-visible changes:
25 - General:
26 * support building on Windows with Visual Studio 2015 (r1692785)
27 * avoid failing some tests on versions of Python with a very old sqlite (r1674522)
28 * fix Ruby tests so they don't use the users real configuration (r1597884)
29
30 - Bindings:
31 * swig-pl: fix some stack memory problems (r1668618, 1671388)
32
33Version 1.8.13
34(31 Mar 2015, from /branches/1.8.x)
35http://svn.apache.org/repos/asf/subversion/tags/1.8.13
36
37 User-visible changes:
38 - Client-side bugfixes:
39 * ra_serf: prevent abort of commits that have already succeeded (r1659867)
40 * ra_serf: support case-insensitivity in HTTP headers (r1650481, r1650489)
41 * better error message if an external is shadowed (r1655712, r1655738)
42 * ra_svn: fix reporting of directory read errors (r1656713)
43 * fix a redirect handling bug in 'svn log' over HTTP (r1650531)
44 * properly copy tree conflict information (r1658115, r1659553, r1659554)
45 * fix 'svn patch' output for reordered hunks (issue #4533)
46 * svnrdump load: don't load wrong props with no-deltas dump (issue #4551)
47 * fix working copy corruption with relative file external (issue #4411)
48 * don't crash if config file is unreadable (r1590751, r1660350)
49 * svn resolve: don't ask a question with only one answer (r1658417)
50 * fix assertion failure in svn move (r1651963 et al)
51 * working copy performance improvements (r1664531, r1664476, et al)
52 * handle existing working copies which become externals (r1660071)
53 * fix recording of WC meta-data for foreign repos copies (r1660593)
54 * fix calculating repository path of replaced directories (r1660646)
55 * fix calculating repository path after commit of switched nodes (r1663991)
56 * svnrdump: don't provide HEAD+1 as base revision for deletes (r1664684)
57 * don't leave conflict markers on files that are moved (r1660220, r1665874)
58 * avoid unnecessary subtree mergeinfo recording (r1666690)
59 * fix diff of a locally copied directory with props (r1619380 et al)
60
61 - Server-side bugfixes:
62 * fsfs: fix a problem verifying pre-1.4 repos used with 1.8 (r1561419)
63 * svnadmin freeze: fix memory allocation error (r1653039)
64 * svnadmin load: tolerate invalid mergeinfo at r0 (r1643074, issue #4476)
65 * svnadmin load: strip references to r1 from mergeinfo (issue #4538)
66 * svnsync: strip any r0 references from mergeinfo (issue #4476)
67 * fsfs: reduce memory consumption when operating on dag nodes (r1655651)
68 * reject invalid get-location-segments requests in mod_dav_svn and
69 svnserve (r1667233)
70 * mod_dav_svn: reject invalid txnprop change requests (r1667235)
71
72 - Client-side and server-side bugfixes:
73 * fix undefined behaviour in string buffer routines (r1650834)
74 * fix consistency issues with APR r/w locks on Windows (r1611380 et al)
75 * fix occasional SEGV if threads load DSOs in parallel (r1659013, r1659315)
76 * properly duplicate svn error objects (r1651759)
77 * fix use-after-free in config parser (1646785, r1646786, r1646797)
78
79 Developer-visible changes:
80 * add lock file config for testing against HTTPD 2.4+ (r1544302, r1544303)
81 * make sqlite amalgamated build work with sqlite 3.8.x+ (r1659399)
82 * fix build with Ruby 2 (r1596882)
83 * process 'svnadmin dump' output as binary in the test suite (r1592987)
84 * simplify Windows resource compilation to avoid warnings (r1532287)
85
86
87Version 1.8.12
88(Not released, see changes for 1.8.13.)
89
90
91Version 1.8.11
92(15 Dec 2014, from /branches/1.8.x)
93http://svn.apache.org/repos/asf/subversion/tags/1.8.11
94
95 User-visible changes:
96 - Client-side bugfixes:
97 * checkout/update: fix file externals failing to follow history and
98 subsequently silently failing (issue #4185)
99 * patch: don't skip targets in valid --git difs (r1592014, r1592034)
100 * diff: make property output in diffs stable (r1589360)
101 * diff: fix diff of local copied directory with props (r1619380, r1619393)
102 * diff: fix changelist filter for repos-WC and WC-WC (r1621978, r1621981)
103 * remove broken conflict resolver menu options that always error out
104 (r1620332)
105 * improve gpg-agent support (r1600331, r1600348, 1600368, r1600563,
106 r1600781)
107 * fix crash in eclipse IDE with GNOME Keyring (issue #3498)
108 * fix externals shadowing a versioned directory (issue #4085)
109 * fix problems working on unix file systems that don't support
110 permissions (r1612225)
111 * upgrade: keep external registrations (issue #4519)
112 * cleanup: iprove performance of recorded timestamp fixups (r1633126)
113 * translation updates for German
114
115 - Server-side bugfixes:
116 * disable revprop caching feature due to cache invalidation problems
117 (r1543594, r1619774, r1619105, r1619118, r1619153, r1619802)
118 * skip generating uniquifiers if rep-sharing is not supported (r1561426)
119 * mod_dav_svn: reject requests with missing repository paths (r1643409)
120 * mod_dav_svn: reject requests with invalid virtual transaction names
121 (r1643437)
122 * mod_dav_svn: avoid unneeded memory growth in resource walking
123 (issue #4531)
124
125 Developer-visible changes:
126 - General:
127 * make sure all members of the repos layer notify struct are valid,
128 fixes crashes in API users using all members (r1616131)
129 * properly generate a version resource when building on Windows (r1542610,
130 r1564576, r1568180)
131 * fix LIBTOOL_M4 and LIBTOOL_CONFIG variable not be evaluated properly
132 during a unix build (r1637826)
133 * allow the use of libtool 2.4.3 (r1640862, r1640873, r1643793)
134
135
1Version 1.8.10
2(11 Aug 2014, from /branches/1.8.x)
3http://svn.apache.org/repos/asf/subversion/tags/1.8.10
4
5 User-visible changes:
6 - Client-side bugfixes:
7 * guard against md5 hash collisions when finding cached credentials
8 (r1550691, r1550772, r1600909)

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

311 * allow configuration files to start with UTF-8 BOM (r1499100 et al)
312 * don't fail on UTF-8 data when encoding conversion not available (r1503009)
313 * improve error messages when encoding conversion fails (r1503010)
314
315 - Client-side bugfixes:
316 * merge: rename 'automatic merge' to 'complete merge' (r1491432)
317 * mergeinfo: reduce network usage for '--show-revs' (r1492005)
318 * ra_serf: improve http status handling (r1495104)
136Version 1.8.10
137(11 Aug 2014, from /branches/1.8.x)
138http://svn.apache.org/repos/asf/subversion/tags/1.8.10
139
140 User-visible changes:
141 - Client-side bugfixes:
142 * guard against md5 hash collisions when finding cached credentials
143 (r1550691, r1550772, r1600909)

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

446 * allow configuration files to start with UTF-8 BOM (r1499100 et al)
447 * don't fail on UTF-8 data when encoding conversion not available (r1503009)
448 * improve error messages when encoding conversion fails (r1503010)
449
450 - Client-side bugfixes:
451 * merge: rename 'automatic merge' to 'complete merge' (r1491432)
452 * mergeinfo: reduce network usage for '--show-revs' (r1492005)
453 * ra_serf: improve http status handling (r1495104)
319 * merge: avoid unneeded ra session (r1493475)
454 * merge: avoid unneeded RA session (r1493475)
320 * merge: reduce network usage (r1478987)
321 * merge: remove duplicated ancestry check (r1493424, r1495597)
322 * ra_serf: fix 'Accept-Encoding' header for IIS interoperability (r1497551)
323 * svn status: improve documentation for lock columns (r1497318, r1497319)
324 * ra_serf: fix support for 'get-file-revs-reversed' capability (r1498456)
325 * log: reduce network usage on repository roots (r1496957)
326 * diff: avoid temporary files when calling external diff (issue #4382)
327 * upgrade: fix notification of 1.7.x working copies (r1493703, r1494171)

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

724 * fix svn_txdelta window ops for python bindings (r1389054)
725 * fix build of Perl bindings with newer versions of SWIG (r1389658)
726 * add missing API functions to Perl bindings (issue #2646)
727 * add missing API functions to Python bindings (r1392038 et al)
728 * add missing API functions to JavaHL bindings (issue #4326)
729 * fix some reference counting bugs in swig-py bindings (r1464899, r1466524)
730
731
455 * merge: reduce network usage (r1478987)
456 * merge: remove duplicated ancestry check (r1493424, r1495597)
457 * ra_serf: fix 'Accept-Encoding' header for IIS interoperability (r1497551)
458 * svn status: improve documentation for lock columns (r1497318, r1497319)
459 * ra_serf: fix support for 'get-file-revs-reversed' capability (r1498456)
460 * log: reduce network usage on repository roots (r1496957)
461 * diff: avoid temporary files when calling external diff (issue #4382)
462 * upgrade: fix notification of 1.7.x working copies (r1493703, r1494171)

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

859 * fix svn_txdelta window ops for python bindings (r1389054)
860 * fix build of Perl bindings with newer versions of SWIG (r1389658)
861 * add missing API functions to Perl bindings (issue #2646)
862 * add missing API functions to Python bindings (r1392038 et al)
863 * add missing API functions to JavaHL bindings (issue #4326)
864 * fix some reference counting bugs in swig-py bindings (r1464899, r1466524)
865
866
867Version 1.7.21
868(5 Aug 2015, from /branches/1.7.x)
869http://svn.apache.org/repos/asf/subversion/tags/1.8.21
870
871 User-visible changes:
872 - Client-side bugfixes:
873 * cp: fix 'svn cp ^/A/D/H@1 ^/A' to properly create A (r1674455, r1674456)
874 * fix issue #4551: svnrdump load commits wrong properties, or fails, on a
875 non-deltas dumpfile (r1652182 et al.)
876
877 - Server-side bugfixes:
878 * fix 'svnadmin recover' for pre-1.4 FSFS repositories (r1561419)
879
880 Developer-visible changes:
881 - General:
882 * support building on Windows with Visual Studio 2012, 2013 and 2015 (r1687158, r1692783)
883
884 - Bindings:
885 * swig-pl: fix some stack memory problems (r1668618, 1671388)
886
887Version 1.7.20
888(31 Mar 2015, from /branches/1.7.x)
889http://svn.apache.org/repos/asf/subversion/tags/1.7.20
890
891 User-visible changes:
892 - Client-side bugfixes:
893 * fix 'svn patch' output for reordered hunks (issue #4533)
894
895 - Server-side bugfixes:
896 * reject invalid get-location-segments requests in mod_dav_svn and
897 svnserve (r1667233)
898 * mod_dav_svn: reject invalid txnprop change requests (r1667235)
899
900 - Client-side and server-side bugfixes:
901 * properly duplicate svn error objects (r1651759)
902 * fix use-after-free in config parser (1646785, r1646786, r1646797)
903
904 Developer-visible changes:
905 * add lock file config for testing against HTTPD 2.4+ (r1544302, r1544303)
906 * fix build with absolute path to neon install (r1664789)
907
908
909Version 1.7.19
910(15 Dec 2014, from /branches/1.7.x)
911http://svn.apache.org/repos/asf/subversion/tags/1.7.19
912
913 User-visible changes:
914 - Client-side bugfixes:
915 * rm: display the proper URL in commit log editor (r1591123)
916 * diff: fix invalid read during suffix scanning (issue #4339)
917 * fix crash in eclipse IDE with GNOME Keyring (issue #3498)
918 * checkout/update: fix file externals failing to follow history and
919 subsequently silently failing (issue #4185)
920
921 - Server-side bugfixes:
922 * svnadmin dump: don't let invalid mergeinfo prevent a dump (issue #4476)
923 * mod_dav_svn: reject requests with missing repository paths (r1643409)
924 * mod_dav_svn: reject requests with invalid virtual transaction names
925 (r1643437)
926 * mod_dav_svn: avoid unneeded memory growth in resource walking
927 (issue #4531)
928
929 Developer-visible changes:
930 - General:
931 * properly generate a version resource when building on Windows (r1542610,
932 r1564576, r1568180)
933 * fix a problem with the unix build that could result in linking to the
934 wrong Subversion libraries at build or at run time (r1594157)
935 * use a proper intermediate directory when building with Visual Studio
936 2003-2008 (r1595431)
937 * fix LIBTOOL_M4 and LIBTOOL_CONFIG variable not be evaluated properly
938 during a unix build (r1637826)
939 * allow the use of libtool 2.4.3 (r1640862, r1640873, r1643793)
940
941
732Version 1.7.18
733(11 Aug 2014, from /branches/1.7.x)
734http://svn.apache.org/repos/asf/subversion/tags/1.7.18
735
736 User-visible changes:
737 - Client-side bugfixes:
738 * guard against md5 hash collisions when finding cached credentials
739 (r1550691, r1550772, r1600909)

--- 4434 unchanged lines hidden ---
942Version 1.7.18
943(11 Aug 2014, from /branches/1.7.x)
944http://svn.apache.org/repos/asf/subversion/tags/1.7.18
945
946 User-visible changes:
947 - Client-side bugfixes:
948 * guard against md5 hash collisions when finding cached credentials
949 (r1550691, r1550772, r1600909)

--- 4434 unchanged lines hidden ---