From cfca470055f1f3f88d83f751caa13dfc63af0678 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 6 Nov 2012 15:28:28 -0500 Subject: [PATCH] Move 'initial host' feature docs into 2.3 release notes Signed-off-by: Bill Erickson --- docs/RELEASE_NOTES_2_3.txt | 15 +++++++++++++++ docs/RELEASE_NOTES_NEXT/initial_host.txt | 12 ------------ 2 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 docs/RELEASE_NOTES_NEXT/initial_host.txt diff --git a/docs/RELEASE_NOTES_2_3.txt b/docs/RELEASE_NOTES_2_3.txt index b8fc6be74a..2c0e9c5366 100644 --- a/docs/RELEASE_NOTES_2_3.txt +++ b/docs/RELEASE_NOTES_2_3.txt @@ -513,3 +513,18 @@ Support is now available to create a credit card payment type in the SIP Fee Paid message. There is also now support for SIP clients to retrieve and display a detailed/itemized list of billings to the patron. +Staff Client Initial Hostname +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +For fresh installs of the staff client a common issue is people remembering +what hostname to specify. If you are building your own staff clients you can +now fill this in automatically. + +You can specify this when configuring Evergreen with a new configure option: + +--with-initialhost=example.org + +It is also possible to specify when building the staff client itself using the +INITIAL_HOST variable: + +make INITIAL_HOST=example.org build diff --git a/docs/RELEASE_NOTES_NEXT/initial_host.txt b/docs/RELEASE_NOTES_NEXT/initial_host.txt deleted file mode 100644 index 76994801ff..0000000000 --- a/docs/RELEASE_NOTES_NEXT/initial_host.txt +++ /dev/null @@ -1,12 +0,0 @@ -Staff Client Initial Hostname ------------------------------ - -For fresh installs of the staff client a common issue is people remembering what hostname to specify. If you are building your own staff clients you can now fill this in automatically. - -You can specify this when configuring Evergreen with a new configure option: - ---with-initialhost=example.org - -It is also possible to specify when building the staff client itself using the INITIAL_HOST variable: - -make INITIAL_HOST=example.org build -- 2.43.2