Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
bf746a0d
Commit
bf746a0d
authored
Oct 21, 2018
by
IKEDA Soji
Browse files
typos on version numbers.
parent
0c9f6059
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/DatabaseDescription.pm
View file @
bf746a0d
...
...
@@ -1277,7 +1277,7 @@ Text with length up to 2000 o at minimum.
4000 o or longer is recommended.
Note:
On Sympa 6.2.36 or
lat
er, required size was 500 o.
On Sympa 6.2.36 or
earli
er, required size was 500 o.
=item longtext
...
...
src/lib/Sympa/Spindle/ProcessTask.pm
View file @
bf746a0d
...
...
@@ -1421,7 +1421,7 @@ L<task_manager(8)>, L<Sympa::Spindle>, L<Sympa::Spool::Task>, L<Sympa::Task>.
=head1 HISTORY
L<Sympa::Sp
ool::
Task> appeared on Sympa 6.2.37b.
L<Sympa::Sp
indle::Process
Task> appeared on Sympa 6.2.37b.
2.
=cut
src/lib/Sympa/Spool/Task.pm
View file @
bf746a0d
...
...
@@ -225,6 +225,6 @@ L<task_manager(8)>, L<Sympa::Spool>, L<Sympa::Task>.
=head1 HISTORY
L<Sympa::Spool::Task> appeared on Sympa 6.2.37b.
L<Sympa::Spool::Task> appeared on Sympa 6.2.37b.
2.
=cut
src/lib/Sympa/Task.pm
View file @
bf746a0d
...
...
@@ -708,6 +708,6 @@ L<Task> module appeared on Sympa 5.2b.1.
It was renamed to L<Sympa::Task> on Sympa 6.2a.41.
It was rewritten and split into Sympa::Task and L<Sympa::Spool::Task> on
Sympa 6.2.37b.
Sympa 6.2.37b.
2.
=cut
src/lib/Sympa/Template.pm
View file @
bf746a0d
...
...
@@ -593,7 +593,7 @@ No longer used.
Applies C-style escaping of a string (not enclosed by quotes).
This filter was added on Sympa 6.2.3
8
.
This filter was added on Sympa 6.2.3
7b.1
.
=item escape_quote
...
...
src/lib/Sympa/Upgrade.pm
View file @
bf746a0d
...
...
@@ -1862,7 +1862,7 @@ sub upgrade {
}
# Task files are moved.
if
(
lower_version
(
$previous_version
,
'
6.2.37b.
1
'))
{
if
(
lower_version
(
$previous_version
,
'
6.2.37b.
2
'))
{
my
$sitedir
=
$
Conf::
Conf
{'
etc
'};
my
@robotdirs
=
map
{
$
Conf::
Conf
{'
etc
'}
.
'
/
'
.
$_
}
Sympa::List::
get_robots
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment