From 77c779a2b807cdde0641267f272517738157edf4 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 27 Jan 2012 05:34:19 -0500
Subject: [PATCH] Update requirements list, remove TODO

---
 CHANGELOG |   61 +++++++++++++++++++++++++++++-
 1 files changed, 58 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 62fd5ac..39d1a5b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,64 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+- Fix autoselect_host() for login (#1488297)
+- Fix drafts update issues when edited from preview pane (#1488314)
+- Changed license to GNU GPLv3+ with exceptions for skins & plugins
+- Make mime type detection based on filename extension to be case-insensitive
+- Fix failure on MySQL database upgrade from 0.7 - text column can't have default value (#1488300)
+- Added address book widget on compose screen
+- Use proper timezones from PHP's internal timezonedb (#1485592)
+- Add separate pagesize setting for mail messages and contacts (#1488269)
+- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead
+- Add option to set default font for HTML message (#1484137)
+- Fix issues with big memory allocation of IMAP results
+- Prevent from memory_limit exceeding when trying to parse big messages bodies (#1487424)
+- Add possibility to add SASL mechanisms for SMTP in smtp_connect hook (#1487937)
+- Mark (with different color) folders with recent messages (#1486234)
+- TinyMCE updated to 3.4.6
+
+RELEASE 0.7.1
+-------------
+- Fix bug in handling of base href and inline content (#1488290)
+- Fix SQL Error when saving a contact with many email addresses (#1488286)
+- Fix strict email address searching if contact has more than one address
+- Remove duplicated 'organization' label (#1488287)
+- Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_override'
+- Fix wrong (long) label usage (#1488283)
+- Fix handling of INBOX's subfolders in special folders config (#1488279)
+- Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274)
+- Fix crashes with eAccelerator (#1488256)
+- Fix searching on IMAP servers without CHARSET specifier support (#1488271)
+- Fix expanding folders during drag&drop (#1488260)
+- Fix wrong postgres sequence name in upgrade from 0.6
+- Fix broken CREATE INDEX queries in SQLite DDL files (#1488255)
+
+RELEASE 0.7
+-----------
+- Make Roundcube render the Email Standards Project Acid Test correctly
+- Replace prompt() with jQuery UI dialog (#1485135)
+- Fix navigation in messages search results
+- Improved handling of some malformed values encoded with quoted-printable (#1488232)
+- Add possibility to do LDAP bind before searching for bind DN
+- Fix handling of empty <U> tags in HTML messages (#1488225)
+- Add content filter for embedded attachments to protect from XSS on IE (#1487895)
+- Use strpos() instead of strstr() when possible (#1488211)
+- Fix handling HTML entities when converting HTML to text (#1488212)
+- Fix fit_string_to_size() renders browser and ui unresponsive (#1488207)
+- Fix handling of invalid characters in request (#1488124)
+- Fix merging some configuration options in update.sh script (#1485864)
+- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)
+- Fix handling contact photo url with https:// prefix (#1488202)
+- Fix possible infinite redirect on attachment preview (#1488199)
+- Improved clickjacking protection for browsers which don't support X-Frame-Options headers
+- Fixed bug where similiar folder names were highlighted wrong (#1487860)
+- Fixed bug in handling link with '!' character in it (#1488195)
+- Fixed bug where session ID's length was limited to 40 characters (#1488196)
+- Added About tab in Settings
+- TinyMCE security issue: removed moxieplayer (embedding flv and mp4 is not supported anymore)
+
+RELEASE 0.7-beta
+----------------
 - Fix handling of HTML form elements in messages (#1485137)
 - Fix regression in setting recipient to self when replying to a Sent message (#1487074)
 - Fix listing of folders in hidden namespaces (#1486796)
@@ -17,9 +75,6 @@
 - Fix handling of dates (birthday/anniversary) in contact data (#1488147)
 - Fix error on opening searched LDAP contact (#1488144)
 - Fix redundant line break in flowed format (#1488146)
-- TinyMCE:
-  - updated to 3.4.6
-  - security issue: removed moxieplayer (embedding flv and mp4 is not supported anymore)
 - Fix IDN address validation issue (#1488137)
 - Fix JS error when dst_active checkbox doesn't exist (#1488133)
 - Autocomplete LDAP records when adding contacts from mail (#1488073)

--
Gitblit v1.9.1