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