summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-23 11:41:53 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-23 11:41:53 -0300
commita10924b0e2cf19feb673f23ff34707a663001335 (patch)
tree3cd91411c24e0cbdcd27374f274500fd8880058f /changes
parent525b61b3fa602f93e37439defca6cbd4acc56401 (diff)
Fold in changes0.3.1
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-update-readme-requirements1
-rw-r--r--changes/bug_3497-check-for-none-in-priv-db1
-rw-r--r--changes/feature_add-xsalsa20-encryption-method1
-rw-r--r--changes/feature_use-pycryptopp-for-symmetric-encryption1
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.