~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2007-12-14 07:35:49 UTC
  • mfrom: (3109 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3111.
  • Revision ID: mbp@sourcefrog.net-20071214073549-wpekccrsxjv77yze
Merge 1.0final back to trunk and bump to 1.1dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.. contents::
6
6
 
 
7
IN DEVELOPMENT
 
8
==============
 
9
 
 
10
  CHANGES:
 
11
   
 
12
  FEATURES:
 
13
 
 
14
  IMPROVEMENTS:
 
15
 
 
16
   * ``bzr pack`` now orders revision texts in topological order, with newest
 
17
     at the start of the file, promoting linear reads for ``bzr log`` and the
 
18
     like. This partially fixes #154129. (Robert Collins)
 
19
 
 
20
   * Merge directives now fetch prerequisites from the target branch if
 
21
     needed.  (Aaron Bentley)
 
22
 
 
23
  BUGFIXES:
 
24
 
 
25
   * Fix Makefile rules for doc generation. (Ian Clatworthy, #175207)
 
26
 
 
27
   * ``uncommit`` works even when the commit messages of revisions to be
 
28
     removed use characters not supported in the terminal encoding.
 
29
     (Aaron Bentley)
 
30
 
 
31
   * When dumb http servers return whole files instead of the requested ranges,
 
32
     read the remaining bytes by chunks to avoid overflowing network buffers.
 
33
     (Vincent Ladeuil, #175886)
 
34
 
 
35
  INTERNALS:
 
36
 
 
37
  API BREAKS:
 
38
 
 
39
  TESTING:
 
40
 
 
41
 
7
42
bzr 1.0 2007-12-14
8
43
==================
9
44