~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-27 15:55:02 UTC
  • mfrom: (5918.1.4 2.4b3-build-mo-787122)
  • Revision ID: pqm@pqm.ubuntu.com-20110527155502-5eo2hhxcggumdfrt
(jameinel) Fix bug #787122,
 pass build_mo to all the builders. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
.. Fixes for situations where bzr would previously crash or give incorrect
37
37
   or undesirable results.
38
38
 
 
39
* Pass the ``build_mo`` command to the rest of the setup() calls in
 
40
  setup.py. The ``bdist_wininst`` and ``py2exe`` code paths were failing
 
41
  because ``build_mo`` became a required step that they didn't know about.
 
42
  (John Arbash Meinel, #787122)
 
43
 
39
44
* Reports the original error when an InvalidHttpResponse exception is
40
45
  encountered to facilitate debug. (Vincent Ladeuil, #788530)
41
46