1 Summary of changes from v012 to v013
2 ============================================
4 Greg Kroah-Hartman (3):
7 don't duplicate string on password or account prompt
10 Summary of changes from v011 to v012
11 ============================================
13 Amir Mohammad Saied (2):
14 Source parameter added
15 Add bash completion script
17 Greg Kroah-Hartman (2):
19 document the logfile option
22 bti: incorrect version fix
25 Summary of changes from v010 to v011
26 ============================================
27 Amir Mohammad Saied (1):
28 Readline support for bti
30 Greg Kroah-Hartman (3):
31 add initial ~/.bti.log support to log what is going on
32 Add documentation about how to send me patches
33 disable log support until I can add some configurations for it
36 Summary of changes from v009 to v010
37 ============================================
39 Greg Kroah-Hartman (3):
40 add --proxy support to command line
41 check in changes to bti.1 from previous xml changes
42 document the order that config options are handled
45 Fix up documentation of proxy option
46 use the http_proxy environment variable if it is present
49 Summary of changes from v008 to v009
50 ============================================
52 Greg Kroah-Hartman (3):
53 initial cut at adding http proxy support
54 document proxy support
55 add example proxy value to the bti.example file
58 Summary of changes from v007 to v008
59 ============================================
61 Greg Kroah-Hartman (1):
62 Works properly now with twitter due to december twitter server change
65 Summary of changes from v006 to v007
66 ============================================
68 Greg Kroah-Hartman (4):
69 fix git command in Makefile
70 change README to show that we handle identi.ca also now
72 Merge branch 'master' of greg@mail.kroah.net:git/bti
75 fix segfault when piping to bti and user/password are not set
78 Summary of changes from v005 to v006
79 ============================================
81 Greg Kroah-Hartman (2):
82 added github url to the README
83 add identi.ca support to bti
86 Summary of changes from v004 to v005
87 ============================================
89 Greg Kroah-Hartman (2):
90 remove the pwd from the bash output, it's messy
91 expand the tweet size, it was only taking 100 chars
94 Summary of changes from v003 to v004
95 ============================================
97 Greg Kroah-Hartman (3):
98 if --bash is set, don't spit out error messages, we don't care.
99 if --bash is enabled, fork and handle the send in the background
100 update the man page about --bash options
103 Summary of changes from v002 to v003
104 ============================================
106 Greg Kroah-Hartman (4):
109 change --clean be the default and add --bash to duplicate old method
110 removed unneeded script
113 Summary of changes from v001 to v002
114 ============================================
116 Greg Kroah-Hartman (9):
117 increment version number
118 add .gz and .bz2 to .gitignore
119 remove ability to make .bz2 from Makefile
120 add --clean option to bti.c
121 add --version to bti.c
122 update the man page to reflect the new options
123 renamed HOWTO to README and added real information there
124 added bti.example as an example ~/.bti file
125 lots of manpage updates trying to document how to use bti better
128 Summary of changes from v000 to v001
129 ============================================
131 Greg Kroah-Hartman (8):
133 initial commit of bti, everything's working now
134 add the '$ ' to the beginning of the line.
136 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
137 added fork functionality to get rid of annoying command line mess
139 more messing with directory format