diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-13 14:25:57 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-13 14:27:01 -0400 |
commit | ddff9c2dda51fd28dcdc8e2db998d7254f69a41b (patch) | |
tree | b000723d9c7e54f0ac163e54f8d0d6fcd829209a /CHANGELOG | |
parent | cc8dd1e7f3d64ae6d7d69ed08a4346bfabfe7b22 (diff) | |
parent | 0e721b1b47c3b94f6d4d6709e34b6b816f9fd810 (diff) |
Merge tag '0.3.0' into debian
Tag leap.common version 0.3.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..81c5f96 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,37 @@ +0.3.0 Aug 9: + o OSX: Fix problem with path prefix not returning the correct + value. Fixes #3273. + o Check if schema exists before load a config. Related to #3310. + o Handle schemas and api versions in base class. Related to #3310. + +0.2.7 Jul 26: + o Refactor events so components are now called clients. Closes #3246 + o Add leap_check helper method, to use whenever leap_assert does not + apply. Related to #3007. + +0.2.6 Jul 12: + o Improve leap_assert so that it only prints the traceback from the + leap_assert call up. Closes #2895 + o Add OSX temp directories to the basetests class. + +0.2.5 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. |