~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2007-10-03 05:25:50 UTC
  • mfrom: (2814.6.5 0.91)
  • mto: This revision was merged to the branch mainline in revision 2881.
  • Revision ID: mbp@sourcefrog.net-20071003052550-lqew94cmeb1oqfpp
Preparing to merge 0.91 back into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
     (Martin Pool)
189
189
 
190
190
 
 
191
bzr 0.91 2007-09-26
 
192
===================
 
193
 
 
194
  BUG FIXES:
 
195
 
 
196
   * Print a warning instead of aborting the ``python setup.py install``
 
197
     process if building of a C extension is not possible.
 
198
     (Lukáš Lalinský, Alexander Belchenko)
 
199
 
 
200
   * Fix commit ordering in corner case (Aaron Bentley, #94975)
 
201
 
 
202
   * Fix ''bzr info bzr://host/'' and other operations on ''bzr://' URLs with
 
203
     an implicit port.  We were incorrectly raising PathNotChild due to
 
204
     inconsistent treatment of the ''_port'' attribute on the Transport object.
 
205
     (Andrew Bennetts, #133965)
 
206
 
 
207
   * Make RemoteRepository.sprout cope gracefully with servers that don't
 
208
     support the ``Repository.tarball`` request.
 
209
     (Andrew Bennetts)
 
210
 
 
211
 
191
212
bzr 0.91rc2 2007-09-11
192
213
======================
193
214
 
194
215
   * Replaced incorrect tarball for previous release; a debug statement was left 
195
216
     in bzrlib/remote.py.
196
217
 
 
218
 
197
219
bzr 0.91rc1 2007-09-11
198
220
======================
199
221
 
328
350
   * Overwrite conflicting tags by ``push`` and ``pull`` if the
329
351
     ``--overwrite`` option is specified.  (Lukáš Lalinský, #93947)
330
352
 
331
 
    * In checkouts, tags are copied into the master branch when created,
332
 
      changed or deleted, and are copied into the checkout when it is 
333
 
      updated.  (Martin Pool, #93856, #93860)
 
353
   * In checkouts, tags are copied into the master branch when created,
 
354
     changed or deleted, and are copied into the checkout when it is 
 
355
     updated.  (Martin Pool, #93856, #93860)
334
356
 
335
357
   * Print a warning instead of aborting the ``python setup.py install``
336
358
     process if building of a C extension is not possible.