~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-03-25 08:59:56 UTC
  • mto: (2376.3.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2401.
  • Revision ID: robertc@robertcollins.net-20070325085956-my8jv7cifqzyltyz
New SmartServer hooks facility. There are two initial hooks documented
in bzrlib.transport.smart.SmartServerHooks. The two initial hooks allow
plugins to execute code upon server startup and shutdown.
(Robert Collins).

SmartServer in standalone mode will now close its listening socket
when it stops, rather than waiting for garbage collection. This primarily
fixes test suite hangs when a test tries to connect to a shutdown server.
It may also help improve behaviour when dealing with a server running
on a specific port (rather than dynamically assigned ports).
(Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
2
 
 
3
  INTERNALS:
 
4
 
 
5
    * New SmartServer hooks facility. There are two initial hooks documented
 
6
      in bzrlib.transport.smart.SmartServerHooks. The two initial hooks allow
 
7
      plugins to execute code upon server startup and shutdown.
 
8
      (Robert Collins).
 
9
 
 
10
   * SmartServer in standalone mode will now close its listening socket
 
11
     when it stops, rather than waiting for garbage collection. This primarily
 
12
     fixes test suite hangs when a test tries to connect to a shutdown server.
 
13
     It may also help improve behaviour when dealing with a server running
 
14
     on a specific port (rather than dynamically assigned ports).
 
15
     (Robert Collins)
 
16
  
 
17
 
3
18
bzr 0.15 (not finalised)
4
19
 
5
20
  INTERNALS: