1 Summary of changes from v022 to v023
2 ============================================
4 Amir Mohammad Saied (5):
7 verbose option for bash completion script
8 Updating documents, both for the new verbose mode, and custom laconi.ca installations.
9 Updating AUTHORs and copyright section
11 Summary of changes from v021 to v022
12 ============================================
14 Amir Mohammad Saied (2):
15 Support for custom bti installations
16 Updating config example file
18 Greg Kroah-Hartman (4):
19 add the script to the tarball.
20 fix build warning from time patch.
21 Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti
22 Merge branch 'master' of git://github.com/amir/bti
25 bti: show timestamp in statuses
28 bti: use ssl for identi.ca
31 Summary of changes from v020 to v021
32 ============================================
34 Greg Kroah-Hartman (3):
35 fix build of man pages
36 Install bti-shrink-urls properly
40 Summary of changes from v019 to v020
41 ============================================
43 Greg Kroah-Hartman (3):
44 fix two compiler warnings.
46 add more forgotten files to Makefile.am
49 Summary of changes from v018 to v019
50 ============================================
52 Greg Kroah-Hartman (1):
53 Makefile.am and configure.ac tweaks to get the release correct
56 Summary of changes from v017 to v018
57 ============================================
60 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
62 Greg Kroah-Hartman (8):
63 add "bti:" to the beginning of all debug messages
64 show version when starting up with debug enabled
65 added bti-shrink-urls man page
66 added bti-shrink-urls.1 to Makefile
67 added AUTHOR section to bti-shrink-urls.xml
68 add bti-shrink-urls.1 to tree
69 convert to use autotools
73 add missing arguments to getopt_long_only call and add --dry-run to --help
76 Summary of changes from v016 to v017
77 ============================================
80 fix a bug with shrink_urls() when ran on text that contains no urls
83 Add support for api page numbers in read mode
85 Greg Kroah-Hartman (5):
86 Lots of checkpatch cleanups to the code
87 Merge branch 'master' of git://github.com/psykoyiko/bti
88 document the --page option
89 add --page to bti-bashcompletion
93 Summary of changes from v015 to v016
94 ============================================
97 add make install target
99 add bti --dry-run option
100 bti.xml and bti.example updates
101 fix an array overrun in shrink_urls()
102 bti-shrink-urls - properly handle urls with :
104 Greg Kroah-Hartman (3):
105 fix up some compiler warnings due to new patches
106 add new options to bash completion script
107 update bti.1 with new info from xml file
110 Summary of changes from v014 to v015
111 ============================================
113 Amir Mohammad Saied (11):
114 Actions support for bti
115 libxml2 libs and cflags
116 action and values for bash completion
117 Added action option in example bti config file
120 Updating bashcompletion and example config file for new actions
123 Handling unknown actions
124 Fixing an assignment issue
126 Greg Kroah-Hartman (2):
127 Change the formatting of --action output
128 fix readline mess when in --bash mode
130 Summary of changes from v013 to v014
131 ============================================
133 Greg Kroah-Hartman (1):
137 Summary of changes from v012 to v013
138 ============================================
140 Greg Kroah-Hartman (3):
141 coding style cleanups
143 don't duplicate string on password or account prompt
146 Summary of changes from v011 to v012
147 ============================================
149 Amir Mohammad Saied (2):
150 Source parameter added
151 Add bash completion script
153 Greg Kroah-Hartman (2):
155 document the logfile option
158 bti: incorrect version fix
161 Summary of changes from v010 to v011
162 ============================================
163 Amir Mohammad Saied (1):
164 Readline support for bti
166 Greg Kroah-Hartman (3):
167 add initial ~/.bti.log support to log what is going on
168 Add documentation about how to send me patches
169 disable log support until I can add some configurations for it
172 Summary of changes from v009 to v010
173 ============================================
175 Greg Kroah-Hartman (3):
176 add --proxy support to command line
177 check in changes to bti.1 from previous xml changes
178 document the order that config options are handled
181 Fix up documentation of proxy option
182 use the http_proxy environment variable if it is present
185 Summary of changes from v008 to v009
186 ============================================
188 Greg Kroah-Hartman (3):
189 initial cut at adding http proxy support
190 document proxy support
191 add example proxy value to the bti.example file
194 Summary of changes from v007 to v008
195 ============================================
197 Greg Kroah-Hartman (1):
198 Works properly now with twitter due to december twitter server change
201 Summary of changes from v006 to v007
202 ============================================
204 Greg Kroah-Hartman (4):
205 fix git command in Makefile
206 change README to show that we handle identi.ca also now
208 Merge branch 'master' of greg@mail.kroah.net:git/bti
211 fix segfault when piping to bti and user/password are not set
214 Summary of changes from v005 to v006
215 ============================================
217 Greg Kroah-Hartman (2):
218 added github url to the README
219 add identi.ca support to bti
222 Summary of changes from v004 to v005
223 ============================================
225 Greg Kroah-Hartman (2):
226 remove the pwd from the bash output, it's messy
227 expand the tweet size, it was only taking 100 chars
230 Summary of changes from v003 to v004
231 ============================================
233 Greg Kroah-Hartman (3):
234 if --bash is set, don't spit out error messages, we don't care.
235 if --bash is enabled, fork and handle the send in the background
236 update the man page about --bash options
239 Summary of changes from v002 to v003
240 ============================================
242 Greg Kroah-Hartman (4):
245 change --clean be the default and add --bash to duplicate old method
246 removed unneeded script
249 Summary of changes from v001 to v002
250 ============================================
252 Greg Kroah-Hartman (9):
253 increment version number
254 add .gz and .bz2 to .gitignore
255 remove ability to make .bz2 from Makefile
256 add --clean option to bti.c
257 add --version to bti.c
258 update the man page to reflect the new options
259 renamed HOWTO to README and added real information there
260 added bti.example as an example ~/.bti file
261 lots of manpage updates trying to document how to use bti better
264 Summary of changes from v000 to v001
265 ============================================
267 Greg Kroah-Hartman (8):
269 initial commit of bti, everything's working now
270 add the '$ ' to the beginning of the line.
272 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
273 added fork functionality to get rid of annoying command line mess
275 more messing with directory format