From ce84cc36fa2a47a924a4cc21234fb6e5e8494670 Mon Sep 17 00:00:00 2001 From: Michael Wild Date: Mon, 23 Jul 2012 08:38:28 +0200 Subject: [PATCH] ENH: Updated version info for 0.1.2 Signed-off-by: Michael Wild --- CMakeLists.txt | 2 +- ChangeLog | 22 ++++++++++++++++++++++ data/asciidoc/common.conf | 4 ++-- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e821cdbed..4594ef859 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ string(TOLOWER "${PROJECT_NAME}" LOWER_PROJECT_NAME) # version information set(FOAM_VERSION_MAJOR 0) set(FOAM_VERSION_MINOR 1) -set(FOAM_VERSION_PATCH 1) +set(FOAM_VERSION_PATCH 2) set(FOAM_VERSION_SUFFIX) set(FOAM_VERSION ${FOAM_VERSION_MAJOR}.${FOAM_VERSION_MINOR}) set(FOAM_VERSION_FULL diff --git a/ChangeLog b/ChangeLog index f0f24e9af..85a5ca192 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,10 +16,32 @@ It does not include changes made by the upstream developers (i.e. {openfoam}). For the detailed changes refer to the log provided by the {repo}. +Changes in {project} 0.1.2 +-------------------------- +This is the second maintenance release in the FreeFOAM-0.1.x series. It only +contains fixes for bugs and typos and removes non-free files. See below for the +details. + +Michael Wild (11):: + * FIX: Installation dirs for AsciiDoc, XHTML-UserGuide and template + files + * ENH: Remove unused files in nozzleFlow2D tutorial + * FIX: Remove non-redistributable foamToFieldview9 + * FIX: Remove potentially non-redistributable ensightFoamReader + * FIX: Copyright header in */forceLink.C + * FIX: Remove potentially non-redistributable rabdata.[Ch] + * FIX: Remove unused file XiEqns + * FIX: Remove potentially non-redistributable files kiva3v-valves.* + * ENH: Update docs, tutorials and completers after removal of + non-free files + * FIX: Doxygen generated file names breakage + * ENH: Remove shebang from bash-completion script + Changes in {project} 0.1.1 -------------------------- This is the first maintenance release in the FreeFOAM-0.1.x series. It only contains fixes for bugs and typos. See below for the details. + Michael Wild (13):: * ENH: Fix unclosed
in non-chunked docbook output * FIX: Invalid XHTML and wrong doctype diff --git a/data/asciidoc/common.conf b/data/asciidoc/common.conf index 59235ad90..7da9ca006 100644 --- a/data/asciidoc/common.conf +++ b/data/asciidoc/common.conf @@ -1,8 +1,8 @@ [attributes] project=FreeFOAM shortver=0.1 -ver=0.1.1 -fullver=0.1.1 +ver=0.1.2 +fullver=0.1.2 homepage=http://freefoam.sourceforge.net #linkcss=1 numbered=1 -- 2.11.4.GIT