diff --git a/download/index.t2t b/download/index.t2t
index 1298d144a..1b27e5493 100644
--- a/download/index.t2t
+++ b/download/index.t2t
@@ -4,24 +4,28 @@ Grammatical Framework Download and Installation
%!style:../css/style.css
%!postproc(html):
%!postproc(html):
-%!postproc(html): |
-%!postproc(html): |
%!postproc(html):
+%!postproc(html): |
+%!postproc(html): |
-**GF 3.6** was released on 22 June 2014.
+**GF 3.6** was released on 23 June 2014.
What's new? See the [Release notes release-3.6.html].
== Binary packages ==
-| **Platform** | **Download** | **How to install**
-| Mac OS X | [gf-3.6-bin-intel-mac.tar.gz gf-3.6-bin-intel-mac.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.6-bin-intel-mac.tar.gz``
-%| Fedora (32-bit) | [Fedora RPMs /~hallgren/tmp/Fedora/] | ``sudo rpm -i ...``
-| Ubuntu (32-bit) | [gf_3.6-1_i386.deb gf_3.6-1_i386.deb] | ``sudo dpkg -i gf_3.6-1_i386.deb``
-| Ubuntu (64-bit) | [gf_3.6-1_amd64.deb gf_3.6-1_amd64.deb] | ``sudo dpkg -i gf_3.6-1_amd64.deb``
-| Windows | [gf-3.6-bin-windows.zip gf-3.6-bin-windows.zip] | ``unzip gf-3.6-bin-windows.zip``
-%| ... | ... | ...
+|| Platform | Download | Features | How to install
+| Mac OS X | [gf-3.6-bin-intel-mac.tar.gz gf-3.6-bin-intel-mac.tar.gz] | //GF+S+C+P// | ``sudo tar -C /usr/local -zxf gf-3.6-bin-intel-mac.tar.gz``
+%| Fedora (32-bit) | [Fedora RPMs /~hallgren/tmp/Fedora/] | //GF+S+C+P// | ``sudo rpm -i ...``
+| Ubuntu (32-bit) | [gf_3.6-1_i386.deb gf_3.6-1_i386.deb] | //GF+S+C+P// | ``sudo dpkg -i gf_3.6-1_i386.deb``
+| Ubuntu (64-bit) | [gf_3.6-1_amd64.deb gf_3.6-1_amd64.deb] | //GF+S+C+P// | ``sudo dpkg -i gf_3.6-1_amd64.deb``
+| Windows | [gf-3.6-bin-windows.zip gf-3.6-bin-windows.zip] | //GF+S// | ``unzip gf-3.6-bin-windows.zip``
+| MINGW | [gf-3.6-bin-i686-MINGW32_NT-6.1.tar.gz gf-3.6-bin-i686-MINGW32_NT-6.1.tar.gz] | //GF+S+C// | ``tar -C / gf-3.6-bin-i686-MINGW32_NT-6.1.tar.gz``
+%| ... | ... | | ...
+
+Features: GF = GF shell and grammar compiler and the Resource Grammar Library,
+S = ``gf -server`` mode, C = C run-time system, P = Python binding to the C run-time system
%More binary packages might be added later.
@@ -33,6 +37,11 @@ You will probably need to set the ``PATH`` and ``GF_LIB_PATH`` environment
variables, see Inari's notes on
[Installing GF on Windows http://www.grammaticalframework.org/~inari/gf-windows.html#toc3].
+The new experimental MINGW package is for use in the
+[MINGW http://www.mingw.org] environment in Windows. Unpack it in the MSYS shell
+(which is started with ``C:\MinGW\msys\1.0\msys.bat``).
+It should work out of the box without any additional settings.
+
The ``.deb`` packages work on Ubuntu 12.04, 13.10 and 14.04.
%The ``.pkg`` package works on MacOS X 10.6 (Snow Leopard).