summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-09 08:55:40 +0000
committerthomascube <thomas@roundcube.net>2011-12-09 08:55:40 +0000
commit245a0ebb8877c577c5a8c9f2aaeed14d5d3f9c1b (patch)
tree2e20cbf081f22318f4881af580286f05d300892d
parent4f5257e5eb811919e757c654914ec3f47e6f021e (diff)
Update version strings and changelog for 0.7 (stable) release
-rw-r--r--CHANGELOG3
-rw-r--r--index.php2
-rwxr-xr-xprogram/include/iniset.php2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 945a1138a..2ee37fb1c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 0.7
+-----------
- Replace prompt() with jQuery UI dialog (#1485135)
- Fix navigation in messages search results
- Improved handling of some malformed values encoded with quoted-printable (#1488232)
@@ -19,6 +21,7 @@ CHANGELOG Roundcube Webmail
- 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)
+- TinyMCE security issue: removed moxieplayer (embedding flv and mp4 is not supported anymore)
RELEASE 0.7-beta
----------------
diff --git a/index.php b/index.php
index 617f934da..438f8f0cd 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 0.7-beta2 |
+ | Version 0.7 |
| |
| Copyright (C) 2005-2011, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index fcaa5557f..d22a09f23 100755
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -37,7 +37,7 @@ foreach ($crit_opts as $optname => $optval) {
}
// application constants
-define('RCMAIL_VERSION', '0.7-beta2');
+define('RCMAIL_VERSION', '0.7');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));