X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/78a9afae972f7931f38ba3c8a3206ac03c5cd1f7..68f47b095684684e4247265e02ba8c0d12ba26b8:/ChangeLog diff --git a/ChangeLog b/ChangeLog index fc23ffd..ef2183a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +Summary of changes from v027 to v028 +============================================ + +Diego Elio 'Flameeyes' Pettenò (7): + build system: use consistently pkg-config to check for dependencies + build system: use AC_SEARCH_LIBS rather than assuming -ldl is needed. + Remove autoscan-generated bad tests. + Use arrays rather than pointers for static strings. + Typo fix. + Split --background from --bash, and make the latter imply the former. + Collapse more fprintf() calls. + +Greg Kroah-Hartman (7): + Fixup typo in Makefile.am found by @applehq + new version of checkpatch.pl from 2.6.35-rc1 kernel + whitespace cleanups for bti.c + more formatting cleanups + long line cleanups + Update my copyright date. + Reduce the number of calls to fprintf. + + Summary of changes from v026 to v027 ============================================