Skip to content

Commit e67fbc0

Browse files
committed
Update version numbers.
1 parent 5cd831c commit e67fbc0

14 files changed

+29
-29
lines changed

src/cgi/wwsympa.fcgi.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -15217,7 +15217,7 @@ sub do_search_user {
1521715217
my @keys = qw(reception bounce topic);
1521815218
@{$param->{'which'}{$l}}{@keys} = @{$list->{'user'}}{@keys};
1521915219

15220-
# Compat. <= 6.2.38
15220+
# Compat. <= 6.2.40
1522115221
$param->{'which'}{$l}{'included'} = 1
1522215222
if defined $list->{'user'}{'inclusion'};
1522315223
} elsif ($role eq 'owner') {
@@ -16860,7 +16860,7 @@ sub _prepare_subscriber {
1686016860
$user->{'additional'} = join ',', @fields;
1686116861
}
1686216862

16863-
# Compat. <= 6.2.38
16863+
# Compat. <= 6.2.40
1686416864
if (defined $user->{'inclusion'}) {
1686516865
$user->{'included'} = 1;
1686616866
$user->{'sources'} = $language->gettext('included');

src/lib/Sympa/DataSource.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ The other options set by new() may be accessed as attributes.
443443
444444
=head1 HISTORY
445445
446-
L<Sympa::DataSource> appeared on Sympa 6.2.39b.1.
446+
L<Sympa::DataSource> appeared on Sympa 6.2.41b.
447447
See also L<Sympa::Request::Handler::include/"HISTORY">.
448448
449449
=cut

src/lib/Sympa/DataSource/File.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ L<Sympa::DataSource>.
135135
136136
=head1 HISTORY
137137
138-
L<Sympa::DataSource::File> appeared on Sympa 6.2.39b.1.
138+
L<Sympa::DataSource::File> appeared on Sympa 6.2.41b.
139139
140140
=cut

src/lib/Sympa/DataSource/LDAP.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,6 @@ L<Sympa::DataSource>.
207207
208208
=head1 HISTORY
209209
210-
L<Sympa::DataSource::LDAP> appeared on Sympa 6.2.39b.1.
210+
L<Sympa::DataSource::LDAP> appeared on Sympa 6.2.41b.
211211
212212
=cut

src/lib/Sympa/DataSource/LDAP2.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@ L<Sympa::DataSource>.
148148
149149
=head1 HISTORY
150150
151-
L<Sympa::DataSource::LDAP2> appeared on Sympa 6.2.39b.1.
151+
L<Sympa::DataSource::LDAP2> appeared on Sympa 6.2.41b.
152152
153153
=cut

src/lib/Sympa/DataSource/List.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,6 @@ L<Sympa::DataSource>.
249249
250250
=head1 HISTORY
251251
252-
L<Sympa::DataSource::List> appeared on Sympa 6.2.39b.1.
252+
L<Sympa::DataSource::List> appeared on Sympa 6.2.41b.
253253
254254
=cut

src/lib/Sympa/DataSource/RemoteDump.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ L<Sympa::DataSource>.
106106
107107
=head1 HISTORY
108108
109-
L<Sympa::DataSource::RemoteDump> appeared on Sympa 6.2.39b.1.
109+
L<Sympa::DataSource::RemoteDump> appeared on Sympa 6.2.41b.
110110
111111
=cut

src/lib/Sympa/DataSource/RemoteFile.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ L<Sympa::DataSource>.
141141
142142
=head1 HISTORY
143143
144-
L<Sympa::DataSource::RemoteFile> appeared on Sympa 6.2.39b.1.
144+
L<Sympa::DataSource::RemoteFile> appeared on Sympa 6.2.41b.
145145
146146
=cut

src/lib/Sympa/DataSource/SQL.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ L<Sympa::DataSource>.
175175
176176
=head1 HISTORY
177177
178-
L<Sympa::DataSource::SQL> appeared on Sympa 6.2.39b.1.
178+
L<Sympa::DataSource::SQL> appeared on Sympa 6.2.41b.
179179
180180
=cut

src/lib/Sympa/DatabaseDescription.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ my %full_db_struct = (
165165
'boolean set to 1 if subscriber comes from ADD or SUB',
166166
'order' => 17,
167167
},
168-
# Obsoleted as of 6.2.39b.1. Use inclusion_subscriber.
168+
# Obsoleted as of 6.2.41b. Use inclusion_subscriber.
169169
#'included_subscriber' => {
170170
# 'struct' => 'int(1)',
171171
# 'doc' =>
@@ -968,7 +968,7 @@ my %full_db_struct = (
968968
'set to 1 if user is list admin by definition in list config file',
969969
'order' => 11,
970970
},
971-
# Obsoleted as of 6.2.39b.1. Use inclusion_admin.
971+
# Obsoleted as of 6.2.41b. Use inclusion_admin.
972972
#'included_admin' => {
973973
# 'struct' => 'int(1)',
974974
# 'doc' =>

src/lib/Sympa/List.pm

+14-14
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ sub dump_users {
750750
}
751751
}
752752

753-
# Compat.<=6.2.38
753+
# Compat.<=6.2.40
754754
# This is needed for earlier version of Sympa on e.g. remote host.
755755
print $lock_fh "included 1\n"
756756
if defined $user->{inclusion};
@@ -767,7 +767,7 @@ sub dump_users {
767767
if defined $user->{$k} and length $user->{$k};
768768
}
769769

770-
# Compat.<=6.2.38
770+
# Compat.<=6.2.40
771771
# This is needed for earlier version of Sympa on e.g. remote host.
772772
print $lock_fh "included 1\n"
773773
if defined $user->{inclusion};
@@ -2680,7 +2680,7 @@ sub get_list_member {
26802680
$user->{'custom_attribute'});
26812681
}
26822682

