2 o Use dirspec instead of plain xdg. Closes #3574.
3 o Correct use of CallbackAlreadyRegistered exception.
6 o Add libssl-dev requirement for pyOpenSSL.
7 o Make the server ping call be async inside events'
8 ensure_server. Fixes #3355.
9 o Requirements in setup are taken from requirements.pip
10 o Updated requirements.
11 o Add IMAP_UNREAD_MAIL event.
12 o Add events for SMTP relay signaling. Closes #3464.
13 o Add events for imap and keymanager notifications. Closes: #3480
14 o Add versioneer to handle versioning.
17 o OSX: Fix problem with path prefix not returning the correct
19 o Check if schema exists before load a config. Related to #3310.
20 o Handle schemas and api versions in base class. Related to #3310.
23 o Refactor events so components are now called clients. Closes #3246
24 o Add leap_check helper method, to use whenever leap_assert does not
25 apply. Related to #3007.
28 o Improve leap_assert so that it only prints the traceback from the
29 leap_assert call up. Closes #2895
30 o Add OSX temp directories to the basetests class.
33 o Bugfix: use the provider's default language as default
34 string. Also take care (and note) a possible case with a
35 problematic provider misconfiguration. Closes #3029.
36 o Add data files to setup and manifest (certificates for tests)
37 o Allow absolute paths in baseconfig.load
38 o Fix deprecation warnings
39 o Fix attempt to fetch private keys from server.
41 o Add possibility of unregistering callbacks for a signal.
42 o Add a mechanism for events signaling between components.
43 o Prioritize the path_extension in the which method so it finds our
44 bundled app before the system one, if any.
45 o Move the Key Manager to leap client repository.
46 o Move symmetric encryption code to leap.soledad.
47 o Refactor opengpg utility functions implementation so it uses a
49 o Add OpenPGP sign/verify
50 o Add RAISE_WINDOW event
51 o Add AES-256 (CTR mode) encrypting/decrypting functions using