~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-26 18:12:48 UTC
  • mfrom: (3956.3.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090126181248-yl5ctbxc3y6nu9m4
(mbp) Merge back 1.11final

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
      merge, we would cause the deletion to conflict a second time.
20
20
      (Vincent Ladeuil, John Arbash Meinel)
21
21
 
22
 
 
23
 
NOT RELEASED YET
24
 
----------------
25
 
 
26
22
  COMPATIBILITY BREAKS:
27
23
 
28
24
    * By default, ``bzr status`` after a merge now shows just the pending
78
74
    * ``ProgressBarStack`` is deprecated; instead use
79
75
      ``ui_factory.nested_progress_bar`` to create new progress bars.
80
76
 
 
77
    * The progress and UI classes have changed; the main APIs remain the
 
78
      same but code that provides a new UI or progress bar class may
 
79
      need to be updated.  (Martin Pool)
 
80
 
81
81
  TESTING:
82
82
 
83
83
  INTERNALS:
102
102
      formatters to retrict the output.
103
103
      (Vincent Ladeuil)
104
104
 
105
 
bzr 1.11rc1 "Eyes up!" 2009-01-09
106
 
---------------------------------
 
105
 
 
106
bzr 1.11 "Eyes up!" 2009-01-19
 
107
------------------------------
107
108
 
108
109
This first monthly release of Bazaar for 2009 improves Bazaar's operation
109
110
in Windows, Mac OS X, and other situations where file names are matched
118
119
This release also fixes a number of bugs, particularly a glitch that can
119
120
occur when there are concurrent writes to a pack repository.
120
121
 
 
122
  BUG FIXES:
 
123
 
 
124
    * Fix failing test when CompiledChunksToLines is not available.
 
125
      (Vincent Ladeuil)
 
126
 
 
127
    * Stacked branches don't repeatedly open their transport connection.
 
128
      (John Arbash Meinel)
 
129
 
 
130
 
 
131
 
 
132
bzr 1.11rc1 "Eyes up!" 2009-01-09
 
133
---------------------------------
 
134
 
121
135
  CHANGES:
122
136
 
123
137
    * Formats using Knit-based repository formats are now explicitly
331
345
      advantage of pycurl is that it checks ssl certificates.)
332
346
      (John Arbash Meinel)
333
347
 
334
 
    * The progress and UI classes have changed; the main APIs remain the
335
 
      same but code that provides a new UI or progress bar class may
336
 
      need to be updated.  (Martin Pool)
337
 
 
338
348
    * ``VersionedFiles.get_record_stream()`` can now return objects with a
339
349
      storage_kind of ``chunked``. This is a collection (list/tuple) of
340
350
      strings. You can use ``osutils.chunks_to_lines()`` to turn them into