From: Greg Kroah-Hartman Date: Thu, 2 Sep 2010 01:30:29 +0000 (-0700) Subject: release 028 X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/7f3eec8282036f9f606ff48fc221062b6c06e9b1?ds=sidebyside release 028 --- 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 ============================================ diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0cb64bc..ef98163 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,7 @@ +bti 028 +============= +Build fixes thanks to Flameeyes and other minor tweaks. + bti 027 ============= OAUTH support diff --git a/configure.ac b/configure.ac index adfb732..4b5fd3a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,7 @@ -AC_INIT([bti], [027], [greg@kroah.com]) +AC_INIT([bti], [028], [greg@kroah.com]) AC_PREREQ(2.60) -AM_INIT_AUTOMAKE(bti, 027) -dnl AM_CONFIG_HEADER([check-news foreign 1.9 dist-bzip2]) +AM_INIT_AUTOMAKE(bti, 028) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])