== [release-1-2-0] 1.2.0: 2011-12-31
We improved C++ support and test runner interface.
=== Cutter
==== Improvements
* [UI][console] Changed to show messages on failure, error
and so on immediately. You need to use
(({--show-detail-immediately=no})) command line option
to show messages on end of test like earlier versions.
* [UI][GTK+] Supported iterated test.
* [UI][GTK+] Supported re-run test.
* [UI][GTK+] Unified cancel button and re-run button.
==== Changes
* Enabled deprecated GLib API. You need to use
(({--disable-deprecated-glib-api})) configure option to
disable deprecated GLib API.
* Supported Fedora 16.
* Dropped Fedora 15 support.
=== CppCutter
==== Improvements
* Added more supported types by ((<cppcut_assert_equal()>)).
* Added ((<cppcut_assert_not_equal()>)).
* Added ((<cppcut_assert_null()>)).
* Added ((<cppcut_assert_not_null()>)).
* Added ((<cppcut_assert_operator()>)).
= NEWS --- The history of Cutter
== [release-1-1-9] 1.1.9: 2011-10-22
We move the repository to GitHub from SF.net.
=== Cutter
==== Changes
* Added Ubuntu Oneiric Ocelot support.
* Added CentOS 6 support.
==== Fixes
* Fixed as success test count with thread. [SF.net #3383253]
[Reported by Romain Tartière]
=== Thanks
* Romain Tartière
While here, add pdf option to enable pdf support without GTK2+.
= NEWS --- The history of Cutter
== [release-1-1-7] 1.1.7: 2011-02-13
=== Cutter
==== Improvements
* Supported growlnotify.
==== Changes
* Droped Debian GNU/Linux lenny support.
==== Fixes
* Fixed using unknown symbol on CentOS 5.5.
[Reported by Hiroaki Nakamura]
=== Document
===== Fixes
* Fixed typos in tutorial.
[Reported by Hiroaki Nakamura]
=== Thanks
* Hiroaki Nakamura
Cutter is a xUnit family Unit Testing Framework for C and C++.
This is a list of features of Cutter:
* easy to write tests.
* outputs result with useful format for debugging.
* tests are built as shared libraries.