~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-03 23:24:50 UTC
  • mfrom: (2878.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20071003232450-c831pepea3skddct
merge 0.91 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
     (Martin Pool)
203
203
 
204
204
 
 
205
bzr 0.91 2007-09-26
 
206
===================
 
207
 
 
208
  BUG FIXES:
 
209
 
 
210
   * Print a warning instead of aborting the ``python setup.py install``
 
211
     process if building of a C extension is not possible.
 
212
     (Lukáš Lalinský, Alexander Belchenko)
 
213
 
 
214
   * Fix commit ordering in corner case (Aaron Bentley, #94975)
 
215
 
 
216
   * Fix ''bzr info bzr://host/'' and other operations on ''bzr://' URLs with
 
217
     an implicit port.  We were incorrectly raising PathNotChild due to
 
218
     inconsistent treatment of the ''_port'' attribute on the Transport object.
 
219
     (Andrew Bennetts, #133965)
 
220
 
 
221
   * Make RemoteRepository.sprout cope gracefully with servers that don't
 
222
     support the ``Repository.tarball`` request.
 
223
     (Andrew Bennetts)
 
224
 
 
225
 
205
226
bzr 0.91rc2 2007-09-11
206
227
======================
207
228
 
208
229
   * Replaced incorrect tarball for previous release; a debug statement was left 
209
230
     in bzrlib/remote.py.
210
231
 
 
232
 
211
233
bzr 0.91rc1 2007-09-11
212
234
======================
213
235
 
342
364
   * Overwrite conflicting tags by ``push`` and ``pull`` if the
343
365
     ``--overwrite`` option is specified.  (Lukáš Lalinský, #93947)
344
366
 
345
 
    * In checkouts, tags are copied into the master branch when created,
346
 
      changed or deleted, and are copied into the checkout when it is 
347
 
      updated.  (Martin Pool, #93856, #93860)
 
367
   * In checkouts, tags are copied into the master branch when created,
 
368
     changed or deleted, and are copied into the checkout when it is 
 
369
     updated.  (Martin Pool, #93856, #93860)
348
370
 
349
371
   * Print a warning instead of aborting the ``python setup.py install``
350
372
     process if building of a C extension is not possible.