From f3a8152f4191dd0cc854c6a5b6267e07f5af239f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 9 Jan 2010 15:22:17 -0800 Subject: [PATCH] release 025 --- ChangeLog | 14 ++++++++++++++ RELEASE-NOTES | 5 +++++ configure.ac | 4 ++-- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2da39c6..88a68ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Summary of changes from v024 to v025 +============================================ + +Amir Mohammad Saied (3): + If there's no host specified, the session host is already pointing to twitter, but hosturl is empty + Removing explicit mentions of twitter + Merge remote branch 'gregkh/master' + +Greg Kroah-Hartman (1): + Remove link-time dependancy on readline + +gregor herrmann (1): + Name correct hosts in prompts. + Summary of changes from v023 to v024 ============================================ diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 74a0698..8d405ce 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +bti 025 +============= +remove readline link-time dependancy to make the distro's lives easier +bugfixes for minor things by Amir and Gregor + bti 024 ============= laconica group support from Marvin Vek diff --git a/configure.ac b/configure.ac index 4d42639..6e16ce0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -AC_INIT([bti], [024], [greg@kroah.com]) +AC_INIT([bti], [025], [greg@kroah.com]) AC_PREREQ(2.60) -AM_INIT_AUTOMAKE(bti, 024) +AM_INIT_AUTOMAKE(bti, 025) dnl AM_CONFIG_HEADER([check-news foreign 1.9 dist-bzip2]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- 2.39.5