From 2c0a550105f22e17307198bb295f83c210fb7cb5 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 23 Dec 2015 03:48:50 -0500
Subject: [PATCH] Bump version to 1.0.8; update Changelog

---
 CHANGELOG                           |    4 +++-
 index.php                           |    2 +-
 program/lib/Roundcube/bootstrap.php |    2 +-
 program/include/iniset.php          |    2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index db31680..8886119 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,14 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+RELEASE 1.0.8
+-------------
 - Add workaround for https://bugs.php.net/bug.php?id=70757 (#1490582)
 - Fix HTML sanitizer to skip <!-- node type X --> in output (#1490583)
 - Fix charset encoding of message/rfc822 part bodies (#1490606)
 - Fix handling of message/rfc822 attachments on replies and forwards (#1490607)
 - Fix PDF support detection in Firefox > 19 (#1490610)
-- Fix path traversal vulnerability in setting a skin (#1490620)
+- Fix path traversal vulnerability (CWE-22) in setting a skin (#1490620)
 - Fix so drag-n-drop of text (e.g. recipient addresses) on compose page actually works (#1490619)
 - Fix .htaccess rewrite rules to not block .well-known URIs (#1490615)
 
diff --git a/index.php b/index.php
index 54cd505..c0944a2 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 /*
  +-------------------------------------------------------------------------+
  | Roundcube Webmail IMAP Client                                           |
- | Version 1.0.7                                                           |
+ | Version 1.0.8                                                           |
  |                                                                         |
  | Copyright (C) 2005-2014, The Roundcube Dev Team                         |
  |                                                                         |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 593d54d..002d8f1 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
 */
 
 // application constants
-define('RCMAIL_VERSION', '1.0.7');
+define('RCMAIL_VERSION', '1.0.8');
 define('RCMAIL_START', microtime(true));
 
 if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index 60fbdee..d697e19 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -54,7 +54,7 @@
 }
 
 // framework constants
-define('RCUBE_VERSION', '1.0.7');
+define('RCUBE_VERSION', '1.0.8');
 define('RCUBE_CHARSET', 'UTF-8');
 
 if (!defined('RCUBE_LIB_DIR')) {

--
Gitblit v1.9.1