Move 'initial host' feature docs into 2.3 release notes
authorBill Erickson <berick@esilibrary.com>
Tue, 6 Nov 2012 20:28:28 +0000 (15:28 -0500)
committerBill Erickson <berick@esilibrary.com>
Thu, 8 Nov 2012 18:20:52 +0000 (13:20 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
docs/RELEASE_NOTES_2_3.txt
docs/RELEASE_NOTES_NEXT/initial_host.txt [deleted file]

index b8fc6be..2c0e9c5 100644 (file)
@@ -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 (file)
index 7699480..0000000
+++ /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