From: Galen Charlton Date: Thu, 21 Sep 2017 15:32:10 +0000 (-0400) Subject: release notes for 3.0.0-alpha X-Git-Tag: osrf_rel_3_0_0-alpha~2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c6b7a45590329731ccf50975bf63fcd2a5e3afb1;p=OpenSRF.git release notes for 3.0.0-alpha Signed-off-by: Galen Charlton --- diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt new file mode 100644 index 0000000..73fa70c --- /dev/null +++ b/doc/RELEASE_NOTES.txt @@ -0,0 +1,50 @@ +OpenSRF 3.0.0-alpha release notes +================================= + +Supported platforms +------------------- +The following Linux distributions are well-tested: + + * Debian 7 (Wheezy), 8 (Jessie), and 9 (Stretch) + * Ubuntu 14.04 (Trusty Tahr) and 16.04 LTS (Xenial Xerus) + +OpenSRF 3.0.0-alpha +------------------- +OpenSRF 3.0.0-alpha was released on 21 September 2017. It adds support +for Debian 9 (Stretch). + +Upgrade Notes +~~~~~~~~~~~~~ +OpenSRF 3.0 also changes how the shared libraries for services written in +C are named. If upgrading from an earlier version of OpenSRF, +`opensrf.xml` should be edited so that shared library file names +listed in the `` tag start with "lib". For example, + +[source,sh] +--------------------------------------------------------------------- + + C + osrf_math.so +--------------------------------------------------------------------- + +should be changed to: + +[source,sh] +--------------------------------------------------------------------- + + C + libosrf_math.so +--------------------------------------------------------------------- + +Note for Evergreen Users +~~~~~~~~~~~~~~~~~~~~~~~~ +OpenSRF 3.0.0 will be the minimum version required to run Evergreen 3.0. + +Acknowledgements +~~~~~~~~~~~~~~~~ + +We would like to thank the following people who contributed to OpenSRF 3.0.0-alpha: + + * Galen Charlton + * Ben Shum + * Jason Stephenson