summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-08-23 19:06:15 +0200
committerAleksander Machniak <alec@alec.pl>2013-08-23 19:07:11 +0200
commite9c5b9f09602d7ffc9ce80e887ee1918d8e5b3ce (patch)
treeb277394ebf8f9884e7de7094675e4e8ebb31dbfc /CHANGELOG
parenta6f5a68880aebe1311f38c15320d49b7d51d17d0 (diff)
Fix unquoted path in PREG expression on Windows (#1489290)
Conflicts: CHANGELOG program/lib/Roundcube/bootstrap.php
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 39758015c..8f0a7e58d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix unquoted path in PREG expression on Windows (#1489290)
+
RELEASE 0.9.3
-------------
- Fix setting refresh_interval to "Never" in Preferences (#1489286)