Skip to content

Commit

Permalink
Prepare the v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
schengawegga committed Nov 29, 2022
1 parent 66ac6d1 commit c31b763
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"name": "Chuck Hagenbuch",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Armin Graefe",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Richard Heyes",
Expand Down
20 changes: 12 additions & 8 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<channel>pear.php.net</channel>
<summary>Class that provides multiple interfaces for sending emails</summary>
<description>PEAR&apos;s Mail package defines an interface for implementing mailers under the PEAR hierarchy. It also provides supporting functions useful to multiple mailer backends. Currently supported backends include: PHP&apos;s native mail() function, sendmail, and SMTP. This package also provides a RFC822 email address list validation utility class.</description>
<lead>
<name>Armin Graefe</name>
<user>schengawegga</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<lead>
<name>Chuck Hagenbuch</name>
<user>chagenbu</user>
Expand All @@ -20,11 +26,11 @@
<name>Aleksander Machniak</name>
<user>alec</user>
<email>[email protected]</email>
<active>yes</active>
<active>no</active>
</developer>
<date>2017-04-11</date>
<date>2022-11-29</date>
<version>
<release>1.4.1</release>
<release>1.5.0</release>
<api>1.3.0</api>
</version>
<stability>
Expand All @@ -33,10 +39,8 @@
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">New BSD License</license>
<notes>
* Loosen recognition of "queued as" server response (PR #10)

* Bug #20463: domain-literal parsing error
* Bug #20513: Mail_smtp::send() doesn't close socket for smtp connection
* New Feature: Establish STARTTLS connection without authentication (add new param 'starttls') #17
* BugFix: Del: deprecation warnings (PHP 8.1 E_DEPRECATED warnings when you provide null values) #20
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -72,7 +76,7 @@
<package>
<name>Net_SMTP</name>
<channel>pear.php.net</channel>
<min>1.4.1</min>
<min>1.10.0</min>
</package>
</optional>
</dependencies>
Expand Down

0 comments on commit c31b763

Please sign in to comment.