commit: 516b5281bb0ed072547c2572ec8bfed3bfcef303 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org> AuthorDate: Sat May 25 10:27:01 2019 +0000 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org> CommitDate: Sat May 25 10:33:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516b5281
package.mask: Improve dev-db/postgresql:12 message Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org> profiles/package.mask | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/package.mask b/profiles/package.mask index c620fef3125..9666ecde52c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -44,7 +44,15 @@ net-misc/mindterm dev-util/pmd # Patrick Lauer <[email protected]> (23 May 2019) -# Mask postgresql:12, beta/rc shouldn't be visible by default +# PostgreSQL beta and release candidate releases are pre-release testing +# versions, not meant for production use. They are feature-frozen, and are +# released to the public for testing before final release +# +# NOTE: Successive beta or candidate releases may not be backwards compatible, +# so it is important that you review the release notes before upgrading. +# +# For more information about beta and release candidate versions, see: +# https://www.postgresql.org/developer/beta/ dev-db/postgresql:12 # Stefan Strogin <[email protected]> (23 May 2019)
