diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-23 11:41:53 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-23 11:41:53 -0300 |
commit | a10924b0e2cf19feb673f23ff34707a663001335 (patch) | |
tree | 3cd91411c24e0cbdcd27374f274500fd8880058f /changes | |
parent | 525b61b3fa602f93e37439defca6cbd4acc56401 (diff) |
Fold in changes0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-update-readme-requirements | 1 | ||||
-rw-r--r-- | changes/bug_3497-check-for-none-in-priv-db | 1 | ||||
-rw-r--r-- | changes/feature_add-xsalsa20-encryption-method | 1 | ||||
-rw-r--r-- | changes/feature_use-pycryptopp-for-symmetric-encryption | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/changes/bug-update-readme-requirements b/changes/bug-update-readme-requirements deleted file mode 100644 index fedb78cf..00000000 --- a/changes/bug-update-readme-requirements +++ /dev/null @@ -1 +0,0 @@ - o Add libsqlite3-dev requirement for soledad. diff --git a/changes/bug_3497-check-for-none-in-priv-db b/changes/bug_3497-check-for-none-in-priv-db deleted file mode 100644 index 26365ec8..00000000 --- a/changes/bug_3497-check-for-none-in-priv-db +++ /dev/null @@ -1 +0,0 @@ - o Check for None in private methods that depend on _db. Closes: #3497 diff --git a/changes/feature_add-xsalsa20-encryption-method b/changes/feature_add-xsalsa20-encryption-method deleted file mode 100644 index 66b97de8..00000000 --- a/changes/feature_add-xsalsa20-encryption-method +++ /dev/null @@ -1 +0,0 @@ - o Add XSalsa20 symmetric encryption method. diff --git a/changes/feature_use-pycryptopp-for-symmetric-encryption b/changes/feature_use-pycryptopp-for-symmetric-encryption deleted file mode 100644 index 1f28db97..00000000 --- a/changes/feature_use-pycryptopp-for-symmetric-encryption +++ /dev/null @@ -1 +0,0 @@ - o Use pycryptopp for symmetric encryption. |