Child: [e48c1a] (diff)

Download this file

release-1.23.html    148 lines (126 with data), 6.1 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Recoll 1.23 series release notes</title>
<meta name="Author" content="Jean-Francois Dockes">
<meta name="Description"
content="recoll is a simple full-text search system for unix and linux based on the powerful and mature xapian engine">
<meta name="Keywords" content="full text search, desktop search, unix, linux">
<meta http-equiv="Content-language" content="en">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="robots" content="All,Index,Follow">
<link type="text/css" rel="stylesheet" href="styles/style.css">
</head>
<body>
<div class="rightlinks">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Downloads</a></li>
<li><a href="doc.html">Documentation</a></li>
</ul>
</div>
<div class="content">
<h1>Release notes for Recoll 1.23.x</h1>
<h2>Caveats</h2>
<p><em>Installing over an older version</em>: 1.19-21 </p>
<p>Some of the input handlers were converted from shell scripts
to Python programs, and some helper dependancies changed. For
example, you will need to install python-libxml2 and
python-libxslt1 in most cases (for replacing xsltproc).</p>
<p>1.20-23 indexes are fully compatible. Installing 1.23
over an 1.19 index is possible, but there have been small
changes in the way compound words (e.g. email addresses) are
indexed, so it will be best to reset the index. Still, in a
pinch, 1.23 search can mostly use an 1.19 index. </p>
<p>Always reset the index if you do not know by which version it
was created (e.g.: you're not sure it's at least 1.18). The
best method is to quit all Recoll programs and delete the
index directory (<span class="literal">
rm��-rf��~/.recoll/xapiandb</span>), then start <code>recoll</code>
or <code>recollindex</code>. <br>
<span class="literal">recollindex -z</span> will do the same
in most, but not all, cases. It's better to use
the <tt>rm</tt> method, which will also ensure that no debris
from older releases remain (e.g.: old stemming files which are
not used any more).</p>
<p>Case/diacritics sensitivity is off by default. It can be
turned on <em>only</em> by editing
recoll.conf (
<a href="usermanual/usermanual.html#RCL.INDEXING.CONFIG.SENS">
see the manual</a>). If you do so, you must then reset the
index.</p>
<h2>Changes in Recoll 1.23.0</h2>
<p>Recoll 1.23 has few user-visible changes. The relase was
created mostly because some of the minor feature changes are
critical from some niche Recoll uses (e.g.: the improved audio
file properties indexing), and because the changes to the
logging system were too extensive for a minor version.</p>
<ul>
<li>Internal only: the code now uses some C++11 features
(e.g. std::threads, std::mutex) to replace home-grown
hacks. In consequence, a C++11 compiler is now required for
building.</li>
<li>Configuration: some list configuration variables,
namely <tt>skippedNames</tt>, <tt>noContentSuffixes</tt>,
and <tt>xallexcepts</tt>, have acquired variants suffixed
with <tt>+</tt> or <tt>-</tt> for adding or removing
values from the default value, which is a longish list,
which hence does not need to be copied for modification any
more.</li>
<li>New <tt>nomd5types</tt> variable for listing types of
files for which we should not compute an MD5 hash (used for
duplicates detection). See the manual for details. The
default list excludes the audio file types.</li>
<li>Unicode BOM detection for text files</li>
<li>Allow using full CSS style for term highlighting, not just
color.</li>
<li><em>execm</em> input handlers now have an alternate method
to set metadata fields, easier than HTML meta fields.</li>
</ul>
<h2>Minor releases</h2>
<ul>
<li>1.22.4:
<ul>
<li>Fix advanced search 'start search' button doing
nothing under qt5.</li>
<li>Fix html escaping with newer versions of
pdftotext.</li>
<li>New Danish and Dutch messages.</li>
</ul>
</li>
<li>1.22.3:
<ul>
<li>Python module: do not limit result fetches to initial
Xapian result count, which is often underestimated.</li>
<li>Small bug fix in the text splitter: which resulted in
missing results when matching a file name extension
using, e.g. filename:doc$ instead of ext:doc.</li>
<li>Added suffix associations for .java and .sql, to fix
problems caused by the switch from 'file' to 'xdg-mime'.</li>
</ul>
</li>
<li>1.22.2:
<ul>
<li>Small fixes for building the KIO</li>
<li>Fixed debian packaging issues.</li>
</ul>
</li>
<li>1.22.1:
<ul>
<li>Sidestep bus error in qt exit code by calling _exit()
instead of exit() in GUI exit code.</li>
<li>Eliminate the dependance of librecoll.so on libX11.</li>
<li>Hungarian translation.</li>
<li>GUI: enable displaying the Xapian docid in the result
list with %x.</li>
<li>GUI, advanced search: fix crash which occurred when
restoring clause list bigger than the default size (6
clauses).</li>
<li>The documentation (user manual and man page) for
recoll.conf is now generated from the structured
comments in the sample file.</li>
</ul>
</li>
</div>
</body>
</html>