[koha-commits] main Koha release repository branch master updated. v19.05.00-728-gf7a5466

Git repo owner gitmaster at git.koha-community.org
Tue Oct 1 16:37:17 CEST 2019


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, master has been updated
       via  f7a5466c52c4821394c5c44e0fc4e9603ef0e6f6 (commit)
      from  291bb7bacfdf68e6bc8e99d5c1e258fbcbf2344b (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 f7a5466c52c4821394c5c44e0fc4e9603ef0e6f6
Author: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
Date:   Mon Sep 16 10:26:01 2019 +0000

    Bug 13193: Make Memcached usage fork safe
    
    When a high enough number of forks try to access for example system
    preferences with Koha::Cache using memcached as backend the results of
    different cache requests get mixed up.
    
    The problem is fixed by using Cache::Memcached::Fast::Safe that is a
    fork safe version of Cache::Memcached::Fast.
    
    Sponsored-by: The National Library of Finland
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Works as described, and solves an insidious difficult to debug
    problem in Koha.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                 |    7 ++++++-
 Koha/Cache.pm                                    |    6 +++---
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list