Skip to content

Commit 8126821

Browse files
committed
Update version numbers.
1 parent aab8413 commit 8126821

14 files changed

+29
-29
lines changed

src/cgi/wwsympa.fcgi.in

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

15245-
# Compat. <= 6.2.38
15245+
# Compat. <= 6.2.40
1524615246
$param->{'which'}{$l}{'included'} = 1
1524715247
if defined $list->{'user'}{'inclusion'};
1524815248
} elsif ($role eq 'owner') {
@@ -16885,7 +16885,7 @@ sub _prepare_subscriber {
1688516885
$user->{'additional'} = join ',', @fields;
1688616886
}
1688716887

16888-
# Compat. <= 6.2.38
16888+
# Compat. <= 6.2.40
1688916889
if (defined $user->{'inclusion'}) {
1689016890
$user->{'included'} = 1;
1689116891
$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
@@ -749,7 +749,7 @@ sub dump_users {
749749
}
750750
}
751751

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

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

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

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

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

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

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

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

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

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

@@ -3958,7 +3958,7 @@ sub add_list_member {
39583958
$new_user->{'custom_attribute'}
39593959
);
39603960

3961-
# Compat.<=6.2.38 FIXME: needed?
3961+
# Compat.<=6.2.40 FIXME: needed?
39623962
$new_user->{'inclusion'} ||= ($new_user->{'date'} || time)
39633963
if $new_user->{'included'};
39643964

@@ -4137,7 +4137,7 @@ sub _add_list_admin {
41374137
$user->{'date'} ||= time;
41384138
$user->{'update_date'} ||= $user->{'date'};
41394139

4140-
# Compat.<=6.2.38 FIXME: needed?
4140+
# Compat.<=6.2.40 FIXME: needed?
41414141
$user->{'inclusion'} ||= $user->{'date'}
41424142
if $user->{'included'};
41434143

@@ -4501,7 +4501,7 @@ sub restore_users {
45014501
next unless $user->{email};
45024502

45034503
$user->{update_date} = $time;
4504-
# Compat. <= 6.2.38
4504+
# Compat. <= 6.2.40
45054505
# This is needed for dump by earlier version of Sympa.
45064506
$user->{inclusion} ||= ($user->{update_date} || time)
45074507
if $user->{included};
@@ -4534,7 +4534,7 @@ sub restore_users {
45344534
next unless defined $user->{email} and length $user->{email};
45354535

45364536
$user->{update_date} = $time;
4537-
# Compat. <= 6.2.38
4537+
# Compat. <= 6.2.40
45384538
# This is needed for dump by earlier version of Sympa.
45394539
$user->{inclusion} ||= ($user->{update_date} || time)
45404540
if $user->{included};

src/lib/Sympa/ListDef.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ our %pinfo = (
12251225
'order' => 2,
12261226
'gettext_id' => "data location URL",
12271227
'format' => '.+',
1228-
'occurrence' => '0-1', # Backward compat. <= 6.2.38
1228+
'occurrence' => '0-1', # Backward compat. <= 6.2.40
12291229
'length' => 50
12301230
},
12311231
'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
@@ -1902,7 +1902,7 @@ sub upgrade {
19021902

19031903
# included_* and include_sources_* were deprecated and inclusion_*
19041904
# was introduced in subscriber_table and admin_table.
1905-
if (lower_version($previous_version, '6.2.39b.1')) {
1905+
if (lower_version($previous_version, '6.2.41b.1')) {
19061906
my $sdm = Sympa::DatabaseManager->instance;
19071907

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

0 commit comments

Comments
 (0)