~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-14 19:57:37 UTC
  • mfrom: (3633.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080814195737-7tpxreg897vxlmr5
(jam) Merge bzr-1.6rc3 into bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
      is unknown in both source and target.
43
43
      (Robert Collins, Aaron Bentley)
44
44
 
 
45
 
 
46
bzr 1.6rc3 2008-08-14
 
47
---------------------
 
48
 
 
49
  CHANGES:
 
50
 
 
51
    * Disable reading ``.bzrrules`` as a per-branch rule preferences
 
52
      file. The feature was not quite ready for a full release.
 
53
      (Robert Collins)
 
54
 
 
55
  IMPROVEMENTS:
 
56
 
 
57
    * Update the windows installer to bundle TortoiseBzr and ``qbzr``
 
58
      into the standalone installer. This will be the first official
 
59
      windows release that installs Tortoise by default.
 
60
      (Mark Hammond)
 
61
 
 
62
  BUG FIXES: 
 
63
 
 
64
    * Fix a regression in ``bzr+http`` support. There was a missing
 
65
      function (``_read_line``) that needed to be carried over from
 
66
      ``bzr+ssh`` support. (Andrew Bennetts)
 
67
 
45
68
    * ``GraphIndex`` objects will internally read an entire index if more
46
69
      than 1/20th of their keyspace is requested in a single operation.
47
70
      This largely mitigates a performance regression in ``bzr log FILE``