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>2022-06-22 11:28:04 +0300
committerThomas Bruederli <thomas@roundcube.net>2022-06-22 11:28:04 +0300
commit88c156612689bf7465272c5f757d04af192d684a (patch)
tree102c47bb452bb003862587659df369f84a7d5ae6
parent9822616191daf9a69ee8792968dc7df1dd9a0b5a (diff)
Prepare release 1.5.3
-rw-r--r--CHANGELOG.md2
-rw-r--r--Makefile2
-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--public_html/index.php2
7 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a11204975..1d5030ce3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog Roundcube Webmail
-## Unreleased
+## Release 1.5.3
- Enigma: Fix initial synchronization of private keys
- Enigma: Fix double quoted-printable encoding of pgp-signed messages with no attachments (#8413)
diff --git a/Makefile b/Makefile
index 8ebf68f25..aee4c5999 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
GITREMOTE=git://github.com/roundcube/roundcubemail.git
GITBRANCH=release-1.5
GPGKEY=devs@roundcube.net
-VERSION=1.5.2
+VERSION=1.5.3
all: clean complete dependent framework
diff --git a/index.php b/index.php
index b7ca79028..d5d12a33b 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.5.2 |
+ | Version 1.5.3 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index ae30dc848..d94c502db 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.5.2 |
+ | Version 1.5.3 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index b9cbde973..1fb692393 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -20,7 +20,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.5.2');
+define('RCMAIL_VERSION', '1.5.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 e167eb295..2e69c6d2c 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -58,7 +58,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
-define('RCUBE_VERSION', '1.5.2');
+define('RCUBE_VERSION', '1.5.3');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');
diff --git a/public_html/index.php b/public_html/index.php
index 6209eecc1..c643abf8f 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.5.2 |
+ | Version 1.5.3 |
| |
| Copyright (C) The Roundcube Dev Team |
| |