2.0.5 [2011-12-07]
 - Improve configuration of libboost-math
2.0.4 [2011-11-28]
 - Add boost_math_tr1 to library flags when JIT compiling an
   extension module
2.0.3 [2011-10-26]
 - CMake config improvements
2.0.2 [2011-08-11]
 - Some tweaks of installation
2.0.1 [2011-05-16]
 - Make SWIG version >= 2.0 a requirement
 - Add possibility to set swig binary and swig path
 - Add missing const for map_{from,to}_reference_cell
2.0.0 [2011-02-23]
 - Add quadrature version of tabulate_tensor
 - Add finite_element::map_{from,to}_reference_cell
 - Add finite_element::{topological,geometric}_dimension
 - Add dofmap::topological_dimension
 - Rename num_foo_integrals --> num_foo_domains
 - Rename dof_map --> dofmap
 - Add finite_element::create
 - Add dofmap::create
1.4.2 [2010-09-01]
 - Move to CMake build system
1.4.1 [2010-07-01]
 - Make functions introduced in UFC 1.1 mandatory (now pure virtual)
 - Update templates to allow constructor arguments in form classes
1.4.0 [2010-02-01]
 - Changed behavior of create_foo_integral (returning 0 when integral is 0)
 - Bug fixes in installation
1.2.0 [2009-09-23]
 - Add new function ufc::dof_map::max_local_dimension()
 - Change ufc::dof_map::local_dimension() to ufc::dof_map::local_dimension(const ufc::cell c)
1.1.2 [2009-04-07]
 - Added configuration and building of python extension module to ufc_utils.build_ufc_module
1.1.1 [2009-02-20]
 - The extension module is now not built, if the conditions for shared_ptr are not met
 - Added SCons build system
 - The swig generated extension module will be compiled with shared_ptr support if boost is found on system and swig is of version 1.3.35 or higher
 - The swig generated extension module is named ufc.py and expose all ufc base classes to python
 - Added a swig generated extention module to ufc. UFC now depends on swig
 - Changed name of the python utility module from "ufc" to "ufc_utils"
1.1.0 [2008-02-18]
 - Add new function ufc::finite_element::evaluate_dofs
 - Add new function ufc::finite_element::evaluate_basis_all
 - Add new function ufc::finite_element::evaluate_basis_derivatives_all
 - Add new function ufc::dof_map::geometric_dimension
 - Add new function ufc::dof_map::num_entity_dofs
 - Add new function ufc::dof_map::tabulate_entity_dofs
1.0.0 [2007-06-17]
 - Release of UFC 1.0
