1 |
Summary of changes from v020 to v021 |
2 |
============================================ |
3 |
|
4 |
Greg Kroah-Hartman (3): |
5 |
fix build of man pages |
6 |
Install bti-shrink-urls properly |
7 |
bump version to 021 |
8 |
|
9 |
|
10 |
Summary of changes from v019 to v020 |
11 |
============================================ |
12 |
|
13 |
Greg Kroah-Hartman (3): |
14 |
fix two compiler warnings. |
15 |
bump version number |
16 |
add more forgotten files to Makefile.am |
17 |
|
18 |
|
19 |
Summary of changes from v018 to v019 |
20 |
============================================ |
21 |
|
22 |
Greg Kroah-Hartman (1): |
23 |
Makefile.am and configure.ac tweaks to get the release correct |
24 |
|
25 |
|
26 |
Summary of changes from v017 to v018 |
27 |
============================================ |
28 |
|
29 |
Alexander Færøy (1): |
30 |
Use '#' as prefix for our tweets if we're uid 0; otherwise '$'. |
31 |
|
32 |
Greg Kroah-Hartman (8): |
33 |
add "bti:" to the beginning of all debug messages |
34 |
show version when starting up with debug enabled |
35 |
added bti-shrink-urls man page |
36 |
added bti-shrink-urls.1 to Makefile |
37 |
added AUTHOR section to bti-shrink-urls.xml |
38 |
add bti-shrink-urls.1 to tree |
39 |
convert to use autotools |
40 |
more autoconf fun |
41 |
|
42 |
Gregor Herrmann (1): |
43 |
add missing arguments to getopt_long_only call and add --dry-run to --help |
44 |
|
45 |
|
46 |
Summary of changes from v016 to v017 |
47 |
============================================ |
48 |
|
49 |
Bart Trojanowski (1): |
50 |
fix a bug with shrink_urls() when ran on text that contains no urls |
51 |
|
52 |
Dave Barry (1): |
53 |
Add support for api page numbers in read mode |
54 |
|
55 |
Greg Kroah-Hartman (5): |
56 |
Lots of checkpatch cleanups to the code |
57 |
Merge branch 'master' of git://github.com/psykoyiko/bti |
58 |
document the --page option |
59 |
add --page to bti-bashcompletion |
60 |
update bti.1 |
61 |
|
62 |
|
63 |
Summary of changes from v015 to v016 |
64 |
============================================ |
65 |
|
66 |
Bart Trojanowski (6): |
67 |
add make install target |
68 |
add bti --shrink-urls |
69 |
add bti --dry-run option |
70 |
bti.xml and bti.example updates |
71 |
fix an array overrun in shrink_urls() |
72 |
bti-shrink-urls - properly handle urls with : |
73 |
|
74 |
Greg Kroah-Hartman (3): |
75 |
fix up some compiler warnings due to new patches |
76 |
add new options to bash completion script |
77 |
update bti.1 with new info from xml file |
78 |
|
79 |
|
80 |
Summary of changes from v014 to v015 |
81 |
============================================ |
82 |
|
83 |
Amir Mohammad Saied (11): |
84 |
Actions support for bti |
85 |
libxml2 libs and cflags |
86 |
action and values for bash completion |
87 |
Added action option in example bti config file |
88 |
User action |
89 |
Replies action |
90 |
Updating bashcompletion and example config file for new actions |
91 |
logging more |
92 |
Updating documents |
93 |
Handling unknown actions |
94 |
Fixing an assignment issue |
95 |
|
96 |
Greg Kroah-Hartman (2): |
97 |
Change the formatting of --action output |
98 |
fix readline mess when in --bash mode |
99 |
|
100 |
Summary of changes from v013 to v014 |
101 |
============================================ |
102 |
|
103 |
Greg Kroah-Hartman (1): |
104 |
Fix readline bug(s) |
105 |
|
106 |
|
107 |
Summary of changes from v012 to v013 |
108 |
============================================ |
109 |
|
110 |
Greg Kroah-Hartman (3): |
111 |
coding style cleanups |
112 |
fix readline support |
113 |
don't duplicate string on password or account prompt |
114 |
|
115 |
|
116 |
Summary of changes from v011 to v012 |
117 |
============================================ |
118 |
|
119 |
Amir Mohammad Saied (2): |
120 |
Source parameter added |
121 |
Add bash completion script |
122 |
|
123 |
Greg Kroah-Hartman (2): |
124 |
add --logfile option |
125 |
document the logfile option |
126 |
|
127 |
SanjayKumar J (1): |
128 |
bti: incorrect version fix |
129 |
|
130 |
|
131 |
Summary of changes from v010 to v011 |
132 |
============================================ |
133 |
Amir Mohammad Saied (1): |
134 |
Readline support for bti |
135 |
|
136 |
Greg Kroah-Hartman (3): |
137 |
add initial ~/.bti.log support to log what is going on |
138 |
Add documentation about how to send me patches |
139 |
disable log support until I can add some configurations for it |
140 |
|
141 |
|
142 |
Summary of changes from v009 to v010 |
143 |
============================================ |
144 |
|
145 |
Greg Kroah-Hartman (3): |
146 |
add --proxy support to command line |
147 |
check in changes to bti.1 from previous xml changes |
148 |
document the order that config options are handled |
149 |
|
150 |
gregor herrmann (2): |
151 |
Fix up documentation of proxy option |
152 |
use the http_proxy environment variable if it is present |
153 |
|
154 |
|
155 |
Summary of changes from v008 to v009 |
156 |
============================================ |
157 |
|
158 |
Greg Kroah-Hartman (3): |
159 |
initial cut at adding http proxy support |
160 |
document proxy support |
161 |
add example proxy value to the bti.example file |
162 |
|
163 |
|
164 |
Summary of changes from v007 to v008 |
165 |
============================================ |
166 |
|
167 |
Greg Kroah-Hartman (1): |
168 |
Works properly now with twitter due to december twitter server change |
169 |
|
170 |
|
171 |
Summary of changes from v006 to v007 |
172 |
============================================ |
173 |
|
174 |
Greg Kroah-Hartman (4): |
175 |
fix git command in Makefile |
176 |
change README to show that we handle identi.ca also now |
177 |
more README updates |
178 |
Merge branch 'master' of greg@mail.kroah.net:git/bti |
179 |
|
180 |
Olivier Blin (1): |
181 |
fix segfault when piping to bti and user/password are not set |
182 |
|
183 |
|
184 |
Summary of changes from v005 to v006 |
185 |
============================================ |
186 |
|
187 |
Greg Kroah-Hartman (2): |
188 |
added github url to the README |
189 |
add identi.ca support to bti |
190 |
|
191 |
|
192 |
Summary of changes from v004 to v005 |
193 |
============================================ |
194 |
|
195 |
Greg Kroah-Hartman (2): |
196 |
remove the pwd from the bash output, it's messy |
197 |
expand the tweet size, it was only taking 100 chars |
198 |
|
199 |
|
200 |
Summary of changes from v003 to v004 |
201 |
============================================ |
202 |
|
203 |
Greg Kroah-Hartman (3): |
204 |
if --bash is set, don't spit out error messages, we don't care. |
205 |
if --bash is enabled, fork and handle the send in the background |
206 |
update the man page about --bash options |
207 |
|
208 |
|
209 |
Summary of changes from v002 to v003 |
210 |
============================================ |
211 |
|
212 |
Greg Kroah-Hartman (4): |
213 |
added script |
214 |
bump version number |
215 |
change --clean be the default and add --bash to duplicate old method |
216 |
removed unneeded script |
217 |
|
218 |
|
219 |
Summary of changes from v001 to v002 |
220 |
============================================ |
221 |
|
222 |
Greg Kroah-Hartman (9): |
223 |
increment version number |
224 |
add .gz and .bz2 to .gitignore |
225 |
remove ability to make .bz2 from Makefile |
226 |
add --clean option to bti.c |
227 |
add --version to bti.c |
228 |
update the man page to reflect the new options |
229 |
renamed HOWTO to README and added real information there |
230 |
added bti.example as an example ~/.bti file |
231 |
lots of manpage updates trying to document how to use bti better |
232 |
|
233 |
|
234 |
Summary of changes from v000 to v001 |
235 |
============================================ |
236 |
|
237 |
Greg Kroah-Hartman (8): |
238 |
add .gitignore |
239 |
initial commit of bti, everything's working now |
240 |
add the '$ ' to the beginning of the line. |
241 |
added HOWTO |
242 |
meta files added (COPYING, ChangeLog, RELEASE_NOTES) |
243 |
added fork functionality to get rid of annoying command line mess |
244 |
added PWD to twit |
245 |
more messing with directory format |
246 |
|