summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-08-26 15:29:35 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-08-26 15:47:57 -0300
commitdf1ecbe007dc49c49eb462264d7cc7047db7fb87 (patch)
treecb1559aa83e648e4f7b604e44db5765ded9aa572
parent4f52359fe9a5d05743963d51388f042c2a3b0270 (diff)
[pkg] add missing changes files
-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/pkg_improved-scripts-and-deps1
-rw-r--r--client/changes/style_lots-of-style-changes1
4 files changed, 4 insertions, 0 deletions
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
new file mode 100644
index 00000000..dc16807f
--- /dev/null
+++ b/client/changes/bug_move-sync-db-and-encpool-creation-to-api
@@ -0,0 +1 @@
+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
new file mode 100644
index 00000000..85a1625b
--- /dev/null
+++ b/client/changes/bug_wrong-sqlcipher-passphrase-now-raises-correctly
@@ -0,0 +1 @@
+o Bugfix: wrong sqlcipher passphrase now raises correctly.
diff --git a/client/changes/pkg_improved-scripts-and-deps b/client/changes/pkg_improved-scripts-and-deps
new file mode 100644
index 00000000..f4bf2e26
--- /dev/null
+++ b/client/changes/pkg_improved-scripts-and-deps
@@ -0,0 +1 @@
+o Improve helper scripts and dependencies listing.
diff --git a/client/changes/style_lots-of-style-changes b/client/changes/style_lots-of-style-changes
new file mode 100644
index 00000000..039042ea
--- /dev/null
+++ b/client/changes/style_lots-of-style-changes
@@ -0,0 +1 @@
+o Lots of code restyling to pass CI tests.