diff options
author | Kali Kaneko <kali@leap.se> | 2014-06-10 09:24:06 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-06-10 09:24:06 -0500 |
commit | b4f9979510a20375ab5c10203b97699f9e35888f (patch) | |
tree | dbe5189f8efa7a9c0c8240b4ebfa6b695999b6ab /CHANGELOG | |
parent | 1ff5b12759f29ea1901c66cd388dad991e32313d (diff) | |
parent | 5e29c85bae24784f4826b1ae735d2627a0e1d97f (diff) |
Merge tag '0.3.8' into deb-0.3.8
Tag leap.common version 0.3.8
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -1,28 +1,29 @@ -0.3.7 Apr 4: +0.3.8 Jun 6, 2014: + o Add Soledad sync status signals. Closes #5517. + +0.3.7 Apr 4, 2014: o Add memoized_method decorator. Closes #4784. o Add Soledad invalid auth token event. Closes #5191. o Support str type in email charset detection. --- 2014 -- - -0.3.6 Dec 6: +0.3.6 Dec 6, 2013: o Update some documentation and packaging bits. -0.3.5 Nov 1: +0.3.5 Nov 1, 2013: o Move get_email_charset to this module. -0.3.4 Oct 4: +0.3.4 Oct 4, 2013: o Add cert bundle including ca-cert certificate. Closes #3850. -0.3.3 Sep 20: +0.3.3 Sep 20, 2013: o Fix events server exception raising when port is occupied by some other process. Closes #3515. -0.3.2 Sep 06: +0.3.2 Sep 06, 2013: o Use dirspec instead of plain xdg. Closes #3574. o Correct use of CallbackAlreadyRegistered exception. -0.3.1 Aug 23: +0.3.1 Aug 23, 2013: o Add libssl-dev requirement for pyOpenSSL. o Make the server ping call be async inside events' ensure_server. Fixes #3355. @@ -33,23 +34,23 @@ o Add events for imap and keymanager notifications. Closes: #3480 o Add versioneer to handle versioning. -0.3.0 Aug 9: +0.3.0 Aug 9, 2013: 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: +0.2.7 Jul 26, 2013: 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: +0.2.6 Jul 12, 2013: 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: +0.2.5 Jun 28, 2013: 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. |