summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-12-13 15:56:17 -0300
committerTomás Touceda <chiiph@leap.se>2013-12-13 15:56:17 -0300
commit0a431c1d86717ff796b4eea336d4574cd281b32c (patch)
tree5e90046de8e2e05fd5a14c7b3ad131570fa8471b /changes
parentabe0c772c49922bd3b33894182c3b064256e98cd (diff)
parentd1719ca40f6c7838fb41915706960c822f081237 (diff)
Merge remote-tracking branch 'refs/remotes/kali/feature/efficient-indexing' into develop
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT1
-rw-r--r--changes/feaure_4616_fix_mail_indexing1
2 files changed, 2 insertions, 0 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
index 032b26a..1d5643f 100644
--- a/changes/VERSION_COMPAT
+++ b/changes/VERSION_COMPAT
@@ -8,4 +8,5 @@
#
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
+leap.soledad.client 0.5.0 # get_count_by_index
diff --git a/changes/feaure_4616_fix_mail_indexing b/changes/feaure_4616_fix_mail_indexing
new file mode 100644
index 0000000..6e94100
--- /dev/null
+++ b/changes/feaure_4616_fix_mail_indexing
@@ -0,0 +1 @@
+ o Makes efficient use of indexes and count method. Closes: #4616