Functions now pass message body by reference to save on memory.
[squirrelmail.git] / ChangeLog
index 3cefc928899588b704cfaa143d2113a94307a4fc..dad842bc88b3915f9ad1e5d62de07bc2932498e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
-Version 0.5 -- DEVELOPMENT
---------------------------
+Version 0.6pre1 -- DEVELOPMENT
+------------------------------
+- Updated attachment plugin support and passing values to hooks (see plugins.txt)
+- Added file and message size in many locations
+- Made message index order customizable (from, subject, date) can be (date, from, subject)
+- Fixed some security problems with uploading attachments
+- Added Catalan translation from Josep Sanz <jsanz@fa.upc.es>
+- When reading, attachments look better and have a better plugin interface
+- Some functions now pass values by reference to save on memory
+
+
+Version 0.5 -- September 25, 2000 
+---------------------------------
 - Fixed some problems with downloading attachments in IE
 - If no date is set in header, we take internal date of the imap server
 - Fixed some lingering bugs in mime parsing