~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Patch Queue Manager
  • Date: 2012-01-23 15:31:35 UTC
  • mfrom: (6443.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20120123153135-8v3r3z1lx055vmpl
(jelmer) Merge the 2.5 series branch. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
.. Improvements to existing commands, especially improved performance 
27
27
   or memory usage, or better results.
28
28
 
 
29
* "bzr switch -b" in a standalone tree will now create a colocated branch.
 
30
  (Jelmer Vernooij, #918197)
 
31
 
 
32
* ``bzr info`` now reports when there are present (but unused) colocated
 
33
  branches. (Jelmer Vernooij, #891646)
 
34
 
 
35
* Checkouts can now be into target directories that already have
 
36
  a control directory (but no branch or working tree).
 
37
  (Jelmer Vernooij, #913980)
 
38
 
 
39
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
 
40
 
29
41
* Two new command hooks, ``pre_command`` and ``post_command``,
30
42
  provide notification before and after a command has been run.
31
43
  (Brian de Alwis, Jelmer Vernooij)
45
57
* Test for equality instead of object identity where ROOT_PARENT is concerned.
46
58
  (Wouter van Heyst, #881142)
47
59
 
 
60
* urllib-based HTTPS client connections now verify the server certificate
 
61
  validity as well as the hostname.
 
62
  (Jelmer Vernooij, Vincent Ladeuil, #651161)
 
63
 
48
64
Documentation
49
65
*************
50
66
 
56
72
.. Changes that may require updates in plugins or other code that uses
57
73
   bzrlib.
58
74
 
 
75
* ``ControlDir`` now has a new method ``set_branch_reference`` which can
 
76
  be used for setting branch references. (Jelmer Vernooij)
 
77
 
59
78
Internals
60
79
*********
61
80
 
62
81
.. Major internal changes, unlikely to be visible to users or plugin 
63
82
   developers, but interesting for bzr developers.
64
83
 
 
84
* A new matcher ``RevisionHistoryMatches`` has been added. (Jelmer Vernooij)
 
85
 
65
86
* ``MutableTree`` has two new hooks ``pre_transform`` and
66
87
  ``post_transform`` that are called for tree transform operations.
67
88
  (Jelmer Vernooij, #912084)
79
100
 
80
101
:2.5b5: 2012-01-12
81
102
 
82
 
This is the firth (ans last) beta of the 2.5 series, leading to a 2.5.0
 
103
This is the fifth (and last) beta of the 2.5 series, leading to a 2.5.0
83
104
release in February 2012. Beta releases are suitable for everyday use but
84
105
may cause some incompatibilities with plugins.
85
106