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