1 Summary of changes from v006 to v007
2 ============================================
4 Greg Kroah-Hartman (4):
5 fix git command in Makefile
6 change README to show that we handle identi.ca also now
8 Merge branch 'master' of greg@mail.kroah.net:git/bti
11 fix segfault when piping to bti and user/password are not set
14 Summary of changes from v005 to v006
15 ============================================
17 Greg Kroah-Hartman (2):
18 added github url to the README
19 add identi.ca support to bti
22 Summary of changes from v004 to v005
23 ============================================
25 Greg Kroah-Hartman (2):
26 remove the pwd from the bash output, it's messy
27 expand the tweet size, it was only taking 100 chars
30 Summary of changes from v003 to v004
31 ============================================
33 Greg Kroah-Hartman (3):
34 if --bash is set, don't spit out error messages, we don't care.
35 if --bash is enabled, fork and handle the send in the background
36 update the man page about --bash options
39 Summary of changes from v002 to v003
40 ============================================
42 Greg Kroah-Hartman (4):
45 change --clean be the default and add --bash to duplicate old method
46 removed unneeded script
49 Summary of changes from v001 to v002
50 ============================================
52 Greg Kroah-Hartman (9):
53 increment version number
54 add .gz and .bz2 to .gitignore
55 remove ability to make .bz2 from Makefile
56 add --clean option to bti.c
57 add --version to bti.c
58 update the man page to reflect the new options
59 renamed HOWTO to README and added real information there
60 added bti.example as an example ~/.bti file
61 lots of manpage updates trying to document how to use bti better
64 Summary of changes from v000 to v001
65 ============================================
67 Greg Kroah-Hartman (8):
69 initial commit of bti, everything's working now
70 add the '$ ' to the beginning of the line.
72 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
73 added fork functionality to get rid of annoying command line mess
75 more messing with directory format