+++ /dev/null
-Hold Targeter Script has been Replaced
-======================================
-
-The original hold_targeter.pl script has been renamed to
-"hold_targeter_legacy.pl", and the new-style hold targeting
-script has been renamed to "hold_targeter.pl". Administrators
-will want to change their crontab files to reflect this.
-
-.Previous Syntax
-[source,bash]
----------------------------------------------------------------------
--*/15 * * * * . ~/.bashrc && $EG_BIN_DIR/hold_targeter.pl $SRF_CORE
----------------------------------------------------------------------
-
-.New Syntax
-[source,bash]
------------------------------------------------------------------------------------
--*/15 * * * * . ~/.bashrc && $EG_BIN_DIR/hold_targeter.pl --osrf-config $SRF_CORE
------------------------------------------------------------------------------------
-
-The sample crontab file at Open-ILS/examples/crontab.example reflects
-this change.
+++ /dev/null
-More consistent terminology in the client
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Terminology has been updated in the staff client so that we consistently use
-the same name to describe the same thing. The following updates have been made:
-
- * The term 'item' is now consistently used to describe the barcoded entity
-that had been previously been called both an 'item' and a 'copy'. As a result,
-we now use the terms 'item buckets', 'item tags', and 'item alerts'.
- * The term 'volume' is no longer used in the client, with the exception of
-serials, where the term is used to describe serial volumes. The term 'call
-number' will replace volume in most other places.
- *'Holdings' is a more general term used to describe a combination of items
-and call numbers.
- * The term 'Shelving Location' is used consistently in favor of 'Copy
-Location.'
-