1 Summary of changes from v015 to v016
2 ============================================
5 add make install target
7 add bti --dry-run option
8 bti.xml and bti.example updates
9 fix an array overrun in shrink_urls()
10 bti-shrink-urls - properly handle urls with :
12 Greg Kroah-Hartman (3):
13 fix up some compiler warnings due to new patches
14 add new options to bash completion script
15 update bti.1 with new info from xml file
18 Summary of changes from v014 to v015
19 ============================================
21 Amir Mohammad Saied (11):
22 Actions support for bti
23 libxml2 libs and cflags
24 action and values for bash completion
25 Added action option in example bti config file
28 Updating bashcompletion and example config file for new actions
31 Handling unknown actions
32 Fixing an assignment issue
34 Greg Kroah-Hartman (2):
35 Change the formatting of --action output
36 fix readline mess when in --bash mode
38 Summary of changes from v013 to v014
39 ============================================
41 Greg Kroah-Hartman (1):
45 Summary of changes from v012 to v013
46 ============================================
48 Greg Kroah-Hartman (3):
51 don't duplicate string on password or account prompt
54 Summary of changes from v011 to v012
55 ============================================
57 Amir Mohammad Saied (2):
58 Source parameter added
59 Add bash completion script
61 Greg Kroah-Hartman (2):
63 document the logfile option
66 bti: incorrect version fix
69 Summary of changes from v010 to v011
70 ============================================
71 Amir Mohammad Saied (1):
72 Readline support for bti
74 Greg Kroah-Hartman (3):
75 add initial ~/.bti.log support to log what is going on
76 Add documentation about how to send me patches
77 disable log support until I can add some configurations for it
80 Summary of changes from v009 to v010
81 ============================================
83 Greg Kroah-Hartman (3):
84 add --proxy support to command line
85 check in changes to bti.1 from previous xml changes
86 document the order that config options are handled
89 Fix up documentation of proxy option
90 use the http_proxy environment variable if it is present
93 Summary of changes from v008 to v009
94 ============================================
96 Greg Kroah-Hartman (3):
97 initial cut at adding http proxy support
98 document proxy support
99 add example proxy value to the bti.example file
102 Summary of changes from v007 to v008
103 ============================================
105 Greg Kroah-Hartman (1):
106 Works properly now with twitter due to december twitter server change
109 Summary of changes from v006 to v007
110 ============================================
112 Greg Kroah-Hartman (4):
113 fix git command in Makefile
114 change README to show that we handle identi.ca also now
116 Merge branch 'master' of greg@mail.kroah.net:git/bti
119 fix segfault when piping to bti and user/password are not set
122 Summary of changes from v005 to v006
123 ============================================
125 Greg Kroah-Hartman (2):
126 added github url to the README
127 add identi.ca support to bti
130 Summary of changes from v004 to v005
131 ============================================
133 Greg Kroah-Hartman (2):
134 remove the pwd from the bash output, it's messy
135 expand the tweet size, it was only taking 100 chars
138 Summary of changes from v003 to v004
139 ============================================
141 Greg Kroah-Hartman (3):
142 if --bash is set, don't spit out error messages, we don't care.
143 if --bash is enabled, fork and handle the send in the background
144 update the man page about --bash options
147 Summary of changes from v002 to v003
148 ============================================
150 Greg Kroah-Hartman (4):
153 change --clean be the default and add --bash to duplicate old method
154 removed unneeded script
157 Summary of changes from v001 to v002
158 ============================================
160 Greg Kroah-Hartman (9):
161 increment version number
162 add .gz and .bz2 to .gitignore
163 remove ability to make .bz2 from Makefile
164 add --clean option to bti.c
165 add --version to bti.c
166 update the man page to reflect the new options
167 renamed HOWTO to README and added real information there
168 added bti.example as an example ~/.bti file
169 lots of manpage updates trying to document how to use bti better
172 Summary of changes from v000 to v001
173 ============================================
175 Greg Kroah-Hartman (8):
177 initial commit of bti, everything's working now
178 add the '$ ' to the beginning of the line.
180 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
181 added fork functionality to get rid of annoying command line mess
183 more messing with directory format