version 0.11.2

This commit is contained in:
Araq
2015-05-04 16:47:27 +02:00
parent 288400761c
commit 4a51dbe670
4 changed files with 17 additions and 24 deletions

View File

@@ -47,7 +47,7 @@ Start: "doc/overview.html"
[Other]
Files: "readme.txt;install.txt;contributors.txt;copying.txt"
Files: "configure;makefile"
Files: "makefile"
Files: "*.ini"
Files: "koch.nim"
@@ -97,13 +97,8 @@ Files: "lib/pure/concurrency/*.cfg"
Files: "lib/impure/*.nim"
Files: "lib/wrappers/*.nim"
Files: "lib/wrappers/cairo/*.nim"
Files: "lib/wrappers/gtk/*.nim"
Files: "lib/wrappers/lua/*.nim"
Files: "lib/wrappers/opengl/*.nim"
Files: "lib/wrappers/readline/*.nim"
Files: "lib/wrappers/sdl/*.nim"
Files: "lib/wrappers/x11/*.nim"
Files: "lib/wrappers/zip/*.nim"
Files: "lib/wrappers/zip/libzip_all.c"
@@ -115,8 +110,6 @@ Files: "lib/packages/docutils/*.nim"
[Other]
Files: "examples/*.nim"
Files: "examples/gtk/*.nim"
Files: "examples/0mq/*.nim"
Files: "examples/c++iface/*.nim"
Files: "examples/objciface/*.nim"
Files: "examples/cross_calculator/"
@@ -239,7 +232,7 @@ BinPath: r"bin;dist\mingw\bin;dist"
; Section | dir | zipFile | size hint (in KB) | url | exe start menu entry
Download: r"Documentation|doc|docs.zip|13824|http://nim-lang.org/download/docs-${version}.zip|overview.html"
Download: r"C Compiler (MingW)|dist|mingw.zip|82944|http://nim-lang.org/download/${mingw}.zip"
Download: r"Aporia IDE|dist|aporia.zip|97997|http://nim-lang.org/download/aporia-0.3.0.zip|aporia\bin\aporia.exe"
Download: r"Aporia IDE|dist|aporia.zip|97997|http://nim-lang.org/download/aporia-0.3.0.zip|aporia-0.3.0\bin\aporia.exe"
; for now only NSIS supports optional downloads
[UnixBin]

View File

@@ -8,13 +8,13 @@ Nim's Documentation
.. container:: libraries
- | `Standard Library <0.11.0/lib.html>`_
- | `Standard Library <0.11.2/lib.html>`_
| This document describes Nim's standard library.
- | `Language Manual <0.11.0/manual.html>`_
- | `Language Manual <0.11.2/manual.html>`_
| The Nim manual is a draft that will evolve into a proper specification.
- | `Compiler User Guide <0.11.0/nimc.html>`_
- | `Compiler User Guide <0.11.2/nimc.html>`_
| The user guide lists command line arguments, special features of the
compiler, etc.
@@ -26,11 +26,11 @@ Nim's Documentation
.. container:: tools
- | `Source Code Filters <0.11.0/filters.html>`_
- | `Source Code Filters <0.11.2/filters.html>`_
| The Nim compiler supports source code filters as a simple yet powerful
builtin templating system.
- | `Tools Documentation <0.11.0/tools.html>`_
- | `Tools Documentation <0.11.2/tools.html>`_
| Description of some tools that come with the standard distribution.
@@ -41,11 +41,11 @@ Nim's Documentation
.. container:: internals
- | `Garbage Collector <0.11.0/gc.html>`_
- | `Garbage Collector <0.11.2/gc.html>`_
| Additional documentation about Nim's GC and how to operate it in a
realtime setting.
- | `Internal Documentation <0.11.0/intern.html>`_
- | `Internal Documentation <0.11.2/intern.html>`_
| The internal documentation describes how the compiler is implemented.
Read this if you want to hack the compiler.
@@ -53,5 +53,5 @@ Nim's Documentation
Search Options
--------------
`Documentation Index <0.11.0/theindex.html>`_ - The generated
`Documentation Index <0.11.2/theindex.html>`_ - The generated
index. **Index + (Ctrl+F) == Joy**

View File

@@ -13,8 +13,8 @@ Binaries
--------
Unfortunately for now we only provide builds for Windows.
* 32 bit: `nim-0.11.0_x32.exe <download/nim-0.11.0_x32.exe>`_
* 64 bit: `nim-0.11.0_x64.exe <download/nim-0.11.0_x64.exe>`_
* 32 bit: `nim-0.11.2_x32.exe <download/nim-0.11.2_x32.exe>`_
* 64 bit: `nim-0.11.2_x64.exe <download/nim-0.11.2_x64.exe>`_
Installation based on generated C code
@@ -26,8 +26,8 @@ like systems. Binary packages may be provided later.
Download one of these:
* `nim-0.11.0.zip (28 MB) <download/nim-0.11.0.zip>`_
* `nim-0.11.0.tar.xz (2.6MB) <download/nim-0.11.0.tar.xz>`_
* `nim-0.11.2.zip (28 MB) <download/nim-0.11.2.zip>`_
* `nim-0.11.2.tar.xz (2.6MB) <download/nim-0.11.2.tar.xz>`_
Extract the file and follow these instructions:

View File

@@ -8,10 +8,10 @@ Learning Nim
.. container:: tutorials
- | `Tutorial (part I) <0.11.0/tut1.html>`_
- | `Tutorial (part I) <0.11.2/tut1.html>`_
| Learn the basics of Nim's types, variables, procedures, control flow, etc...
- | `Tutorial (part II) <0.11.0/tut2.html>`_
- | `Tutorial (part II) <0.11.2/tut2.html>`_
| Learn Nim's more advanced features such as OOP, generics, macros, etc...
@@ -52,5 +52,5 @@ Learning Nim
Documentation
-------------
More examples of Nim code can be found in the `Nim Language Documentation <0.11.0/manual.html>`_.
More examples of Nim code can be found in the `Nim Language Documentation <0.11.2/manual.html>`_.