1 Summary of changes from v011 to v012
2 ============================================
4 Amir Mohammad Saied (2):
6 Add bash completion script
8 Greg Kroah-Hartman (2):
10 document the logfile option
13 bti: incorrect version fix
16 Summary of changes from v010 to v011
17 ============================================
18 Amir Mohammad Saied (1):
19 Readline support for bti
21 Greg Kroah-Hartman (3):
22 add initial ~/.bti.log support to log what is going on
23 Add documentation about how to send me patches
24 disable log support until I can add some configurations for it
27 Summary of changes from v009 to v010
28 ============================================
30 Greg Kroah-Hartman (3):
31 add --proxy support to command line
32 check in changes to bti.1 from previous xml changes
33 document the order that config options are handled
36 Fix up documentation of proxy option
37 use the http_proxy environment variable if it is present
40 Summary of changes from v008 to v009
41 ============================================
43 Greg Kroah-Hartman (3):
44 initial cut at adding http proxy support
45 document proxy support
46 add example proxy value to the bti.example file
49 Summary of changes from v007 to v008
50 ============================================
52 Greg Kroah-Hartman (1):
53 Works properly now with twitter due to december twitter server change
56 Summary of changes from v006 to v007
57 ============================================
59 Greg Kroah-Hartman (4):
60 fix git command in Makefile
61 change README to show that we handle identi.ca also now
63 Merge branch 'master' of greg@mail.kroah.net:git/bti
66 fix segfault when piping to bti and user/password are not set
69 Summary of changes from v005 to v006
70 ============================================
72 Greg Kroah-Hartman (2):
73 added github url to the README
74 add identi.ca support to bti
77 Summary of changes from v004 to v005
78 ============================================
80 Greg Kroah-Hartman (2):
81 remove the pwd from the bash output, it's messy
82 expand the tweet size, it was only taking 100 chars
85 Summary of changes from v003 to v004
86 ============================================
88 Greg Kroah-Hartman (3):
89 if --bash is set, don't spit out error messages, we don't care.
90 if --bash is enabled, fork and handle the send in the background
91 update the man page about --bash options
94 Summary of changes from v002 to v003
95 ============================================
97 Greg Kroah-Hartman (4):
100 change --clean be the default and add --bash to duplicate old method
101 removed unneeded script
104 Summary of changes from v001 to v002
105 ============================================
107 Greg Kroah-Hartman (9):
108 increment version number
109 add .gz and .bz2 to .gitignore
110 remove ability to make .bz2 from Makefile
111 add --clean option to bti.c
112 add --version to bti.c
113 update the man page to reflect the new options
114 renamed HOWTO to README and added real information there
115 added bti.example as an example ~/.bti file
116 lots of manpage updates trying to document how to use bti better
119 Summary of changes from v000 to v001
120 ============================================
122 Greg Kroah-Hartman (8):
124 initial commit of bti, everything's working now
125 add the '$ ' to the beginning of the line.
127 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
128 added fork functionality to get rid of annoying command line mess
130 more messing with directory format