~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2008-04-28 05:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3386.
  • Revision ID: andrew.bennetts@canonical.com-20080428055807-qfx4kdbgl3tg2zng
Add NEWS entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    * Fetching all revisions from a repository does not cause pack collisions.
36
36
      (Robert Collins, Aaron Bentley, #212908)
37
37
 
 
38
    * Fix error about "attempt to add line-delta in non-delta knit".
 
39
      (Andrew Bennetts, #205156)
 
40
 
38
41
    * Set SO_REUSEADDR on server sockets of ``bzr serve`` to avoid problems
39
42
      rebinding the socket when starting the server a second time.
40
43
      (John Arbash Meinel, Martin Pool, #164288)