Mailman 2.1.20 release.
I am pleased to announce the release Mailman 2.1.20.
Python 2.4 is the minimum supported, but Python 2.7 is recommended.
This release has one new feature, a few bug fixes, an update to the Polish message catalog and a fix for a recently discovered security vulnerability.
See the attached README for more details.
Mailman is free software for managing email mailing lists and e-newsletters. Mailman is used for all the python.org and SourceForge.net mailing lists, as well as at hundreds of other sites.
For more information, please see:
http://www.list.org http://www.gnu.org/software/mailman http://mailman.sourceforge.net/
Mailman 2.1.20 can be downloaded from
https://launchpad.net/mailman/2.1/ http://ftp.gnu.org/gnu/mailman/ https://sourceforge.net/projects/mailman/
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 31 March 2015 at 21:11, Mark Sapiro <mark@msapiro.net> wrote:
I am pleased to announce the release Mailman 2.1.20.
Python 2.4 is the minimum supported, but Python 2.7 is recommended.
This release has one new feature, a few bug fixes, an update to the Polish message catalog and a fix for a recently discovered security vulnerability.
See the attached README for more details.
Mailman is free software for managing email mailing lists and e-newsletters. Mailman is used for all the python.org and SourceForge.net mailing lists, as well as at hundreds of other sites.
For more information, please see:
http://www.list.org http://www.gnu.org/software/mailman http://mailman.sourceforge.net/
Mailman 2.1.20 can be downloaded from
https://launchpad.net/mailman/2.1/ http://ftp.gnu.org/gnu/mailman/ https://sourceforge.net/projects/mailman/
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Hi Mark,
Thank you for all the work towards giving us this new version.
Are there corresponding htdig and indexing patch for it?
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 "I can't hear you -- I'm using the scrambler."
On 03/31/2015 12:56 PM, Odhiambo Washington wrote:
Are there corresponding htdig and indexing patch for it?
Yes. See <http://www.msapiro.net/mm/> and <http://www.msapiro.net/mm/_README>.
The 2.1.20 patch has essentially no change from 2.1.19.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 31 March 2015 at 23:28, Mark Sapiro <mark@msapiro.net> wrote:
On 03/31/2015 12:56 PM, Odhiambo Washington wrote:
Are there corresponding htdig and indexing patch for it?
Yes. See <http://www.msapiro.net/mm/> and <http://www.msapiro.net/mm/_README>.
The 2.1.20 patch has essentially no change from 2.1.19.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Just wondering if I am missing something here ..
(23:48:22 <~/Tools/Mailman/2.1.20>) 0 $ cd mailman-2.1.20 (23:48:27 <~/Tools/Mailman/2.1.20/mailman-2.1.20>) 0 $ patch < ../index_htdig.patch.2.1.20 Hmm... Looks like a unified diff to me... The text leading up to this was:
|diff -ruP 2.1.20/bin/blow_away_htdig 2.1.20p/bin/blow_away_htdig |--- 2.1.20/bin/blow_away_htdig 1969-12-31 16:00:00.000000000 -0800 |+++ 2.1.20p/bin/blow_away_htdig 2015-03-31 11:24:52.000000000 -0700
(Creating file blow_away_htdig...) Patching file blow_away_htdig using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was:
|diff -ruP 2.1.20/bin/check_perms 2.1.20p/bin/check_perms |--- 2.1.20/bin/check_perms 2015-03-31 11:22:52.000000000 -0700 |+++ 2.1.20p/bin/check_perms 2015-03-31 11:24:52.000000000 -0700
File to patch: <================================================= Stops here..
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 "I can't hear you -- I'm using the scrambler."
On 03/31/2015 01:49 PM, Odhiambo Washington wrote:
Just wondering if I am missing something here ..
(23:48:22 <~/Tools/Mailman/2.1.20>) 0 $ cd mailman-2.1.20 (23:48:27 <~/Tools/Mailman/2.1.20/mailman-2.1.20>) 0 $ patch < ../index_htdig.patch.2.1.20
The proper command is 'patch -p1 < ../index_htdig.patch.2.1.20'
See 'man patch' for more info.
Hmm... Looks like a unified diff to me... The text leading up to this was:
|diff -ruP 2.1.20/bin/blow_away_htdig 2.1.20p/bin/blow_away_htdig |--- 2.1.20/bin/blow_away_htdig 1969-12-31 16:00:00.000000000 -0800 |+++ 2.1.20p/bin/blow_away_htdig 2015-03-31 11:24:52.000000000 -0700
(Creating file blow_away_htdig...) Patching file blow_away_htdig using Plan A... Hunk #1 succeeded at 1.
You probably want to 'rm blow_away_htdig' before trying again.
Hmm... The next patch looks like a unified diff to me... The text leading up to this was:
|diff -ruP 2.1.20/bin/check_perms 2.1.20p/bin/check_perms |--- 2.1.20/bin/check_perms 2015-03-31 11:22:52.000000000 -0700 |+++ 2.1.20p/bin/check_perms 2015-03-31 11:24:52.000000000 -0700
File to patch: <================================================= Stops here..
because it couldn't find the file to patch because of the missing '-p1'
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 1 April 2015 at 00:05, Mark Sapiro <mark@msapiro.net> wrote:
On 03/31/2015 01:49 PM, Odhiambo Washington wrote:
Just wondering if I am missing something here ..
(23:48:22 <~/Tools/Mailman/2.1.20>) 0 $ cd mailman-2.1.20 (23:48:27 <~/Tools/Mailman/2.1.20/mailman-2.1.20>) 0 $ patch <
../index_htdig.patch.2.1.20
The proper command is 'patch -p1 < ../index_htdig.patch.2.1.20'
See 'man patch' for more info.
Hmm... Looks like a unified diff to me... The text leading up to this was:
|diff -ruP 2.1.20/bin/blow_away_htdig 2.1.20p/bin/blow_away_htdig |--- 2.1.20/bin/blow_away_htdig 1969-12-31 16:00:00.000000000 -0800 |+++ 2.1.20p/bin/blow_away_htdig 2015-03-31 11:24:52.000000000 -0700
(Creating file blow_away_htdig...) Patching file blow_away_htdig using Plan A... Hunk #1 succeeded at 1.
You probably want to 'rm blow_away_htdig' before trying again.
Hmm... The next patch looks like a unified diff to me... The text leading up to this was:
|diff -ruP 2.1.20/bin/check_perms 2.1.20p/bin/check_perms |--- 2.1.20/bin/check_perms 2015-03-31 11:22:52.000000000 -0700 |+++ 2.1.20p/bin/check_perms 2015-03-31 11:24:52.000000000 -0700
File to patch: <================================================= Stops here..
because it couldn't find the file to patch because of the missing '-p1'
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Thank you.
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 "I can't hear you -- I'm using the scrambler."
participants (2)
-
Mark Sapiro
-
Odhiambo Washington