Skip to content

Commit

Permalink
release 032
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Nov 28, 2011
1 parent a1a6583 commit fabeb14
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
37 changes: 37 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
Summary of changes from v031 to v032
============================================

Amir Mohammad Saied (1):
s/http/https/g

Fabian Groffen (1):
bti: allow compilation on non-GNU platforms

Galen Charlton (1):
teach bti how to do OAuth for custom StatusNet installations

Greg Kroah-Hartman (4):
bti: Handle NULL HOME environment variables
bti.xml: docsheet url cleanup
update bti.1 with latest docbook template goodness
fix up some compiler warnings

Jonathan Neuschäfer (4):
fix common misspellings
get_string*: fix a memory leak
HACKING: this is bti, not smugbatch
send_request: don't leak the curl stuff

gregor herrmann (7):
Die if no host is provided.
Name correct hosts in prompts.
Add documentation for new shrink_host feature in bti-shrink-urls.
Document the new --retweet feature in bti.xml and add it to bash completion.
Active --dry-run for OAuth.
laconi.ca was renamed to StatusNet
Output actually used config file name instead of hardcoded ~/.bti in request_access_token().

siers (1):
Output can be evened like a table with --column 20.


Summary of changes from v030 to v031
============================================

Expand Down
8 changes: 8 additions & 0 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
bti 032
=============
- oauth for custom StatusNet installations now works properly.
- non-GNU platform support
- --retweet support
- much better error handling if servers are down
- other minor bugfixes

bti 031
=============
- Check for identi.ca server success or not in non-background mode
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_INIT([bti], [031], [greg@kroah.com])
AC_INIT([bti], [032], [greg@kroah.com])
AC_PREREQ(2.60)

AM_INIT_AUTOMAKE(bti, 031)
AM_INIT_AUTOMAKE(bti, 032)

m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

Expand Down

0 comments on commit fabeb14

Please sign in to comment.