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