[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.10-9-g0c591aa

Git repo owner gitmaster at git.koha-community.org
Fri May 29 08:10:06 CEST 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  0c591aa0b117ac0059e0ad84bdbca05c58605f63 (commit)
       via  5331f8db29fbaac5bffd6e5efc659066d7f12ff5 (commit)
       via  ac2bf70ac3ef2d50e1818bfa7e091b9c8a335d46 (commit)
       via  462626ea9d429970302def924cbab1c62254351a (commit)
       via  07beefe8d6ebcbd3fd72d6423221268d4fb43f7b (commit)
      from  5e7ebdca9dcd606e213cb4435bb734fff6e1394e (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 0c591aa0b117ac0059e0ad84bdbca05c58605f63
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Feb 24 18:32:30 2015 +1300

    Bug 13645: dependencies for libdbix-connector-perl

commit 5331f8db29fbaac5bffd6e5efc659066d7f12ff5
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 20 09:54:35 2015 -0500

    Bug 13645 [QA Followup] - Add DBIx::Connector to the list of dependancies
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit ac2bf70ac3ef2d50e1818bfa7e091b9c8a335d46
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 10 10:47:05 2015 +0100

    Bug 13645: Use DBIx::Connector
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 462626ea9d429970302def924cbab1c62254351a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jan 30 17:10:54 2015 +0100

    Bug 13645: Cache the DBIx connection
    
    We don't want to recreate a new connection to the DB every time we want
    a new schema.
    
    This patch creates a $database package level variable on the same way
    it's done in C4::Context for $dbh.
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 07beefe8d6ebcbd3fd72d6423221268d4fb43f7b
Author: Mason James <mtj at kohaaloha.com>
Date:   Fri May 29 17:37:32 2015 +1200

    Bug 7904: 3.16.x followup
    
    revert failling verify_cksum() test
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    
    	modified:   t/SIP_Sip.t

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

Summary of changes:
 C4/Context.pm                    |   12 +++++++++---
 C4/Installer/PerlDependencies.pm |    5 +++++
 Koha/Database.pm                 |   20 +++++++++++---------
 debian/control                   |    2 ++
 t/SIP_Sip.t                      |    5 +----
 t/db_dependent/Koha_Database.t   |    8 ++++++--
 6 files changed, 34 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list