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>2018-04-29 14:46:34 +0300
committerThomas Bruederli <thomas@roundcube.net>2018-04-29 14:46:34 +0300
commitfe0dc4eef845c5f187eb02c9e5ccfec08f641689 (patch)
tree185769479cf6583abc7ecf9055e60c721dfb932f
parent0c9074f286c5f51ac9aeeafa2f0758dae71c4620 (diff)
Bump version to 1.1.12 and copyright to 20181.1.12
-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
-rw-r--r--skins/classic/templates/about.html2
-rw-r--r--skins/larry/templates/about.html2
7 files changed, 8 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ba206963a..a47483d34 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.1.12
+--------------
- Fix regression where IMAP commands with '*' uidset argument wasn't working
RELEASE 1.1.11
diff --git a/index.php b/index.php
index 0b2919bcc..93668225c 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.1.11 |
+ | Version 1.1.12 |
| |
| Copyright (C) 2005-2016, The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index f95bb679f..fc30dac1f 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.1.11 |
+ | Version 1.1.12 |
| |
| Copyright (C) 2009-2016, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index f7714464d..a4979e329 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.1.11');
+define('RCMAIL_VERSION', '1.1.12');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index 600d047d4..127ef7096 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -54,7 +54,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
-define('RCUBE_VERSION', '1.1.11');
+define('RCUBE_VERSION', '1.1.12');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {
diff --git a/skins/classic/templates/about.html b/skins/classic/templates/about.html
index 0aeacd706..849309596 100644
--- a/skins/classic/templates/about.html
+++ b/skins/classic/templates/about.html
@@ -20,7 +20,7 @@
<div id="license">
<roundcube:object name="aboutcontent" />
<h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
-<p class="copyright">Copyright &copy; 2005-2015, The Roundcube Dev Team</p>
+<p class="copyright">Copyright &copy; 2005-2018, The Roundcube Dev Team</p>
<p class="license">This program is free software; you can redistribute it and/or modify
it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>
diff --git a/skins/larry/templates/about.html b/skins/larry/templates/about.html
index 9cc646b7d..f2ded62fb 100644
--- a/skins/larry/templates/about.html
+++ b/skins/larry/templates/about.html
@@ -14,7 +14,7 @@
<roundcube:object name="aboutcontent" />
<h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
-<p class="copyright">Copyright &copy; 2005-2015, The Roundcube Dev Team</p>
+<p class="copyright">Copyright &copy; 2005-2018, The Roundcube Dev Team</p>
<p class="license">This program is free software; you can redistribute it and/or modify
it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>