From 078c58b3033e96943443ba19b2e9a6aee8b81024 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 27 Sep 2016 00:16:28 +0200 Subject: [PATCH] More bugfixes for 0.15.0 news. --- web/news/version_0_15_released.rst | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst index 490b5ca37e..e7c142c05c 100644 --- a/web/news/version_0_15_released.rst +++ b/web/news/version_0_15_released.rst @@ -135,6 +135,11 @@ Language Additions 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 `_. + - Fixed "RFC: should startsWith and endsWith work with characters?" (`#4252 `_) @@ -360,3 +365,30 @@ Bugfixes (`#4626 `_) - Fixed "module securehash not gcsafe" (`#4760 `_) + +- Fixed "Nimble installation failed on Windows x86." + (`#4764 `_) +- Fixed "Recent changes to marshal module break old marshalled data" + (`#4779 `_) +- Fixed "tnewasyncudp.nim test loops forever" + (`#4777 `_) +- Fixed "Wrong poll timeout behavior in asyncdispatch" + (`#4262 `_) +- Fixed "Standalone await shouldn't read future" + (`#4170 `_) +- Fixed "Regression: httpclient fails to compile without -d:ssl" + (`#4797 `_) +- Fixed "C Error on declaring array of heritable objects with bitfields" + (`#3567 `_) +- Fixed "Corruption when using Channels and Threads" + (`#4776 `_) +- Fixed "Sometimes Channel tryRecv() erroneously reports no messages available on the first call on Windows" + (`#4746 `_) +- Fixed "Improve error message of functions called without parenthesis" + (`#4813 `_) +- Fixed "Docgen doesn't find doc comments in macro generated procs" + (`#4803 `_) +- Fixed "asynchttpserver may consume unbounded memory reading headers" + (`#3847 `_) +- Fixed "TLS connection to api.clashofclans.com hangs forever." + (`#4587 `_)