diff --git a/download/index-3.5.t2t b/download/index-3.5.t2t index 10da407bc..dac1a0ddc 100644 --- a/download/index-3.5.t2t +++ b/download/index-3.5.t2t @@ -8,7 +8,7 @@ Grammatical Framework Download and Installation %!postproc(html): %!postproc(html):
-**GF 3.5** has not been released yet
+**GF 3.5** was released on 6 August 2013.
What's new? See the [Release notes release-3.5.html].
@@ -20,15 +20,15 @@ What's new? See the [Release notes release-3.5.html].
%| Fedora (32-bit) | [Fedora RPMs /~hallgren/tmp/Fedora/] | ``sudo rpm -i ...``
| Ubuntu (32-bit) | [gf_3.5-1_i386.deb gf_3.5-1_i386.deb] | ``sudo dpkg -i gf_3.5-1_i386.deb``
| Ubuntu (64-bit) | [gf_3.5-1_amd64.deb gf_3.5-1_amd64.deb] | ``sudo dpkg -i gf_3.5-1_amd64.deb``
-| Windows | [gf-3.5-bin-windows.zip gf-3.5-bin-windows.zip] |
+| Windows | [gf-3.5-bin-windows.zip gf-3.5-bin-windows.zip] | ``unzip gf-3.5-bin-windows.zip``
%| ... | ... | ...
%More binary packages might be added later.
===Notes===
-%The Windows package is installed by just unpacking it anywhere.
-%It finds the libraries relative to the ``.exe`` file.
+The Windows package is installed by just unpacking it anywhere.
+It finds the libraries relative to the ``.exe`` file.
The ``.deb`` packages work on Ubuntu 12.04, 12.10 and 13.04.
@@ -94,7 +94,7 @@ manually. Here is one way to do this:
**Note 2**.
We recommend using GHC 7.6 (which is part of the Haskell Platform 2013.2.0.0)
or GHC 7.4 (which is part of the Haskell Platform 2012.4.0.0).
-Older versions of GHC (6.12 and 7.0) still work for the most part.
+Older versions of GHC (6.12 and 7.0) probably still work for the most part.
(For example, there is a issue with error reporting in ``gf -server``
when compiled with GHC 7.0.)
%GF does **not** compile with the most recent versions of Alex (>=3.0).
diff --git a/download/release-3.5.t2t b/download/release-3.5.t2t
index 4a6339272..c05c36f26 100644
--- a/download/release-3.5.t2t
+++ b/download/release-3.5.t2t
@@ -26,6 +26,8 @@ of GF 3.4.
and variants have been fixed.
- A portability problem with PGF files has been fixed. It could cause problems
when PGF files were produced on a 32-bit system and used on a 64-bit system.
+
+
- The new runtime in C (in [/src/runtime/c/ ../src/runtime/c/])
is now stable enough to be used although there
are still features from the Haskell runtime which are not ported yet.
@@ -50,7 +52,8 @@ of GF 3.4.
- New languages in the Resource Grammar Library: Greek, Maltese
(see the [updated synopsis ../lib/doc/synopsis.html]).
-- Various improvements for several other languages, e.g. [...]
+- Various improvements for several other languages.
+%, e.g. [...]
- Updated web-based RGL browser ([/lib/doc/browse/ ../lib/doc/browse/]),
with search-by-type and inbuilt syntax tree builder.
@@ -60,13 +63,13 @@ of GF 3.4.
- Word alignment diagrams can now be restricted to a subset
of the languages supported by the grammar.
- Minibar: you can now click on a linearization to obtain a table with all
- variants and forms
-- Support for [cross-site HTTP requests https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS]...
+ variants and forms.
+- Support for [cross-site HTTP requests https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS].
- A UTF-8 decoding problem in ``gf -server`` has been fixed.
It was caused by a backward incompatible change in
[``network-2.4.1.1`` https://github.com/haskell/network/commit/f2168b1f8978b4ad9c504e545755f0795ac869ce].
- Various other small improvements and bug fixes.
-- [...]
+%- [...]
--------------------