evergreen:tags/rel_3_11_3

Last commit made on 2024-02-02
Get this branch:
git clone -b tags/rel_3_11_3 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_11_3
Repository:
lp:evergreen

Recent commits

0b92956... by Jason Stephenson

Fix syntax in 3.11 release notes

Signed-off-by: Jason Stephenson <email address hidden>

583f47b... by Jason Stephenson

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Stephenson <email address hidden>

b095d42... by Jason Stephenson

Bumping Perl version string for 3.11.3

Signed-off-by: Jason Stephenson <email address hidden>

ccdacc2... by Jason Stephenson

Translation updates - po files

Signed-off-by: Jason Stephenson <email address hidden>

3367cff... by Jason Stephenson

Translation updates - newpot

Signed-off-by: Jason Stephenson <email address hidden>

76d6949... by Andrea Neiman

Docs: draft release notes for 3.11.3

Signed-off-by: Andrea Buntz Neiman <email address hidden>

b12079a... by Jane Sandberg <email address hidden>

LP#2051370 (follow-up) run make_release steps in the correct directory

Signed-off-by: Jane Sandberg <email address hidden>

2bec1e7... by Galen Charlton <email address hidden>

LP#2051370: have make_release build browser client by default

This patch replace the -c switch (to build the browser client) with
a -C switch to _skip_ building the browser client. Release tarballs
should always have the browser client, so the main reason to use -C
is just to create the initial DB update script.

To test
-------
[1] Apply patch. Verify that make_release now advertises a -C
    switch.
[2] Run make_release without -C; it should build the browser client.
[3] Run make_release with -C; the browser client build should be skipped.

Release-note: [Developer] make_release now builds the browser client by default.

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

9877df6... by Galen Charlton <email address hidden>

LP#2051370: remove make_release option to build XUL client

This patch removes the -x option in make_release to build
the XUL client, which has ceased to be, is an ex-client. It
doesn't remove the dependencies and subordinate Makefile
that would permit manually building the XUL client; that will
happen later.

Release-note: [Developer] Remove make_release -x option to build XUL client

To test
-------
[1] Install the patch and verify that make_release does not
    advertise an option to build the XUL client.
[2] Run a build and verify that it works.

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

1b8ffc8... by Susan Morrison

Docs: LP2048132 follow up for image syntax

Updated image syntax for all but one image to pull from correct image folder.

Signed-off-by: Susan Morrison <email address hidden>
Signed-off-by: Andrea Buntz Neiman <email address hidden>