1 Summary of changes from v017 to v018
2 ============================================
5 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
7 Greg Kroah-Hartman (8):
8 add "bti:" to the beginning of all debug messages
9 show version when starting up with debug enabled
10 added bti-shrink-urls man page
11 added bti-shrink-urls.1 to Makefile
12 added AUTHOR section to bti-shrink-urls.xml
13 add bti-shrink-urls.1 to tree
14 convert to use autotools
18 add missing arguments to getopt_long_only call and add --dry-run to --help
21 Summary of changes from v016 to v017
22 ============================================
25 fix a bug with shrink_urls() when ran on text that contains no urls
28 Add support for api page numbers in read mode
30 Greg Kroah-Hartman (5):
31 Lots of checkpatch cleanups to the code
32 Merge branch 'master' of git://github.com/psykoyiko/bti
33 document the --page option
34 add --page to bti-bashcompletion
38 Summary of changes from v015 to v016
39 ============================================
42 add make install target
44 add bti --dry-run option
45 bti.xml and bti.example updates
46 fix an array overrun in shrink_urls()
47 bti-shrink-urls - properly handle urls with :
49 Greg Kroah-Hartman (3):
50 fix up some compiler warnings due to new patches
51 add new options to bash completion script
52 update bti.1 with new info from xml file
55 Summary of changes from v014 to v015
56 ============================================
58 Amir Mohammad Saied (11):
59 Actions support for bti
60 libxml2 libs and cflags
61 action and values for bash completion
62 Added action option in example bti config file
65 Updating bashcompletion and example config file for new actions
68 Handling unknown actions
69 Fixing an assignment issue
71 Greg Kroah-Hartman (2):
72 Change the formatting of --action output
73 fix readline mess when in --bash mode
75 Summary of changes from v013 to v014
76 ============================================
78 Greg Kroah-Hartman (1):
82 Summary of changes from v012 to v013
83 ============================================
85 Greg Kroah-Hartman (3):
88 don't duplicate string on password or account prompt
91 Summary of changes from v011 to v012
92 ============================================
94 Amir Mohammad Saied (2):
95 Source parameter added
96 Add bash completion script
98 Greg Kroah-Hartman (2):
100 document the logfile option
103 bti: incorrect version fix
106 Summary of changes from v010 to v011
107 ============================================
108 Amir Mohammad Saied (1):
109 Readline support for bti
111 Greg Kroah-Hartman (3):
112 add initial ~/.bti.log support to log what is going on
113 Add documentation about how to send me patches
114 disable log support until I can add some configurations for it
117 Summary of changes from v009 to v010
118 ============================================
120 Greg Kroah-Hartman (3):
121 add --proxy support to command line
122 check in changes to bti.1 from previous xml changes
123 document the order that config options are handled
126 Fix up documentation of proxy option
127 use the http_proxy environment variable if it is present
130 Summary of changes from v008 to v009
131 ============================================
133 Greg Kroah-Hartman (3):
134 initial cut at adding http proxy support
135 document proxy support
136 add example proxy value to the bti.example file
139 Summary of changes from v007 to v008
140 ============================================
142 Greg Kroah-Hartman (1):
143 Works properly now with twitter due to december twitter server change
146 Summary of changes from v006 to v007
147 ============================================
149 Greg Kroah-Hartman (4):
150 fix git command in Makefile
151 change README to show that we handle identi.ca also now
153 Merge branch 'master' of greg@mail.kroah.net:git/bti
156 fix segfault when piping to bti and user/password are not set
159 Summary of changes from v005 to v006
160 ============================================
162 Greg Kroah-Hartman (2):
163 added github url to the README
164 add identi.ca support to bti
167 Summary of changes from v004 to v005
168 ============================================
170 Greg Kroah-Hartman (2):
171 remove the pwd from the bash output, it's messy
172 expand the tweet size, it was only taking 100 chars
175 Summary of changes from v003 to v004
176 ============================================
178 Greg Kroah-Hartman (3):
179 if --bash is set, don't spit out error messages, we don't care.
180 if --bash is enabled, fork and handle the send in the background
181 update the man page about --bash options
184 Summary of changes from v002 to v003
185 ============================================
187 Greg Kroah-Hartman (4):
190 change --clean be the default and add --bash to duplicate old method
191 removed unneeded script
194 Summary of changes from v001 to v002
195 ============================================
197 Greg Kroah-Hartman (9):
198 increment version number
199 add .gz and .bz2 to .gitignore
200 remove ability to make .bz2 from Makefile
201 add --clean option to bti.c
202 add --version to bti.c
203 update the man page to reflect the new options
204 renamed HOWTO to README and added real information there
205 added bti.example as an example ~/.bti file
206 lots of manpage updates trying to document how to use bti better
209 Summary of changes from v000 to v001
210 ============================================
212 Greg Kroah-Hartman (8):
214 initial commit of bti, everything's working now
215 add the '$ ' to the beginning of the line.
217 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
218 added fork functionality to get rid of annoying command line mess
220 more messing with directory format