@@ -16,6 +16,23 @@ All notable changes to this project will be documented in this file, in reverse
1616 requirement on ext/iconv, as it is used internally.
1717- [ #132 ] ( https://github.com/zendframework/zend-mail/pull/132 ) bumps minimum
1818 php version to 5.6
19+ - [ #144 ] ( https://github.com/zendframework/zend-mail/pull/144 ) adds support
20+ for TLS versions 1.1 and 1.2 for all protocols supporting TLS operations.
21+
22+ ### Changed
23+
24+ - [ #140 ] ( https://github.com/zendframework/zend-mail/pull/140 ) updates the
25+ ` Sendmail ` transport such that ` From ` and ` Sender ` addresses are passed to
26+ ` escapeshellarg() ` when forming the ` -f ` argument for the ` sendmail ` binary.
27+ While malformed addresses should never reach this class, this extra hardening
28+ helps ensure safety in cases where a developer codes their own
29+ ` AddressInterface ` implementations for these types of addresses.
30+ - [ #141 ] ( https://github.com/zendframework/zend-mail/pull/141 ) updates
31+ ` Zend\Mail\Message::getHeaders() ` to throw an exception in a case where the
32+ ` $headers ` property is not a ` Headers ` instance.
33+ - [ #150 ] ( https://github.com/zendframework/zend-mail/pull/150 ) updates the
34+ ` Smtp ` protocol to allow an empty or ` none ` value for the SSL configuration
35+ value.
1936
2037### Deprecated
2138
@@ -27,29 +44,15 @@ All notable changes to this project will be documented in this file, in reverse
2744
2845### Fixed
2946
30- - Nothing.
47+ - [ #151 ] ( https://github.com/zendframework/zend-mail/pull/151 ) fixes a condition
48+ in the ` Sendmail ` transport whereby CLI parameters were not properly trimmed.
3149
3250## 2.7.3 - 2017-02-14
3351
3452### Added
3553
3654- Nothing.
3755
38- ### Changed
39-
40- - [ #140 ] ( https://github.com/zendframework/zend-mail/pull/140 ) updates the
41- ` Sendmail ` transport such that ` From ` and ` Sender ` addresses are passed to
42- ` escapeshellarg() ` when forming the ` -f ` argument for the ` sendmail ` binary.
43- While malformed addresses should never reach this class, this extra hardening
44- helps ensure safety in cases where a developer codes their own
45- ` AddressInterface ` implementations for these types of addresses.
46- - [ #141 ] ( https://github.com/zendframework/zend-mail/pull/141 ) updates
47- ` Zend\Mail\Message::getHeaders() ` to throw an exception in a case where the
48- ` $headers ` property is not a ` Headers ` instance.
49- - [ #150 ] ( https://github.com/zendframework/zend-mail/pull/150 ) updates the
50- ` Smtp ` protocol to allow an empty or ` none ` value for the SSL configuration
51- value.
52-
5356### Deprecated
5457
5558- Nothing.
@@ -69,8 +72,6 @@ All notable changes to this project will be documented in this file, in reverse
6972- [ #116 ] ( https://github.com/zendframework/zend-mail/pull/116 ) fixes how the
7073 ` AbstractProtocol ` handles ` stream_socket_client() ` errors, ensuring an
7174 exception is thrown with detailed information regarding the failure.
72- - [ #151 ] ( https://github.com/zendframework/zend-mail/pull/151 ) fixes a condition
73- in the ` Sendmail ` transport whereby CLI parameters were not properly trimmed.
7475
7576## 2.7.2 - 2016-12-19
7677
0 commit comments