Add release notes for the new updates tools.
authorJason Stephenson <jstephenson@mvlc.org>
Wed, 20 Mar 2013 14:45:03 +0000 (10:45 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 26 Mar 2013 14:54:10 +0000 (10:54 -0400)
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
docs/RELEASE_NOTES_NEXT/new-updates-tools.txt [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/new-updates-tools.txt b/docs/RELEASE_NOTES_NEXT/new-updates-tools.txt
new file mode 100644 (file)
index 0000000..b5686db
--- /dev/null
@@ -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.