Skip to content

Commit

Permalink
release 030
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Mar 17, 2011
1 parent f4584ef commit 6f65b68
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,24 @@
Summary of changes from v029 to v030
============================================

Greg Kroah-Hartman (9):
turn on some better compiler warnings.
move debug to bti.h
fix compiler warning with bti_output_line
rewrite the config parser
Revert "turn on some better compiler warnings."
config.c: fix up some compiler warnings
config.c: remove config debug lines.
bti.c: fix another compiler warning about global functions.
send_request needs to return a negative error value.

L. Alberto Giménez (4):
Fix trivial compiler warnings
Added tags files to .gitignore
Fix retweet batch operation
Fix a segfault when specifying an invalid host.


Summary of changes from v028 to v029 Summary of changes from v028 to v029
============================================ ============================================


Expand Down
4 changes: 4 additions & 0 deletions RELEASE-NOTES
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,7 @@
bti 030
=============
More minor bugfixes

bti 029 bti 029
============= =============
Bugfixes for a variety of little things Bugfixes for a variety of little things
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_INIT([bti], [029], [greg@kroah.com]) AC_INIT([bti], [030], [greg@kroah.com])
AC_PREREQ(2.60) AC_PREREQ(2.60)


AM_INIT_AUTOMAKE(bti, 029) AM_INIT_AUTOMAKE(bti, 030)


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


Expand Down

0 comments on commit 6f65b68

Please sign in to comment.