From: Peter Eisentraut Date: Wed, 18 Mar 2026 12:36:44 +0000 (+0100) Subject: Update RELEASE_CHANGES X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b406a9e48545adf36c0dfcfc565be468d274f8b;p=thirdparty%2Fpostgresql.git Update RELEASE_CHANGES The existing instructions did not cover meson. Point to src/common/unicode/README instead, where there is more information. Reviewed-by: Chao Li Discussion: https://www.postgresql.org/message-id/flat/2a668979-ed92-49a3-abf9-a3ec2d460ec2%40eisentraut.org --- diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index a7c20855d54..f0d005a6141 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -84,8 +84,7 @@ but there may be reasons to do them at other times as well. * Update config.guess and config.sub (from https://savannah.gnu.org/projects/config) -* Update Unicode data: Edit UNICODE_VERSION and CLDR_VERSION in - src/Makefile.global.in, run make update-unicode, and commit. +* Update Unicode data (see src/common/unicode/README) Starting a New Development Cycle