1 Summary of changes from v025 to v026
2 ============================================
4 Greg Kroah-Hartman (7):
5 minor coding style cleanup.
6 updated version of checkpatch.pl
7 another minor codingstyle fix
8 update bti.1 from the xml changes
9 init the readline function after parsing the command line options
10 add a configfile option to the core data structure
11 Add ability to override default config file option
14 bti: suppress prompt if fed from a pipe
15 bti: fix a crash for echo -n|bti
20 Summary of changes from v024 to v025
21 ============================================
23 Amir Mohammad Saied (3):
24 If there's no host specified, the session host is already pointing to twitter, but hosturl is empty
25 Removing explicit mentions of twitter
26 Merge remote branch 'gregkh/master'
28 Greg Kroah-Hartman (1):
29 Remove link-time dependancy on readline
32 Name correct hosts in prompts.
34 Summary of changes from v023 to v024
35 ============================================
38 Disable echo when reading the password
40 Greg Kroah-Hartman (7):
41 fix compiler warning about fprintf
42 clean up some trailing whitespace
43 more coding style cleanups
44 don't free an array on the stack
45 fix crash when --debug is set
46 fix up some compiler warnings in read_password
47 use "quiet" mode of building if present.
50 Add laconica group support
53 BTI should not display password while user types it
55 Summary of changes from v022 to v023
56 ============================================
58 Amir Mohammad Saied (5):
61 verbose option for bash completion script
62 Updating documents, both for the new verbose mode, and custom laconi.ca installations.
63 Updating AUTHORs and copyright section
65 Summary of changes from v021 to v022
66 ============================================
68 Amir Mohammad Saied (2):
69 Support for custom bti installations
70 Updating config example file
72 Greg Kroah-Hartman (4):
73 add the script to the tarball.
74 fix build warning from time patch.
75 Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti
76 Merge branch 'master' of git://github.com/amir/bti
79 bti: show timestamp in statuses
82 bti: use ssl for identi.ca
85 Summary of changes from v020 to v021
86 ============================================
88 Greg Kroah-Hartman (3):
89 fix build of man pages
90 Install bti-shrink-urls properly
94 Summary of changes from v019 to v020
95 ============================================
97 Greg Kroah-Hartman (3):
98 fix two compiler warnings.
100 add more forgotten files to Makefile.am
103 Summary of changes from v018 to v019
104 ============================================
106 Greg Kroah-Hartman (1):
107 Makefile.am and configure.ac tweaks to get the release correct
110 Summary of changes from v017 to v018
111 ============================================
114 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
116 Greg Kroah-Hartman (8):
117 add "bti:" to the beginning of all debug messages
118 show version when starting up with debug enabled
119 added bti-shrink-urls man page
120 added bti-shrink-urls.1 to Makefile
121 added AUTHOR section to bti-shrink-urls.xml
122 add bti-shrink-urls.1 to tree
123 convert to use autotools
127 add missing arguments to getopt_long_only call and add --dry-run to --help
130 Summary of changes from v016 to v017
131 ============================================
133 Bart Trojanowski (1):
134 fix a bug with shrink_urls() when ran on text that contains no urls
137 Add support for api page numbers in read mode
139 Greg Kroah-Hartman (5):
140 Lots of checkpatch cleanups to the code
141 Merge branch 'master' of git://github.com/psykoyiko/bti
142 document the --page option
143 add --page to bti-bashcompletion
147 Summary of changes from v015 to v016
148 ============================================
150 Bart Trojanowski (6):
151 add make install target
152 add bti --shrink-urls
153 add bti --dry-run option
154 bti.xml and bti.example updates
155 fix an array overrun in shrink_urls()
156 bti-shrink-urls - properly handle urls with :
158 Greg Kroah-Hartman (3):
159 fix up some compiler warnings due to new patches
160 add new options to bash completion script
161 update bti.1 with new info from xml file
164 Summary of changes from v014 to v015
165 ============================================
167 Amir Mohammad Saied (11):
168 Actions support for bti
169 libxml2 libs and cflags
170 action and values for bash completion
171 Added action option in example bti config file
174 Updating bashcompletion and example config file for new actions
177 Handling unknown actions
178 Fixing an assignment issue
180 Greg Kroah-Hartman (2):
181 Change the formatting of --action output
182 fix readline mess when in --bash mode
184 Summary of changes from v013 to v014
185 ============================================
187 Greg Kroah-Hartman (1):
191 Summary of changes from v012 to v013
192 ============================================
194 Greg Kroah-Hartman (3):
195 coding style cleanups
197 don't duplicate string on password or account prompt
200 Summary of changes from v011 to v012
201 ============================================
203 Amir Mohammad Saied (2):
204 Source parameter added
205 Add bash completion script
207 Greg Kroah-Hartman (2):
209 document the logfile option
212 bti: incorrect version fix
215 Summary of changes from v010 to v011
216 ============================================
217 Amir Mohammad Saied (1):
218 Readline support for bti
220 Greg Kroah-Hartman (3):
221 add initial ~/.bti.log support to log what is going on
222 Add documentation about how to send me patches
223 disable log support until I can add some configurations for it
226 Summary of changes from v009 to v010
227 ============================================
229 Greg Kroah-Hartman (3):
230 add --proxy support to command line
231 check in changes to bti.1 from previous xml changes
232 document the order that config options are handled
235 Fix up documentation of proxy option
236 use the http_proxy environment variable if it is present
239 Summary of changes from v008 to v009
240 ============================================
242 Greg Kroah-Hartman (3):
243 initial cut at adding http proxy support
244 document proxy support
245 add example proxy value to the bti.example file
248 Summary of changes from v007 to v008
249 ============================================
251 Greg Kroah-Hartman (1):
252 Works properly now with twitter due to december twitter server change
255 Summary of changes from v006 to v007
256 ============================================
258 Greg Kroah-Hartman (4):
259 fix git command in Makefile
260 change README to show that we handle identi.ca also now
262 Merge branch 'master' of greg@mail.kroah.net:git/bti
265 fix segfault when piping to bti and user/password are not set
268 Summary of changes from v005 to v006
269 ============================================
271 Greg Kroah-Hartman (2):
272 added github url to the README
273 add identi.ca support to bti
276 Summary of changes from v004 to v005
277 ============================================
279 Greg Kroah-Hartman (2):
280 remove the pwd from the bash output, it's messy
281 expand the tweet size, it was only taking 100 chars
284 Summary of changes from v003 to v004
285 ============================================
287 Greg Kroah-Hartman (3):
288 if --bash is set, don't spit out error messages, we don't care.
289 if --bash is enabled, fork and handle the send in the background
290 update the man page about --bash options
293 Summary of changes from v002 to v003
294 ============================================
296 Greg Kroah-Hartman (4):
299 change --clean be the default and add --bash to duplicate old method
300 removed unneeded script
303 Summary of changes from v001 to v002
304 ============================================
306 Greg Kroah-Hartman (9):
307 increment version number
308 add .gz and .bz2 to .gitignore
309 remove ability to make .bz2 from Makefile
310 add --clean option to bti.c
311 add --version to bti.c
312 update the man page to reflect the new options
313 renamed HOWTO to README and added real information there
314 added bti.example as an example ~/.bti file
315 lots of manpage updates trying to document how to use bti better
318 Summary of changes from v000 to v001
319 ============================================
321 Greg Kroah-Hartman (8):
323 initial commit of bti, everything's working now
324 add the '$ ' to the beginning of the line.
326 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
327 added fork functionality to get rid of annoying command line mess
329 more messing with directory format