evergreen:tags/rel_3_4_beta1

Last commit made on 2019-09-09
Get this branch:
git clone -b tags/rel_3_4_beta1 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_4_beta1
Repository:
lp:evergreen

Recent commits

417c229... by Galen Charlton

Bumping version numbers, adding Upgrade Script and Changelog

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

bb4afdc... by Galen Charlton

bump up Perl version string

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

33aeb89... by Galen Charlton

Translation updates - po files

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

a272265... by Galen Charlton

Translation updates - newpot

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

97c849b... by Galen Charlton

prune RELEASE_NOTES_NEXT

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

bbdb8fd... by Galen Charlton

first rough pass at 3.4 release notes

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

2d000a9... by Thomas Berezansky

Ensure "Reshelved" copies are still reshelving

Rather than "were reshelving when the query started"

Signed-off-by: Thomas Berezansky <email address hidden>

0af1850... by Galen Charlton

LP#1817645: adjust live_t remoteauth checks

Version 6.07 or higher of LWP::Protocol::https is required to
avoid an issue where an SSL certificate check of localhost
cannot be bypassed. We could instead have chosen to install
that Perl module from CPAN rather than packages, but since there's
presently no non-test code that requires that bugfix, I've elected
not to bother installing that module from CPAN for now.

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

c9404f6... by Ben Shum

LP#1817645: fix live perl test for basic auth API

The live perl test is failing because we are not passing all
the right parameters for ignoring the SSL certificate verification
checks. Pass another variable to see if this helps.

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

a8f6ccf... by Galen Charlton

LP#1817645: (follow-up) avoid hardcoding user ID in a live_t test

This patch is an alternative implementation of an idea from
Ben Shum to avoid assuming that a given username in Concerto
will always be associated with the same patron ID.

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