FIX: Typos in asciidoc conf file dependencies
[freefoam.git] / ChangeLog
blob8cb2ca7815b42ffc8530ae964e107ddd8a607fc7
1 Change Log for {project}
2 ========================
3 Michael Wild <themiwi@users.sourceforge.net>
4 v{fullver}, {localdate}
5 :Author Initials: MW
6 :linkcss!:
7 :numbered:
8 {homepage}
10 :openfoam: http://openfoam.org[OpenFOAM(R)]
11 :repo: http://repo.or.cz/w/freefoam.git[GIT repository]
12 :opencfd: http://opencfd.co.uk[OpenCFD(R) Ltd.]
14 This file describes the most important changes made between {project} versions.
15 It does not include changes made by the upstream developers (i.e.  {openfoam}).
16 For the detailed changes refer to the log provided by the {repo}.
18 Changes in {project} 0.1.0rc4
19 -----------------------------
20 * Improved building of METIS and ParMetis (no non-standard headers and
21   feature detection of mallinfo).
22 * Improved detection of backtrace() and backtrace_symbols() availability.
23 * Improved detection of SIGFPE handling capabilities.
24 * More flexible -doc and -srcDoc options using an index file. It is now
25   possible to use the online documentation and have {project} output
26   the location of the documentation file instead of trying to open it
27   using a browser.
28 * Fixed some bugs in the build system and some utility scripts.
29 * Merged with upstream (OpenFOAM-1.5.x), up to revision
30   linkrepo:openfoam[5f9a16].
32 Changes in {project} 0.1.0rc3
33 -----------------------------
34 * Fixed typo in new dummyPrintStack.C.
36 Changes in {project} 0.1.0rc2
37 -----------------------------
38 * Only print stack trace if the system supports it and then only don't
39   try to shell-escape and use addr2line for file/line information.
40 * Use full version number for default installation directory names and
41   use the hyphen to separate it from the directory name instead of creating a
42   subdirectory.
43 * Configure global.C instead of using preporcessor defines. This
44   solves unnecessary recompiles of the complete OpenFOAM library.
46 Changes in {project} 0.1.0rc1
47 -----------------------------
48 * CMake based build system
49 * New, automatically created include-structure in the build tree,
50   corresponding to the install tree:
53   <binary_dir>/
54     include/
55       OpenFOAM/
56         Scalar.H -> includes <source_dir>/src/OpenFOAM/primitives/Scalar/Scalar.H
57         Scalar.C -> includes <source_dir>/src/OpenFOAM/primitives/Scalar/Scalar.C
58         ..
59       finiteVolume/
60         ..
61       compressibleRASModels/
62         ..
63       incompressibleRASModels/
64         ..
65       compressibleLESModels/
66         ..
67       incompressibleLESModels/
68         ..
69       ..
71 * All source files (with a few exceptions) use the new
72   ++#include <libname/filename>++ scheme
73 * Renamed files/directories with ambiguous names (distinguish only through
74   capitalization)
75 * Applied B. Gschaider's Mac OS X Patches versions 1 and 3
76 * Made the interfaces of sig{Fpe,Int,Quit,Segv} OS-agnostic
77 * Moved 'Pstream' implementations into loadable modules
78 * Configurable search path for plugins
79 * Removed all dependencies on environment variables
80 * Removed wmake build system and shell init scripts
81 * Removed obsolete, useless and black-magick scripts from +bin/+
82 * Adapted Doxygen creation to {project}
83 * Use a user-configurable template string for running parallel jobs with 'foamJob'
84 * Moved non-essential utility scripts to +data/utilities+
85 * Moved +bin/tools+ into +data/shellFunctions+
86 * Turned +bin/{newSource,newSourceTemplate}+ into shell-functions
87 * Added +\~{project}/+ to be expanded like +~OpenFOAM/+
88 * Improved 'dotFoam()' search for config files
89 * Rebranded source templates, Doxygen doc, 'IOobject::writeBanner()' and the
90   scripts in +bin/+
91 * Do not run +XiFoam/moriyoshiHomogeneousPart2+ when testing
93 ''''''''''''''''''''''''''''
94 {openfoam} is a registered trademark of {opencfd}
96 /////////////////////////////////////////////////////////////
97 Process with: asciidoc -a toc -f data/html.conf ChangeLog
99 Vim users, this is for you:
100 vim: ft=asciidoc sw=2 expandtab fenc=utf-8
101 /////////////////////////////////////////////////////////////