~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2008-11-28 06:31:17 UTC
  • mfrom: (3871.1.1 prepare-1.10)
  • mto: This revision was merged to the branch mainline in revision 3872.
  • Revision ID: mbp@sourcefrog.net-20081128063117-o2u5l606dlrjkuhw
Merge back 1.10rc1 and start 1.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
  NEW FEATURES:
14
14
 
 
15
  IMPROVEMENTS:
 
16
 
 
17
  BUG FIXES:
 
18
 
 
19
  DOCUMENTATION:
 
20
 
 
21
  API CHANGES:
 
22
 
 
23
  TESTING:
 
24
 
 
25
  INTERNALS:
 
26
 
 
27
 
 
28
bzr 1.10rc1 2008-11-28
 
29
----------------------
 
30
 
 
31
This release of Bazaar focusses on performance improvements when pushing
 
32
and pulling revisions, both locally and to remote networks.  The popular
 
33
``shelve`` and ``unshelve`` commands, used to interactively revert and
 
34
restore work in progress, have been merged from bzrtools into the bzr
 
35
core.  There are also bug fixes for portability, and for stacked branches.
 
36
 
 
37
  NEW FEATURES:
 
38
 
15
39
    * New ``commit_message_template`` hook that is called by the commit 
16
40
      code to generate a template commit message. (Jelmer Vernooij)
17
41
 
90
114
    * RemoteRepository.get_parent_map now uses fallback repositories.
91
115
      (Aaron Bentley, #297991?, #293679?)
92
116
 
93
 
  DOCUMENTATION:
94
 
 
95
117
  API CHANGES:
96
118
 
97
119
    * ``CommitBuilder`` now validates the strings it will be committing,
118
140
      
119
141
    * Doctests now only report the first failure.  (Martin Pool)
120
142
 
121
 
  INTERNALS:
122
 
 
123
143
 
124
144
bzr 1.9 2008-11-07
125
145
------------------