From f04035dcbf94a6eeec30cdf27df439a68610c3f3 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 21 May 2008 20:45:35 -0700 Subject: [PATCH] release 004 --- ChangeLog | 9 +++++++++ Makefile | 2 +- RELEASE-NOTES | 5 ++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a74ea74..729a4ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Summary of changes from v003 to v004 +============================================ + +Greg Kroah-Hartman (3): + if --bash is set, don't spit out error messages, we don't care. + if --bash is enabled, fork and handle the send in the background + update the man page about --bash options + + Summary of changes from v002 to v003 ============================================ diff --git a/Makefile b/Makefile index a8cd13a..25089e4 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # -VERSION = 003 +VERSION = 004 PROGRAM = bti diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d3a5d16..59489e3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,8 +1,11 @@ +bti 004 +============= +--bash fork and quiet modes enabled + bti 003 ============= --bash emulates a command line, otherwise the message goes through "clean" - bti 002 ============= better man page -- 2.39.5