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