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.
+
The rclzip filter can't handle utf-8 in path names for archive
members. An updated filter is
diff --git a/website/CHANGES.html b/website/CHANGES.html
index 4e3d81fb..c3979428 100644
--- a/website/CHANGES.html
+++ b/website/CHANGES.html
@@ -31,11 +31,10 @@
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
+ the
+ changelog, and a synthetic abstract in the
+ current 1.16 release notes).
+
C++ compiler. Its absence sometimes manifests itself by
diff --git a/website/release-1.15.html b/website/release-1.15.html
index 31cbe3d9..f13be069 100644
--- a/website/release-1.15.html
+++ b/website/release-1.15.html
@@ -70,15 +70,16 @@
detail.
Installing over an older version: 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 not need an index rebuild, the data was already in
- the index. 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.
+ indexes are mostly compatible with 1.11 indexes, but some features
+ depend on a full index rebuild. These are:
- If installing over 1.10 or older, you need a full
+
+
Filtering results from a given directory subtree.
+
Displaying simple filenames in the new result table.
+
+
+
+
If installing over 1.10 or older, you need a full
rebuild. The best way to do this is to just delete the old
.recoll/xapiandb directory,
especially if the index was created by an older version.
diff --git a/website/release-1.16.html b/website/release-1.16.html
new file mode 100644
index 00000000..51205922
--- /dev/null
+++ b/website/release-1.16.html
@@ -0,0 +1,93 @@
+
+
+
Note: 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.
+
+
Caveats
+
+
+
Installing over an older version: 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
+ (rm -rf ~/.recoll/xapiandb).
+ recollindex -z
+ will do the same in most cases.
+
+
+
Changes
+
+
Recoll 1.16 current change list:
+
+
+
+
Searches now allow negative directory filtering (all
+ results except from the specified directory). Other attempts
+ at still impossible negative searches
+ (ie: -mime: 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.
+
+
The GUI advanced search panel now allows specifying a
+ field for each entry (ie: author/recipient, etc).
+
+
Added filters for .war (Konqueror web archive) and .mhtm (other web
+ archive format).
+
+
Fixed bug which caused UTF-8 paths inside ZIP archives to
+ be mishandled. Also fix problem with colons inside archive
+ member paths.
+
+
Result table:
+
+
The detail area now has a popup menu similar
+ to the one in the result list (open parent, save to disk
+ etc.).
+
Estimated result counts are displayed in the status line.
+
Set row height according to default font size, and better
+ adjust row height and vertical text position in
+ cells.