evergreen:tags/rel_3_12_1

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

Branch merges

Branch information

Name:
tags/rel_3_12_1
Repository:
lp:evergreen

Recent commits

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

Bumping version numbers, adding Upgrade Script and Changelog

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

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

bumping Perl version string for 3.12.1

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

6ad6be4... by Jane Sandberg <email address hidden>

Translation updates - xtb files

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

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

Translation updates - po files

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

64b6c7a... by Jane Sandberg <email address hidden>

Translation updates - newpot

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

6947631... by Andrea Neiman

Docs: draft release notes for 3.12.1 and 3.11.3

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

9b88745... 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>

493ba67... 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>

804874f... 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>

d86a820... 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>