Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2016-11-27 18:58:05 +0300
committerThomas Bruederli <thomas@roundcube.net>2016-11-27 18:58:05 +0300
commitf04fc506b0bd2c8033b657978baa1a9f34d0eab6 (patch)
tree07c96aee5b2ba6327c3982839e7228b9bc3ab18e
parente8fc8888a6f5ecd07698509e946cabf95b69c951 (diff)
Bump version to 1.2.31.2.3
-rw-r--r--CHANGELOG2
-rw-r--r--index.php2
-rw-r--r--installer/index.php2
-rw-r--r--program/include/iniset.php2
-rw-r--r--program/lib/Roundcube/bootstrap.php2
5 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3d26cea2c..52300d8af 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.2.3
+-------------
- Searching in both contacts and groups when LDAP addressbook with group_filters option is used
- Fix vulnerability in handling of mail()'s 5th argument
- Fix To: header encoding in mail sent with mail() method (#5475)
diff --git a/index.php b/index.php
index 1c1049c47..c33a84c98 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.2.2 |
+ | Version 1.2.3 |
| |
| Copyright (C) 2005-2016, The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index e3ff47848..a6432ad9a 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.2.2 |
+ | Version 1.2.3 |
| |
| Copyright (C) 2009-2016, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 67c5d4497..f5323887e 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.2.2');
+define('RCMAIL_VERSION', '1.2.3');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index 015dbaf1a..61fe5052d 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -55,7 +55,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
-define('RCUBE_VERSION', '1.2.2');
+define('RCUBE_VERSION', '1.2.3');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {