[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-89-g16df6d7

Git repo owner gitmaster at git.koha-community.org
Thu Jan 16 17:18:59 CET 2014


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.14.x has been updated
       via  16df6d75044a6b1d64bb0ab4f0bded4b4699d5d6 (commit)
      from  202f1a4c27ea4cd9514a7887a89aeb31090472c2 (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 16df6d75044a6b1d64bb0ab4f0bded4b4699d5d6
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Wed Dec 18 11:20:05 2013 +0100

    Bug 11412: fix potential bulkmarcimport crash when searching for duplicates in authorities
    
    bulkmarcimport.pl can crash when searching for duplicates if the 005
    field from the incoming or local record is not defined. This patch
    fixes it.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Test plan
    1/ Create a record with no 005 field
    2/ Try to import it checking for duplicates, notice it crashes
    3/ Try with a record with a 005 field, but the one in Koha missing
    one, still crashes
    4/ Apply patch
    5/ No more crash
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Patch fixes the problem described for importing authorities
    with the bulkmarcimport.pl when trying to match with existing
    records.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 28d97e322805a42680527232b151754b4778aed8)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 misc/migration_tools/bulkmarcimport.pl |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list