~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-02-25 09:21:19 UTC
  • mfrom: (3235.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080225092119-bk1won32t9nw4h6u
Merge 1.2 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
      format. (Robert Collins)
81
81
 
82
82
 
83
 
bzr 1.2rc1 (not released yet)
84
 
-----------------------------
 
83
bzr 1.2 2008-02-15
 
84
------------------
 
85
 
 
86
  BUG FIXES:
 
87
 
 
88
    * Fix failing test in Launchpad plugin. (Martin Pool)
 
89
 
 
90
 
 
91
bzr 1.2rc1 2008-02-13
 
92
---------------------
85
93
 
86
94
  NOTES WHEN UPGRADING:
87
95
  
163
171
 
164
172
    * Clearer error when ``version-info --custom`` is used without
165
173
      ``--template`` (Lukáš Lalinský)
 
174
 
 
175
    * Don't raise UnavailableFeature during test setup when medusa is not
 
176
      available or tearDown is never called leading to nasty side effects.
 
177
      (#137823, Vincent Ladeuil)
 
178
 
 
179
    * If a plugin's test suite cannot be loaded, for example because of a syntax
 
180
      error in the tests, then ``selftest`` fails, rather than just printing 
 
181
      a warning.  (Martin Pool, #189771)
166
182
      
167
183
    * List possible values for BZR_SSH environment variable in env-variables
168
184
      help topic. (Alexander Belchenko, #181842)
174
190
      by the test framework, which lets bzr tests cleanly run from a normal
175
191
      unittest runner.
176
192
      (#124153, #124849, Martin Pool, Jonathan Lange)
177
 
 
 
193
 
178
194
    * ``pull --quiet`` is now more quiet, in particular a message is no longer
179
195
      printed when the remembered pull location is used. (James Westby,
180
196
      #185907)
209
225
 
210
226
  TESTING:
211
227
 
212
 
   * selftest now accepts --load-list <file> to load a test id list. This
213
 
     speeds up running the test suite on a limited set of tests.
214
 
     (Vincent Ladeuil)
 
228
    * selftest now accepts --load-list <file> to load a test id list. This
 
229
      speeds up running the test suite on a limited set of tests.
 
230
      (Vincent Ladeuil)
215
231
 
216
232
  INTERNALS:
217
233
 
637
653
     variable. (Alexander Belchenko, workaround for bug #107593)
638
654
 
639
655
   * The pack format is now accessible as "pack-0.92", or "pack-0.92-subtree" 
640
 
     to enable the subtree functions.
 
656
     to enable the subtree functions (for example, for bzr-svn).  
641
657
     See http://doc.bazaar-vcs.org/latest/developer/packrepo.html
642
658
     (Martin Pool)
643
659