You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

231 lines
7.0KB

  1. Changelog
  2. =========
  3. 5.4.3 (2016-07-08)
  4. ------------------
  5. * fixed SimpleHeaderSet::has()/get() when the 0 index is removed
  6. * removed the need to have mcrypt installed
  7. * fixed broken MIME header encoding with quotes/colons and non-ascii chars
  8. * allowed mail transport send for messages without To header
  9. * fixed PHP 7 support
  10. 5.4.2 (2016-05-01)
  11. ------------------
  12. * fixed support for IPv6 sockets
  13. * added auto-retry when sending messages from the memory spool
  14. * fixed consecutive read calls in Swift_ByteStream_FileByteStream
  15. * added support for iso-8859-15 encoding
  16. * fixed PHP mail extra params on missing reversePath
  17. * added methods to set custom stream context options
  18. * fixed charset changes in QpContentEncoderProxy
  19. * added return-path header to the ignoredHeaders list of DKIMSigner
  20. * fixed crlf for subject using mail
  21. * fixed add soft line break only when necessary
  22. * fixed escaping command-line args to Sendmail
  23. 5.4.1 (2015-06-06)
  24. ------------------
  25. * made Swiftmailer exceptions confirm to PHP base exception constructor signature
  26. * fixed MAIL FROM & RCPT TO headers to be RFC compliant
  27. 5.4.0 (2015-03-14)
  28. ------------------
  29. * added the possibility to add extra certs to PKCS#7 signature
  30. * fix base64 encoding with streams
  31. * added a new RESULT_SPOOLED status for SpoolTransport
  32. * fixed getBody() on attachments when called more than once
  33. * removed dots from generated filenames in filespool
  34. 5.3.1 (2014-12-05)
  35. ------------------
  36. * fixed cloning of messages with attachments
  37. 5.3.0 (2014-10-04)
  38. ------------------
  39. * fixed cloning when using signers
  40. * reverted removal of Swift_Encoding
  41. * drop support for PHP 5.2.x
  42. 5.2.2 (2014-09-20)
  43. ------------------
  44. * fixed Japanese support
  45. * fixed the memory spool when the message changes when in the pool
  46. * added support for cloning messages
  47. * fixed PHP warning in the redirect plugin
  48. * changed the way to and cc-ed email are sent to only use one transaction
  49. 5.2.1 (2014-06-13)
  50. ------------------
  51. * SECURITY FIX: fixed CLI escaping when using sendmail as a transport
  52. Prior to 5.2.1, the sendmail transport (Swift_Transport_SendmailTransport)
  53. was vulnerable to an arbitrary shell execution if the "From" header came
  54. from a non-trusted source and no "Return-Path" is configured.
  55. * fixed parameter in DKIMSigner
  56. * fixed compatibility with PHP < 5.4
  57. 5.2.0 (2014-05-08)
  58. ------------------
  59. * fixed Swift_ByteStream_FileByteStream::read() to match to the specification
  60. * fixed from-charset and to-charset arguments in mbstring_convert_encoding() usages
  61. * fixed infinite loop in StreamBuffer
  62. * fixed NullTransport to return the number of ignored emails instead of 0
  63. * Use phpunit and mockery for unit testing (realityking)
  64. 5.1.0 (2014-03-18)
  65. ------------------
  66. * fixed data writing to stream when sending large messages
  67. * added support for libopendkim (https://github.com/xdecock/php-opendkim)
  68. * merged SignedMessage and Message
  69. * added Gmail XOAuth2 authentication
  70. * updated the list of known mime types
  71. * added NTLM authentication
  72. 5.0.3 (2013-12-03)
  73. ------------------
  74. * fixed double-dot bug
  75. * fixed DKIM signer
  76. 5.0.2 (2013-08-30)
  77. ------------------
  78. * handled correct exception type while reading IoBuffer output
  79. 5.0.1 (2013-06-17)
  80. ------------------
  81. * changed the spool to only start the transport when a mail has to be sent
  82. * fixed compatibility with PHP 5.2
  83. * fixed LICENSE file
  84. 5.0.0 (2013-04-30)
  85. ------------------
  86. * changed the license from LGPL to MIT
  87. 4.3.1 (2013-04-11)
  88. ------------------
  89. * removed usage of the native QP encoder when the charset is not UTF-8
  90. * fixed usage of uniqid to avoid collisions
  91. * made a performance improvement when tokenizing large headers
  92. * fixed usage of the PHP native QP encoder on PHP 5.4.7+
  93. 4.3.0 (2013-01-08)
  94. ------------------
  95. * made the temporary directory configurable via the TMPDIR env variable
  96. * added S/MIME signer and encryption support
  97. 4.2.2 (2012-10-25)
  98. ------------------
  99. * added the possibility to throttle messages per second in ThrottlerPlugin (mostly for Amazon SES)
  100. * switched mime.qpcontentencoder to automatically use the PHP native encoder on PHP 5.4.7+
  101. * allowed specifying a whitelist with regular expressions in RedirectingPlugin
  102. 4.2.1 (2012-07-13)
  103. ------------------
  104. * changed the coding standards to PSR-1/2
  105. * fixed issue with autoloading
  106. * added NativeQpContentEncoder to enhance performance (for PHP 5.3+)
  107. 4.2.0 (2012-06-29)
  108. ------------------
  109. * added documentation about how to use the Japanese support introduced in 4.1.8
  110. * added a way to override the default configuration in a lazy way
  111. * changed the PEAR init script to lazy-load the initialization
  112. * fixed a bug when calling Swift_Preferences before anything else (regression introduced in 4.1.8)
  113. 4.1.8 (2012-06-17)
  114. ------------------
  115. * added Japanese iso-2022-jp support
  116. * changed the init script to lazy-load the initialization
  117. * fixed docblocks (@id) which caused some problems with libraries parsing the dobclocks
  118. * fixed Swift_Mime_Headers_IdentificationHeader::setId() when passed an array of ids
  119. * fixed encoding of email addresses in headers
  120. * added replacements setter to the Decorator plugin
  121. 4.1.7 (2012-04-26)
  122. ------------------
  123. * fixed QpEncoder safeMapShareId property
  124. 4.1.6 (2012-03-23)
  125. ------------------
  126. * reduced the size of serialized Messages
  127. 4.1.5 (2012-01-04)
  128. ------------------
  129. * enforced Swift_Spool::queueMessage() to return a Boolean
  130. * made an optimization to the memory spool: start the transport only when required
  131. * prevented stream_socket_client() from generating an error and throw a Swift_TransportException instead
  132. * fixed a PHP warning when calling to mail() when safe_mode is off
  133. * many doc tweaks
  134. 4.1.4 (2011-12-16)
  135. ------------------
  136. * added a memory spool (Swift_MemorySpool)
  137. * fixed too many opened files when sending emails with attachments
  138. 4.1.3 (2011-10-27)
  139. ------------------
  140. * added STARTTLS support
  141. * added missing @return tags on fluent methods
  142. * added a MessageLogger plugin that logs all sent messages
  143. * added composer.json
  144. 4.1.2 (2011-09-13)
  145. ------------------
  146. * fixed wrong detection of magic_quotes_runtime
  147. * fixed fatal errors when no To or Subject header has been set
  148. * fixed charset on parameter header continuations
  149. * added documentation about how to install Swiftmailer from the PEAR channel
  150. * fixed various typos and markup problem in the documentation
  151. * fixed warning when cache directory does not exist
  152. * fixed "slashes are escaped" bug
  153. * changed require_once() to require() in autoload
  154. 4.1.1 (2011-07-04)
  155. ------------------
  156. * added missing file in PEAR package
  157. 4.1.0 (2011-06-30)
  158. ------------------
  159. * documentation has been converted to ReST
  160. 4.1.0 RC1 (2011-06-17)
  161. ----------------------
  162. New features:
  163. * changed the Decorator Plugin to allow replacements in all headers
  164. * added Swift_Mime_Grammar and Swift_Validate to validate an email address
  165. * modified the autoloader to lazy-initialize Swiftmailer
  166. * removed Swift_Mailer::batchSend()
  167. * added NullTransport
  168. * added new plugins: RedirectingPlugin and ImpersonatePlugin
  169. * added a way to send messages asynchronously (Spool)