[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.07-27-g081ce4b

Git repo owner gitmaster at git.koha-community.org
Thu Feb 26 05:50:39 CET 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 "main Koha release repository".

The branch, 3.16.x has been updated
       via  081ce4ba27ec032e70a57d7f056e8aaa23490542 (commit)
      from  8705cb845ef78c5e941a7a1ee8765fdd8cc40e8b (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 081ce4ba27ec032e70a57d7f056e8aaa23490542
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Tue Dec 30 10:30:30 2014 +0100

    Bug 13431 [QA Follow-up]: Shared FastMmap file causes issues
    
    1) Removed 'use C4::Context;' because it can lead to introduction
    of circular reference in the near future
    2) Put fastmmap initialization code into an eval {} block, to catch
    various kinds of errors which can still occur during it's init in
    some [less usual] Koha setups and/or more unusual circumstances
    3) Do not include UID in the sharefile name (it will be constructed
    using namespace + database name + database host instead).
    
    Test plan addendum:
    
       s/and UID//
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 Koha/Cache.pm |   33 ++++++++++++++++++++++-----------
 1 file changed, 22 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list