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