~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-31 12:56:46 UTC
  • mfrom: (5939.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20110531125646-a1k5q7foqxlnmmr1
(Martin von Gagern) Use transport.move instead of transport.rename to
        allow overwriting pack files over sftp, (bug #421776)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
* Fix a race condition for ``server_started`` hooks leading to a spurious
40
40
  test failure. (Vincent Ladeuil, #789167)
41
41
 
 
42
* ``pack_repo`` now uses ``Transport.move`` instead of
 
43
  ``Transport.rename``, deleting any existing targets even on SFTP.
 
44
  (Martin von Gagern, #421776)
 
45
 
42
46
* Pass the ``build_mo`` command to the rest of the setup() calls in
43
47
  setup.py. The ``bdist_wininst`` and ``py2exe`` code paths were failing
44
48
  because ``build_mo`` became a required step that they didn't know about.