From afbc496101bdcdb12a73b9ace7093d7540c70a8f Mon Sep 17 00:00:00 2001 From: Sympa authors Date: Mon, 16 Dec 2024 20:00:31 +0900 Subject: [PATCH] [-release] Preparing version 6.2.74 --- configure.ac | 8 ++++---- src/lib/Sympa/Config/Schema.pm | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index c6b06a1c2..431cf5eda 100644 --- a/configure.ac +++ b/configure.ac @@ -6,9 +6,9 @@ # Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Comite Reseau des Universites # Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017 GIP RENATER -# Copyright 2017, 2018, 2019, 2020, 2021, 2022 The Sympa Community. See the -# AUTHORS.md file at the top-level directory of this distribution and at -# . +# Copyright 2017, 2018, 2019, 2020, 2021, 2022, 2024 The Sympa Community. +# See the AUTHORS.md file at the top-level directory of this distribution +# and at . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ # along with this program. If not, see . AC_PREREQ(2.60) -AC_INIT(sympa, 6.2.72, devel@sympa.community) +AC_INIT(sympa, 6.2.74, devel@sympa.community) AM_INIT_AUTOMAKE([foreign -Wall -Werror 1.9 tar-pax]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_PO_SUBDIRS diff --git a/src/lib/Sympa/Config/Schema.pm b/src/lib/Sympa/Config/Schema.pm index 96c410afd..dc33994e8 100644 --- a/src/lib/Sympa/Config/Schema.pm +++ b/src/lib/Sympa/Config/Schema.pm @@ -4677,10 +4677,11 @@ our %pinfo = ( }, arc_srvid => { - context => [qw(domain site)], - order => 70.05, - group => 'dkim', - gettext_id => 'Authentication service identifier (authserv-id) for Authentication-Results used in ARC seal', + context => [qw(domain site)], + order => 70.05, + group => 'dkim', + gettext_id => + 'Authentication service identifier (authserv-id) for Authentication-Results used in ARC seal', gettext_comment => 'Typically the domain of the mail server', format_s => '$rfc2045_parameter_value', not_before => '6.2.37b.1',