66 lines
2.5 KiB
Plaintext
66 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Apr 18 03:45:33 CEST 2009 - crrodriguez@suse.de
|
|
|
|
- remove static libraries and "la" files
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 1 12:12:12 IST 2009 - msuman@suse.de
|
|
|
|
- Updated to version 0.9.6:
|
|
* add call to AC_REPLACE_FUNCS([strsignal])
|
|
* add CK_FORK_GETENV to enum fork_status and delete CK_FORK_UNSPECIFIED
|
|
* add CK_CTX_INVALID to ck_result_ctx and don't use -1 anymore
|
|
* rename signal to _signal in _tcase_add_test to avoid a
|
|
symbol clash with /usr/include/sys/signal.h on OS X.
|
|
* define rpl_malloc and rpl_realloc for platforms where
|
|
!malloc(0) and !realloc(0,0), such as AIX, because configure
|
|
goes and redefines malloc/realloc in this case...
|
|
* Added new Check fail API. Implemented on top of fail_unless. Future
|
|
versions will reverse this so fail_unless is implemented on top of the
|
|
ck_assert API. This API is not documented yet, will probably not be fully
|
|
released until 0.9.8, when it will be possible to choose API.
|
|
* More fixes and changes.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
for multilib support
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 27 12:26:58 CEST 2007 - sbrabec@suse.cz
|
|
|
|
- Updated to version 0.9.5:
|
|
* Fixed code coverage support.
|
|
* Updated manual and converted from DocBook to Texinfo.
|
|
* Added pkg-config support.
|
|
* Added Libtool support to build both static and shared
|
|
libraries.
|
|
* Updated GNU Build System to use modern Autotools.
|
|
* Added a new kind of test, looping tests.
|
|
* Added possibility to turn off timeout tests.
|
|
* Added coverage analysis for check's own unit tests.
|
|
* More fixes and changes.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 24 12:15:11 CET 2006 - sbrabec@suse.cz
|
|
|
|
- Fixed format string error (David Binderman, #143293).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:34:56 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 12 16:05:52 CET 2005 - sbrabec@suse.cz
|
|
|
|
- Updated to version 0.9.3.
|
|
- Build with -fPIC.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 30 12:40:08 CEST 2005 - sbrabec@suse.cz
|
|
|
|
- New SuSE package, version 0.9.2.
|
|
|