~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2009-05-28 16:14:16 UTC
  • mfrom: (4387 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4389.
  • Revision ID: jelmer@samba.org-20090528161416-k7x0l8hwuk2kyvsf
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
Compatibility Breaks
13
13
********************
14
14
 
 
15
New Features
 
16
************
 
17
 
 
18
Improvements
 
19
************
 
20
 
 
21
* ``bzr branch`` in a shared repository is now faster for
 
22
  development6-rich-root format. (Ian Clatworthy)
 
23
 
 
24
* ``bzr branch --notree`` is now faster. (Ian Clatworthy)
 
25
 
 
26
Bug Fixes
 
27
*********
 
28
 
 
29
Documentation
 
30
*************
 
31
 
 
32
API Changes
 
33
***********
 
34
 
 
35
* Added osutils.parent_directories(). (Ian Clatworthy)
 
36
 
 
37
* TreeTransformBase no longer assumes that limbo is provided via disk.
 
38
  DiskTreeTransform now provides disk functionality.  (Aaron Bentley)
 
39
 
 
40
 
 
41
Internals
 
42
*********
 
43
 
 
44
Testing
 
45
*******
 
46
 
 
47
 
 
48
bzr 1.15
 
49
########
 
50
:1.15rc1: 2009-05-16
 
51
:1.15: 2009-05-22
 
52
 
 
53
The smart server will no longer raise 'NoSuchRevision' when streaming content
 
54
with a size mismatch in a reconstructed graph search. New command ``bzr
 
55
dpush``. Plugins can now define their own annotation tie-breaker when two
 
56
revisions introduce the exact same line.
 
57
 
 
58
Changes from 1.15rc1 to 1.15final
 
59
*********************************
 
60
 
 
61
* No changes
 
62
 
 
63
Compatibility Breaks
 
64
********************
 
65
 
15
66
* ``bzr ls`` is no longer recursive by default. To recurse, use the
16
67
  new ``-R`` option. The old ``--non-recursive`` option has been removed.
17
68
  If you alias ``ls`` to ``ls -R``, you can disable recursion using
29
80
  branches (svn, git) without setting custom bzr-specific metadata.
30
81
  (Jelmer Vernooij)
31
82
 
 
83
* ``bzr send`` will now check the ``child_submit_format`` setting in
 
84
  the submit branch to determine what format to use, if none was 
 
85
  specified on the command-line.  (Jelmer Vernooij)
 
86
 
32
87
Improvements
33
88
************
34
89