Skip to content

Commit afbc496

Browse files
Sympa authorsikedas
Sympa authors
authored andcommitted
[-release] Preparing version 6.2.74
1 parent 6cbb619 commit afbc496

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Diff for: configure.ac

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
77
# 2006, 2007, 2008, 2009, 2010, 2011 Comite Reseau des Universites
88
# Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017 GIP RENATER
9-
# Copyright 2017, 2018, 2019, 2020, 2021, 2022 The Sympa Community. See the
10-
# AUTHORS.md file at the top-level directory of this distribution and at
11-
# <https://github.com/sympa-community/sympa.git>.
9+
# Copyright 2017, 2018, 2019, 2020, 2021, 2022, 2024 The Sympa Community.
10+
# See the AUTHORS.md file at the top-level directory of this distribution
11+
# and at <https://github.com/sympa-community/sympa.git>.
1212
#
1313
# This program is free software; you can redistribute it and/or modify
1414
# it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
2424
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2525

2626
AC_PREREQ(2.60)
27-
AC_INIT(sympa, 6.2.72, devel@sympa.community)
27+
AC_INIT(sympa, 6.2.74, devel@sympa.community)
2828
AM_INIT_AUTOMAKE([foreign -Wall -Werror 1.9 tar-pax])
2929
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
3030
AM_PO_SUBDIRS

Diff for: src/lib/Sympa/Config/Schema.pm

+5-4
Original file line numberDiff line numberDiff line change
@@ -4677,10 +4677,11 @@ our %pinfo = (
46774677
},
46784678

46794679
arc_srvid => {
4680-
context => [qw(domain site)],
4681-
order => 70.05,
4682-
group => 'dkim',
4683-
gettext_id => 'Authentication service identifier (authserv-id) for Authentication-Results used in ARC seal',
4680+
context => [qw(domain site)],
4681+
order => 70.05,
4682+
group => 'dkim',
4683+
gettext_id =>
4684+
'Authentication service identifier (authserv-id) for Authentication-Results used in ARC seal',
46844685
gettext_comment => 'Typically the domain of the mail server',
46854686
format_s => '$rfc2045_parameter_value',
46864687
not_before => '6.2.37b.1',

0 commit comments

Comments
 (0)