1 Summary of changes from v024 to v025
2 ============================================
4 Amir Mohammad Saied (3):
5 If there's no host specified, the session host is already pointing to twitter, but hosturl is empty
6 Removing explicit mentions of twitter
7 Merge remote branch 'gregkh/master'
9 Greg Kroah-Hartman (1):
10 Remove link-time dependancy on readline
13 Name correct hosts in prompts.
15 Summary of changes from v023 to v024
16 ============================================
19 Disable echo when reading the password
21 Greg Kroah-Hartman (7):
22 fix compiler warning about fprintf
23 clean up some trailing whitespace
24 more coding style cleanups
25 don't free an array on the stack
26 fix crash when --debug is set
27 fix up some compiler warnings in read_password
28 use "quiet" mode of building if present.
31 Add laconica group support
34 BTI should not display password while user types it
36 Summary of changes from v022 to v023
37 ============================================
39 Amir Mohammad Saied (5):
42 verbose option for bash completion script
43 Updating documents, both for the new verbose mode, and custom laconi.ca installations.
44 Updating AUTHORs and copyright section
46 Summary of changes from v021 to v022
47 ============================================
49 Amir Mohammad Saied (2):
50 Support for custom bti installations
51 Updating config example file
53 Greg Kroah-Hartman (4):
54 add the script to the tarball.
55 fix build warning from time patch.
56 Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti
57 Merge branch 'master' of git://github.com/amir/bti
60 bti: show timestamp in statuses
63 bti: use ssl for identi.ca
66 Summary of changes from v020 to v021
67 ============================================
69 Greg Kroah-Hartman (3):
70 fix build of man pages
71 Install bti-shrink-urls properly
75 Summary of changes from v019 to v020
76 ============================================
78 Greg Kroah-Hartman (3):
79 fix two compiler warnings.
81 add more forgotten files to Makefile.am
84 Summary of changes from v018 to v019
85 ============================================
87 Greg Kroah-Hartman (1):
88 Makefile.am and configure.ac tweaks to get the release correct
91 Summary of changes from v017 to v018
92 ============================================
95 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
97 Greg Kroah-Hartman (8):
98 add "bti:" to the beginning of all debug messages
99 show version when starting up with debug enabled
100 added bti-shrink-urls man page
101 added bti-shrink-urls.1 to Makefile
102 added AUTHOR section to bti-shrink-urls.xml
103 add bti-shrink-urls.1 to tree
104 convert to use autotools
108 add missing arguments to getopt_long_only call and add --dry-run to --help
111 Summary of changes from v016 to v017
112 ============================================
114 Bart Trojanowski (1):
115 fix a bug with shrink_urls() when ran on text that contains no urls
118 Add support for api page numbers in read mode
120 Greg Kroah-Hartman (5):
121 Lots of checkpatch cleanups to the code
122 Merge branch 'master' of git://github.com/psykoyiko/bti
123 document the --page option
124 add --page to bti-bashcompletion
128 Summary of changes from v015 to v016
129 ============================================
131 Bart Trojanowski (6):
132 add make install target
133 add bti --shrink-urls
134 add bti --dry-run option
135 bti.xml and bti.example updates
136 fix an array overrun in shrink_urls()
137 bti-shrink-urls - properly handle urls with :
139 Greg Kroah-Hartman (3):
140 fix up some compiler warnings due to new patches
141 add new options to bash completion script
142 update bti.1 with new info from xml file
145 Summary of changes from v014 to v015
146 ============================================
148 Amir Mohammad Saied (11):
149 Actions support for bti
150 libxml2 libs and cflags
151 action and values for bash completion
152 Added action option in example bti config file
155 Updating bashcompletion and example config file for new actions
158 Handling unknown actions
159 Fixing an assignment issue
161 Greg Kroah-Hartman (2):
162 Change the formatting of --action output
163 fix readline mess when in --bash mode
165 Summary of changes from v013 to v014
166 ============================================
168 Greg Kroah-Hartman (1):
172 Summary of changes from v012 to v013
173 ============================================
175 Greg Kroah-Hartman (3):
176 coding style cleanups
178 don't duplicate string on password or account prompt
181 Summary of changes from v011 to v012
182 ============================================
184 Amir Mohammad Saied (2):
185 Source parameter added
186 Add bash completion script
188 Greg Kroah-Hartman (2):
190 document the logfile option
193 bti: incorrect version fix
196 Summary of changes from v010 to v011
197 ============================================
198 Amir Mohammad Saied (1):
199 Readline support for bti
201 Greg Kroah-Hartman (3):
202 add initial ~/.bti.log support to log what is going on
203 Add documentation about how to send me patches
204 disable log support until I can add some configurations for it
207 Summary of changes from v009 to v010
208 ============================================
210 Greg Kroah-Hartman (3):
211 add --proxy support to command line
212 check in changes to bti.1 from previous xml changes
213 document the order that config options are handled
216 Fix up documentation of proxy option
217 use the http_proxy environment variable if it is present
220 Summary of changes from v008 to v009
221 ============================================
223 Greg Kroah-Hartman (3):
224 initial cut at adding http proxy support
225 document proxy support
226 add example proxy value to the bti.example file
229 Summary of changes from v007 to v008
230 ============================================
232 Greg Kroah-Hartman (1):
233 Works properly now with twitter due to december twitter server change
236 Summary of changes from v006 to v007
237 ============================================
239 Greg Kroah-Hartman (4):
240 fix git command in Makefile
241 change README to show that we handle identi.ca also now
243 Merge branch 'master' of greg@mail.kroah.net:git/bti
246 fix segfault when piping to bti and user/password are not set
249 Summary of changes from v005 to v006
250 ============================================
252 Greg Kroah-Hartman (2):
253 added github url to the README
254 add identi.ca support to bti
257 Summary of changes from v004 to v005
258 ============================================
260 Greg Kroah-Hartman (2):
261 remove the pwd from the bash output, it's messy
262 expand the tweet size, it was only taking 100 chars
265 Summary of changes from v003 to v004
266 ============================================
268 Greg Kroah-Hartman (3):
269 if --bash is set, don't spit out error messages, we don't care.
270 if --bash is enabled, fork and handle the send in the background
271 update the man page about --bash options
274 Summary of changes from v002 to v003
275 ============================================
277 Greg Kroah-Hartman (4):
280 change --clean be the default and add --bash to duplicate old method
281 removed unneeded script
284 Summary of changes from v001 to v002
285 ============================================
287 Greg Kroah-Hartman (9):
288 increment version number
289 add .gz and .bz2 to .gitignore
290 remove ability to make .bz2 from Makefile
291 add --clean option to bti.c
292 add --version to bti.c
293 update the man page to reflect the new options
294 renamed HOWTO to README and added real information there
295 added bti.example as an example ~/.bti file
296 lots of manpage updates trying to document how to use bti better
299 Summary of changes from v000 to v001
300 ============================================
302 Greg Kroah-Hartman (8):
304 initial commit of bti, everything's working now
305 add the '$ ' to the beginning of the line.
307 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
308 added fork functionality to get rid of annoying command line mess
310 more messing with directory format