~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-14 08:47:17 UTC
  • mfrom: (3053.4.10 integrate-1.0)
  • Revision ID: pqm@pqm.ubuntu.com-20071214084717-xu119wq2x8l2w8lj
Merge 1.0final back to trunk and bump to 1.1dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
     at the start of the file, promoting linear reads for ``bzr log`` and the
18
18
     like. This partially fixes #154129. (Robert Collins)
19
19
 
 
20
   * Merge directives now fetch prerequisites from the target branch if
 
21
     needed.  (Aaron Bentley)
 
22
 
20
23
  BUGFIXES:
21
24
 
22
25
   * Fix Makefile rules for doc generation. (Ian Clatworthy, #175207)
39
42
  TESTING:
40
43
 
41
44
 
42
 
bzr 1.0rc2 2007-12-07
 
45
bzr 1.0 2007-12-14
 
46
==================
 
47
 
 
48
  DOCUMENTATION:
 
49
 
 
50
   * More improvements and fixes to the User Guide.  (Ian Clatworthy)
 
51
 
 
52
   * Add information on cherrypicking/rebasing to the User Guide.
 
53
     (Ian Clatworthy)
 
54
 
 
55
   * Improve bug tracker integration documentation. (Ian Clatworthy)
 
56
 
 
57
   * Minor edits to ``Bazaar in five minutes`` from David Roberts and
 
58
     to the rebasing section of the User Guide from Aaron Bentley.
 
59
     (Ian Clatworthy)
 
60
 
 
61
 
 
62
bzr 1.0rc3 2007-12-11
43
63
=====================
44
64
 
45
65
  CHANGES:
49
69
     by mail to the mailing list.
50
70
     (Martin Pool)
51
71
 
 
72
  BUGFIXES:
 
73
 
 
74
   * Fix Makefile rules for doc generation. (Ian Clatworthy, #175207)
 
75
 
 
76
   * Give more feedback during long http downloads by making readv deliver data
 
77
     as it arrives for urllib, and issue more requests for pycurl. High latency
 
78
     networks are better handled by urllib, the pycurl implementation give more
 
79
     feedback but also incur more latency.
 
80
     (Vincent Ladeuil, #173010)
 
81
 
 
82
   * Implement _make_parents_provider on RemoteRepository, allowing generating
 
83
     bundles against branches on a smart server.  (Andrew Bennetts, #147836)
 
84
 
 
85
  DOCUMENTATION:
 
86
 
 
87
   * Improved user guide.  (Ian Clatworthy)
 
88
 
 
89
   * The single-page quick reference guide is now available as a PDF.
 
90
     (Ian Clatworthy)
 
91
 
 
92
  INTERNALS:
 
93
 
 
94
    * readv urllib http implementation is now a real iterator above the
 
95
      underlying socket and deliver data as soon as it arrives. 'get' still
 
96
      wraps its output in a StringIO.
 
97
      (Vincent Ladeuil)
 
98
 
 
99
 
 
100
bzr 1.0rc2 2007-12-07
 
101
=====================
 
102
 
52
103
  IMPROVEMENTS:
53
104
 
54
105
   * Added a --coverage option to selftest. (Andrew Bennetts)
56
107
   * ``bzr commit`` now doesn't print the revision number twice. (Matt
57
108
     Nordhoff, #172612)
58
109
 
59
 
   * Merge directives now fetch prerequisites from the target branch if
60
 
     needed.  (Aaron Bentley)
61
 
 
62
110
   * New configuration option ``bugtracker_<tracker_abbrevation>_url`` to
63
111
     define locations of bug trackers that are not directly supported by
64
112
     bzr or a plugin. The URL will be treated as a template and ``{id}``
86
134
 
87
135
  INTERNALS:
88
136
 
89
 
    * readv urllib http implementation is now a real iterator above the
90
 
      underlying socket and deliver data as soon as it arrives. 'get' still
91
 
      wraps its output in a StringIO.
92
 
      (Vincent Ladeuil)
93
 
 
94
137
    * New -Dhttp debug option reports http connections, requests and responses.
95
138
      (Vincent Ladeuil)
96
139
 
113
156
   * Check for missing basis texts when fetching from packs to packs.
114
157
     (John Arbash Meinel, #165290)
115
158
 
116
 
   * Give more feedback during long http downloads by making readv deliver data
117
 
     as it arrives for urllib, and issue more requests for pycurl. High latency
118
 
     networks are better handled by urllib, the pycurl implementation give more
119
 
     feedback but also incur more latency.
120
 
     (Vincent Ladeuil, #173010)
121
 
 
122
159
   * Fall back to showing e-mail in ``log --short/--line`` if the 
123
160
     committer/author has only e-mail. (Lukáš Lalinský, #157026)
124
161
 
125
 
   * Implement _make_parents_provider on RemoteRepository, allowing generating
126
 
     bundles against branches on a smart server.  (Andrew Bennetts, #147836)
127
 
 
128
162
  API BREAKS:
129
163
 
130
164
   * Deprecate not passing a ``location`` argument to commit reporters'
131
165
     ``started`` methods. (Matt Nordhoff)
132
166
 
133
167
 
134
 
 
135
168
bzr 1.0rc1 2007-11-30
136
169
=====================
137
170