1 Summary of changes from v014 to v015
2 ============================================
4 Amir Mohammad Saied (11):
5 Actions support for bti
6 libxml2 libs and cflags
7 action and values for bash completion
8 Added action option in example bti config file
11 Updating bashcompletion and example config file for new actions
14 Handling unknown actions
15 Fixing an assignment issue
17 Greg Kroah-Hartman (2):
18 Change the formatting of --action output
19 fix readline mess when in --bash mode
21 Summary of changes from v013 to v014
22 ============================================
24 Greg Kroah-Hartman (1):
28 Summary of changes from v012 to v013
29 ============================================
31 Greg Kroah-Hartman (3):
34 don't duplicate string on password or account prompt
37 Summary of changes from v011 to v012
38 ============================================
40 Amir Mohammad Saied (2):
41 Source parameter added
42 Add bash completion script
44 Greg Kroah-Hartman (2):
46 document the logfile option
49 bti: incorrect version fix
52 Summary of changes from v010 to v011
53 ============================================
54 Amir Mohammad Saied (1):
55 Readline support for bti
57 Greg Kroah-Hartman (3):
58 add initial ~/.bti.log support to log what is going on
59 Add documentation about how to send me patches
60 disable log support until I can add some configurations for it
63 Summary of changes from v009 to v010
64 ============================================
66 Greg Kroah-Hartman (3):
67 add --proxy support to command line
68 check in changes to bti.1 from previous xml changes
69 document the order that config options are handled
72 Fix up documentation of proxy option
73 use the http_proxy environment variable if it is present
76 Summary of changes from v008 to v009
77 ============================================
79 Greg Kroah-Hartman (3):
80 initial cut at adding http proxy support
81 document proxy support
82 add example proxy value to the bti.example file
85 Summary of changes from v007 to v008
86 ============================================
88 Greg Kroah-Hartman (1):
89 Works properly now with twitter due to december twitter server change
92 Summary of changes from v006 to v007
93 ============================================
95 Greg Kroah-Hartman (4):
96 fix git command in Makefile
97 change README to show that we handle identi.ca also now
99 Merge branch 'master' of greg@mail.kroah.net:git/bti
102 fix segfault when piping to bti and user/password are not set
105 Summary of changes from v005 to v006
106 ============================================
108 Greg Kroah-Hartman (2):
109 added github url to the README
110 add identi.ca support to bti
113 Summary of changes from v004 to v005
114 ============================================
116 Greg Kroah-Hartman (2):
117 remove the pwd from the bash output, it's messy
118 expand the tweet size, it was only taking 100 chars
121 Summary of changes from v003 to v004
122 ============================================
124 Greg Kroah-Hartman (3):
125 if --bash is set, don't spit out error messages, we don't care.
126 if --bash is enabled, fork and handle the send in the background
127 update the man page about --bash options
130 Summary of changes from v002 to v003
131 ============================================
133 Greg Kroah-Hartman (4):
136 change --clean be the default and add --bash to duplicate old method
137 removed unneeded script
140 Summary of changes from v001 to v002
141 ============================================
143 Greg Kroah-Hartman (9):
144 increment version number
145 add .gz and .bz2 to .gitignore
146 remove ability to make .bz2 from Makefile
147 add --clean option to bti.c
148 add --version to bti.c
149 update the man page to reflect the new options
150 renamed HOWTO to README and added real information there
151 added bti.example as an example ~/.bti file
152 lots of manpage updates trying to document how to use bti better
155 Summary of changes from v000 to v001
156 ============================================
158 Greg Kroah-Hartman (8):
160 initial commit of bti, everything's working now
161 add the '$ ' to the beginning of the line.
163 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
164 added fork functionality to get rid of annoying command line mess
166 more messing with directory format