~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

  • Committer: Vincent Ladeuil
  • Date: 2011-06-27 15:42:09 UTC
  • mfrom: (5993 +trunk)
  • mto: (5993.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5994.
  • Revision ID: v.ladeuil+lp@free.fr-20110627154209-azubuhbuxsz109hq
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
.. Fixes for situations where bzr would previously crash or give incorrect
34
34
   or undesirable results.
35
35
 
 
36
* Don't fail with traceback if `bzr serve` is running as a service on Windows,
 
37
  and there is no USERNAME, nor BZR_EMAIL or other whoami-related environment
 
38
  variables set. (Alexander Belchenko, Bug #660174)
 
39
 
36
40
Documentation
37
41
*************
38
42
 
61
65
   suite.  This can include new facilities for writing tests, fixes to 
62
66
   spurious test failures and changes to the way things should be tested.
63
67
 
 
68
* Remove the deprecation decorators for ``failUnlessExists`` and
 
69
  ``failIfExists``. The deprecation "will" occur in 2.4, not
 
70
  before. Providing the wrappers is enough as far as 2.3 is concerned.
 
71
  (Vincent Ladeuil #794960)
64
72
 
65
73
bzr 2.3.3
66
74
#########