--- a/website/pages/recoll-windows.txt
+++ b/website/pages/recoll-windows.txt
@@ -2,55 +2,27 @@
 Jean-Francois Dockes <jf at dockes.org>
 :date:
 
-:recollversion: 1.23.0-2477ad-20161115
+:recollversion: 1.23.0-2bfd80-20161115
 
 image:recoll-windows10-thumb.png[link="recoll-windows10.png"]
 
 Recoll for Windows was built on Windows 7, and tried on Windows 7 and
-10. It now seems quite stable (15  2016)
+10. It does not work on Windows XP.
 
 Recoll is free and licensed under the GPL. You will be asked to accept the
 license during the installation. For a regular user, and in a nutshell, the
 license means that you are free to do what you want with the program (use,
 copy, share, etc.). If you are a developper and intend to modify and
-distribute the program, you probably know the GPL. Else you should read it.
+distribute the program, you probably know the GPL, else you should read it.
 
-If you like Recoll on Windows, please help with maintaining the application:
-
+If you use Recoll on Windows, please consider contributing to its development:
 image:/donations/btn_donate_LG.gif[link="/donations/index.html"]
 
-Also, I would very much like to get some feedback from actual Windows users
-(I am only a visitor to Windows...). Is this useful at all{nbsp}? What would
-make it more useful{nbsp}? You can use the Disqus comments section at the bottom
-of this page, send an email, or use the
-https://bitbucket.org/medoc/recoll/issues[BitBucket Recoll issues tracker].
+== Installation
 
-NOTE: Especially, I would like information about system compatibility. It
-seems that Recoll does not work on Windows XP, and there is little I can do
-about it. I know that it runs on Windows 7 32 bits, and Windows 10 64 bits
-(my two Virtualbox instances). I have a report that the installer sometimes
-crashes on Windows 7 64 bits (not always, I also have success reports). I
-would really like more data points. Please send me news of your success or
-failure.
-
-NOTE: About the installer: this needs administrator rights, in order to
-install to `C:\Program Files`. If you want to install on a machine where
-you have no administrator rights, you can use the
-http://www.recoll.org/windows/recoll-archive-{recollversion}.7z[installation
-directory archive] instead and extract it anywhere, this works just the
-same (you will need the free http://www.7-zip.org/[7z] to extract it). If
-you are in this case, you can ignore the setup-related steps of the
-procedure of course.
-
-
-I have started a small link:recoll-windows-faq.html[Recoll on MS-Windows FAQ].
-
-Procedure: 
-
-- Download the Recoll setup file from the
+- Download the 
   http://www.recoll.org/windows/recoll-setup-{recollversion}.exe[Recoll
-  web site], or (probably faster) from 
-  https://bitbucket.org/medoc/recoll/downloads/recoll-setup-{recollversion}.exe[BitBucket].
+  setup file].
 
 - Execute the setup file. This is a vanilla installer generated by Inno
   Setup, and it will ask the usual questions.
@@ -64,29 +36,49 @@
   http://www.7-zip.org/. This is only useful if you need to index files
   compressed with Unix methods (not needed for zip files).
 
+NOTE: The installer needs administrator rights in order to install to
+`C:\Program Files`. If you want to install on a machine where you have no
+administrator rights, you can use the
+http://www.recoll.org/windows/recoll-archive-{recollversion}.7z[installation
+directory archive] instead and extract it anywhere, this works just the
+same (you will need the free http://www.7-zip.org/[7z] to extract it). If
+you are in this case, you can ignore the setup-related steps of the
+procedure of course.
+
+== Configuration
+
 - Start recoll. It will ask if you want to customize the configuration.
   The default is to index the content of your user directory. Then start
   indexing. This can take some time.
+- The default result list font is particularly ugly. Change it from 
+  `Preferences->GUI Configuration->Result List->Result List Font`
 
-The default result list font is particularly ugly. Change it from 
-`Preferences->GUI Configuration->Result List->Result List Font`
-  
-For those of you who would like to build themselves and possibly work on
-improving the Windows version, the link:recoll-mingw.html[build instructions].
+- Have a look at the
+  https://www.lesbonscomptes.com/recoll/usermanual/webhelp/docs/index.html[Recoll
+manual] !
+- I have also started a small link:recoll-windows-faq.html[Recoll on
+  MS-Windows FAQ]. 
 
+== Support
+
+Please use the 
+https://bitbucket.org/medoc/recoll/issues[BitBucket Recoll issues tracker]
+for reporting problems, or contact me by email: jfd at recoll.org.
 
 
 == Known problems:
 
 - Indexing is very slow, especially when using external commands (e.g. for
   PDF files). I don't know if this is a case of my doing something stupid,
-  or if the general architecture is really bad fitted for windows. If
+  or if the general architecture is really bad fitted for Windows. If
   someone with good Windows programming knowledge reads this, I'd be very
-  interested by a discussion.
+  interested by a discussion. Windows indexing can be ten times slower than
+  the Linux version. The index formats are compatible, so, if you have
+  shared Linux/Windows data, it's best to process it on Linux.
 
-- Filtering by directory location ('dir:' clauses) is currently
-  case-sensitive, including drive letters. This will hopefully be fixed in
-  a future version.
+- Filtering by directory location ('dir:' clauses) used to be
+  case-sensitive, including drive letters. This is hopefully fixed by the
+  November 2016 version.
 
 - Also, when filtering the search with a `dir:` clause, an absolute path
   should be specified as `/c/mydir` instead of `c:/mydir`
@@ -96,6 +88,12 @@
   `recollindex.exe` from a command window).
 
 == Change Log
+
+Changes in 20161115
+
+- File path names case sensitivity and other small path issues should be fixed.
+- Based on Xapian 1.4. New stemming languages are available (e.g. Arabic).
+- Fixed date display encoding issues.
 
 Changes in 20160414