From a7db8f93ef4824ead7b646fa8543940c4adf5d55 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <bruederli@kolabsys.com>
Date: Mon, 15 Apr 2013 10:54:36 -0400
Subject: [PATCH] Bump version to 0.9-stable
---
CHANGELOG | 3 +++
index.php | 2 +-
program/include/iniset.php | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index ae0609c..fe342a4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 0.9.0
+-------------
+- Fix display of HTML entities in protected folder name (#1489042)
- Set minimal permissions to temp files (#1488996)
- Improve content check for embedded images without filename (#1489029)
- Fix handling of invalid characters in message headers and output (#1489032)
diff --git a/index.php b/index.php
index 17bcb77..f34b07c 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 0.9-rc |
+ | Version 0.9.0 |
| |
| Copyright (C) 2005-2013, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 80d3252..c2efe01 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '0.9-rc');
+define('RCMAIL_VERSION', '0.9.0');
define('RCMAIL_START', microtime(true));
$config = array(
--
Gitblit v1.9.1