~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2011-09-26 14:23:50 UTC
  • mto: This revision was merged to the branch mainline in revision 6170.
  • Revision ID: john@arbash-meinel.com-20110926142350-6ruvqd64evynnmfi
Move the news entry to the right place, expand it for SIGHUP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
.. New commands, options, etc that users may wish to try out.
22
22
 
 
23
* ``bzr serve`` will now disconnect clients if they have not issued an RPC
 
24
  request after 5minutes. On POSIX platforms, this will also happen for
 
25
  ``bzr serve --inet``. This can be overridden with the configuration
 
26
  variable ``serve.client_timeout`` or in the command line parameter
 
27
  ``bzr serve --client-timeout=X``. Further, it is possible to request
 
28
  ``bzr serve [--inet]`` to shutdown gracefully by sending SIGHUP. It will
 
29
  finish the current request, and then close the connection.
 
30
  (John Arbash Meinel, #824797, #795025)
 
31
 
 
32
 
23
33
Improvements
24
34
************
25
35
 
156
166
  The name change also affects ``bzr missing``.
157
167
  (Martin von Gagern)
158
168
 
159
 
* ``bzr serve`` will now disconnect clients if they have not issued an RPC
160
 
  request after 5minutes. On POSIX platforms, this will also happen for
161
 
  ``bzr serve --inet``. This can be overridden with the configuration
162
 
  variable ``serve.client_timeout`` or in the command line parameter
163
 
  ``bzr serve --client-timeout=X``. (John Arbash Meinel, #824797)
164
 
 
165
169
* ``config.Option`` can now declare ``default_from_env``, a list of
166
170
  environment variables to get a default value from. (Vincent Ladeuil)
167
171