~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-15 03:29:36 UTC
  • mfrom: (4960.3.1 499637-default-uifactory)
  • Revision ID: pqm@pqm.ubuntu.com-20100115032936-obafmsnn0d1ij450
(mbp) SilentUIFactory supports make_output_stream

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
* Listen to the SIGWINCH signal to update the terminal width.
91
91
  (Vincent Ladeuil, #316357)
92
92
 
 
93
* ``SilentUIFactory`` now supports ``make_output_stream`` and discards
 
94
  whatever is written to it.  This un-breaks some plugin tests that
 
95
  depended on this behaviour.
 
96
  (Martin Pool, #499757)
 
97
 
93
98
* The 2a format wasn't properly restarting autopacks when something
94
99
  changed underneath it (like another autopack). Now concurrent
95
100
  autopackers will properly succeed. (John Arbash Meinel, #495000)