Parent: [705d74] (diff)

Child: [44e6c8] (diff)

Download this file

release-1.16.html    104 lines (80 with data), 3.7 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Recoll 1.16 series release notes</title>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<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=iso-8859-1">
<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.16.x</h1>
<p><em>Note:</em> No release has been made yet in this
series. This document documents the progress of development, and
the state of snapshots sometimes found on the download page, in
a form which will hopefuly be found easier to read than the
Mercurial changelog on BitBucket.</p>
<h2>Caveats</h2>
<p><em>Installing over an older version</em>: 1.16 snapshots are
fully compatible with 1.15 indexes for now. Perform a full index
pass if installing over an older version. The simplest way to do
this is to quit all recoll programs and just delete the index
directory
(<span class="literal">rm&nbsp;-rf&nbsp;~/.recoll/xapiandb</span>).
<span class="literal">recollindex&nbsp;-z</span>
will do the same in most cases.</p>
<h2>Changes</h2>
<p>Recoll 1.16 current change list:</p>
<ul>
<li>Searches now allow negative directory filtering (all
results except from the specified directory). Other attempts
at still impossible negative searches
(ie: <span class="literal">-mime:</span> now cause
explicit errors messages instead of lame results. The
inverted directory filtering is accessible from the query
language and by checking a checkbox in the advanced search panel.</li>
<li>The GUI advanced search panel now allows specifying a
field for each entry (ie: author/recipient, etc).</li>
<li>Added filters for .war (Konqueror web archive) and .mhtm (other web
archive format).</li>
<li>Result table:
<ul>
<li>The detail area now has a popup menu similar
to the one in the result list (open parent, save to disk
etc.).</li>
<li>Estimated result counts are displayed in the status line.</li>
<li>Set row height according to default font size, and better
adjust row height and vertical text position in
cells.</li>
</ul>
<li>Fixed bugs:
<ul>
<li>UTF-8 paths inside ZIP archives were mishandled. Also
fixes problem with colons inside archive member
paths.</li>
<li>Fixed GUI result list doc parent operations (open/preview)
which were broken in 1.15.</li>
<li>Fixed case where indexing could hang or crash after an
error occured while indexing an archive member (which
should have affected only the relevant document).</li>
</ul>
</li>
</ul>
</div>
</body>
</html>