diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-08-24 18:08:54 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-08-24 18:20:03 +0200 |
commit | 4db26a430b0a2fb9b5c725aef373c6b79e27f100 (patch) | |
tree | d8113c0b2bddc53cb5393840da2f49368d5bc850 /CHANGELOG | |
parent | 6e14fcf9bfb0bf3ee237dc7516655f55c8436a3a (diff) |
Fix handling of non-default date formats (#1489294)
- remove ambiguous m/d/Y format from default config
Conflicts:
CHANGELOG
config/main.inc.php.dist
program/lib/Roundcube/rcube_utils.php
tests/Framework/Utils.php
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ CHANGELOG Roundcube Webmail =========================== - Fix Junk folder icon alignment when it's nested in inbox folder (#1489292) +- Fix handling of non-default date formats (#1489294) - Fix unquoted path in PREG expression on Windows (#1489290) RELEASE 0.9.3 |