1 Summary of changes from v004 to v005
2 ============================================
4 Greg Kroah-Hartman (2):
5 remove the pwd from the bash output, it's messy
6 expand the tweet size, it was only taking 100 chars
9 Summary of changes from v003 to v004
10 ============================================
12 Greg Kroah-Hartman (3):
13 if --bash is set, don't spit out error messages, we don't care.
14 if --bash is enabled, fork and handle the send in the background
15 update the man page about --bash options
18 Summary of changes from v002 to v003
19 ============================================
21 Greg Kroah-Hartman (4):
24 change --clean be the default and add --bash to duplicate old method
25 removed unneeded script
28 Summary of changes from v001 to v002
29 ============================================
31 Greg Kroah-Hartman (9):
32 increment version number
33 add .gz and .bz2 to .gitignore
34 remove ability to make .bz2 from Makefile
35 add --clean option to bti.c
36 add --version to bti.c
37 update the man page to reflect the new options
38 renamed HOWTO to README and added real information there
39 added bti.example as an example ~/.bti file
40 lots of manpage updates trying to document how to use bti better
43 Summary of changes from v000 to v001
44 ============================================
46 Greg Kroah-Hartman (8):
48 initial commit of bti, everything's working now
49 add the '$ ' to the beginning of the line.
51 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
52 added fork functionality to get rid of annoying command line mess
54 more messing with directory format