[OpenSRF-GIT] OpenSRF branch rel_2_3 updated. osrf_rel_2_3_0-beta-9-gdae3c9a
Evergreen Git
git at git.evergreen-ils.org
Fri Mar 7 13:43:54 EST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".
The branch, rel_2_3 has been updated
via dae3c9a9134d71b6acb1c4905379780694dc2635 (commit)
via 9b6127b2a08892036699616d3fa8889f8933f545 (commit)
via 328c7408e2836733f8fc72faef6fc9dbb9f20523 (commit)
from fb561efb67a641bd3cf7767b31dcf70a7a0ae824 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dae3c9a9134d71b6acb1c4905379780694dc2635
Author: Galen Charlton <gmc at esilibrary.com>
Date: Fri Mar 7 10:39:08 2014 -0800
cite the most relevant bug numbers for enhancements in the release notes
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt
index afa6f62..5638420 100644
--- a/doc/RELEASE_NOTES.txt
+++ b/doc/RELEASE_NOTES.txt
@@ -12,8 +12,8 @@ The following Linux distributions are supported:
New features in 2.3.0
---------------------
-New control script
-~~~~~~~~~~~~~~~~~~
+New control script (LP#1204123 and LP#1266886)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenSRF 2.3.0 introduces a new control script, `osrf_control`.
The previous control script, `osrf_ctl.sh`, is deprecated.
@@ -27,8 +27,8 @@ of the listener, and the number of drone processes.
For a complete list of options, run `osrf_control --help`.
-New signals for controlling OpenSRF processes
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+New signals for controlling OpenSRF processes (LP#1204123)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenSRF 2.3.0 adds support for using the following signals to manage
processes:
@@ -53,8 +53,8 @@ Typically one would not send these signals directly, but instead use
As part of this change, services written in C now have a per-service
listener process rather than a single master process for all C services.
-Ability to run multiple OpenSRF instances simultaneously
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Ability to run multiple OpenSRF instances simultaneously (LP#1266886)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When starting services using `osrf_control` in the case where no PID
files exist, the `--ignore-orphans` switch can be used to make it
ignore the presence of other running OpenSRF router and service
@@ -69,8 +69,8 @@ whereby `opensrf_router` now creates its PID file directly, means that
OpenSRF instances on a single server, each with its own PID directory
and core configuration.
-Add option to opensrf.settings methods to force rereading of opensrf.xml
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Add option to opensrf.settings methods to force rereading of opensrf.xml (LP#1204123)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The following methods in `opensrf.settings` now accept Boolean
reload parameter as the last argument. If set, the `opensrf.xml`
file will be reread prior to responding with the requested settings.
commit 9b6127b2a08892036699616d3fa8889f8933f545
Author: Galen Charlton <gmc at esilibrary.com>
Date: Fri Mar 7 10:33:16 2014 -0800
mention opensrf_router managing its own PID file in release notes
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt
index d44ca7b..afa6f62 100644
--- a/doc/RELEASE_NOTES.txt
+++ b/doc/RELEASE_NOTES.txt
@@ -63,9 +63,11 @@ processes. Otherwise, if the `--ignore-orphans` switch is not used,
require that `--force-clean-process` be used to kill any running
OpenSRF processes first.
-In other words, `--ignore-orphans` means that `osrf_control` can be used
-to manage the operation of multiple running OpenSRF instances on a
-single server, each with its own PID directory and core configuration.
+In other words, `--ignore-orphans`, in conjunction with a change
+whereby `opensrf_router` now creates its PID file directly, means that
+`osrf_control` can be used to manage the operation of multiple running
+OpenSRF instances on a single server, each with its own PID directory
+and core configuration.
Add option to opensrf.settings methods to force rereading of opensrf.xml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
commit 328c7408e2836733f8fc72faef6fc9dbb9f20523
Author: Galen Charlton <gmc at esilibrary.com>
Date: Fri Mar 7 10:25:14 2014 -0800
fix typos in the release notes
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt
index 552e4b2..d44ca7b 100644
--- a/doc/RELEASE_NOTES.txt
+++ b/doc/RELEASE_NOTES.txt
@@ -36,9 +36,9 @@ processes:
listener, unregisters it from its routers, waits for its drones to
finish servicing their active requests, then stops the drones and
itself.
-* `SIGUSR1` -- router unregister. When this siginal is sent to a
+* `SIGUSR1` -- router unregister. When this signal is sent to a
listener, unregisters it from its routers.
-* `SIGUSR2` -- router re-register. When this siginal is sent to a
+* `SIGUSR2` -- router re-register. When this signal is sent to a
listener, registers it with its routers.
* `SIGHUP` -- reload core configuration and refresh drones. When sent
to a listener, causes it to reload the `opensrf_core.xml` configuration,
@@ -100,5 +100,5 @@ Logging improvements (LP#1170484 and LP#1284137)
The failure to load a shared library required by a service written in
C is now logged as an error rather than just a warning.
-Certain events that typically occur when a router has been signalled to
+Certain events that typically occur when a router has been signaled to
shut down are no longer logged as warnings.
-----------------------------------------------------------------------
Summary of changes:
doc/RELEASE_NOTES.txt | 30 ++++++++++++++++--------------
1 files changed, 16 insertions(+), 14 deletions(-)
hooks/post-receive
--
OpenSRF
More information about the opensrf-commits
mailing list