Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/.topmsg
diff options
context:
space:
mode:
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg10
1 files changed, 6 insertions, 4 deletions
diff --git a/.topmsg b/.topmsg
index 76e731e..bb91966 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,8 +1,10 @@
From: Sascha Silbe <sascha@silbe.org>
-Subject: [PATCH] add (minimal) test suite (#1438)
+Subject: [PATCH] add and use type information for "known" properties (#1437)
+
+Bug #1342 has shown that it's necessary to know (and convert/check) the type
+of known properties (as we need to use xapian.sortable_serialise() on numeric
+types). This patch does that (but doesn't fix #1342 yet, that will be done on
+top of it).
-Add a minimal test suite for the data store operating on public DBus API
-level. Checks all public API calls, including some simple performance
-measurements.
Signed-off-by: Sascha Silbe <sascha@silbe.org>