1 Summary of changes from v009 to v010
2 ============================================
4 Greg Kroah-Hartman (3):
5 add --proxy support to command line
6 check in changes to bti.1 from previous xml changes
7 document the order that config options are handled
10 Fix up documentation of proxy option
11 use the http_proxy environment variable if it is present
14 Summary of changes from v008 to v009
15 ============================================
17 Greg Kroah-Hartman (3):
18 initial cut at adding http proxy support
19 document proxy support
20 add example proxy value to the bti.example file
23 Summary of changes from v007 to v008
24 ============================================
26 Greg Kroah-Hartman (1):
27 Works properly now with twitter due to december twitter server change
30 Summary of changes from v006 to v007
31 ============================================
33 Greg Kroah-Hartman (4):
34 fix git command in Makefile
35 change README to show that we handle identi.ca also now
37 Merge branch 'master' of greg@mail.kroah.net:git/bti
40 fix segfault when piping to bti and user/password are not set
43 Summary of changes from v005 to v006
44 ============================================
46 Greg Kroah-Hartman (2):
47 added github url to the README
48 add identi.ca support to bti
51 Summary of changes from v004 to v005
52 ============================================
54 Greg Kroah-Hartman (2):
55 remove the pwd from the bash output, it's messy
56 expand the tweet size, it was only taking 100 chars
59 Summary of changes from v003 to v004
60 ============================================
62 Greg Kroah-Hartman (3):
63 if --bash is set, don't spit out error messages, we don't care.
64 if --bash is enabled, fork and handle the send in the background
65 update the man page about --bash options
68 Summary of changes from v002 to v003
69 ============================================
71 Greg Kroah-Hartman (4):
74 change --clean be the default and add --bash to duplicate old method
75 removed unneeded script
78 Summary of changes from v001 to v002
79 ============================================
81 Greg Kroah-Hartman (9):
82 increment version number
83 add .gz and .bz2 to .gitignore
84 remove ability to make .bz2 from Makefile
85 add --clean option to bti.c
86 add --version to bti.c
87 update the man page to reflect the new options
88 renamed HOWTO to README and added real information there
89 added bti.example as an example ~/.bti file
90 lots of manpage updates trying to document how to use bti better
93 Summary of changes from v000 to v001
94 ============================================
96 Greg Kroah-Hartman (8):
98 initial commit of bti, everything's working now
99 add the '$ ' to the beginning of the line.
101 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
102 added fork functionality to get rid of annoying command line mess
104 more messing with directory format