Rev 6202: Move the news entry to the right place, expand it for SIGHUP. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025

John Arbash Meinel john at arbash-meinel.com
Mon Sep 26 14:24:03 UTC 2011


At http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025

------------------------------------------------------------
revno: 6202
revision-id: john at arbash-meinel.com-20110926142350-6ruvqd64evynnmfi
parent: john at arbash-meinel.com-20110926123001-96eg7yfnizx3sd1c
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.5-soft-hangup-795025
timestamp: Mon 2011-09-26 16:23:50 +0200
message:
  Move the news entry to the right place, expand it for SIGHUP.
-------------- next part --------------
=== modified file 'doc/en/release-notes/bzr-2.5.txt'
--- a/doc/en/release-notes/bzr-2.5.txt	2011-09-26 07:56:05 +0000
+++ b/doc/en/release-notes/bzr-2.5.txt	2011-09-26 14:23:50 +0000
@@ -20,6 +20,16 @@
 
 .. New commands, options, etc that users may wish to try out.
 
+* ``bzr serve`` will now disconnect clients if they have not issued an RPC
+  request after 5minutes. On POSIX platforms, this will also happen for
+  ``bzr serve --inet``. This can be overridden with the configuration
+  variable ``serve.client_timeout`` or in the command line parameter
+  ``bzr serve --client-timeout=X``. Further, it is possible to request
+  ``bzr serve [--inet]`` to shutdown gracefully by sending SIGHUP. It will
+  finish the current request, and then close the connection.
+  (John Arbash Meinel, #824797, #795025)
+
+
 Improvements
 ************
 
@@ -156,12 +166,6 @@
   The name change also affects ``bzr missing``.
   (Martin von Gagern)
 
-* ``bzr serve`` will now disconnect clients if they have not issued an RPC
-  request after 5minutes. On POSIX platforms, this will also happen for
-  ``bzr serve --inet``. This can be overridden with the configuration
-  variable ``serve.client_timeout`` or in the command line parameter
-  ``bzr serve --client-timeout=X``. (John Arbash Meinel, #824797)
-
 * ``config.Option`` can now declare ``default_from_env``, a list of
   environment variables to get a default value from. (Vincent Ladeuil)
 



More information about the bazaar-commits mailing list