summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-07-21 00:57:39 +0200
committerAraq <rumpf_a@web.de>2011-07-21 00:57:39 +0200
commit569c1ce5ec7cedd2c28d3272aae92062638cad0d (patch)
tree835e4667fd6efcda72fe878982ec01eeb4ae92af /web/news.txt
parent81a917390bdb61d07310c8faf31092f65acbfb53 (diff)
downloadNim-569c1ce5ec7cedd2c28d3272aae92062638cad0d.tar.gz
bugfix: proper cache for generic instantiations
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt22
1 files changed, 20 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index 4d4feb367..06d915b26 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -2,17 +2,31 @@
 News
 ====
 
-2011-XX-XX Version 0.X.XX released
+2011-XX-XX Version 0.8.14 released
 ==================================
 
-Version 0.X.XX has been released! Get it `here <download.html>`_. 
+Version 0.8.14 has been released! Get it `here <download.html>`_. 
 
 Bugfixes
 --------
 
+- Boehm GC now works with ``--threads:on``.
+- Fixed a serious memory corruption concerning message passing.
+- Fixed a serious bug concerning different instantiations of a generic proc.
+
+
 Changes affecting backwards compatibility
 -----------------------------------------
 
+- Removed deprecated ``os.AppendFileExt``, ``os.executeShellCommand``, 
+  ``os.iterOverEnvironment``, ``os.pcDirectory``, ``os.pcLinkToDirectory``,
+  ``os.SplitPath``, ``os.extractDir``, ``os.SplitFilename``, 
+  ``os.extractFileTrunk``, ``os.extractFileExt``, ``osproc.executeProcess``,
+  ``osproc.executeCommand``. 
+- Removed deprecated ``parseopt.init``, ``parseopt.getRestOfCommandLine``.
+- Moved ``strutils.validEmailAddress`` to ``matchers.validEmailAddress``.
+
+
 Language Additions
 ------------------
 
@@ -23,7 +37,11 @@ Library Additions
 -----------------
 
 - Added ``system.mainThreadId``.
+- Added ``system.allocShared``, ``system.allocShared0``, 
+  ``system.deallocShared``, ``system.reallocShared``.
 - Added explicit channels for thread communication.
+- Added ``matchers`` module for email address etc. matching.
+- Added ``strutils.unindent``.
 
 
 2011-07-10 Version 0.8.12 released