~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2006-09-07 04:39:16 UTC
  • mto: (1988.4.6 dotted-revno-input.)
  • mto: This revision was merged to the branch mainline in revision 2084.
  • Revision ID: robertc@robertcollins.net-20060907043916-fc35c789c7307af2
Document API changes in NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
      mainline. These revision numbers are not yet accepted as input into bzr
8
8
      commands - such as log, diff etc. (Robert Collins)
9
9
 
 
10
  API INCOMPATABILITY:
 
11
  
 
12
    * LogFormatter subclasses show now expect the 'revno' parameter to 
 
13
      show() to be a string rather than an int. (Robert Collins)
 
14
 
10
15
  BUG FIXES:
11
16
 
12
17
    * Handle boundary="" lines properly to allow access through a Squid proxy.
57
62
      will cause it to add another column to its output, which contains the
58
63
      dotted-decimal revno for each revision, as a tuple. (Robert Collins)
59
64
 
 
65
    * LogFormatter.show_merge is deprecated in favour of
 
66
      LogFormatter.show_merge_revno. (Robert Collins)
 
67
 
60
68
bzr 0.10.0RC1  2006-08-28
61
69
  
62
70
  IMPROVEMENTS: