File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,9 @@ Fixed:
140140 default config.ini based on configuration.py.
141141- issue2551040: New release of psycopg2 drops support for psycopg1 -
142142 need to rewrite. Now uses psycopg2 throughout. (John Rouillard)
143+ - issue2551009: Flint not supported error during reindex. Upgrading
144+ doc updates to discuss this when reindexing. (Reported by Gabi,
145+ Change by John Rouillard)
143146
1441472018-07-13 1.6.0
145148
Original file line number Diff line number Diff line change 244244 X-Roundup-issue-category: Network, Security, Linux
245245
246246Then you can set up a filter looking for X-Roundup-issue-category
247- followed by Network or Security in your mail program. Directions on
248- using your mail program ae beyond the scope of theis FAQ entry.
247+ followed by Network or Security in your mail program.
248+
249+ Also for newer (post version 1.6.X) releases there is also a header:
250+
251+ X-Roundup-issue-Id: 22
252+
253+ for messages from issue22. Directions on using your mail program are
254+ beyond the scope of this FAQ entry.
249255
250256(If you don't see a header for a multilink or link property, look for
251257msg_header_property in the roundup docs. In some cases you have to
Original file line number Diff line number Diff line change @@ -334,7 +334,16 @@ the indexer value. If this is failing most likely you need to set
334334
335335Alternatively you can do a
336336'''roundup-admin -i /path/to/tracker reindex'''
337- to generate a new index using roundup's preferred indexer from the list above.
337+ to generate a new index using roundup's preferred indexer from the
338+ list above.
339+
340+ Xapian error with flint when reindexing
341+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
342+ If you reindex and are using xapian, you may get the error that
343+ "flint" is not supported (looks like flint was removed after xapian
344+ 1.2.x). To fix this, you can delete the full text search database
345+ located in the tracker home directory in the file '''db/text-index'''
346+ and then perform a reindex.
338347
339348Stemming improved in Xapian Indexer
340349-----------------------------------
You can’t perform that action at this time.
0 commit comments