You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ponymail.apache.org by Daniel Gruno <hu...@apache.org> on 2019/04/20 16:20:04 UTC

[ANNOUNCE] Apache Pony Mail (incubating) version 0.11 released

Hi folks,
I am pleased to announce the release of Apache Pony Mail (incubating) 
version 0.11.

You may download Pony Mail 0.11 at:

http://ponymail.incubator.apache.org/downloads.html


Fixes in Pony Mail 0.11 include:
##########################################################
Bug: Tidy up list names on seeding pages to avoid breakage
Enh: Enforce UTF-8 in content headers (#479)
Bug: elastic.lua#scroll forces sort to use _doc (#478)
Bug: cannot download more than 10K mails to a mbox file (#475)
Bug: no need to sort after scroll (#477)
Enh: Ensure non-printable chars are not lost in source and mbox output 
(#476)
Enh: display buttons even if no mails are found in a month (#470)
Bug: Javascript URLs must always use URL_BASE (#469)
Bug: setup.py uses ES library version to decide what features the 
database supports (#464)
Various tidyups suggested by Pylint
Bug: archiver.py can never detect content-type: flowed (#461)
Bug: import-mbox.py: imap code should not reset ES instance (#460)
Bug: tmpname used before it has been set up in import-mbox (#458)
Bug: variable 'mid' used before assignment in archiver.py (#459)
Enh: remove duplicated code in tools scripts by using elastic.py module 
(#456)
Enh: separate module to read config file
Bug: push-failures.py expects to find non-existent 'id' key in json file 
(#454)
Bug: ES 5.x does not support word-cloud (stats.lua) (#345)
Add version info to elastic module
Bug: setup.py fails with ES2 - fielddata (#453)
Bug: setup.py --default should not prompt for urlPrefix (#452)
Bug: copy-list.py does not work (#450)
Bug: unnecessary test (will always succeed) in copy-list.py (#451)
Bug: archiver ignores failures if dumponfail is not defined (#449)
Enh: make MboxoFactory optional (#442)
Bug: duplication of data in response from thread.lua (#440)
Bug: Indentation in mail content (leading white-space) not shown (#432)
Bug: does not make sense to allow empty domain name in LID (#434)
Bug: Inconsistent LID validation (#356)
Enh: option to reduce stats.lua output (#438)
Bug: Threading should take References header into account (#444)
##########################################################

With regards,
Daniel, on behalf of the Apache Pony Mail (incubating) team.

Re: [ANNOUNCE] Apache Pony Mail (incubating) version 0.11 released

Posted by Daniel Gruno <hu...@apache.org>.
On 20/04/2019 11.25, sebb wrote:
> The announce mail should please include the Incubator disclaimer,
> especially if sent to any other mailing list.
> Thanks!

Gah! Thanks for the nudge, I've corrected this in the general@ announcement.

> 
> On Sat, 20 Apr 2019 at 17:20, Daniel Gruno <hu...@apache.org> wrote:
>>
>> Hi folks,
>> I am pleased to announce the release of Apache Pony Mail (incubating)
>> version 0.11.
>>
>> You may download Pony Mail 0.11 at:
>>
>> http://ponymail.incubator.apache.org/downloads.html
>>
>>
>> Fixes in Pony Mail 0.11 include:
>> ##########################################################
>> Bug: Tidy up list names on seeding pages to avoid breakage
>> Enh: Enforce UTF-8 in content headers (#479)
>> Bug: elastic.lua#scroll forces sort to use _doc (#478)
>> Bug: cannot download more than 10K mails to a mbox file (#475)
>> Bug: no need to sort after scroll (#477)
>> Enh: Ensure non-printable chars are not lost in source and mbox output
>> (#476)
>> Enh: display buttons even if no mails are found in a month (#470)
>> Bug: Javascript URLs must always use URL_BASE (#469)
>> Bug: setup.py uses ES library version to decide what features the
>> database supports (#464)
>> Various tidyups suggested by Pylint
>> Bug: archiver.py can never detect content-type: flowed (#461)
>> Bug: import-mbox.py: imap code should not reset ES instance (#460)
>> Bug: tmpname used before it has been set up in import-mbox (#458)
>> Bug: variable 'mid' used before assignment in archiver.py (#459)
>> Enh: remove duplicated code in tools scripts by using elastic.py module
>> (#456)
>> Enh: separate module to read config file
>> Bug: push-failures.py expects to find non-existent 'id' key in json file
>> (#454)
>> Bug: ES 5.x does not support word-cloud (stats.lua) (#345)
>> Add version info to elastic module
>> Bug: setup.py fails with ES2 - fielddata (#453)
>> Bug: setup.py --default should not prompt for urlPrefix (#452)
>> Bug: copy-list.py does not work (#450)
>> Bug: unnecessary test (will always succeed) in copy-list.py (#451)
>> Bug: archiver ignores failures if dumponfail is not defined (#449)
>> Enh: make MboxoFactory optional (#442)
>> Bug: duplication of data in response from thread.lua (#440)
>> Bug: Indentation in mail content (leading white-space) not shown (#432)
>> Bug: does not make sense to allow empty domain name in LID (#434)
>> Bug: Inconsistent LID validation (#356)
>> Enh: option to reduce stats.lua output (#438)
>> Bug: Threading should take References header into account (#444)
>> ##########################################################
>>
>> With regards,
>> Daniel, on behalf of the Apache Pony Mail (incubating) team.


Re: [ANNOUNCE] Apache Pony Mail (incubating) version 0.11 released

Posted by sebb <se...@gmail.com>.
The announce mail should please include the Incubator disclaimer,
especially if sent to any other mailing list.
Thanks!

On Sat, 20 Apr 2019 at 17:20, Daniel Gruno <hu...@apache.org> wrote:
>
> Hi folks,
> I am pleased to announce the release of Apache Pony Mail (incubating)
> version 0.11.
>
> You may download Pony Mail 0.11 at:
>
> http://ponymail.incubator.apache.org/downloads.html
>
>
> Fixes in Pony Mail 0.11 include:
> ##########################################################
> Bug: Tidy up list names on seeding pages to avoid breakage
> Enh: Enforce UTF-8 in content headers (#479)
> Bug: elastic.lua#scroll forces sort to use _doc (#478)
> Bug: cannot download more than 10K mails to a mbox file (#475)
> Bug: no need to sort after scroll (#477)
> Enh: Ensure non-printable chars are not lost in source and mbox output
> (#476)
> Enh: display buttons even if no mails are found in a month (#470)
> Bug: Javascript URLs must always use URL_BASE (#469)
> Bug: setup.py uses ES library version to decide what features the
> database supports (#464)
> Various tidyups suggested by Pylint
> Bug: archiver.py can never detect content-type: flowed (#461)
> Bug: import-mbox.py: imap code should not reset ES instance (#460)
> Bug: tmpname used before it has been set up in import-mbox (#458)
> Bug: variable 'mid' used before assignment in archiver.py (#459)
> Enh: remove duplicated code in tools scripts by using elastic.py module
> (#456)
> Enh: separate module to read config file
> Bug: push-failures.py expects to find non-existent 'id' key in json file
> (#454)
> Bug: ES 5.x does not support word-cloud (stats.lua) (#345)
> Add version info to elastic module
> Bug: setup.py fails with ES2 - fielddata (#453)
> Bug: setup.py --default should not prompt for urlPrefix (#452)
> Bug: copy-list.py does not work (#450)
> Bug: unnecessary test (will always succeed) in copy-list.py (#451)
> Bug: archiver ignores failures if dumponfail is not defined (#449)
> Enh: make MboxoFactory optional (#442)
> Bug: duplication of data in response from thread.lua (#440)
> Bug: Indentation in mail content (leading white-space) not shown (#432)
> Bug: does not make sense to allow empty domain name in LID (#434)
> Bug: Inconsistent LID validation (#356)
> Enh: option to reduce stats.lua output (#438)
> Bug: Threading should take References header into account (#444)
> ##########################################################
>
> With regards,
> Daniel, on behalf of the Apache Pony Mail (incubating) team.