~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-03-10 06:29:53 UTC
  • mfrom: (1608 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1611.
  • Revision ID: mbp@sourcefrog.net-20060310062953-bc1c7ade75c89a7a
[merge] bzr.dev; pycurl not updated for readv yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
      that can become out of sync in pre 0.8 formats. (Robert Collins,
57
57
      Aaron Bentley)
58
58
 
 
59
    * New 'bzr init --format' and 'bzr upgrade --format' option to control 
 
60
      what storage format is created or produced.  (Robert Collins, 
 
61
      Martin Pool)
 
62
 
59
63
  INTERNALS:
60
64
  
61
65
    * The internal storage of history, and logical branch identity have now
91
95
      be checked, if you need to determine whether a given callable is 
92
96
      deprecated at runtime. (Robert Collins)
93
97
 
 
98
    * Progress bars are now nested - see
 
99
      bzrlib.ui.ui_factory.nested_progress_bar. (Robert Collins, Robey Pointer)
 
100
 
94
101
  TESTING:
95
102
 
96
103
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead