1 Summary of changes from v008 to v009
2 ============================================
4 Greg Kroah-Hartman (3):
5 initial cut at adding http proxy support
7 add example proxy value to the bti.example file
10 Summary of changes from v007 to v008
11 ============================================
13 Greg Kroah-Hartman (1):
14 Works properly now with twitter due to december twitter server change
17 Summary of changes from v006 to v007
18 ============================================
20 Greg Kroah-Hartman (4):
21 fix git command in Makefile
22 change README to show that we handle identi.ca also now
24 Merge branch 'master' of greg@mail.kroah.net:git/bti
27 fix segfault when piping to bti and user/password are not set
30 Summary of changes from v005 to v006
31 ============================================
33 Greg Kroah-Hartman (2):
34 added github url to the README
35 add identi.ca support to bti
38 Summary of changes from v004 to v005
39 ============================================
41 Greg Kroah-Hartman (2):
42 remove the pwd from the bash output, it's messy
43 expand the tweet size, it was only taking 100 chars
46 Summary of changes from v003 to v004
47 ============================================
49 Greg Kroah-Hartman (3):
50 if --bash is set, don't spit out error messages, we don't care.
51 if --bash is enabled, fork and handle the send in the background
52 update the man page about --bash options
55 Summary of changes from v002 to v003
56 ============================================
58 Greg Kroah-Hartman (4):
61 change --clean be the default and add --bash to duplicate old method
62 removed unneeded script
65 Summary of changes from v001 to v002
66 ============================================
68 Greg Kroah-Hartman (9):
69 increment version number
70 add .gz and .bz2 to .gitignore
71 remove ability to make .bz2 from Makefile
72 add --clean option to bti.c
73 add --version to bti.c
74 update the man page to reflect the new options
75 renamed HOWTO to README and added real information there
76 added bti.example as an example ~/.bti file
77 lots of manpage updates trying to document how to use bti better
80 Summary of changes from v000 to v001
81 ============================================
83 Greg Kroah-Hartman (8):
85 initial commit of bti, everything's working now
86 add the '$ ' to the beginning of the line.
88 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
89 added fork functionality to get rid of annoying command line mess
91 more messing with directory format