~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-05 11:53:56 UTC
  • mfrom: (5753.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20110405115356-5d6k2moisuap7bi6
(jam) Merge 2.3 into bzr.dev, resolving some conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
.. Fixes for situations where bzr would previously crash or give incorrect
40
40
   or undesirable results.
41
41
 
 
42
* Bazaar now infers the default user email address on Unix from the local
 
43
  account name plus the contents of ``/etc/mailname`` if that file exists.
 
44
  In particular, this means that committing as root through etckeeper will
 
45
  normally not require running ``bzr whoami`` first.
 
46
  (Martin Pool, #616878)
 
47
 
 
48
* When reporting a crash without apport, don't print the full list of
 
49
   plugins because it's often too long.
 
50
   (Martin Pool, #716389)
 
51
 
42
52
* ``bzr push`` into a repository (that doesn't have a branch), will no
43
53
  longer copy all revisions in the repository. Only the ones in the
44
54
  ancestry of the source branch, like it does in all other cases.
45
55
  (John Arbash Meinel, #465517)
46
56
 
 
57
* Fix ``UnboundLocalError: local variable 'lock_url' in wait_lock`` error,
 
58
  especially while trying to save configuration from QBzr.
 
59
  (Martin Pool, #733136)
 
60
 
47
61
* Fix "Unable to obtain lock" error when pushing to a bound branch if tags
48
62
  had changed.  Bazaar was attempting to open and lock the master branch
49
63
  twice in this case.  (Andrew Bennetts, #733350)
79
93
  (<http://psf.upfronthosting.co.za/roundup/tracker/issue8194> should be fixed
80
94
  in python > 2.7.1).  (Vincent Ladeuil, #654733)
81
95
 
82
 
 
83
96
bzr 2.3.1
84
97
#########
85
98