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

Git repo owner gitmaster at git.koha-community.org
Sun May 31 02:45:05 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  4efa39a1d8e3b8e7eac2008e898d73f997cb772b (commit)
       via  7c7cd91edf60b1c529578a8a1f01cda12105c9cc (commit)
       via  52b368a92171a91d0b108f9bfff7468721b948a8 (commit)
      from  94683b9eacde26fa77711bf18319a287f837fc7a (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 4efa39a1d8e3b8e7eac2008e898d73f997cb772b
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Apr 28 15:19:30 2015 +1200

    Bug 14068: fix preinst for fresh package installs
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Works as expected. Tested both upgrading and on a new install.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 7c7cd91edf60b1c529578a8a1f01cda12105c9cc
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Fri Apr 24 14:48:53 2015 +1200

    Bug 14055: remove symlink that breaks upgrades
    
    Old versions of koha-common would put in a symlink to the system YUI
    libraries. This causes upgrade problems, so we look out for that and zap
    it if it's there.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 52b368a92171a91d0b108f9bfff7468721b948a8
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 20 15:39:45 2015 -0300

    Bug 14006: about.pl checks the wrong zebra index mode
    
    When setting zebra_bib_index_mode to grs1 I get two warnings when not applying the patch:
    
    "The <zebra_bib_index_mode> entry is set to grs1. GRS-1 support is now deprecated and will be removed in future releases. Please use DOM instead by setting <zebra_bib_index_mode> to dom (full reindex required)."
    
    "You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to dom. Falling back to legacy facet calculation."
    
    When applying the patch a third warning appears in addition to the two previous ones:
    
    "The <zebra_bib_index_mode> entry is set to dom, but your system still appears to be set up for grs1 indexing."
    
    Seems like the patch does what it should to me regarding the configuration mismatch warning.
    
    Signed-off-by: Eivin Giske Skaaren <eskaaren at yahoo.no>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 about.pl                   |   31 +++++++++++++++++++++++++++++++
 debian/koha-common.preinst |    8 ++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 debian/koha-common.preinst


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list