diff options
author | Araq <rumpf_a@web.de> | 2016-10-23 15:57:36 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-10-23 15:57:36 +0200 |
commit | 00915159803b6b90823b42dc41d86272e90fb1b8 (patch) | |
tree | 4073303ff0a347d39931988d28a28c8e8269543e /web | |
parent | f9d8fd54c9f07329afc8ee17a4d496b0f7223cc8 (diff) | |
download | Nim-00915159803b6b90823b42dc41d86272e90fb1b8.tar.gz |
website updates
Diffstat (limited to 'web')
-rw-r--r-- | web/download.rst | 10 | ||||
-rw-r--r-- | web/news/e028_version_0_15_2.rst | 13 |
2 files changed, 15 insertions, 8 deletions
diff --git a/web/download.rst b/web/download.rst index c9aaea9fc..b9874f1b1 100644 --- a/web/download.rst +++ b/web/download.rst @@ -12,9 +12,9 @@ Zips We now encourage you to install via the provided zipfiles: * | 32 bit: `nim-0.15.2_x32.zip <download/nim-0.15.2_x32.zip>`_ - | SHA-256 + | SHA-256 0f1bfb74751f55e090140a361c08e9f39f1dd03f1f0c070c061f2d5049ab9f96 * | 64 bit: `nim-0.15.2_x64.zip <download/nim-0.15.2_x64.zip>`_ - | SHA-256 + | SHA-256 ceea42de6ebcd41032ee51f04526dc4cf2cbb0958ca6ad2321cf21944e05f553 Unzip these where you want and optionally run ``finish.exe`` to detect your MingW environment. @@ -28,9 +28,9 @@ so will unlikely to be provided further in the future. These installers have everything you need to use Nim, including a C compiler. * | 32 bit: `nim-0.15.2_x32.exe <download/nim-0.15.2_x32.exe>`_ - | SHA-256 + | SHA-256 8d648295dbd59cb315c98926a1da9f1f68773a1a2ef3d9d4c91c59387167efa3 * | 64 bit: `nim-0.15.2_x64.exe <download/nim-0.15.2_x64.exe>`_ - | SHA-256 + | SHA-256 8c7efc6571921c2d2e5e995f801d4229ea1de19fbdabdcba1628307bd4612392 These installers also include Aporia, Nimble and other useful Nim tools to get you started with Nim development! @@ -49,7 +49,7 @@ like systems. Firstly, download this archive: * | `nim-0.15.2.tar.xz (4.5MB) <download/nim-0.15.2.tar.xz>`_ - | SHA-256 + | SHA-256 905df2316262aa2cbacae067acf45fc05c2a71c8c6fde1f2a70c927ebafcfe8a Extract the archive. Then copy the extracted files into your chosen installation directory, ideally somewhere in your home directory. diff --git a/web/news/e028_version_0_15_2.rst b/web/news/e028_version_0_15_2.rst index 376fb4dde..601a26646 100644 --- a/web/news/e028_version_0_15_2.rst +++ b/web/news/e028_version_0_15_2.rst @@ -16,10 +16,17 @@ regressions of 0.15.0. For Windows we now provide zipfiles in addition to the NSIS based installer which proves to be hard to maintain and after all these months still has serious issues. So we encourage you download the .zip file instead of the .exe file! Unzip it somewhere, run ``finish.exe`` to -detect your MingW installation, done. +detect your MingW installation, done. ``finish.exe`` can also set your PATH +environment variable. -To see a full list of changes, take a look at the -detailed changelog `below <#changelog>`_. + +Bugfixes +-------- + +The list below has been generated based on the commits in Nim's git +repository. As such it lists only the issues which have been closed +via a commit, for a full list see +`this link on Github <https://github.com/nim-lang/Nim/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A%222016-09-30+..+2016-10-23%22+>`_. - Fixed "`NimMain` not exported in DLL, but `NimMainInner` is" |