~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-10-23 15:13:46 UTC
  • mfrom: (2091.2.4 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20061023151346-d91d5ad53c0e14a6
(Martin Pool) Avoid MSG_WAITALL as it doesn't exist on all platforms

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
      ``unlock()``. ``WorkingTree.set_root_id()`` has been updated to take
63
63
      advantage of this functionality. (Robert Collins, John Arbash Meinel)
64
64
 
 
65
    * ``bzrlib.tsort.merge_sorted`` now accepts ``generate_revnos``. This
 
66
      parameter will cause it to add another column to its output, which
 
67
      contains the dotted-decimal revno for each revision, as a tuple.
 
68
      (Robert Collins)
 
69
 
 
70
    * ``LogFormatter.show_merge`` is deprecated in favour of
 
71
      ``LogFormatter.show_merge_revno``. (Robert Collins)
 
72
 
65
73
  BUG FIXES:
66
74
 
67
75
    * Avoid circular imports by creating a deprecated function for
68
76
      ``bzrlib.tree.RevisionTree``. Callers should have been using
69
 
      ``bzrlib.revisontree.RevisionTree`` anyway. (John Arbash Meinel, #63360)
 
77
      ``bzrlib.revisontree.RevisionTree`` anyway. (John Arbash Meinel,
 
78
      #63360, #66349)
 
79
 
 
80
    * Don't use ``socket.MSG_WAITALL`` as it doesn't exist on all
 
81
      platforms. (Martin Pool, #66356)
70
82
 
71
83
    * Don't require ``Content-Type`` in range responses. Assume they are a
72
84
      single range if ``Content-Type`` does not exist.
253
265
      NoSuchFile and forcing the caller to repeat their request.
254
266
      (John Arbash Meinel)
255
267
 
256
 
<<<<<<< TREE
257
268
    * WorkingTree has a new api ``unversion`` which allow the unversioning of
258
269
      entries by their file id. (Robert Collins)
259
270
 
305
316
      Transport. (Andrew Bennetts, Martin Pool)
306
317
 
307
318
bzr 0.10  2006-08-29
308
 
=======
309
 
    * bzrlib.tsort.merge_sorted now accepts 'generate_revnos'. This parameter
310
 
      will cause it to add another column to its output, which contains the
311
 
      dotted-decimal revno for each revision, as a tuple. (Robert Collins)
312
 
 
313
 
    * LogFormatter.show_merge is deprecated in favour of
314
 
      LogFormatter.show_merge_revno. (Robert Collins)
315
 
 
316
 
bzr 0.10.0RC1  2006-08-28
317
 
>>>>>>> MERGE-SOURCE
318
319
  
319
320
  IMPROVEMENTS:
320
321
    * 'merge' now takes --uncommitted, to apply uncommitted changes from a
1362
1363
    * Config options have moved from bzrlib.osutils to bzrlib.config.
1363
1364
      Configuration is now done via the config.Config interface:
1364
1365
      Depending on whether you have a Branch, a Location or no information
1365
 
      available, construct a *Config, and use its signature_checking,
1366
 
      username and user_email methods. (Robert Collins)
 
1366
      available, construct a ``*Config``, and use its ``signature_checking``,
 
1367
      ``username`` and ``user_email`` methods. (Robert Collins)
1367
1368
 
1368
1369
    * Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin, and
1369
1370
      they are made available for other plugins to use. You should not