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