~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.5.txt

Merge bzr.dev and tree-file-ids-as-tuples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
encoding for interacting with the filesystem. This makes creating a working
37
37
tree and commiting to it possible for such branches in most environments.
38
38
 
 
39
SSL Certificate Verification Support in urllib HTTPS backend
 
40
************************************************************
 
41
 
 
42
In previous versions of Bazaar, only one of the two supported HTTPS
 
43
backends, pycurl, supported verification of SSL certificates. This version
 
44
also introduces this support for the urllib backend.
 
45
 
 
46
Along with this support two new options have been introduced to control
 
47
which CA's are trusted and to what degree server certificates should be
 
48
verified. See ``bzr help ssl.ca_certs`` and ``bzr help ssl.cert_reqs``
 
49
for more information
 
50
 
 
51
Users who have previously used the urllib HTTPS backend with servers
 
52
with invalid or untrusted certificates can continue to do so by
 
53
adding the required certificates to the trusted CA certificate file
 
54
(recommended) or by setting the ``ssl.cert_reqs`` option to ``none``.
 
55
 
39
56
Faster smart server
40
57
*******************
41
58