[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1059-g90e2aaf

Git repo owner gitmaster at git.koha-community.org
Sun Sep 8 07:31:37 CEST 2013


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  90e2aafeb538f2d5e52fd1d32fce528f72076df8 (commit)
      from  b8e1e7e217363a165275dca46e7d123633a64920 (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 90e2aafeb538f2d5e52fd1d32fce528f72076df8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 1 10:40:50 2013 -0500

    Bug 9531: Make SIP2 message terminator configurable via SIPconfig.xml
    
    Add a terminator option to SIPConfig.xml, choices for 'terminator' are
    'CR' or 'CRLF'.  The default continues to be 'CRLF' if 'terminator' is
    undefined.
    
    Test Plan:
    1) Apply patch
    2) Start SIP server
    3) Run C4/SIP/t/04patron_status.t
    4) Stop SIP server
    5) Add terminator="CR" for account login 'term1'
    6) Run 04patron_status.t again, you should see no change
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Adrien Saurat <adrien.saurat at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/SIP/Sip.pm         |   20 +++++++-------------
 C4/SIP/Sip/MsgType.pm |   34 +++++++++++++++++-----------------
 etc/SIPconfig.xml     |    2 +-
 3 files changed, 25 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list