cmake: Bump version to 0.3.1.
[obnox/cmocka.git] / ChangeLog
1 Wed Jul 10 15:24 2013 Andreas Schneider <asn@cryptomilk.org>
2     * cmocka: version 0.3.1
3     * Fixed pointer conversion on s390 and ppc (32bit big endian).
4     * Fixed the customer_database test on big endian.
5
6 Wed Jun 05 08:14 2013 Andreas Schneider <asn@cryptomilk.org>
7     * cmocka: version 0.3.0
8     * Added a better mock object example.
9     * Added pkgconfig file.
10     * Added new macros mock_type() and mock_ptr_type().
11     * Added more documentation.
12     * Fixed installation problems on some platforms.
13
14 Mon Jan 14 11:16 2013 Andreas Schneider <asn@cryptomilk.org>
15     * cmocka: version 0.2.0
16     * Added doxygen api documentation.
17     * Added new cmake build system.
18     * Added support to create windows NSIS installer.
19     * Fixed examples which didn't work.
20     * Fixed a huge amount of bugs.
21
22 Mon Sep 15 17:21:22 2008 Google Inc. <opensource@google.com>
23         * cmockery: version 0.12
24         * Made it possible to specify additional compiler, lib tool and link 
25           flags on Windows.
26         * Added Windows makefile to the tar ball.
27
28 Fri Aug 29 10:50:46 2008  Google Inc. <opensource@google.com>
29
30         * cmockery: version 0.11
31         * Made it possible to specify executable, library and object output 
32           directories.
33
34 Tue Aug 26 10:18:02 2008  Google Inc. <opensource@google.com>
35
36         * cmockery: initial release:
37           A lightweight library to simplify and generalize the process of 
38           writing unit tests for C applications.