summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-11-01 10:38:45 -0300
committerTomás Touceda <chiiph@leap.se>2013-11-01 10:38:45 -0300
commitee02ab5518d621014903ce6ae512a969ad4a4ccd (patch)
tree3a72f39ec1de3ea2ebbd92ed46db28fc67df8a9c /CHANGELOG
parentcb4675e639b2c9111031ab1773eba39526c9da1a (diff)
Fold in changes
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a7254c40..e82801a1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+0.4.2 Nov 1:
+Client:
+ o Support non-ascii passwords. Closes #4001.
+ o Change error severity for missing secrets path.
+ o Use chardet as fallback if cchardet not found.
+ o Improve bootstrap sequence and allow for locking the shared
+ database while creating/uploading the encryption secret. Closes
+ #4097.
+Common:
+ o Move some common functions and global variables to
+ leap.soledad.common.
+Server:
+ o Allow for locking the shared database. Closes #4097.
+
0.4.1 Oct 4:
Client:
o Save only UTF8 strings. Related to #3660.