From 5cb50364eb1f70677f619882cfafbd3ede45356f Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 23 Oct 2016 06:47:15 +0200 Subject: [PATCH] updated news entry --- web/news.rst | 2 +- web/news/e028_version_0_15_2.rst | 24 +++++++++++++++++++++++- web/ticker.html | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/web/news.rst b/web/news.rst index a3bbbc9b5825..327cf6cca12b 100644 --- a/web/news.rst +++ b/web/news.rst @@ -2,7 +2,7 @@ News ==== -`2016-10-21 Nim Version 0.15.2 released `_ +`2016-10-23 Nim Version 0.15.2 released `_ =================================== `2016-09-30 Nim Version 0.15.0 released `_ diff --git a/web/news/e028_version_0_15_2.rst b/web/news/e028_version_0_15_2.rst index 413f850b7dd2..376fb4dde958 100644 --- a/web/news/e028_version_0_15_2.rst +++ b/web/news/e028_version_0_15_2.rst @@ -3,7 +3,7 @@ Version 0.15.2 released .. container:: metadata - Posted by Andreas Rumpf on 21/10/2016 + Posted by Andreas Rumpf on 23/10/2016 We're happy to announce that the latest release of Nim, version 0.15.2, is now available! @@ -46,3 +46,25 @@ detailed changelog `below <#changelog>`_. (`#3078 `_) - Fixed "nim doc does not generate doc comments correctly" (`#4913 `_) +- Fixed "nim doc2 fails on ARM when running against lib/pure/coro.nim" + (`#4879 `_) +- Fixed "xmlparser does not unescape correctly" + (`#1518 `_) +- Fixed "[docs] mysterious "raise hook"" + (`#3485 `_) +- Fixed "assertion failure in non-release Nim when compiling NimYAML" + (`#4869 `_) +- Fixed "A closure causes nimscript to fail with unhandled exception" + (`#4906 `_) +- Fixed "startProcess changes working directory" + (`#4867 `_) +- Fixed "bindsym to void template produces ICE" + (`#4808 `_) +- Fixed "readline(TFile, var string) segfaults if second argument is nil" + (`#564 `_) +- Fixed "times.parse gives the wrong day of the week for the first hour of the day." + (`#4922 `_) +- Fixed "Internal error when passing parameter proc inside .gcsafe closure" + (`#4927 `_) +- Fixed "Upcoming asyncdispatch doesn't compile with C++ backend on OS X" + (`#4928 `_) diff --git a/web/ticker.html b/web/ticker.html index dcb0b70d9c9e..b59c0a3e909a 100644 --- a/web/ticker.html +++ b/web/ticker.html @@ -1,5 +1,5 @@ -

October 21, 2016

+

October 23, 2016

Nim version 0.15.2 has been released!