[koha-commits] main Koha release repository branch master updated. v3.22.00-1148-g40ec26d

Git repo owner gitmaster at git.koha-community.org
Wed Apr 20 19:32:14 CEST 2016


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  40ec26dc6cbc2ac2634ca0e8111476bbd6f62fc7 (commit)
       via  22c907230af9821d84127f9e2afbea9757aed2fa (commit)
       via  33ad907a820debc87bf2629cc1eed4a38b3b4905 (commit)
       via  956dc953b52a1fd525bc75682bbdfe6848683ace (commit)
      from  8ec54c86feb92989807837d71f4c0a5e901e07e3 (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 40ec26dc6cbc2ac2634ca0e8111476bbd6f62fc7
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Thu Apr 14 10:47:31 2016 -0300

    Bug 16229: (QA) POD fixes
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

commit 22c907230af9821d84127f9e2afbea9757aed2fa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Apr 8 12:54:44 2016 +0100

    Bug 16229: Add the unsafe flag to set_in_cache
    
    Could be useful later.
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

commit 33ad907a820debc87bf2629cc1eed4a38b3b4905
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Apr 8 12:43:48 2016 +0100

    Bug 16229: Deep copy on setting in cache
    
    Koha::Cache->set_in_cache should deep copy (if needed) to avoid the
    value which has been set in cache to be unintentionally modified later.
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

commit 956dc953b52a1fd525bc75682bbdfe6848683ace
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Apr 8 13:08:55 2016 +0100

    Bug 16229: Deep copy on first L2 fetch
    
    When a value exists in L2 cache but not in L1 cache, it should be deep
    copied if needed (i.e. not a scalar). Otherwise the calling code is able
    to modify the value in cache.
    Note that is theoretical, it's possible that no code does that.
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

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

Summary of changes:
 Koha/Cache.pm |   37 ++++++++++++++++++++++++++++---------
 t/Cache.t     |   17 ++++++++++++++++-
 2 files changed, 44 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list