diff options
author | thomascube <thomas@roundcube.net> | 2006-07-18 21:02:43 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-07-18 21:02:43 +0000 |
commit | bac7d1742d45f256ded98656482ec9995e1c330a (patch) | |
tree | e94566db48903c963b4bb5f9d1b27de632d49e91 /CHANGELOG | |
parent | 321302e52788e79c3548adde8d66f8ad426c9591 (diff) |
Fixed bugs #1364122, #1468895, ticket #1483811 and other minor bugs
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ CHANGELOG RoundCube Webmail --------------------------- +2006/07/18 +---------- +- Fixed password with spaces issue (Bug #1364122) +- Replaced _auth hash with second cookie (Ticket #1483811) +- Don't use get_input_value() for passwords (Bug #1468895) +- Made password encryption key configurable +- Minor bugfixes with charset encoding + + 2006/07/07 ---------- - Fixed INSTALL_PATH bug #1425663 |