diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-06-28 14:55:45 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-06-28 14:55:45 -0300 |
commit | 1381c1124be0c1f0fb03a1bbc0820d8ef827c51c (patch) | |
tree | 824ea959c02c8ed3af36c0cec8421e0748d311cc /CHANGELOG | |
parent | 8f54afe3ce4ff98bdf52982c75e7691fc0203090 (diff) | |
parent | a0f78f9d708cc6fe686ee5860cdc34909391b14b (diff) |
Merge branch 'release-0.2.5' into develop
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..5f9cb69 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,21 @@ +0.2.2 Jun 28: + o Bugfix: use the provider's default language as default + string. Also take care (and note) a possible case with a + problematic provider misconfiguration. Closes #3029. + o Add data files to setup and manifest (certificates for tests) + o Allow absolute paths in baseconfig.load + o Fix deprecation warnings + o Fix attempt to fetch private keys from server. + o Fix missing imports + o Add possibility of unregistering callbacks for a signal. + o Add a mechanism for events signaling between components. + o Prioritize the path_extension in the which method so it finds our + bundled app before the system one, if any. + o Move the Key Manager to leap client repository. + o Move symmetric encryption code to leap.soledad. + o Refactor opengpg utility functions implementation so it uses a + context manager. + o Add OpenPGP sign/verify + o Add RAISE_WINDOW event + o Add AES-256 (CTR mode) encrypting/decrypting functions using + PyCrypto. |