1 |
gregoa |
1473 |
Summary of changes from v005 to v006 |
2 |
|
|
============================================ |
3 |
|
|
|
4 |
|
|
Greg Kroah-Hartman (2): |
5 |
|
|
added github url to the README |
6 |
|
|
add identi.ca support to bti |
7 |
|
|
|
8 |
|
|
Summary of changes from v004 to v005 |
9 |
|
|
============================================ |
10 |
|
|
|
11 |
|
|
Greg Kroah-Hartman (2): |
12 |
|
|
remove the pwd from the bash output, it's messy |
13 |
|
|
expand the tweet size, it was only taking 100 chars |
14 |
|
|
|
15 |
|
|
|
16 |
|
|
Summary of changes from v003 to v004 |
17 |
|
|
============================================ |
18 |
|
|
|
19 |
|
|
Greg Kroah-Hartman (3): |
20 |
|
|
if --bash is set, don't spit out error messages, we don't care. |
21 |
|
|
if --bash is enabled, fork and handle the send in the background |
22 |
|
|
update the man page about --bash options |
23 |
|
|
|
24 |
|
|
|
25 |
|
|
Summary of changes from v002 to v003 |
26 |
|
|
============================================ |
27 |
|
|
|
28 |
|
|
Greg Kroah-Hartman (4): |
29 |
|
|
added script |
30 |
|
|
bump version number |
31 |
|
|
change --clean be the default and add --bash to duplicate old method |
32 |
|
|
removed unneeded script |
33 |
|
|
|
34 |
|
|
|
35 |
|
|
Summary of changes from v001 to v002 |
36 |
|
|
============================================ |
37 |
|
|
|
38 |
|
|
Greg Kroah-Hartman (9): |
39 |
|
|
increment version number |
40 |
|
|
add .gz and .bz2 to .gitignore |
41 |
|
|
remove ability to make .bz2 from Makefile |
42 |
|
|
add --clean option to bti.c |
43 |
|
|
add --version to bti.c |
44 |
|
|
update the man page to reflect the new options |
45 |
|
|
renamed HOWTO to README and added real information there |
46 |
|
|
added bti.example as an example ~/.bti file |
47 |
|
|
lots of manpage updates trying to document how to use bti better |
48 |
|
|
|
49 |
|
|
|
50 |
|
|
Summary of changes from v000 to v001 |
51 |
|
|
============================================ |
52 |
|
|
|
53 |
|
|
Greg Kroah-Hartman (8): |
54 |
|
|
add .gitignore |
55 |
|
|
initial commit of bti, everything's working now |
56 |
|
|
add the '$ ' to the beginning of the line. |
57 |
|
|
added HOWTO |
58 |
|
|
meta files added (COPYING, ChangeLog, RELEASE_NOTES) |
59 |
|
|
added fork functionality to get rid of annoying command line mess |
60 |
|
|
added PWD to twit |
61 |
|
|
more messing with directory format |
62 |
|
|
|