evergreen:tags/rel_2_12_rc

Last commit made on 2017-03-15
Get this branch:
git clone -b tags/rel_2_12_rc https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_12_rc
Repository:
lp:evergreen

Recent commits

1bf4370... by Galen Charlton

Bumping version numbers and adding Changelog

Signed-off-by: Galen Charlton <email address hidden>

782803c... by Galen Charlton

LP#1638377: update release notes to mention --with-perlbase

Signed-off-by: Galen Charlton <email address hidden>

d95079f... by Mike Rylander

LP#1638377: Allow perl to be installed in non-standard locations

Add --with-perlbase configure option to specify
an alternative location for installing the Perl modules. This
can be useful for setups that want to run the Perl modules
from a shared filesystem or environments that need to run
multiple versions of OpenSRF simultaneously.

Users of --with-perlbase are responsible for ensuring that
PERL5LIB is set appropriately.

To test
-------
[1] Use --with-perlbase during the configure step, e.g.,

    ./configure --with-perlbase /tmp/perl

[2] Run make; make check; sudo make install
[3] Verify that the Perl modules are installed under
    /tmp/perl.
[4] Make a change to a Perl source file, then
    go to src/perlmods, then run sudo ./Build install. Verify
    that it remembers the --with-perlbase directory
    and installs the updated module there.

Signed-off-by: Mike Rylander <email address hidden>
Signed-off-by: Chris Sharp <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

0338398... by Galen Charlton

update a couple references of 2.12-beta to 2.12-rc

Signed-off-by: Galen Charlton <email address hidden>

581c918... by Galen Charlton

Translation updates - po files

Signed-off-by: Galen Charlton <email address hidden>

9a36f33... by Galen Charlton

Translation updates - newpot

Signed-off-by: Galen Charlton <email address hidden>

c377a9e... by Galen Charlton

update monolithic schema upgrade script for 2.12-rc

Signed-off-by: Galen Charlton <email address hidden>

4b25f85... by Galen Charlton

LP#1671936: add facet reingest to version-upgrade from 2.11.3

Signed-off-by: Galen Charlton <email address hidden>

67b96d2... by Kathy Lussier

LP#1671936: Tweak to release notes entry on reingest

Changes the Upgrade Notes in the release notes that a reingest of both browse
and facet indexes is required.

Signed-off-by: Kathy Lussier <email address hidden>

Conflicts:
 docs/RELEASE_NOTES_2_12.adoc

Signed-off-by: Galen Charlton <email address hidden>

5f612ab... by Kathy Lussier

LP#1671936: Provide reingest for 1006 upgrade script

We missed the reingest for upgrade script 1006. Adding it here.

Signed-off-by: Kathy Lussier <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>