[OpenSRF-GIT] OpenSRF branch rel_2_3 updated. osrf_rel_2_3_0-beta-6-gfb561ef
Evergreen Git
git at git.evergreen-ils.org
Fri Mar 7 13:21:33 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 fb561efb67a641bd3cf7767b31dcf70a7a0ae824 (commit)
from 824452bd95815ed8713761fbe770d2a0d2161087 (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 fb561efb67a641bd3cf7767b31dcf70a7a0ae824
Author: Galen Charlton <gmc at esilibrary.com>
Date: Fri Mar 7 10:16:33 2014 -0800
update release notes for 2.3.0-rc
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt
index 29e6b8b..552e4b2 100644
--- a/doc/RELEASE_NOTES.txt
+++ b/doc/RELEASE_NOTES.txt
@@ -1,5 +1,5 @@
-Release notes for OpenSRF 2.3.0-beta
-====================================
+Release notes for OpenSRF 2.3.0-rc
+==================================
Supported platforms
-------------------
@@ -53,6 +53,20 @@ 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
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+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
+processes. Otherwise, if the `--ignore-orphans` switch is not used,
+`osrf_control` will either refuse to start the service(s) or will
+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.
+
Add option to opensrf.settings methods to force rereading of opensrf.xml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The following methods in `opensrf.settings` now accept Boolean
-----------------------------------------------------------------------
Summary of changes:
doc/RELEASE_NOTES.txt | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
hooks/post-receive
--
OpenSRF
More information about the opensrf-commits
mailing list