~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.2.txt

  • Committer: Andrew Bennetts
  • Date: 2010-10-13 08:08:58 UTC
  • mfrom: (5491 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5498.
  • Revision ID: andrew.bennetts@canonical.com-20101013080858-a4pm24k67406qp04
Merge lp:bzr, including significant updates to NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
Bug Fixes
20
20
*********
21
21
 
 
22
* Using bzr with `lp:` urls behind an http proxy should work.
 
23
  (Robert Collins, #558343)
 
24
 
 
25
Improvements
 
26
************
 
27
 
 
28
Documentation
 
29
*************
 
30
 
 
31
API Changes
 
32
***********
 
33
 
 
34
Internals
 
35
*********
 
36
 
 
37
Testing
 
38
*******
 
39
 
 
40
* Add ``tests/ssl_certs/ca.crt`` to the required test files list. Test
 
41
  involving the pycurl https test server fail otherwise when running
 
42
  selftest from an installed version. (Vincent Ladeuil, #651706)
 
43
 
 
44
* Fix tests that failed when run under ``LANG=C``.
 
45
  (Andrew Bennetts, #632387)
 
46
 
22
47
* Skip tests that needs a bzr source tree when there isn't one. This is
23
48
  needed to succesfully run the test suite for installed versions.
24
49
  (Vincent Ladeuil, #644855).
27
52
  root. Including the one that wasn't present in 2.1.
28
53
  (Vincent Ladeuil, #646133)
29
54
 
30
 
* Using bzr with `lp:` urls behind an http proxy should work.
31
 
  (Robert Collins, #558343)
32
 
 
33
 
Improvements
34
 
************
35
 
 
36
 
Documentation
37
 
*************
38
 
 
39
 
API Changes
40
 
***********
41
 
 
42
 
Internals
43
 
*********
44
 
 
45
 
Testing
46
 
*******
47
 
 
48
 
* Add ``tests/ssl_certs/ca.crt`` to the required test files list. Test
49
 
  involving the pycurl https test server fail otherwise when running
50
 
  selftest from an installed version. (Vincent Ladeuil, #651706)
51
 
 
52
 
* Fix tests that failed when run under ``LANG=C``.
53
 
  (Andrew Bennetts, #632387)
54
 
 
55
55
 
56
56
bzr 2.2.1
57
57
#########
671
671
  messages.
672
672
  (Parth Malwankar, #563646)
673
673
 
674
 
* Using bzr with `lp:` urls behind an http proxy should work.
675
 
  (Robert Collins, #558343)
676
 
 
677
674
* When passing a file to ``UTF8DirReader`` make sure to close the current
678
675
  directory file handle after the chdir fails. Otherwise when passing many
679
676
  filenames into a command line ``bzr status`` we would leak descriptors.