1 |
Summary of changes from v013 to v014 |
2 |
============================================ |
3 |
|
4 |
Greg Kroah-Hartman (1): |
5 |
Fix readline bug(s) |
6 |
|
7 |
|
8 |
Summary of changes from v012 to v013 |
9 |
============================================ |
10 |
|
11 |
Greg Kroah-Hartman (3): |
12 |
coding style cleanups |
13 |
fix readline support |
14 |
don't duplicate string on password or account prompt |
15 |
|
16 |
|
17 |
Summary of changes from v011 to v012 |
18 |
============================================ |
19 |
|
20 |
Amir Mohammad Saied (2): |
21 |
Source parameter added |
22 |
Add bash completion script |
23 |
|
24 |
Greg Kroah-Hartman (2): |
25 |
add --logfile option |
26 |
document the logfile option |
27 |
|
28 |
SanjayKumar J (1): |
29 |
bti: incorrect version fix |
30 |
|
31 |
|
32 |
Summary of changes from v010 to v011 |
33 |
============================================ |
34 |
Amir Mohammad Saied (1): |
35 |
Readline support for bti |
36 |
|
37 |
Greg Kroah-Hartman (3): |
38 |
add initial ~/.bti.log support to log what is going on |
39 |
Add documentation about how to send me patches |
40 |
disable log support until I can add some configurations for it |
41 |
|
42 |
|
43 |
Summary of changes from v009 to v010 |
44 |
============================================ |
45 |
|
46 |
Greg Kroah-Hartman (3): |
47 |
add --proxy support to command line |
48 |
check in changes to bti.1 from previous xml changes |
49 |
document the order that config options are handled |
50 |
|
51 |
gregor herrmann (2): |
52 |
Fix up documentation of proxy option |
53 |
use the http_proxy environment variable if it is present |
54 |
|
55 |
|
56 |
Summary of changes from v008 to v009 |
57 |
============================================ |
58 |
|
59 |
Greg Kroah-Hartman (3): |
60 |
initial cut at adding http proxy support |
61 |
document proxy support |
62 |
add example proxy value to the bti.example file |
63 |
|
64 |
|
65 |
Summary of changes from v007 to v008 |
66 |
============================================ |
67 |
|
68 |
Greg Kroah-Hartman (1): |
69 |
Works properly now with twitter due to december twitter server change |
70 |
|
71 |
|
72 |
Summary of changes from v006 to v007 |
73 |
============================================ |
74 |
|
75 |
Greg Kroah-Hartman (4): |
76 |
fix git command in Makefile |
77 |
change README to show that we handle identi.ca also now |
78 |
more README updates |
79 |
Merge branch 'master' of greg@mail.kroah.net:git/bti |
80 |
|
81 |
Olivier Blin (1): |
82 |
fix segfault when piping to bti and user/password are not set |
83 |
|
84 |
|
85 |
Summary of changes from v005 to v006 |
86 |
============================================ |
87 |
|
88 |
Greg Kroah-Hartman (2): |
89 |
added github url to the README |
90 |
add identi.ca support to bti |
91 |
|
92 |
|
93 |
Summary of changes from v004 to v005 |
94 |
============================================ |
95 |
|
96 |
Greg Kroah-Hartman (2): |
97 |
remove the pwd from the bash output, it's messy |
98 |
expand the tweet size, it was only taking 100 chars |
99 |
|
100 |
|
101 |
Summary of changes from v003 to v004 |
102 |
============================================ |
103 |
|
104 |
Greg Kroah-Hartman (3): |
105 |
if --bash is set, don't spit out error messages, we don't care. |
106 |
if --bash is enabled, fork and handle the send in the background |
107 |
update the man page about --bash options |
108 |
|
109 |
|
110 |
Summary of changes from v002 to v003 |
111 |
============================================ |
112 |
|
113 |
Greg Kroah-Hartman (4): |
114 |
added script |
115 |
bump version number |
116 |
change --clean be the default and add --bash to duplicate old method |
117 |
removed unneeded script |
118 |
|
119 |
|
120 |
Summary of changes from v001 to v002 |
121 |
============================================ |
122 |
|
123 |
Greg Kroah-Hartman (9): |
124 |
increment version number |
125 |
add .gz and .bz2 to .gitignore |
126 |
remove ability to make .bz2 from Makefile |
127 |
add --clean option to bti.c |
128 |
add --version to bti.c |
129 |
update the man page to reflect the new options |
130 |
renamed HOWTO to README and added real information there |
131 |
added bti.example as an example ~/.bti file |
132 |
lots of manpage updates trying to document how to use bti better |
133 |
|
134 |
|
135 |
Summary of changes from v000 to v001 |
136 |
============================================ |
137 |
|
138 |
Greg Kroah-Hartman (8): |
139 |
add .gitignore |
140 |
initial commit of bti, everything's working now |
141 |
add the '$ ' to the beginning of the line. |
142 |
added HOWTO |
143 |
meta files added (COPYING, ChangeLog, RELEASE_NOTES) |
144 |
added fork functionality to get rid of annoying command line mess |
145 |
added PWD to twit |
146 |
more messing with directory format |
147 |
|