summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-07-18 21:02:43 +0000
committerthomascube <thomas@roundcube.net>2006-07-18 21:02:43 +0000
commitbac7d1742d45f256ded98656482ec9995e1c330a (patch)
treee94566db48903c963b4bb5f9d1b27de632d49e91 /CHANGELOG
parent321302e52788e79c3548adde8d66f8ad426c9591 (diff)
Fixed bugs #1364122, #1468895, ticket #1483811 and other minor bugs
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0e0b36059..18349ad11 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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