From d98c5f9b242809e83d5a3d5e1fbfddd8c78044dd Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Fri, 15 Oct 2010 17:27:07 +0100
Subject: [PATCH] ENH: Releasenotes-dev : updated.

---
 ReleaseNotes-dev | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/ReleaseNotes-dev b/ReleaseNotes-dev
index d35d1b518e8..6c2ba2cf3e1 100644
--- a/ReleaseNotes-dev
+++ b/ReleaseNotes-dev
@@ -29,6 +29,7 @@
   =metis-5.0pre2=, =ParMetis-3.1= and =ParMGridGen-1.0=.
 
 * Library developments
+
   There have been a number of developments to the libraries to support the
   extension of functionality in solver and utility applications.
 *** Core library
@@ -67,8 +68,10 @@
     + Additional wall functions for primary region momentum and temperature
       taking film into account
     + Parallel aware
+*** *New* ptscotch decomposition method
 *** *Updated* particle tracking algorithm
-
+*** *Updated* split cyclics into two separate patches. See doc/changed/splitCyclics.txt
+*** *New* compact binary I/O for faces and cells. This speeds up reading/writing meshes in binary.
 * Solvers
   A number of new solvers have been developed for a range of engineering
   applications.  There has been a set of improvements to certain classes of
@@ -108,10 +111,12 @@
       + extrudes into master direction (i.e. away from the owner cell
         if flipMap is false)
 *** Updated utilities
-    + ...
-
+    + =setFields=: optionally use faceSets to set patch values (see e.g. hotRoom tutorial).
+    + =blockMesh=: specify patches via dictionary instead of type only. This
+      makes rereading the boundary superfluous. see
+      e.g. pitzDailyDirectMapped tutorial.
 * Post-processing
-  + =foamToEnsight=: new =-nodeValues= option to generate and output nodal
+  + =foamToEnsight=: parallel continuous data. new =-nodeValues= option to generate and output nodal
     field data.
   + Function objects:
     + =residualControl=: new function object to allow users to terminate steady
-- 
GitLab