2683-
# Compat.<=6.2.38 FIXME: needed?
2683+
# Compat.<=6.2.40 FIXME: needed?
26842684
$user->{'included'} = 1
26852685
if defined $user->{'inclusion'};
26862686
} else {
@@ -2813,7 +2813,7 @@ sub get_first_list_member {
28132813
$user->{'custom_attribute'});
28142814
}
28152815

2816-
# Compat.<=6.2.38 FIXME: needed?
2816+
# Compat.<=6.2.40 FIXME: needed?
28172817
$user->{'included'} = 1
28182818
if defined $user->{'inclusion'};
28192819
} else {
@@ -2873,7 +2873,7 @@ sub get_next_list_member {
28732873
$user->{'custom_attribute'} = $custom_attr;
28742874
}
28752875

2876-
# Compat.<=6.2.38 FIXME: needed?
2876+
# Compat.<=6.2.40 FIXME: needed?
28772877
$user->{'included'} = 1
28782878
if defined $user->{'inclusion'};
28792879
} else {
@@ -3093,7 +3093,7 @@ sub get_current_admins {
30933093
$user->{'visibility'} ||= 'noconceal';
30943094
$user->{'update_date'} ||= $user->{'date'};
30953095

3096-
# Compat.<=6.2.38 FIXME: needed?
3096+
# Compat.<=6.2.40 FIXME: needed?
30973097
$user->{'included'} = 1
30983098
if defined $user->{'inclusion'};
30993099
}
@@ -3160,7 +3160,7 @@ sub get_first_bouncing_list_member {
31603160
$self->{'name'})
31613161
unless defined $user->{'email'} and length $user->{'email'};
31623162

3163-
# Compat.<=6.2.38 FIXME: needed?
3163+
# Compat.<=6.2.40 FIXME: needed?
31643164
$user->{'included'} = 1
31653165
if defined $user->{'inclusion'};
31663166
} else {
@@ -3199,7 +3199,7 @@ sub get_next_bouncing_list_member {
31993199
$user->{'custom_attribute'});
32003200
}
32013201

