~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-10-25 15:07:21 UTC
  • mfrom: (2095 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2098.
  • Revision ID: abentley@panoramicfeedback.com-20061025150721-71290b10eff4e691
Merge from bzr.dev

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
   * mv correctly handles paths that traverse symlinks. 
 
10
     (Aaron Bentley, #66964)
 
11
 
 
12
 
 
13
bzr 0.12rc1  2006-10-23
 
14
 
 
15
  IMPROVEMENTS:
 
16
 
5
17
    * ``bzr log`` now shows dotted-decimal revision numbers for all revisions,
6
18
      rather than just showing a decimal revision number for revisions on the
7
19
      mainline. These revision numbers are not yet accepted as input into bzr
62
74
      ``unlock()``. ``WorkingTree.set_root_id()`` has been updated to take
63
75
      advantage of this functionality. (Robert Collins, John Arbash Meinel)
64
76
 
 
77
    * ``bzrlib.tsort.merge_sorted`` now accepts ``generate_revnos``. This
 
78
      parameter will cause it to add another column to its output, which
 
79
      contains the dotted-decimal revno for each revision, as a tuple.
 
80
      (Robert Collins)
 
81
 
 
82
    * ``LogFormatter.show_merge`` is deprecated in favour of
 
83
      ``LogFormatter.show_merge_revno``. (Robert Collins)
 
84
 
65
85
  BUG FIXES:
66
86
 
67
87
    * Avoid circular imports by creating a deprecated function for
68
88
      ``bzrlib.tree.RevisionTree``. Callers should have been using
69
 
      ``bzrlib.revisontree.RevisionTree`` anyway. (John Arbash Meinel, #63360)
 
89
      ``bzrlib.revisontree.RevisionTree`` anyway. (John Arbash Meinel,
 
90
      #63360, #66349)
 
91
 
 
92
    * Don't use ``socket.MSG_WAITALL`` as it doesn't exist on all
 
93
      platforms. (Martin Pool, #66356)
70
94
 
71
95
    * Don't require ``Content-Type`` in range responses. Assume they are a
72
96
      single range if ``Content-Type`` does not exist.
92
116
 
93
117
   * diff3 does not indicate conflicts on clean merge. (Aaron Bentley)
94
118
 
95
 
   * mv correctly handles paths that traverse symlinks. 
96
 
     (Aaron Bentley, #66964)
97
 
 
98
119
  TESTING:
99
120
 
100
121
    * New test base class TestCaseWithMemoryTransport offers memory-only
256
277
      NoSuchFile and forcing the caller to repeat their request.
257
278
      (John Arbash Meinel)
258
279
 
259
 
<<<<<<< TREE
260
280
    * WorkingTree has a new api ``unversion`` which allow the unversioning of
261
281
      entries by their file id. (Robert Collins)
262
282
 
308
328
      Transport. (Andrew Bennetts, Martin Pool)
309
329
 
310
330
bzr 0.10  2006-08-29
311
 
=======
312
 
    * bzrlib.tsort.merge_sorted now accepts 'generate_revnos'. This parameter
313
 
      will cause it to add another column to its output, which contains the
314
 
      dotted-decimal revno for each revision, as a tuple. (Robert Collins)
315
 
 
316
 
    * LogFormatter.show_merge is deprecated in favour of
317
 
      LogFormatter.show_merge_revno. (Robert Collins)
318
 
 
319
 
bzr 0.10.0RC1  2006-08-28
320
 
>>>>>>> MERGE-SOURCE
321
331
  
322
332
  IMPROVEMENTS:
323
333
    * 'merge' now takes --uncommitted, to apply uncommitted changes from a
1365
1375
    * Config options have moved from bzrlib.osutils to bzrlib.config.
1366
1376
      Configuration is now done via the config.Config interface:
1367
1377
      Depending on whether you have a Branch, a Location or no information
1368
 
      available, construct a *Config, and use its signature_checking,
1369
 
      username and user_email methods. (Robert Collins)
 
1378
      available, construct a ``*Config``, and use its ``signature_checking``,
 
1379
      ``username`` and ``user_email`` methods. (Robert Collins)
1370
1380
 
1371
1381
    * Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin, and
1372
1382
      they are made available for other plugins to use. You should not