1 Summary of changes from v021 to v022
2 ============================================
4 Amir Mohammad Saied (2):
5 Support for custom bti installations
6 Updating config example file
8 Greg Kroah-Hartman (4):
9 add the script to the tarball.
10 fix build warning from time patch.
11 Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti
12 Merge branch 'master' of git://github.com/amir/bti
15 bti: show timestamp in statuses
18 bti: use ssl for identi.ca
21 Summary of changes from v020 to v021
22 ============================================
24 Greg Kroah-Hartman (3):
25 fix build of man pages
26 Install bti-shrink-urls properly
30 Summary of changes from v019 to v020
31 ============================================
33 Greg Kroah-Hartman (3):
34 fix two compiler warnings.
36 add more forgotten files to Makefile.am
39 Summary of changes from v018 to v019
40 ============================================
42 Greg Kroah-Hartman (1):
43 Makefile.am and configure.ac tweaks to get the release correct
46 Summary of changes from v017 to v018
47 ============================================
50 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
52 Greg Kroah-Hartman (8):
53 add "bti:" to the beginning of all debug messages
54 show version when starting up with debug enabled
55 added bti-shrink-urls man page
56 added bti-shrink-urls.1 to Makefile
57 added AUTHOR section to bti-shrink-urls.xml
58 add bti-shrink-urls.1 to tree
59 convert to use autotools
63 add missing arguments to getopt_long_only call and add --dry-run to --help
66 Summary of changes from v016 to v017
67 ============================================
70 fix a bug with shrink_urls() when ran on text that contains no urls
73 Add support for api page numbers in read mode
75 Greg Kroah-Hartman (5):
76 Lots of checkpatch cleanups to the code
77 Merge branch 'master' of git://github.com/psykoyiko/bti
78 document the --page option
79 add --page to bti-bashcompletion
83 Summary of changes from v015 to v016
84 ============================================
87 add make install target
89 add bti --dry-run option
90 bti.xml and bti.example updates
91 fix an array overrun in shrink_urls()
92 bti-shrink-urls - properly handle urls with :
94 Greg Kroah-Hartman (3):
95 fix up some compiler warnings due to new patches
96 add new options to bash completion script
97 update bti.1 with new info from xml file
100 Summary of changes from v014 to v015
101 ============================================
103 Amir Mohammad Saied (11):
104 Actions support for bti
105 libxml2 libs and cflags
106 action and values for bash completion
107 Added action option in example bti config file
110 Updating bashcompletion and example config file for new actions
113 Handling unknown actions
114 Fixing an assignment issue
116 Greg Kroah-Hartman (2):
117 Change the formatting of --action output
118 fix readline mess when in --bash mode
120 Summary of changes from v013 to v014
121 ============================================
123 Greg Kroah-Hartman (1):
127 Summary of changes from v012 to v013
128 ============================================
130 Greg Kroah-Hartman (3):
131 coding style cleanups
133 don't duplicate string on password or account prompt
136 Summary of changes from v011 to v012
137 ============================================
139 Amir Mohammad Saied (2):
140 Source parameter added
141 Add bash completion script
143 Greg Kroah-Hartman (2):
145 document the logfile option
148 bti: incorrect version fix
151 Summary of changes from v010 to v011
152 ============================================
153 Amir Mohammad Saied (1):
154 Readline support for bti
156 Greg Kroah-Hartman (3):
157 add initial ~/.bti.log support to log what is going on
158 Add documentation about how to send me patches
159 disable log support until I can add some configurations for it
162 Summary of changes from v009 to v010
163 ============================================
165 Greg Kroah-Hartman (3):
166 add --proxy support to command line
167 check in changes to bti.1 from previous xml changes
168 document the order that config options are handled
171 Fix up documentation of proxy option
172 use the http_proxy environment variable if it is present
175 Summary of changes from v008 to v009
176 ============================================
178 Greg Kroah-Hartman (3):
179 initial cut at adding http proxy support
180 document proxy support
181 add example proxy value to the bti.example file
184 Summary of changes from v007 to v008
185 ============================================
187 Greg Kroah-Hartman (1):
188 Works properly now with twitter due to december twitter server change
191 Summary of changes from v006 to v007
192 ============================================
194 Greg Kroah-Hartman (4):
195 fix git command in Makefile
196 change README to show that we handle identi.ca also now
198 Merge branch 'master' of greg@mail.kroah.net:git/bti
201 fix segfault when piping to bti and user/password are not set
204 Summary of changes from v005 to v006
205 ============================================
207 Greg Kroah-Hartman (2):
208 added github url to the README
209 add identi.ca support to bti
212 Summary of changes from v004 to v005
213 ============================================
215 Greg Kroah-Hartman (2):
216 remove the pwd from the bash output, it's messy
217 expand the tweet size, it was only taking 100 chars
220 Summary of changes from v003 to v004
221 ============================================
223 Greg Kroah-Hartman (3):
224 if --bash is set, don't spit out error messages, we don't care.
225 if --bash is enabled, fork and handle the send in the background
226 update the man page about --bash options
229 Summary of changes from v002 to v003
230 ============================================
232 Greg Kroah-Hartman (4):
235 change --clean be the default and add --bash to duplicate old method
236 removed unneeded script
239 Summary of changes from v001 to v002
240 ============================================
242 Greg Kroah-Hartman (9):
243 increment version number
244 add .gz and .bz2 to .gitignore
245 remove ability to make .bz2 from Makefile
246 add --clean option to bti.c
247 add --version to bti.c
248 update the man page to reflect the new options
249 renamed HOWTO to README and added real information there
250 added bti.example as an example ~/.bti file
251 lots of manpage updates trying to document how to use bti better
254 Summary of changes from v000 to v001
255 ============================================
257 Greg Kroah-Hartman (8):
259 initial commit of bti, everything's working now
260 add the '$ ' to the beginning of the line.
262 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
263 added fork functionality to get rid of annoying command line mess
265 more messing with directory format