1 Summary of changes from v019 to v020
2 ============================================
4 Greg Kroah-Hartman (3):
5 fix two compiler warnings.
7 add more forgotten files to Makefile.am
10 Summary of changes from v018 to v019
11 ============================================
13 Greg Kroah-Hartman (1):
14 Makefile.am and configure.ac tweaks to get the release correct
17 Summary of changes from v017 to v018
18 ============================================
21 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
23 Greg Kroah-Hartman (8):
24 add "bti:" to the beginning of all debug messages
25 show version when starting up with debug enabled
26 added bti-shrink-urls man page
27 added bti-shrink-urls.1 to Makefile
28 added AUTHOR section to bti-shrink-urls.xml
29 add bti-shrink-urls.1 to tree
30 convert to use autotools
34 add missing arguments to getopt_long_only call and add --dry-run to --help
37 Summary of changes from v016 to v017
38 ============================================
41 fix a bug with shrink_urls() when ran on text that contains no urls
44 Add support for api page numbers in read mode
46 Greg Kroah-Hartman (5):
47 Lots of checkpatch cleanups to the code
48 Merge branch 'master' of git://github.com/psykoyiko/bti
49 document the --page option
50 add --page to bti-bashcompletion
54 Summary of changes from v015 to v016
55 ============================================
58 add make install target
60 add bti --dry-run option
61 bti.xml and bti.example updates
62 fix an array overrun in shrink_urls()
63 bti-shrink-urls - properly handle urls with :
65 Greg Kroah-Hartman (3):
66 fix up some compiler warnings due to new patches
67 add new options to bash completion script
68 update bti.1 with new info from xml file
71 Summary of changes from v014 to v015
72 ============================================
74 Amir Mohammad Saied (11):
75 Actions support for bti
76 libxml2 libs and cflags
77 action and values for bash completion
78 Added action option in example bti config file
81 Updating bashcompletion and example config file for new actions
84 Handling unknown actions
85 Fixing an assignment issue
87 Greg Kroah-Hartman (2):
88 Change the formatting of --action output
89 fix readline mess when in --bash mode
91 Summary of changes from v013 to v014
92 ============================================
94 Greg Kroah-Hartman (1):
98 Summary of changes from v012 to v013
99 ============================================
101 Greg Kroah-Hartman (3):
102 coding style cleanups
104 don't duplicate string on password or account prompt
107 Summary of changes from v011 to v012
108 ============================================
110 Amir Mohammad Saied (2):
111 Source parameter added
112 Add bash completion script
114 Greg Kroah-Hartman (2):
116 document the logfile option
119 bti: incorrect version fix
122 Summary of changes from v010 to v011
123 ============================================
124 Amir Mohammad Saied (1):
125 Readline support for bti
127 Greg Kroah-Hartman (3):
128 add initial ~/.bti.log support to log what is going on
129 Add documentation about how to send me patches
130 disable log support until I can add some configurations for it
133 Summary of changes from v009 to v010
134 ============================================
136 Greg Kroah-Hartman (3):
137 add --proxy support to command line
138 check in changes to bti.1 from previous xml changes
139 document the order that config options are handled
142 Fix up documentation of proxy option
143 use the http_proxy environment variable if it is present
146 Summary of changes from v008 to v009
147 ============================================
149 Greg Kroah-Hartman (3):
150 initial cut at adding http proxy support
151 document proxy support
152 add example proxy value to the bti.example file
155 Summary of changes from v007 to v008
156 ============================================
158 Greg Kroah-Hartman (1):
159 Works properly now with twitter due to december twitter server change
162 Summary of changes from v006 to v007
163 ============================================
165 Greg Kroah-Hartman (4):
166 fix git command in Makefile
167 change README to show that we handle identi.ca also now
169 Merge branch 'master' of greg@mail.kroah.net:git/bti
172 fix segfault when piping to bti and user/password are not set
175 Summary of changes from v005 to v006
176 ============================================
178 Greg Kroah-Hartman (2):
179 added github url to the README
180 add identi.ca support to bti
183 Summary of changes from v004 to v005
184 ============================================
186 Greg Kroah-Hartman (2):
187 remove the pwd from the bash output, it's messy
188 expand the tweet size, it was only taking 100 chars
191 Summary of changes from v003 to v004
192 ============================================
194 Greg Kroah-Hartman (3):
195 if --bash is set, don't spit out error messages, we don't care.
196 if --bash is enabled, fork and handle the send in the background
197 update the man page about --bash options
200 Summary of changes from v002 to v003
201 ============================================
203 Greg Kroah-Hartman (4):
206 change --clean be the default and add --bash to duplicate old method
207 removed unneeded script
210 Summary of changes from v001 to v002
211 ============================================
213 Greg Kroah-Hartman (9):
214 increment version number
215 add .gz and .bz2 to .gitignore
216 remove ability to make .bz2 from Makefile
217 add --clean option to bti.c
218 add --version to bti.c
219 update the man page to reflect the new options
220 renamed HOWTO to README and added real information there
221 added bti.example as an example ~/.bti file
222 lots of manpage updates trying to document how to use bti better
225 Summary of changes from v000 to v001
226 ============================================
228 Greg Kroah-Hartman (8):
230 initial commit of bti, everything's working now
231 add the '$ ' to the beginning of the line.
233 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
234 added fork functionality to get rid of annoying command line mess
236 more messing with directory format