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