summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-08-26 15:42:21 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-08-26 15:49:37 -0300
commit20966f78951d734f100ed6a6a6feedd15dbe79e7 (patch)
tree60018847c2f114ca9355fa766ff73c404b40dfa7
parentdf1ecbe007dc49c49eb462264d7cc7047db7fb87 (diff)
[pkg] fold in changes0.7.2
-rw-r--r--CHANGELOG24
-rw-r--r--client/changes/bug_7386_fix-hanging-sync2
-rw-r--r--client/changes/bug_avoid-double-decryption1
-rw-r--r--client/changes/bug_fix-order-of-incoming-document-events1
-rw-r--r--client/changes/bug_move-sync-db-and-encpool-creation-to-api1
-rw-r--r--client/changes/bug_wrong-sqlcipher-passphrase-now-raises-correctly1
-rw-r--r--client/changes/feat-7338_refactor_crypto1
-rw-r--r--client/changes/feat-refactor_decr_pool1
-rw-r--r--client/changes/feature-improve-sync-status-info2
-rw-r--r--client/changes/feature_6980_remove-mac-from-secrets-file1
-rw-r--r--client/changes/pkg_improved-scripts-and-deps1
-rw-r--r--client/changes/refactor_encdec-pool-startstop2
-rw-r--r--client/changes/refactor_remove-simplejson-dep1
-rw-r--r--client/changes/style_lots-of-style-changes1
-rw-r--r--common/changes/refactor_remove-simplejson-dep1
-rw-r--r--server/changes/refactor_remove-simplejson-dep1
16 files changed, 24 insertions, 18 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a6d1558e..a3a824cc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,27 @@
+0.7.2 Aug 26, 2015:
+Client:
+ o Remove MAC from secrets file. Closes #6980.
+ o refactor SoledadCrypto to remove circular dependency with SoledadSecrets.
+ Closes #7338.
+ o Improve how we send information on SOLEDAD_SYNC_SEND_STATUS and in
+ SOLEDAD_SYNC_RECEIVE_STATUS. Related to Feature #7353.
+ o Fix hanging sync by properly waiting db initialization on sync decrypter
+ pool. Closes #7686.
+ o Avoid double decryption of documents.
+ o Fix the order of the events emited for incoming documents.
+ o bugfix: move sync db and encpool creation to api.
+ o Bugfix: wrong sqlcipher passphrase now raises correctly.
+ o Refactor decription pool and http target to use a deferred instead of a
+ waiting loop.
+ o Improve helper scripts and dependencies listing.
+ o Refactor enc/dec pool to standardize start/stop of the pools.
+ o Add tests for enc/dec pool.
+
+Client, Server, Common:
+ o Lots of code restyling to pass CI tests.
+ o Lots of work done to get tests passing.
+ o Remove dependency on simplejson.
+
0.7.1 Jul 10, 2015:
Client:
o Fix sync encrypter pool close queue error. Closes #7088.
diff --git a/client/changes/bug_7386_fix-hanging-sync b/client/changes/bug_7386_fix-hanging-sync
deleted file mode 100644
index 990aa919..00000000
--- a/client/changes/bug_7386_fix-hanging-sync
+++ /dev/null
@@ -1,2 +0,0 @@
- o Fix hanging sync by properly waiting db initialization on sync decrypter
- pool. Closes #7686.
diff --git a/client/changes/bug_avoid-double-decryption b/client/changes/bug_avoid-double-decryption
deleted file mode 100644
index 184da75b..00000000
--- a/client/changes/bug_avoid-double-decryption
+++ /dev/null
@@ -1 +0,0 @@
- o Avoid double decryption of documents.
diff --git a/client/changes/bug_fix-order-of-incoming-document-events b/client/changes/bug_fix-order-of-incoming-document-events
deleted file mode 100644
index 0cdb5d3d..00000000
--- a/client/changes/bug_fix-order-of-incoming-document-events
+++ /dev/null
@@ -1 +0,0 @@
- o Fix the order of the events emited for incoming documents.
diff --git a/client/changes/bug_move-sync-db-and-encpool-creation-to-api b/client/changes/bug_move-sync-db-and-encpool-creation-to-api
deleted file mode 100644
index dc16807f..00000000
--- a/client/changes/bug_move-sync-db-and-encpool-creation-to-api
+++ /dev/null
@@ -1 +0,0 @@
-o bugfix: move sync db and encpool creation to api.
diff --git a/client/changes/bug_wrong-sqlcipher-passphrase-now-raises-correctly b/client/changes/bug_wrong-sqlcipher-passphrase-now-raises-correctly
deleted file mode 100644
index 85a1625b..00000000
--- a/client/changes/bug_wrong-sqlcipher-passphrase-now-raises-correctly
+++ /dev/null
@@ -1 +0,0 @@
-o Bugfix: wrong sqlcipher passphrase now raises correctly.
diff --git a/client/changes/feat-7338_refactor_crypto b/client/changes/feat-7338_refactor_crypto
deleted file mode 100644
index d5afa96c..00000000
--- a/client/changes/feat-7338_refactor_crypto
+++ /dev/null
@@ -1 +0,0 @@
-- refactor SoledadCrypto to remove circular dependency with SoledadSecrets (Closes: 7338)
diff --git a/client/changes/feat-refactor_decr_pool b/client/changes/feat-refactor_decr_pool
deleted file mode 100644
index 7a567bcc..00000000
--- a/client/changes/feat-refactor_decr_pool
+++ /dev/null
@@ -1 +0,0 @@
-- Refactor decription pool and http target to use a deferred instead of a waiting loop.
diff --git a/client/changes/feature-improve-sync-status-info b/client/changes/feature-improve-sync-status-info
deleted file mode 100644
index f563e375..00000000
--- a/client/changes/feature-improve-sync-status-info
+++ /dev/null
@@ -1,2 +0,0 @@
-- Improve how we send information on SOLEDAD_SYNC_SEND_STATUS and in
- SOLEDAD_SYNC_RECEIVE_STATUS. Related to Feature #7353.
diff --git a/client/changes/feature_6980_remove-mac-from-secrets-file b/client/changes/feature_6980_remove-mac-from-secrets-file
deleted file mode 100644
index 6a424013..00000000
--- a/client/changes/feature_6980_remove-mac-from-secrets-file
+++ /dev/null
@@ -1 +0,0 @@
- o Remove MAC from secrets file. Closes #6980.
diff --git a/client/changes/pkg_improved-scripts-and-deps b/client/changes/pkg_improved-scripts-and-deps
deleted file mode 100644
index f4bf2e26..00000000
--- a/client/changes/pkg_improved-scripts-and-deps
+++ /dev/null
@@ -1 +0,0 @@
-o Improve helper scripts and dependencies listing.
diff --git a/client/changes/refactor_encdec-pool-startstop b/client/changes/refactor_encdec-pool-startstop
deleted file mode 100644
index faa318c8..00000000
--- a/client/changes/refactor_encdec-pool-startstop
+++ /dev/null
@@ -1,2 +0,0 @@
- o Refactor enc/dec pool to standardize start/stop of the pools.
- o Add tests for enc/dec pool.
diff --git a/client/changes/refactor_remove-simplejson-dep b/client/changes/refactor_remove-simplejson-dep
deleted file mode 100644
index 8fb59626..00000000
--- a/client/changes/refactor_remove-simplejson-dep
+++ /dev/null
@@ -1 +0,0 @@
- o Remove dependency on simplejson.
diff --git a/client/changes/style_lots-of-style-changes b/client/changes/style_lots-of-style-changes
deleted file mode 100644
index 039042ea..00000000
--- a/client/changes/style_lots-of-style-changes
+++ /dev/null
@@ -1 +0,0 @@
-o Lots of code restyling to pass CI tests.
diff --git a/common/changes/refactor_remove-simplejson-dep b/common/changes/refactor_remove-simplejson-dep
deleted file mode 100644
index 8fb59626..00000000
--- a/common/changes/refactor_remove-simplejson-dep
+++ /dev/null
@@ -1 +0,0 @@
- o Remove dependency on simplejson.
diff --git a/server/changes/refactor_remove-simplejson-dep b/server/changes/refactor_remove-simplejson-dep
deleted file mode 100644
index 8fb59626..00000000
--- a/server/changes/refactor_remove-simplejson-dep
+++ /dev/null
@@ -1 +0,0 @@
- o Remove dependency on simplejson.