From fc5182a90f625a21ce5a4668dcd3c6130477e202 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 20 Mar 2013 10:45:03 -0400 Subject: [PATCH] Add release notes for the new updates tools. Signed-off-by: Jason Stephenson Signed-off-by: Ben Shum --- .../Administration/new-updates-tools.txt | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/new-updates-tools.txt diff --git a/docs/RELEASE_NOTES_NEXT/Administration/new-updates-tools.txt b/docs/RELEASE_NOTES_NEXT/Administration/new-updates-tools.txt new file mode 100644 index 0000000000..a65b488561 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/new-updates-tools.txt @@ -0,0 +1,26 @@ +New Updates Tools +^^^^^^^^^^^^^^^^^ + +Source code for tools to generate the staff clients updates tools were +added to Open-ILS/xul/staff_client/external/libmar. These tools +replace the downloadable tools from Mozilla.org that were previously +used to generate the staff client updates files. + +They come with their own configuration script and are condfigured +automatically as a subpackage when you configure Evergreen for +installation. They are also built and ready for use when you make +Evergreen during the installation or upgrade process. + +The make_updates.sh script that is run when you tell Evergreen to make +the staff client updates has been modified to use the new tools. + +These tools introduce no new dependencies on building or running +Evergreen. + +Nothing in the user facing behavior of building updates changes with +these tools. They are drop-in replacements for the previous tools and +you don't even need to know that they are there. + +These tools were added to Evergreen to be an aid in portability to +operating systems other than Linux. They also remove a dependency on +a third-party tool, that is typically downloaded as a binary. -- 2.43.2