Bump version to 1.1.0
[platform/upstream/cmocka.git] / ChangeLog
1 Wed Sep 21 2016 Andreas Schneider <asn@cryptomilk.org>
2     * cmocka: version 1.1.0
3     * Added support to catch multiple exceptions
4     * Added support to verify call ordering
5     * Added support to pass initial data to test cases
6     * Added will_return_maybe() for ignoring mock returns
7     * Added subtests for groups using TAP output
8     * Added support to write multiple XML files for groups
9     * Improved documentation
10     * Fixed XML output generataion
11     * Fixed Windows builds with VS2015
12
13 Thu Mar 12 2015 Andreas Schneider <asn@cryptomilk.org>
14     * cmocka: version 1.0.1
15     * Added a macro for assert_ptr_equal().
16     * Fixed test_realloc() if 0 size is passed.
17     * Fixed objects packaging bug.
18     * Fixed building with newer gcc versions.
19
20 Sun Feb 16 2015 Andreas Schneider <asn@cryptomilk.org>
21     * cmocka: version 1.0.0
22     * Added new test runner with group fixtures. The old runner is deprecated
23     * Added an extensible message output formatter
24     * Added jUnit XML message output
25     * Added subunit message output
26     * Added Test Anything Protocol message output
27     * Added skip() command
28     * Added test_realloc()
29     * Added a cmockery compat header
30     * Fixed a lot of bugs on Windows
31
32 Thu May 22 2014 Andreas Schneider <asn@cryptomilk.org>
33     * cmocka: version 0.4.1
34     * Added CMOCKA_TEST_ABORT env variable to leave threading apps.
35     * Fixed count parameter of expect_check() macro.
36     * Fixed reporting the number of tests.
37     * Fixed cmake config files.
38
39 Fri Apr 11 2014 Andreas Schneider <asn@cryptomilk.org>
40     * cmocka: version 0.4.0
41     * Added support for group testing.
42     * Added assert_return_code().
43     * Added better messages for errors.
44     * Added cmake config mode support.
45     * Fixed bug with unit_test_setup and unit_test_teardown.
46     * Fixed a lot of small bugs.
47
48 Wed Nov 06 2013 Andreas Schneider <asn@cryptomilk.org>
49     * cmocka: version 0.3.2
50     * Fixed FindNSIS detection.
51     * Fixed unit_test_setup() and unit_test_teardown().
52     * Fixed GTest and GCC message style conformance
53     * Fixed stringification in will_return_always().
54
55 Wed Jul 10 15:24 2013 Andreas Schneider <asn@cryptomilk.org>
56     * cmocka: version 0.3.1
57     * Fixed pointer conversion on s390 and ppc (32bit big endian).
58     * Fixed the customer_database test on big endian.
59
60 Wed Jun 05 08:14 2013 Andreas Schneider <asn@cryptomilk.org>
61     * cmocka: version 0.3.0
62     * Added a better mock object example.
63     * Added pkgconfig file.
64     * Added new macros mock_type() and mock_ptr_type().
65     * Added more documentation.
66     * Fixed installation problems on some platforms.
67
68 Mon Jan 14 11:16 2013 Andreas Schneider <asn@cryptomilk.org>
69     * cmocka: version 0.2.0
70     * Added doxygen api documentation.
71     * Added new cmake build system.
72     * Added support to create windows NSIS installer.
73     * Fixed examples which didn't work.
74     * Fixed a huge amount of bugs.
75
76 Mon Sep 15 17:21:22 2008 Google Inc. <opensource@google.com>
77         * cmockery: version 0.12
78         * Made it possible to specify additional compiler, lib tool and link 
79           flags on Windows.
80         * Added Windows makefile to the tar ball.
81
82 Fri Aug 29 10:50:46 2008  Google Inc. <opensource@google.com>
83
84         * cmockery: version 0.11
85         * Made it possible to specify executable, library and object output 
86           directories.
87
88 Tue Aug 26 10:18:02 2008  Google Inc. <opensource@google.com>
89
90         * cmockery: initial release:
91           A lightweight library to simplify and generalize the process of 
92           writing unit tests for C applications.