~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-10-29 01:49:34 UTC
  • mfrom: (2095.3.1 listdir)
  • mto: This revision was merged to the branch mainline in revision 2112.
  • Revision ID: mbp@sourcefrog.net-20061029014934-a5273eebfca6226d
merge listdir test fix so tests work on tmpfs

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
  INTERNALS:
 
6
 
 
7
  BUG FIXES:
 
8
 
 
9
 
 
10
bzr 0.12rc1  2006-10-23
 
11
 
 
12
  IMPROVEMENTS:
 
13
 
5
14
    * ``bzr log`` now shows dotted-decimal revision numbers for all revisions,
6
15
      rather than just showing a decimal revision number for revisions on the
7
16
      mainline. These revision numbers are not yet accepted as input into bzr
62
71
      ``unlock()``. ``WorkingTree.set_root_id()`` has been updated to take
63
72
      advantage of this functionality. (Robert Collins, John Arbash Meinel)
64
73
 
 
74
    * ``bzrlib.tsort.merge_sorted`` now accepts ``generate_revnos``. This
 
75
      parameter will cause it to add another column to its output, which
 
76
      contains the dotted-decimal revno for each revision, as a tuple.
 
77
      (Robert Collins)
 
78
 
 
79
    * ``LogFormatter.show_merge`` is deprecated in favour of
 
80
      ``LogFormatter.show_merge_revno``. (Robert Collins)
 
81
 
65
82
  BUG FIXES:
66
83
 
67
84
    * Avoid circular imports by creating a deprecated function for
68
85
      ``bzrlib.tree.RevisionTree``. Callers should have been using
69
 
      ``bzrlib.revisontree.RevisionTree`` anyway. (John Arbash Meinel, #63360)
 
86
      ``bzrlib.revisontree.RevisionTree`` anyway. (John Arbash Meinel,
 
87
      #63360, #66349)
 
88
 
 
89
    * Don't use ``socket.MSG_WAITALL`` as it doesn't exist on all
 
90
      platforms. (Martin Pool, #66356)
70
91
 
71
92
    * Don't require ``Content-Type`` in range responses. Assume they are a
72
93
      single range if ``Content-Type`` does not exist.
253
274
      NoSuchFile and forcing the caller to repeat their request.
254
275
      (John Arbash Meinel)
255
276
 
256
 
<<<<<<< TREE
257
277
    * WorkingTree has a new api ``unversion`` which allow the unversioning of
258
278
      entries by their file id. (Robert Collins)
259
279
 
305
325
      Transport. (Andrew Bennetts, Martin Pool)
306
326
 
307
327
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
328
  
319
329
  IMPROVEMENTS:
320
330
    * 'merge' now takes --uncommitted, to apply uncommitted changes from a
1362
1372
    * Config options have moved from bzrlib.osutils to bzrlib.config.
1363
1373
      Configuration is now done via the config.Config interface:
1364
1374
      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)
 
1375
      available, construct a ``*Config``, and use its ``signature_checking``,
 
1376
      ``username`` and ``user_email`` methods. (Robert Collins)
1367
1377
 
1368
1378
    * Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin, and
1369
1379
      they are made available for other plugins to use. You should not