1 Summary of changes from v020 to v021
2 ============================================
4 Greg Kroah-Hartman (3):
6 Install bti-shrink-urls properly
10 Summary of changes from v019 to v020
11 ============================================
13 Greg Kroah-Hartman (3):
14 fix two compiler warnings.
16 add more forgotten files to Makefile.am
19 Summary of changes from v018 to v019
20 ============================================
22 Greg Kroah-Hartman (1):
23 Makefile.am and configure.ac tweaks to get the release correct
26 Summary of changes from v017 to v018
27 ============================================
30 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
32 Greg Kroah-Hartman (8):
33 add "bti:" to the beginning of all debug messages
34 show version when starting up with debug enabled
35 added bti-shrink-urls man page
36 added bti-shrink-urls.1 to Makefile
37 added AUTHOR section to bti-shrink-urls.xml
38 add bti-shrink-urls.1 to tree
39 convert to use autotools
43 add missing arguments to getopt_long_only call and add --dry-run to --help
46 Summary of changes from v016 to v017
47 ============================================
50 fix a bug with shrink_urls() when ran on text that contains no urls
53 Add support for api page numbers in read mode
55 Greg Kroah-Hartman (5):
56 Lots of checkpatch cleanups to the code
57 Merge branch 'master' of git://github.com/psykoyiko/bti
58 document the --page option
59 add --page to bti-bashcompletion
63 Summary of changes from v015 to v016
64 ============================================
67 add make install target
69 add bti --dry-run option
70 bti.xml and bti.example updates
71 fix an array overrun in shrink_urls()
72 bti-shrink-urls - properly handle urls with :
74 Greg Kroah-Hartman (3):
75 fix up some compiler warnings due to new patches
76 add new options to bash completion script
77 update bti.1 with new info from xml file
80 Summary of changes from v014 to v015
81 ============================================
83 Amir Mohammad Saied (11):
84 Actions support for bti
85 libxml2 libs and cflags
86 action and values for bash completion
87 Added action option in example bti config file
90 Updating bashcompletion and example config file for new actions
93 Handling unknown actions
94 Fixing an assignment issue
96 Greg Kroah-Hartman (2):
97 Change the formatting of --action output
98 fix readline mess when in --bash mode
100 Summary of changes from v013 to v014
101 ============================================
103 Greg Kroah-Hartman (1):
107 Summary of changes from v012 to v013
108 ============================================
110 Greg Kroah-Hartman (3):
111 coding style cleanups
113 don't duplicate string on password or account prompt
116 Summary of changes from v011 to v012
117 ============================================
119 Amir Mohammad Saied (2):
120 Source parameter added
121 Add bash completion script
123 Greg Kroah-Hartman (2):
125 document the logfile option
128 bti: incorrect version fix
131 Summary of changes from v010 to v011
132 ============================================
133 Amir Mohammad Saied (1):
134 Readline support for bti
136 Greg Kroah-Hartman (3):
137 add initial ~/.bti.log support to log what is going on
138 Add documentation about how to send me patches
139 disable log support until I can add some configurations for it
142 Summary of changes from v009 to v010
143 ============================================
145 Greg Kroah-Hartman (3):
146 add --proxy support to command line
147 check in changes to bti.1 from previous xml changes
148 document the order that config options are handled
151 Fix up documentation of proxy option
152 use the http_proxy environment variable if it is present
155 Summary of changes from v008 to v009
156 ============================================
158 Greg Kroah-Hartman (3):
159 initial cut at adding http proxy support
160 document proxy support
161 add example proxy value to the bti.example file
164 Summary of changes from v007 to v008
165 ============================================
167 Greg Kroah-Hartman (1):
168 Works properly now with twitter due to december twitter server change
171 Summary of changes from v006 to v007
172 ============================================
174 Greg Kroah-Hartman (4):
175 fix git command in Makefile
176 change README to show that we handle identi.ca also now
178 Merge branch 'master' of greg@mail.kroah.net:git/bti
181 fix segfault when piping to bti and user/password are not set
184 Summary of changes from v005 to v006
185 ============================================
187 Greg Kroah-Hartman (2):
188 added github url to the README
189 add identi.ca support to bti
192 Summary of changes from v004 to v005
193 ============================================
195 Greg Kroah-Hartman (2):
196 remove the pwd from the bash output, it's messy
197 expand the tweet size, it was only taking 100 chars
200 Summary of changes from v003 to v004
201 ============================================
203 Greg Kroah-Hartman (3):
204 if --bash is set, don't spit out error messages, we don't care.
205 if --bash is enabled, fork and handle the send in the background
206 update the man page about --bash options
209 Summary of changes from v002 to v003
210 ============================================
212 Greg Kroah-Hartman (4):
215 change --clean be the default and add --bash to duplicate old method
216 removed unneeded script
219 Summary of changes from v001 to v002
220 ============================================
222 Greg Kroah-Hartman (9):
223 increment version number
224 add .gz and .bz2 to .gitignore
225 remove ability to make .bz2 from Makefile
226 add --clean option to bti.c
227 add --version to bti.c
228 update the man page to reflect the new options
229 renamed HOWTO to README and added real information there
230 added bti.example as an example ~/.bti file
231 lots of manpage updates trying to document how to use bti better
234 Summary of changes from v000 to v001
235 ============================================
237 Greg Kroah-Hartman (8):
239 initial commit of bti, everything's working now
240 add the '$ ' to the beginning of the line.
242 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
243 added fork functionality to get rid of annoying command line mess
245 more messing with directory format