~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-11 01:52:38 UTC
  • mfrom: (3825.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081111015238-n9zq9dpfbzjhw0ml
(mbp) Merge 1.9final and its sftp fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  INTERNALS:
36
36
 
37
37
 
38
 
bzr 1.9 2008-10-31
 
38
bzr 1.9 2008-11-07
39
39
------------------
40
40
 
41
41
This release of Bazaar adds a new repository format, ``1.9``, with smaller
45
45
protocol, makes annotate faster, and uses less memory when making
46
46
checkouts or pulling large amounts of data.
47
47
 
 
48
  BUG FIXES:
 
49
 
 
50
   * Fix "invalid property value 'branch-nick' for None" regression with
 
51
     branches bound to svn branches.  (Martin Pool, #293440)
 
52
 
 
53
   * Fix SSL/https on Python2.6.  (Vincent Ladeuil, #293054)
 
54
 
 
55
   * ``SFTPTransport.readv()`` had a bug when requests were out-of-order.
 
56
     This only triggers some-of-the-time on Knit format repositories.
 
57
     (John Arbash Meinel, #293746)
 
58
 
 
59
 
 
60
bzr 1.9rc1 2008-10-31
 
61
---------------------
48
62
 
49
63
  NEW FEATURES:
50
64