~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-06 08:55:54 UTC
  • mfrom: (3607.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080806085554-9e0l5crd6yv0kxy8
(mbp) start 1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.. contents::
6
6
 
7
 
 
8
7
IN DEVELOPMENT
9
8
--------------
10
9
 
11
10
  CHANGES:
12
11
 
 
12
  IMPROVEMENTS:
 
13
 
 
14
  BUG FIXES:
 
15
 
 
16
  API CHANGES:
 
17
 
 
18
  INTERNALS:
 
19
 
 
20
 
 
21
bzr 1.6rc1 2008-08-06
 
22
---------------------
 
23
 
 
24
This release candidate for bzr 1.6 solidifies the new branch stacking
 
25
feature.  Bazaar now recommends that users upgrade all knit repositories,
 
26
because later formats are much faster.  However, we plan to continue read/write and
 
27
upgrade support for knit repostories for the forseeable future.  Several
 
28
other bugs and performance issues were fixed.
 
29
 
 
30
  CHANGES:
 
31
 
13
32
    * Knit format repositories are deprecated and bzr will now emit
14
33
      warnings whenever it encounters one.  Use ``bzr upgrade`` to upgrade
15
34
      knit repositories to pack format.  (Andrew Bennetts)
16
35
      
17
 
 
18
 
  FEATURES:
19
 
 
20
 
 
21
36
  IMPROVEMENTS:
22
37
 
23
38
    * ``bzr check`` can now be told which elements at a location it should
83
98
    * Handle a file turning in to a directory in TreeTransform.
84
99
      (James Westby, #248448)
85
100
 
86
 
  DOCUMENTATION:
87
 
 
88
 
 
89
 
  TESTING:
90
 
 
91
 
 
92
101
  API CHANGES:
93
102
 
94
103
    * ``MutableTree.commit`` has an extra optional keywork parameter
118
127
      file when locked. And during probe, locking the repo isn't very
119
128
      useful. (John Arbash Meinel)
120
129
 
121
 
 
122
130
  INTERNALS:
123
131
 
124
132
    * ``bzrlib.branchbuilder.BranchBuilder`` is now much more capable of