From 9e97b74fbb6277e840598e91a3a0ea2ec90a4921 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sun, 26 Oct 2008 09:44:48 -0700 Subject: [PATCH] release 007 --- ChangeLog | 14 ++++++++++++++ Makefile | 2 +- RELEASE-NOTES | 4 ++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0569a78..fdd3cce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Summary of changes from v006 to v007 +============================================ + +Greg Kroah-Hartman (4): + fix git command in Makefile + change README to show that we handle identi.ca also now + more README updates + Merge branch 'master' of greg@mail.kroah.net:git/bti + +Olivier Blin (1): + fix segfault when piping to bti and user/password are not set + + Summary of changes from v005 to v006 ============================================ @@ -5,6 +18,7 @@ Greg Kroah-Hartman (2): added github url to the README add identi.ca support to bti + Summary of changes from v004 to v005 ============================================ diff --git a/Makefile b/Makefile index 0a63176..28809d7 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # -VERSION = 006 +VERSION = 007 PROGRAM = bti diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 29c2666..7f7139a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,7 @@ +bti 007 +============= +segfault fix from Oliver Blin + bti 006 ============= added identi.ca support -- 2.39.5