Re: [PEAR-DEV] Can I do a release of PEAR::Mail?

[email protected] (Michael Gauthier) Fri, 29 Jan 2016 17:54:24 -0400
Newsgroups php.pear.dev
Message-ID <[email protected]>

On 1/29/2016 4:21 PM, Christian Weiske wrote:
> Hello Michael,
>
>
>> The last release of PEAR:Mail was in 2010. There are a number of bug
>> fixes and enhancements sitting in master and if no one objects, I'd
>> like to do a release of 1.3.0.
>
> - Do the tests still run (if there are any)?
> - Were the BC breaks?
>    (Increasing minimum PHP version is ok)
> - Does it have a nice README file?
> - Does it have a composer.json?
>

1. Automated tests still pass:
https://travis-ci.org/pear/Mail

2. No BC breaks. Fixes were added for:

  * http://pear.php.net/bugs/bug.php?id=17178
  * http://pear.php.net/bugs/bug.php?id=17866
  * http://pear.php.net/bugs/bug.php?id=17388
  * http://pear.php.net/bugs/bug.php?id=17888
  * http://pear.php.net/bugs/bug.php?id=17317
  * http://pear.php.net/bugs/bug.php?id=18109

3. Yes, a nice README exists:
https://github.com/pear/Mail/blob/master/README.rst

4. Yes, composer.json is included:
https://github.com/pear/Mail/blob/master/composer.json