[open-ils-commits] [GIT] Evergreen ILS branch master updated. ada78de699bcb38b982c1f47ec0e8c698203e77c

Evergreen Git git at git.evergreen-ils.org
Wed Nov 18 10:37:27 EST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  ada78de699bcb38b982c1f47ec0e8c698203e77c (commit)
      from  c7e2d9def2193a500b560c9bd5c98d213e3a4082 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ada78de699bcb38b982c1f47ec0e8c698203e77c
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Tue Nov 17 19:13:57 2015 -0500

    Adding bug fixes and acknowledgements to 2.9.1. Release Notes
    
    The structure of these point release notes is a little different from what
    we did with the 2.8 series. I restructured the headings a bit so that there
    is just the one level one header. The two headers in the 2.8 release notes
    led to a confusing outline.
    
    Also, I'm adding acknowledgements for each point release rather than adding the
    entire batch at the bottom of the file. There are two reasons for this change:
    
    1. The release notes in the official documentation are broken up into different
    sections, whereas the ones on the downloads page are available all on one page.
    In the official docs, it appeared as if everyone being acknowledged had
    contributed to the .0 release, when, in actuality, some had contributed patches
    in other point releases. By adding acknowledgements to every point release
    section, it is clear who contributed to which release.
    
    2. Consistent contributors get acknolwedgement for every point release they
    contribute to, which is a nice thing to do.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_2_9.txt b/docs/RELEASE_NOTES_2_9.txt
index c90c4d9..c0c6fcf 100644
--- a/docs/RELEASE_NOTES_2_9.txt
+++ b/docs/RELEASE_NOTES_2_9.txt
@@ -1,10 +1,109 @@
-Evergreen 2_9 Release Notes
+Evergreen 2.9 Release Notes
 ===========================
 :toc:
 :numbered:
 
-Upgrade notes
--------------
+Evergreen 2.9.1
+----------------
+This release contains several bugfixes improving on Evergreen.
+
+Acquisitions
+~~~~~~~~~~~~
+* Protects the stock acquisitions cancel reasons from deletion since they
+are required to properly handle EDI order responses.
+* Changes the copy location dropdown so that users can view and select copy
+locations owned outside the workstation branch if they have permission to do so. 
+This fix also adds the copy location's owning org unit to the display.
+
+Administration
+~~~~~~~~~~~~~~
+* Allows use of more special characters, including - and +, when
+entering a library's main email address in the Organizational Units
+editor.
+* Fixes an issue where marc_export attempts to call a non-existent field
+on MARC::Record if an error occurs while exporting authority records.
+
+Cataloging
+~~~~~~~~~~
+* Fixes the mapping between copies and the target part when using "Merge
+Selected" in the Monographic Parts interface.
+* Fixes an issue with the horizontal scrollbar bar in the MARC import
+queue inspector so the focus no longer jumps to the top of the screen
+when attempting to use the scrollbar.
+* Hides the staff-client saved searches header from screen readers when
+using the public catalog in non-staff mode.
+
+Circulation
+~~~~~~~~~~~
+* When placing a hold via the staff client and clicking Advanced Hold
+Options, fixes an issue where the barcode field populated with the
+staff member's barcode.
+* Fixes an issue where some holds with a higher proximity were
+preferred over holds with a lower proximity because the list of
+proximities of elgible copies was sorting ASCIIbetically instead of
+numerically.
+* Adds a delete flag for monographic parts, fixes staff client errors that
+were previously caused by deleted parts, and cancels any holds attached to
+those deleted parts.
+* Fixes an internal error that appeared when trying to renew an item on the
+booking resource list through the public catalog. Users will now get a message
+saying they do not have permission to renew the item. 
+
+
+Public Catalog
+~~~~~~~~~~~~~~
+* Fixes an issue where unclosed phrase searches returned zero results and
+tied up the open-ils.storage process.
+* Fixes an issue where phrase searches were ignoring modifiers used in relevance
+ranking, leading to poorly-ranked results.
+* Fixes an issue where parameters weren't properly maintained when
+searching by copy location group.
+
+Reports
+~~~~~~~
+* Adds support for UTF-8 in the Reports interface.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed
+code and documentation patches the 2.9.1. point release of Evergreen:
+
+* Adam Bowling
+* Kate Butler
+* Steven Chan
+* Galen Charlton
+* Pasi Kallinen
+* Jake Litrell
+* Kathy Lussier
+* Mike Rylander
+* Chris Sharp
+* Remington Steed
+* Jason Stephenson
+* Josh Stompro
+* Yamil Suarez
+
+We also thank the following organizations whose employees contributed
+patches:
+
+* Berklee College of Music
+* British Columbia Libraries Cooperative
+* Calvin College
+* Emerald Data Networks, Inc.
+* Equinox Software, Inc.
+* Georgia Public Library Service
+* Lake Agassiz Regional Library
+* Massachusetts Library Network Cooperative
+* Merrimack Valley Library Consortium
+* Northwest Regional Library System
+* Pohjois-Karjalan Tietotekniikkakeskus Oy
+* Rodgers Memorial Library
+
+We regret any omissions.  If a contributor has been inadvertantly
+missed, please open a bug at http://bugs.launchpad.net/evergreen/
+with a correction.
+
+2.9.0 Upgrade notes
+-------------------
 
 Remove Script-Based Circulation Configuration
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -117,10 +216,8 @@ with:
 
 
 
-New Features
-------------
-
-
+2.9.0 New Features
+------------------
 
 Acquisitions
 ~~~~~~~~~~~~
@@ -626,7 +723,7 @@ with:
 
 
 Acknowledgments
----------------
+~~~~~~~~~~~~~~~
 The Evergreen project would like to acknowledge the following
 organizations who commissioned developments in this release of
 Evergreen:

-----------------------------------------------------------------------

Summary of changes:
 docs/RELEASE_NOTES_2_9.txt |  113 ++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 105 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list