diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-22 15:26:51 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-22 15:26:51 -0400 |
commit | 6d1fb5598bd02cca04ece655c07fd04c73de0dab (patch) | |
tree | 24d8b2229d29997646258b185d561358a99b9c76 /changes | |
parent | 5af01e320574910bbcb0992229d47ffb49548666 (diff) | |
parent | a7d081a7ab1c5a280cfc3bc90cda9d3e5710480f (diff) |
Merge remote-tracking branch 'origin/develop' into debian
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_new_couch_structure | 2 | ||||
-rw-r--r-- | changes/feature_3487-split-soledad-into-common-client-and-server | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug_new_couch_structure b/changes/bug_new_couch_structure new file mode 100644 index 0000000..eea0ced --- /dev/null +++ b/changes/bug_new_couch_structure @@ -0,0 +1,2 @@ + o Migrate mx functions to work on the new couchdb structure and + views. Fixes #3502.
\ No newline at end of file diff --git a/changes/feature_3487-split-soledad-into-common-client-and-server b/changes/feature_3487-split-soledad-into-common-client-and-server new file mode 100644 index 0000000..4698323 --- /dev/null +++ b/changes/feature_3487-split-soledad-into-common-client-and-server @@ -0,0 +1,2 @@ + o Update to new soledad package scheme (common, client and server). Closes + #3487. |