ChangeLog.txt 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. ChangeLog
  2. Version 1.73 (Sun, Jun 10 2005)
  3. * Fixed denial of service bug: http://www.cybsec.com/vuln/PHPMailer-DOS.pdf
  4. * Now has a total of 20 translations
  5. * Fixed alt attachments bug: http://tinyurl.com/98u9k
  6. Version 1.72 (Wed, May 25 2004)
  7. * Added Dutch, Swedish, Czech, Norwegian, and Turkish translations.
  8. * Received: Removed this method because spam filter programs like
  9. SpamAssassin reject this header.
  10. * Fixed error count bug.
  11. * SetLanguage default is now "language/".
  12. * Fixed magic_quotes_runtime bug.
  13. Version 1.71 (Tue, Jul 28 2003)
  14. * Made several speed enhancements
  15. * Added German and Italian translation files
  16. * Fixed HELO/AUTH bugs on keep-alive connects
  17. * Now provides an error message if language file does not load
  18. * Fixed attachment EOL bug
  19. * Updated some unclear documentation
  20. * Added additional tests and improved others
  21. Version 1.70 (Mon, Jun 20 2003)
  22. * Added SMTP keep-alive support
  23. * Added IsError method for error detection
  24. * Added error message translation support (SetLanguage)
  25. * Refactored many methods to increase library performance
  26. * Hello now sends the newer EHLO message before HELO as per RFC 2821
  27. * Removed the boundary class and replaced it with GetBoundary
  28. * Removed queue support methods
  29. * New $Hostname variable
  30. * New Message-ID header
  31. * Received header reformat
  32. * Helo variable default changed to $Hostname
  33. * Removed extra spaces in Content-Type definition (#667182)
  34. * Return-Path should be set to Sender when set
  35. * Adds Q or B encoding to headers when necessary
  36. * quoted-encoding should now encode NULs \000
  37. * Fixed encoding of body/AltBody (#553370)
  38. * Adds "To: undisclosed-recipients:;" when all recipients are hidden (BCC)
  39. * Multiple bug fixes
  40. Version 1.65 (Fri, Aug 09 2002)
  41. * Fixed non-visible attachment bug (#585097) for Outlook
  42. * SMTP connections are now closed after each transaction
  43. * Fixed SMTP::Expand return value
  44. * Converted SMTP class documentation to phpDocumentor format
  45. Version 1.62 (Wed, Jun 26 2002)
  46. * Fixed multi-attach bug
  47. * Set proper word wrapping
  48. * Reduced memory use with attachments
  49. * Added more debugging
  50. * Changed documentation to phpDocumentor format
  51. Version 1.60 (Sat, Mar 30 2002)
  52. * Sendmail pipe and address patch (Christian Holtje)
  53. * Added embedded image and read confirmation support (A. Ognio)
  54. * Added unit tests
  55. * Added SMTP timeout support (*nix only)
  56. * Added possibly temporary PluginDir variable for SMTP class
  57. * Added LE message line ending variable
  58. * Refactored boundary and attachment code
  59. * Eliminated SMTP class warnings
  60. * Added SendToQueue method for future queuing support
  61. Version 1.54 (Wed, Dec 19 2001)
  62. * Add some queuing support code
  63. * Fixed a pesky multi/alt bug
  64. * Messages are no longer forced to have "To" addresses
  65. Version 1.50 (Thu, Nov 08 2001)
  66. * Fix extra lines when not using SMTP mailer
  67. * Set WordWrap variable to int with a zero default
  68. Version 1.47 (Tue, Oct 16 2001)
  69. * Fixed Received header code format
  70. * Fixed AltBody order error
  71. * Fixed alternate port warning
  72. Version 1.45 (Tue, Sep 25 2001)
  73. * Added enhanced SMTP debug support
  74. * Added support for multiple ports on SMTP
  75. * Added Received header for tracing
  76. * Fixed AddStringAttachment encoding
  77. * Fixed possible header name quote bug
  78. * Fixed wordwrap() trim bug
  79. * Couple other small bug fixes
  80. Version 1.41 (Wed, Aug 22 2001)
  81. * Fixed AltBody bug w/o attachments
  82. * Fixed rfc_date() for certain mail servers
  83. Version 1.40 (Sun, Aug 12 2001)
  84. * Added multipart/alternative support (AltBody)
  85. * Documentation update
  86. * Fixed bug in Mercury MTA
  87. Version 1.29 (Fri, Aug 03 2001)
  88. * Added AddStringAttachment() method
  89. * Added SMTP authentication support
  90. Version 1.28 (Mon, Jul 30 2001)
  91. * Fixed a typo in SMTP class
  92. * Fixed header issue with Imail (win32) SMTP server
  93. * Made fopen() calls for attachments use "rb" to fix win32 error
  94. Version 1.25 (Mon, Jul 02 2001)
  95. * Added RFC 822 date fix (Patrice)
  96. * Added improved error handling by adding a $ErrorInfo variable
  97. * Removed MailerDebug variable (obsolete with new error handler)
  98. Version 1.20 (Mon, Jun 25 2001)
  99. * Added quoted-printable encoding (Patrice)
  100. * Set Version as public and removed PrintVersion()
  101. * Changed phpdoc to only display public variables and methods
  102. Version 1.19 (Thu, Jun 21 2001)
  103. * Fixed MS Mail header bug
  104. * Added fix for Bcc problem with mail(). *Does not work on Win32*
  105. (See PHP bug report: http://www.php.net/bugs.php?id=11616)
  106. * mail() no longer passes a fifth parameter when not needed
  107. Version 1.15 (Fri, Jun 15 2001)
  108. [Note: these changes contributed by Patrice Fournier]
  109. * Changed all remaining \n to \r\n
  110. * Bcc: header no longer writen to message except
  111. when sent directly to sendmail
  112. * Added a small message to non-MIME compliant mail reader
  113. * Added Sender variable to change the Sender email
  114. used in -f for sendmail/mail and in 'MAIL FROM' for smtp mode
  115. * Changed boundary setting to a place it will be set only once
  116. * Removed transfer encoding for whole message when using multipart
  117. * Message body now uses Encoding in multipart messages
  118. * Can set encoding and type to attachments 7bit, 8bit
  119. and binary attachment are sent as is, base64 are encoded
  120. * Can set Encoding to base64 to send 8 bits body
  121. through 7 bits servers
  122. Version 1.10 (Tue, Jun 12 2001)
  123. * Fixed win32 mail header bug (printed out headers in message body)
  124. Version 1.09 (Fri, Jun 08 2001)
  125. * Changed date header to work with Netscape mail programs
  126. * Altered phpdoc documentation
  127. Version 1.08 (Tue, Jun 05 2001)
  128. * Added enhanced error-checking
  129. * Added phpdoc documentation to source
  130. Version 1.06 (Fri, Jun 01 2001)
  131. * Added optional name for file attachments
  132. Version 1.05 (Tue, May 29 2001)
  133. * Code cleanup
  134. * Eliminated sendmail header warning message
  135. * Fixed possible SMTP error
  136. Version 1.03 (Thu, May 24 2001)
  137. * Fixed problem where qmail sends out duplicate messages
  138. Version 1.02 (Wed, May 23 2001)
  139. * Added multiple recipient and attachment Clear* methods
  140. * Added Sendmail public variable
  141. * Fixed problem with loading SMTP library multiple times
  142. Version 0.98 (Tue, May 22 2001)
  143. * Fixed problem with redundant mail hosts sending out multiple messages
  144. * Added additional error handler code
  145. * Added AddCustomHeader() function
  146. * Added support for Microsoft mail client headers (affects priority)
  147. * Fixed small bug with Mailer variable
  148. * Added PrintVersion() function
  149. Version 0.92 (Tue, May 15 2001)
  150. * Changed file names to class.phpmailer.php and class.smtp.php to match
  151. current PHP class trend.
  152. * Fixed problem where body not being printed when a message is attached
  153. * Several small bug fixes
  154. Version 0.90 (Tue, April 17 2001)
  155. * Intial public release