1 Summary of changes from v007 to v008
2 ============================================
4 Greg Kroah-Hartman (1):
5 Works properly now with twitter due to december twitter server change
8 Summary of changes from v006 to v007
9 ============================================
11 Greg Kroah-Hartman (4):
12 fix git command in Makefile
13 change README to show that we handle identi.ca also now
15 Merge branch 'master' of greg@mail.kroah.net:git/bti
18 fix segfault when piping to bti and user/password are not set
21 Summary of changes from v005 to v006
22 ============================================
24 Greg Kroah-Hartman (2):
25 added github url to the README
26 add identi.ca support to bti
29 Summary of changes from v004 to v005
30 ============================================
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
37 Summary of changes from v003 to v004
38 ============================================
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
46 Summary of changes from v002 to v003
47 ============================================
49 Greg Kroah-Hartman (4):
52 change --clean be the default and add --bash to duplicate old method
53 removed unneeded script
56 Summary of changes from v001 to v002
57 ============================================
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
71 Summary of changes from v000 to v001
72 ============================================
74 Greg Kroah-Hartman (8):
76 initial commit of bti, everything's working now
77 add the '$ ' to the beginning of the line.
79 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
80 added fork functionality to get rid of annoying command line mess
82 more messing with directory format