~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-23 19:18:42 UTC
  • mfrom: (3723.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080923191842-0hfq8zykwwm1oo9k
(jam) Merge bzr 1.7-final into bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
      directory for storing data.  (Mark Hammond)
86
86
 
87
87
 
88
 
bzr 1.7rc2 IN DEVELOPMENT
89
 
-------------------------
 
88
bzr 1.7 2008-09-23
 
89
------------------
 
90
 
 
91
This release includes many bug fixes and a few performance and feature
 
92
improvements.  ``bzr rm`` will now scan for missing files and remove them,
 
93
like how ``bzr add`` scans for unknown files and adds them. A bit more
 
94
polish has been applied to the stacking code. The b-tree indexing code has
 
95
been brought in, with an eye on using it in a future repository format.
 
96
There are only minor installer changes since bzr-1.7rc2.
 
97
 
 
98
  FEATURES
 
99
 
 
100
    * Some small updates to the win32 installer. Include localization
 
101
      files found in plugins, and include the builtin distutils as part of
 
102
      packaging qbzr. (Mark Hammond)
 
103
 
 
104
 
 
105
bzr 1.7rc2 2008-09-17
 
106
---------------------
 
107
 
 
108
A few bug fixes from 1.7rc1. The biggest change is a new
 
109
``RemoteBranch.get_stacked_on_url`` rpc. This allows clients that are
 
110
trying to access a Stacked branch over the smart protocol, to properly
 
111
connect to the stacked-on location.
90
112
 
91
113
  BUG FIXES:
92
114
 
94
116
      repository now preserves the repository format.
95
117
      (Andrew Bennetts, #269214)
96
118
 
97
 
    * Fix '_in_buffer' AttributeError when using the -Dhpss debug flag.
98
 
      (Andrew Bennetts)
 
119
   * Branching from a stacked branch via ``bzr+ssh`` can properly connect
 
120
     to the stacked-on branch.  (Martin Pool, #261315)
99
121
 
100
122
    * ``bzr init`` no longer re-opens the BzrDir multiple times.
101
123
      (Vincent Ladeuil)
102
124
 
 
125
    * Fix '_in_buffer' AttributeError when using the -Dhpss debug flag.
 
126
      (Andrew Bennetts)
 
127
 
103
128
 
104
129
bzr 1.7rc1 2008-09-09
105
130
---------------------