This commit is contained in:
"Jean-Francois Dockes ext:(%22) 2011-04-20 19:20:02 +02:00
parent 02ff94e259
commit d8ed09c456
5 changed files with 119 additions and 13 deletions

View File

@ -39,6 +39,10 @@
<ul>
<li>The operations on the parent document in the result list
right click menu (Preview and Open), do not work, they
access the file's parent directory instead.</li>
<li>The rclzip filter can't handle utf-8 in path names for archive
members. An <a
href="http://www.recoll.org/filters/rclzip">updated filter</a> is

View File

@ -31,11 +31,10 @@
<h1>Recoll journal of user-visible changes </h1>
<h2><a name="1.15.0">1.15.0</a></h2>
<p>See the <a href="release-1.15.0.html">the release notes</a>.</p>
<h2><a name="1.14.4">1.14.4</a></h2>
<p>See the <a href="release-1.14.4.html">the release notes</a>.</p>
<p>Newer releases are described in their release notes document:</p>
<p><a href="release-1.15.html">1.15</a>
<a href="release-1.14.4.html">1.14.4</a>
</p>
<h2><a name="1.14.3">1.14.3</a></h2>
<ul>

View File

@ -107,6 +107,15 @@
(package watches( -->
<p><a href="recoll-1.15.7.tar.gz">recoll-1.15.7.tar.gz</a>.</p>
<h3>Snapshot</h3>
<p>I sometimes release a source tarfile when I consider that the
current development version is stable enough. The current
snapshot contains commits up to 2227 (see
<a href="https://bitbucket.org/medoc/recoll/changesets">the
changelog</a>, and a synthetic abstract in the
current <a href="release-1.16.html">1.16 release notes</a>).
<p><a href="betarecoll-1301507676.tar.gz">betarecoll-1301507676.tar.gz</a>.</p>
<h3>Prerequisites for building from source:</h3>
<ul>
<li>C++ compiler. Its absence sometimes manifests itself by

View File

@ -70,15 +70,16 @@
detail.</p>
<p><em>Installing over an older version</em>: version 1.15/14/13
indexes are mostly compatible with 1.11 indexes, but some new,
relatively minor, features (ie: duplicates collapsing) depend
on a full index rebuild. The 1.14 date search feature
does <i>not</i> need an index rebuild, the data was already in
the index. <i>The new 1.15 table will not be able to display
filenames without a full reindex (it does display the urls),
except for some previous custom field configurations</i>.</p>
indexes are mostly compatible with 1.11 indexes, but some features
depend on a full index rebuild. These are:
<br />If installing over 1.10 or older, you need a full
<ul>
<li>Filtering results from a given directory subtree.</li>
<li>Displaying simple filenames in the new result table.</li>
</ul>
</p>
<p>If installing over 1.10 or older, you need a full
rebuild. The best way to do this is to just delete the old
<span class="filename">.recoll/xapiandb</span> directory,
especially if the index was created by an older version.

93
website/release-1.16.html Normal file
View File

@ -0,0 +1,93 @@
<!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>Fixed bug which caused UTF-8 paths inside ZIP archives to
be mishandled. Also fix problem with colons inside archive
member paths.</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>
</ul>
</div>
</body>
</html>