summaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: fcc216e974cf73d8209d11bab9dd4eb02f685378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0.3.2 Sep 6:
  o Keep file watcher in memory to prevent losing file events.
  o Properly save the incoming mail as a doc in couch.
  o Properly parse mail address of the form "Name <user@domain>". Fixes #3653.

0.3.1 Aug 23:
  o Migrate mx functions to work on the new couchdb structure and
    views. Fixes #3502.
  o Update to new soledad package scheme (common, client and
    server). Closes #3487.
  o Add versioneer.

0.3.0 Aug 9:
  o Give a return code for bare usernames too. Closes: #3405
  o Adapt to Soledad 0.2.1 API.
  o Fix broken pip install
  o Fix alias lookup return codes. Closes: #3356
  o Use the new API to import a new ascii armored public key. Fixes
    #3352.
  o Add "incoming" index for ease of listing new email.
  o Add dependency for leap.keymanager.
  o Adapt to the new keymanager API. Closes #3397.