@@ -16,6 +16,23 @@ All notable changes to this project will be documented in this file, in reverse
16
16
requirement on ext/iconv, as it is used internally.
17
17
- [ #132 ] ( https://github.com/zendframework/zend-mail/pull/132 ) bumps minimum
18
18
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.
19
36
20
37
### Deprecated
21
38
@@ -27,29 +44,15 @@ All notable changes to this project will be documented in this file, in reverse
27
44
28
45
### Fixed
29
46
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.
31
49
32
50
## 2.7.3 - 2017-02-14
33
51
34
52
### Added
35
53
36
54
- Nothing.
37
55
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
-
53
56
### Deprecated
54
57
55
58
- Nothing.
@@ -69,8 +72,6 @@ All notable changes to this project will be documented in this file, in reverse
69
72
- [ #116 ] ( https://github.com/zendframework/zend-mail/pull/116 ) fixes how the
70
73
` AbstractProtocol ` handles ` stream_socket_client() ` errors, ensuring an
71
74
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.
74
75
75
76
## 2.7.2 - 2016-12-19
76
77
0 commit comments