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