~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2011-01-12 21:27:00 UTC
  • mto: This revision was merged to the branch mainline in revision 5605.
  • Revision ID: john@arbash-meinel.com-20110112212700-esqmtrmevddxrsq2
Clean up the test slightly, hoping to avoid race conditions, update NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
* Treat WSAECONNABORTED the same as WSAECONNRESET for the purposes of
81
81
  considering a smart data stream as being interrupted. This fixes a
82
82
  failure in the windows test suite, that was trying to ensure we cleanly
83
 
  handled a server disconnect.  (John Arbash Meinel, #581311)
 
83
  handled a server disconnect.  (John Arbash Meinel, #581311, #686587)
84
84
 
85
85
* You are now able to commit directly to a stacked branch. Any needed
86
86
  parent inventories will be filled in as part of the commit process.