1 Summary of changes from v013 to v014
2 ============================================
4 Greg Kroah-Hartman (1):
8 Summary of changes from v012 to v013
9 ============================================
11 Greg Kroah-Hartman (3):
14 don't duplicate string on password or account prompt
17 Summary of changes from v011 to v012
18 ============================================
20 Amir Mohammad Saied (2):
21 Source parameter added
22 Add bash completion script
24 Greg Kroah-Hartman (2):
26 document the logfile option
29 bti: incorrect version fix
32 Summary of changes from v010 to v011
33 ============================================
34 Amir Mohammad Saied (1):
35 Readline support for bti
37 Greg Kroah-Hartman (3):
38 add initial ~/.bti.log support to log what is going on
39 Add documentation about how to send me patches
40 disable log support until I can add some configurations for it
43 Summary of changes from v009 to v010
44 ============================================
46 Greg Kroah-Hartman (3):
47 add --proxy support to command line
48 check in changes to bti.1 from previous xml changes
49 document the order that config options are handled
52 Fix up documentation of proxy option
53 use the http_proxy environment variable if it is present
56 Summary of changes from v008 to v009
57 ============================================
59 Greg Kroah-Hartman (3):
60 initial cut at adding http proxy support
61 document proxy support
62 add example proxy value to the bti.example file
65 Summary of changes from v007 to v008
66 ============================================
68 Greg Kroah-Hartman (1):
69 Works properly now with twitter due to december twitter server change
72 Summary of changes from v006 to v007
73 ============================================
75 Greg Kroah-Hartman (4):
76 fix git command in Makefile
77 change README to show that we handle identi.ca also now
79 Merge branch 'master' of greg@mail.kroah.net:git/bti
82 fix segfault when piping to bti and user/password are not set
85 Summary of changes from v005 to v006
86 ============================================
88 Greg Kroah-Hartman (2):
89 added github url to the README
90 add identi.ca support to bti
93 Summary of changes from v004 to v005
94 ============================================
96 Greg Kroah-Hartman (2):
97 remove the pwd from the bash output, it's messy
98 expand the tweet size, it was only taking 100 chars
101 Summary of changes from v003 to v004
102 ============================================
104 Greg Kroah-Hartman (3):
105 if --bash is set, don't spit out error messages, we don't care.
106 if --bash is enabled, fork and handle the send in the background
107 update the man page about --bash options
110 Summary of changes from v002 to v003
111 ============================================
113 Greg Kroah-Hartman (4):
116 change --clean be the default and add --bash to duplicate old method
117 removed unneeded script
120 Summary of changes from v001 to v002
121 ============================================
123 Greg Kroah-Hartman (9):
124 increment version number
125 add .gz and .bz2 to .gitignore
126 remove ability to make .bz2 from Makefile
127 add --clean option to bti.c
128 add --version to bti.c
129 update the man page to reflect the new options
130 renamed HOWTO to README and added real information there
131 added bti.example as an example ~/.bti file
132 lots of manpage updates trying to document how to use bti better
135 Summary of changes from v000 to v001
136 ============================================
138 Greg Kroah-Hartman (8):
140 initial commit of bti, everything's working now
141 add the '$ ' to the beginning of the line.
143 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
144 added fork functionality to get rid of annoying command line mess
146 more messing with directory format