diff options
author | Nick White <git@njw.name> | 2017-06-17 16:52:12 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2017-06-17 16:52:12 +0100 |
commit | d5d2797fbd85f6216122e3ea2f46ba111b401f1e (patch) | |
tree | b6934a70e8ba1fab39296e65309fe3c767e68582 | |
parent | b429bfb48ac23ccc04d6f25cc5e15f8d564b0139 (diff) | |
download | oed2dict-d5d2797fbd85f6216122e3ea2f46ba111b401f1e.tar.bz2 oed2dict-d5d2797fbd85f6216122e3ea2f46ba111b401f1e.zip |
Note that sort order has been fixed by Wolfgang Mueller1.2
-rw-r--r-- | BUGS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1 +1,4 @@ -Search results are not necessarily returned in order. This is probably unavoidable with the dict protocol. +Search results are not necessarily returned in order. This is +because historical versions of dictd's dictfmt tool doesn't use a +stable sort. This was fixed in commit e12dc72 (2017-06-15) by +Wolfgang Mueller. |