~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Max Bowsher
  • Date: 2012-10-25 00:08:47 UTC
  • mfrom: (44.1.49 precise)
  • Revision ID: _@maxb.eu-20121025000847-8xxg7ea4qdqio0w4
Tags: 1.7.7-0svn2~oneiric+svn1
MergeĀ 1.7.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Version 1.7.7
 
2
(09 Oct 2012, from /branches/1.7.x)
 
3
http://svn.apache.org/repos/asf/subversion/tags/1.7.7
 
4
 User-visible changes
 
5
  - Client- and server-side bugfixes:
 
6
    * fix memory read bug (r137614)
 
7
    * update Chinese translation
 
8
 
 
9
  - Client-side bugfixes:
 
10
    * fix issues with applying Git patch files (r1374800, et al)
 
11
    * fix status does not descend into dir externals after upgrade (issue #4016)
 
12
    * fix file externals don't update with old mod_dav_svn (issue #4224)
 
13
    * fix external diff tool duplicates Index: lines with 'svn diff' (r1380697)
 
14
    * fix GNOME keyring library fails with very old glib (r1378847)
 
15
    * fix unknown password stores in config file cause error (r1375052)
 
16
    * fix assertions in ra_serf running against server root (r1365519, et al)
 
17
    * fix ra_serf checkout/export aborts early on Windows (issue #4174)
 
18
 
 
19
  - Server-side bugfixes:
 
20
    * fix an assert with SVNAutoVersioning in mod_dav_svn (issue #4231)
 
21
    * fix unbounded memory use with SVNPathAuthz short_circuit (r1387943)
 
22
    * fix svndumpfilter exclude --targets requires leading slash (issue #4234)
 
23
    * fix connection ttl for memcache should be 50 seconds (r1391641)
 
24
    * stabilize order of paths in dumpfiles with APR 1.4.6 (r1344864, et al)
 
25
 
 
26
 Developer-visible changes:
 
27
  - General:
 
28
    * print "All tests successful" at the end of 'make check' (r1375089)
 
29
    * fix sandbox violation in a test (r1371282)
 
30
    * fix tests fail when running within a format 30 WC (r1391188, et al)
 
31
    * fix return value of svn_client_update4() incorrect (r1380295)
 
32
    * fix make check summary missing test failures (r1390965)
 
33
    * fix build does not fail when apache httpd is not available (r1374198)
 
34
 
 
35
  - Bindings:
 
36
    * fix swig-pl build fails with swig 2.0.7 and newer. (r1389658)
 
37
    * fix swig-py runtime problems with swig 2.0.5 and newer (r1351117)
 
38
 
 
39
 
 
40
Version 1.7.6
 
41
(15 Aug 2012, from /branches/1.7.x)
 
42
http://svn.apache.org/repos/asf/subversion/tags/1.7.6
 
43
 
 
44
 User-visible changes:
 
45
  - Client- and server-side bugfixes:
 
46
 
 
47
  - Client-side bugfixes:
 
48
    * Fix "svn status -u --depth empty FILE" (r1348822, r1349215)
 
49
    * Fix example output of 'svn help status' (issue #3962)
 
50
    * svn propset of svn:eol-style might not notice related text changes (r1353572)
 
51
    * sort output of 'svn propget -R' (r1355699)
 
52
    * sort output of 'svn proplist' (r1355698)
 
53
    * sort output of 'svn status' (r1341012)
 
54
    * avoid a filestat per working copy find operation (r1340556)
 
55
    * optimize 'svn upgrade' performance on large working copies (r1342984)
 
56
    * allow 'file:///C:\repos' style arguments on Windows, like 1.6 (r1346765)
 
57
    * fix ra_serf against Subversion 1.2 servers (r1349367)
 
58
    * fix 'svn upgrade' on working copies with certain tree conflicts (r1345482)
 
59
    * avoid workqueue references to system temp dir (r1367854)
 
60
    * allow non-existant canonical paths (r1367853)
 
61
    * fix 'svn revert --depth files' to operate on files (r1365554)
 
62
    * fix ra_serf XML namespace handling against malicious server (r1337441)
 
63
    * fix relocate with server-relative externals (issue 4216)
 
64
    * change two asserts into errors for TortoiseSVN (r1368128, r1368065)
 
65
    * don't attempt to anchor an operation outside a wc root (r1361341)
 
66
 
 
67
  - Server-side bugfixes:
 
68
    * partial sync drops properties when converting to adds (issue #4184)
 
69
    * replaying a copy and delete of an unreadable child fails (issue #4121)
 
70
    * allow svnlook to operate on r0 (r1362508)
 
71
    * make FSFS revision files independent of APR hash order (r1367498)
 
72
 
 
73
  - Other tool improvements and bugfixes:
 
74
    * move mod_dontdothat to install-tools (r1307177)
 
75
 
 
76
 Developer-visible changes:
 
77
  - General:
 
78
    * fix running tests against httpd 2.4 (r1291594)
 
79
    * use constant struct initialisers for C89 compatibility (r1352068)
 
80
 
 
81
  - Bindings:
 
82
    * JavaHL: Don't assert on some invalid input (r1354626, r1354652)
 
83
    * JavaHL: Add missing new in 1.7 notifications (r1351772)
 
84
 
 
85
 
1
86
Version 1.7.5
2
87
(17 May 2012, from /branches/1.7.x)
3
88
http://svn.apache.org/repos/asf/subversion/tags/1.7.5
390
475
    * fixed setting binary properties in JavaHL (issue #3770)
391
476
    * fix type mapping of svn_txdelta_window_t in python bindings (issue #3688)
392
477
 
 
478
Version 1.6.19
 
479
(10 Sep 2012, from /branches/1.6.x)
 
480
http://svn.apache.org/repos/asf/subversion/tags/1.6.19
 
481
 
 
482
  - Client-side bugfixes:
 
483
    * handle missing svn:date reported by svnserve gracefully (r1306111)
 
484
 
 
485
  - Server-side bugfixes:
 
486
    * fix possible server hang if a hook script fails to start (r1330410)
 
487
    * fix write-through proxy commit regression introduced in 1.6.17 (r1088602)
 
488
    * partial sync drops properties when converting to adds (issue #4184)
 
489
 
 
490
  - Developer-visible changes:
 
491
    * fix the testsuite to avoid FAILs on APR hash order (r1230714, et al)
393
492
 
394
493
Version 1.6.18
395
494
(29 Mar 2012, from /branches/1.6.x)