1 Summary of changes from v018 to v019
2 ============================================
4 Greg Kroah-Hartman (1):
5 Makefile.am and configure.ac tweaks to get the release correct
8 Summary of changes from v017 to v018
9 ============================================
12 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
14 Greg Kroah-Hartman (8):
15 add "bti:" to the beginning of all debug messages
16 show version when starting up with debug enabled
17 added bti-shrink-urls man page
18 added bti-shrink-urls.1 to Makefile
19 added AUTHOR section to bti-shrink-urls.xml
20 add bti-shrink-urls.1 to tree
21 convert to use autotools
25 add missing arguments to getopt_long_only call and add --dry-run to --help
28 Summary of changes from v016 to v017
29 ============================================
32 fix a bug with shrink_urls() when ran on text that contains no urls
35 Add support for api page numbers in read mode
37 Greg Kroah-Hartman (5):
38 Lots of checkpatch cleanups to the code
39 Merge branch 'master' of git://github.com/psykoyiko/bti
40 document the --page option
41 add --page to bti-bashcompletion
45 Summary of changes from v015 to v016
46 ============================================
49 add make install target
51 add bti --dry-run option
52 bti.xml and bti.example updates
53 fix an array overrun in shrink_urls()
54 bti-shrink-urls - properly handle urls with :
56 Greg Kroah-Hartman (3):
57 fix up some compiler warnings due to new patches
58 add new options to bash completion script
59 update bti.1 with new info from xml file
62 Summary of changes from v014 to v015
63 ============================================
65 Amir Mohammad Saied (11):
66 Actions support for bti
67 libxml2 libs and cflags
68 action and values for bash completion
69 Added action option in example bti config file
72 Updating bashcompletion and example config file for new actions
75 Handling unknown actions
76 Fixing an assignment issue
78 Greg Kroah-Hartman (2):
79 Change the formatting of --action output
80 fix readline mess when in --bash mode
82 Summary of changes from v013 to v014
83 ============================================
85 Greg Kroah-Hartman (1):
89 Summary of changes from v012 to v013
90 ============================================
92 Greg Kroah-Hartman (3):
95 don't duplicate string on password or account prompt
98 Summary of changes from v011 to v012
99 ============================================
101 Amir Mohammad Saied (2):
102 Source parameter added
103 Add bash completion script
105 Greg Kroah-Hartman (2):
107 document the logfile option
110 bti: incorrect version fix
113 Summary of changes from v010 to v011
114 ============================================
115 Amir Mohammad Saied (1):
116 Readline support for bti
118 Greg Kroah-Hartman (3):
119 add initial ~/.bti.log support to log what is going on
120 Add documentation about how to send me patches
121 disable log support until I can add some configurations for it
124 Summary of changes from v009 to v010
125 ============================================
127 Greg Kroah-Hartman (3):
128 add --proxy support to command line
129 check in changes to bti.1 from previous xml changes
130 document the order that config options are handled
133 Fix up documentation of proxy option
134 use the http_proxy environment variable if it is present
137 Summary of changes from v008 to v009
138 ============================================
140 Greg Kroah-Hartman (3):
141 initial cut at adding http proxy support
142 document proxy support
143 add example proxy value to the bti.example file
146 Summary of changes from v007 to v008
147 ============================================
149 Greg Kroah-Hartman (1):
150 Works properly now with twitter due to december twitter server change
153 Summary of changes from v006 to v007
154 ============================================
156 Greg Kroah-Hartman (4):
157 fix git command in Makefile
158 change README to show that we handle identi.ca also now
160 Merge branch 'master' of greg@mail.kroah.net:git/bti
163 fix segfault when piping to bti and user/password are not set
166 Summary of changes from v005 to v006
167 ============================================
169 Greg Kroah-Hartman (2):
170 added github url to the README
171 add identi.ca support to bti
174 Summary of changes from v004 to v005
175 ============================================
177 Greg Kroah-Hartman (2):
178 remove the pwd from the bash output, it's messy
179 expand the tweet size, it was only taking 100 chars
182 Summary of changes from v003 to v004
183 ============================================
185 Greg Kroah-Hartman (3):
186 if --bash is set, don't spit out error messages, we don't care.
187 if --bash is enabled, fork and handle the send in the background
188 update the man page about --bash options
191 Summary of changes from v002 to v003
192 ============================================
194 Greg Kroah-Hartman (4):
197 change --clean be the default and add --bash to duplicate old method
198 removed unneeded script
201 Summary of changes from v001 to v002
202 ============================================
204 Greg Kroah-Hartman (9):
205 increment version number
206 add .gz and .bz2 to .gitignore
207 remove ability to make .bz2 from Makefile
208 add --clean option to bti.c
209 add --version to bti.c
210 update the man page to reflect the new options
211 renamed HOWTO to README and added real information there
212 added bti.example as an example ~/.bti file
213 lots of manpage updates trying to document how to use bti better
216 Summary of changes from v000 to v001
217 ============================================
219 Greg Kroah-Hartman (8):
221 initial commit of bti, everything's working now
222 add the '$ ' to the beginning of the line.
224 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
225 added fork functionality to get rid of annoying command line mess
227 more messing with directory format