~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-28 01:23:18 UTC
  • mfrom: (3382.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080428012318-g5zq9wl2flua3r2s
commit now works with Microsoft FTP (Andreas Deininger)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    * Avoid muttering every time a child update does not cause a progress bar
30
30
      update. (John Arbash Meinel, #213771)
31
31
 
 
32
    * ``bzr commit`` now works with Microsoft's FTP service.
 
33
      (Andreas Deininger)
 
34
 
32
35
    * Set SO_REUSEADDR on server sockets of ``bzr serve`` to avoid problems
33
36
      rebinding the socket when starting the server a second time.
34
37
      (John Arbash Meinel, Martin Pool, #164288)