From c6b7a45590329731ccf50975bf63fcd2a5e3afb1 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 21 Sep 2017 11:32:10 -0400 Subject: [PATCH] release notes for 3.0.0-alpha Signed-off-by: Galen Charlton --- doc/RELEASE_NOTES.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 doc/RELEASE_NOTES.txt 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 -- 2.11.0