[koha-commits] main Koha release repository branch master updated. v19.11.00-687-gf9dd77cfab

Git repo owner gitmaster at git.koha-community.org
Wed Feb 12 17:50:09 CET 2020


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  f9dd77cfab2c02ce7644a454612b40ec3b5627aa (commit)
      from  87e4ecacc525308aed137f5ec3458df32ab8b0dd (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 f9dd77cfab2c02ce7644a454612b40ec3b5627aa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 12 15:24:35 2020 +0100

    Bug 24642: Make Cache::Memcached::Fast::Safe required
    
    There is something wrong between the logic in Koha::Cache->new and our
    dependencies.
    
    We are having Cache::Memcached required, but
    Cache::Memcached::Fast::Safe is optional.
    However, in Koha::Cache->new we are initializing the Memcached cache
    only if Cache::Memcached::Fast::Safe is installed.
    
    We could fix the logic in Koha::Cache, but it seems better to make
    Cache::Memcached::Fast::Safe mandatory (especially after bug 13193).
    
    Note that after bug 13193, you are loosing the Memcached cache, as
    Cache::Memcached::Fast::Safe will not get installed by default.
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list