Updated ChangeLog.
[obnox/cmocka.git] / ChangeLog
1 Mon Jan 14 11:16 2013 Andreas Schneider <asn@cryptomilk.org>
2     * cmocka: version 0.2.0
3     * Added doxygen api documentation.
4     * Added new cmake build system.
5     * Added support to create windows NSIS installer.
6     * Fixed examples which didn't work.
7     * Fixed a huge amount of bugs.
8
9 Mon Sep 15 17:21:22 2008 Google Inc. <opensource@google.com>
10         * cmockery: version 0.12
11         * Made it possible to specify additional compiler, lib tool and link 
12           flags on Windows.
13         * Added Windows makefile to the tar ball.
14
15 Fri Aug 29 10:50:46 2008  Google Inc. <opensource@google.com>
16
17         * cmockery: version 0.11
18         * Made it possible to specify executable, library and object output 
19           directories.
20
21 Tue Aug 26 10:18:02 2008  Google Inc. <opensource@google.com>
22
23         * cmockery: initial release:
24           A lightweight library to simplify and generalize the process of 
25           writing unit tests for C applications.