3202-
# Compat.<=6.2.38 FIXME: needed?
3202+
# Compat.<=6.2.40 FIXME: needed?
32033203
$user->{'included'} = 1
32043204
if defined $user->{'inclusion'};
32053205
} else {
@@ -3385,7 +3385,7 @@ sub get_members {
33853385
$user->{custom_attribute} = $custom_attr;
33863386
}
33873387

3388-
# Compat.<=6.2.38 FIXME: needed?
3388+
# Compat.<=6.2.40 FIXME: needed?
33893389
$user->{included} = 1
33903390
if defined $user->{'inclusion'};
33913391
}
@@ -3777,7 +3777,7 @@ sub update_list_admin {
37773777
# }
37783778
#}
37793779

3780-
# Compat.<=6.2.38 FIXME: is this used?
3780+
# Compat.<=6.2.40 FIXME: is this used?
37813781
$values->{inclusion} ||= ($values->{update_date} || time)
37823782
if $values->{included};
37833783

@@ -3964,7 +3964,7 @@ sub add_list_member {
39643964
$new_user->{'custom_attribute'}
39653965
);
39663966

3967-
# Compat.<=6.2.38 FIXME: needed?
3967+
# Compat.<=6.2.40 FIXME: needed?
39683968
$new_user->{'inclusion'} ||= ($new_user->{'date'} || time)
39693969
if $new_user->{'included'};
39703970

@@ -4143,7 +4143,7 @@ sub _add_list_admin {
41434143
$user->{'date'} ||= time;
41444144
$user->{'update_date'} ||= $user->{'date'};
41454145

4146-
# Compat.<=6.2.38 FIXME: needed?
4146+
# Compat.<=6.2.40 FIXME: needed?
41474147
$user->{'inclusion'} ||= $user->{'date'}
41484148
if $user->{'included'};
41494149

@@ -4513,7 +4513,7 @@ sub restore_users {
45134513
next unless $user->{email};
45144514

45154515
$user->{update_date} = $time;
4516-
# Compat. <= 6.2.38
4516+
# Compat. <= 6.2.40
45174517
# This is needed for dump by earlier version of Sympa.
45184518
$user->{inclusion} ||= ($user->{update_date} || time)
45194519
if $user->{included};
@@ -4546,7 +4546,7 @@ sub restore_users {
45464546
next unless defined $user->{email} and length $user->{email};
45474547

45484548
$user->{update_date} = $time;
4549-
# Compat. <= 6.2.38
4549+
# Compat. <= 6.2.40
45504550
# This is needed for dump by earlier version of Sympa.
45514551
$user->{inclusion} ||= ($user->{update_date} || time)
45524552
if $user->{included};

src/lib/Sympa/ListDef.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ our %pinfo = (
12431243
'order' => 2,
12441244
'gettext_id' => "data location URL",
12451245
'format' => '.+',
1246-
'occurrence' => '0-1', # Backward compat. <= 6.2.38
1246+
'occurrence' => '0-1', # Backward compat. <= 6.2.40
12471247
'length' => 50
12481248
},
12491249
'user' => {

src/lib/Sympa/Request/Handler/include.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,6 @@ Inclusion of owners and moderators was introduced on Sympa 4.2b.5.
660660
661661
L<Datasource> module appeared on Sympa 5.3a.9.
662662
Entirely rewritten and renamed L<Sympa::DataSource> module and
663-
L<Sympa::Request::Hander::include> module appeared on Sympa 6.2.39b.1.
663+
L<Sympa::Request::Hander::include> module appeared on Sympa 6.2.41b.
664664
665665
=cut

src/lib/Sympa/Upgrade.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ sub upgrade {
20252025

20262026
# included_* and include_sources_* were deprecated and inclusion_*
20272027
# was introduced in subscriber_table and admin_table.
2028-
if (lower_version($previous_version, '6.2.39b.1')) {
2028+
if (lower_version($previous_version, '6.2.41b.1')) {
20292029
my $sdm = Sympa::DatabaseManager->instance;
20302030

20312031
$log->syslog('notice', 'Upgrading subscriber_table and admin_table.');

0 commit comments

Comments
 (0)