Summary of changes from v032 to v033
============================================

Greg Kroah-Hartman (9):
      Merge pull request #24 from pferor/master
      Fix build issue
      rework finding the config file.
      Minor coding style cleanups.
      Remove the FSF's address, as we don't care about that.
      Error out if the command line option for a config file fails.
      Merge pull request #23 from maneulyori/master
      coding style cleanups
      fix up coding style differences generated in the json parsing functions

Paul Salanitri (3):
      Add direct message capability.     Also adds rudimentry error checking on both updates and direct messages.
      Update the man page to show direct message ability.
      Add direct message action.

Pferor (1):
      Add XDG compilance (~/.config/bti) support

maneulyori (3):
      increased size of char endpoint to 2KByte. It will fix bti crashes while tweeting long unicode string.
      use snprintf instead of sprintf. It will prevent BOF.
      Stop tweeting when tweet length is over 140 character.

paulrho (7):
      Merge https://github.com/gregkh/bti
      Better error checking     Use twitter to detect >140 chars
      Typo fix
      write status update and direct message with json url     read json error messages
      include JSON library     guard against a pre 0.10 json library bug
      another json pre10 issue to work around
      Enable showing timeline: friends, user     (public does not work)


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
============================================

Diego Elio Pettenò (1):
      In non-background execution, check whether the server reports success.

Greg Kroah-Hartman (2):
      code formatting cleanups
      config: fix possible access of non-allocated memory

Michel Alexandre Salim (2):
      Only treat # as a comment marker if it's at the beginning of line or is preceded by a whitespace character
      Keep searching for '#' comment marker if previous occurence was a false positive


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
============================================

Amir Mohammad Saied (2):
      Update my copyright date.
      Fixing Identi.ca's OAuth request_token URI

Dwi Sasongko S (1):
      Support proper 'reply_to' and 'retweet'

Greg Kroah-Hartman (9):
      updated man pages generated from the docbook source
      Merge https://github.com/leif81/bti into main tree
      Merge testing branch into master
      Merge branch 'oauth-readme' of https://github.com/agimenez/bti into agimenez-oauth-readme
      reformat README to have a bit shorter lines
      move verbose flag into the session structure
      create bti.h
      add config.c
      move output logic to one function

Justin Forest (1):
      Support shrinking with bit.ly and j.mp.

L. Alberto Giménez (1):
      Document how to configure OAuth.

Leif Gruenwoldt (1):
      user and public actions may not require auth

gregor herrmann (3):
      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.


Summary of changes from v027 to v028
============================================

Diego Elio 'Flameeyes' Pettenò (7):
      build system: use consistently pkg-config to check for dependencies
      build system: use AC_SEARCH_LIBS rather than assuming -ldl is needed.
      Remove autoscan-generated bad tests.
      Use arrays rather than pointers for static strings.
      Typo fix.
      Split --background from --bash, and make the latter imply the former.
      Collapse more fprintf() calls.

Greg Kroah-Hartman (7):
      Fixup typo in Makefile.am found by @applehq
      new version of checkpatch.pl from 2.6.35-rc1 kernel
      whitespace cleanups for bti.c
      more formatting cleanups
      long line cleanups
      Update my copyright date.
      Reduce the number of calls to fprintf.


Summary of changes from v026 to v027
============================================

Amir Mohammad Saied (4):
      OAuth for both twitter, and identi.ca
      HTTP basic auth for StatusNet instances
      Leftovers from last commit, accepting account and, password from options
      - Cosmetics     - Escaping tweet before POSTing it

Daniel Cordero (4):
      Verbose mode shows status IDs
      Support for replying to notices
      Add a replyto configuration option
      Fix a warning: unused variable message

Greg Kroah-Hartman (5):
      add oath.keys from twitter.com
      Merge branch 'master' into oath
      error out if liboauth is not present
      Merge branch 'master' into oath-test
      fix up the autoconf checking for liboauth and other libraries

Michel Alexandre Salim (1):
      Fix Implicit linking against -ldl


Summary of changes from v025 to v026
============================================

Greg Kroah-Hartman (7):
      minor coding style cleanup.
      updated version of checkpatch.pl
      another minor codingstyle fix
      update bti.1 from the xml changes
      init the readline function after parsing the command line options
      add a configfile option to the core data structure
      Add ability to override default config file option

Pete Zaitcev (2):
      bti: suppress prompt if fed from a pipe
      bti: fix a crash for echo -n|bti

Reuben Thomas (1):
      Typo fixes for bti(1)

Summary of changes from v024 to v025
============================================

Amir Mohammad Saied (3):
      If there's no host specified, the session host is already pointing to twitter, but hosturl is empty
      Removing explicit mentions of twitter
      Merge remote branch 'gregkh/master'

Greg Kroah-Hartman (1):
      Remove link-time dependancy on readline

gregor herrmann (1):
      Name correct hosts in prompts.

Summary of changes from v023 to v024
============================================

Ben Boeckel (1):
      Disable echo when reading the password

Greg Kroah-Hartman (7):
      fix compiler warning about fprintf
      clean up some trailing whitespace
      more coding style cleanups
      don't free an array on the stack
      fix crash when --debug is set
      fix up some compiler warnings in read_password
      use "quiet" mode of building if present.

Marvin Vek (1):
      Add laconica group support

gregor herrmann (1):
      BTI should not display password while user types it

Summary of changes from v022 to v023
============================================

Amir Mohammad Saied (5):
      https for twitter
      Verbose mode for bti
      verbose option for bash completion script
      Updating documents, both for the new verbose mode, and custom laconi.ca installations.
      Updating AUTHORs and copyright section

Summary of changes from v021 to v022
============================================

Amir Mohammad Saied (2):
      Support for custom bti installations
      Updating config example file

Greg Kroah-Hartman (4):
      add the script to the tarball.
      fix build warning from time patch.
      Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti
      Merge branch 'master' of git://github.com/amir/bti

J.R. Mauro (1):
      bti: show timestamp in statuses

gregor herrmann (1):
      bti: use ssl for identi.ca


Summary of changes from v020 to v021
============================================

Greg Kroah-Hartman (3):
      fix build of man pages
      Install bti-shrink-urls properly
      bump version to 021


Summary of changes from v019 to v020
============================================

Greg Kroah-Hartman (3):
      fix two compiler warnings.
      bump version number
      add more forgotten files to Makefile.am


Summary of changes from v018 to v019
============================================

Greg Kroah-Hartman (1):
      Makefile.am and configure.ac tweaks to get the release correct


Summary of changes from v017 to v018
============================================

Alexander Færøy (1):
      Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.

Greg Kroah-Hartman (8):
      add "bti:" to the beginning of all debug messages
      show version when starting up with debug enabled
      added bti-shrink-urls man page
      added bti-shrink-urls.1 to Makefile
      added AUTHOR section to bti-shrink-urls.xml
      add bti-shrink-urls.1 to tree
      convert to use autotools
      more autoconf fun

Gregor Herrmann (1):
      add missing arguments to getopt_long_only call and add --dry-run to --help


Summary of changes from v016 to v017
============================================

Bart Trojanowski (1):
      fix a bug with shrink_urls() when ran on text that contains no urls

Dave Barry (1):
      Add support for api page numbers in read mode

Greg Kroah-Hartman (5):
      Lots of checkpatch cleanups to the code
      Merge branch 'master' of git://github.com/psykoyiko/bti
      document the --page option
      add --page to bti-bashcompletion
      update bti.1


Summary of changes from v015 to v016
============================================

Bart Trojanowski (6):
      add make install target
      add bti --shrink-urls
      add bti --dry-run option
      bti.xml and bti.example updates
      fix an array overrun in shrink_urls()
      bti-shrink-urls - properly handle urls with :

Greg Kroah-Hartman (3):
      fix up some compiler warnings due to new patches
      add new options to bash completion script
      update bti.1 with new info from xml file


Summary of changes from v014 to v015
============================================

Amir Mohammad Saied (11):
      Actions support for bti
      libxml2 libs and cflags
      action and values for bash completion
      Added action option in example bti config file
      User action
      Replies action
      Updating bashcompletion and example config file for new actions
      logging more
      Updating documents
      Handling unknown actions
      Fixing an assignment issue

Greg Kroah-Hartman (2):
      Change the formatting of --action output
      fix readline mess when in --bash mode

Summary of changes from v013 to v014
============================================

Greg Kroah-Hartman (1):
      Fix readline bug(s)


Summary of changes from v012 to v013
============================================

Greg Kroah-Hartman (3):
      coding style cleanups
      fix readline support
      don't duplicate string on password or account prompt


Summary of changes from v011 to v012
============================================

Amir Mohammad Saied (2):
      Source parameter added
      Add bash completion script

Greg Kroah-Hartman (2):
      add --logfile option
      document the logfile option

SanjayKumar J (1):
      bti: incorrect version fix


Summary of changes from v010 to v011
============================================
Amir Mohammad Saied (1):
      Readline support for bti

Greg Kroah-Hartman (3):
      add initial ~/.bti.log support to log what is going on
      Add documentation about how to send me patches
      disable log support until I can add some configurations for it


Summary of changes from v009 to v010
============================================

Greg Kroah-Hartman (3):
      add --proxy support to command line
      check in changes to bti.1 from previous xml changes
      document the order that config options are handled

gregor herrmann (2):
      Fix up documentation of proxy option
      use the http_proxy environment variable if it is present


Summary of changes from v008 to v009
============================================

Greg Kroah-Hartman (3):
      initial cut at adding http proxy support
      document proxy support
      add example proxy value to the bti.example file


Summary of changes from v007 to v008
============================================

Greg Kroah-Hartman (1):
      Works properly now with twitter due to december twitter server change


Summary of changes from v006 to v007
============================================

Greg Kroah-Hartman (4):
      fix git command in Makefile
      change README to show that we handle identi.ca also now
      more README updates
      Merge branch 'master' of greg@mail.kroah.net:git/bti

Olivier Blin (1):
      fix segfault when piping to bti and user/password are not set


Summary of changes from v005 to v006
============================================

Greg Kroah-Hartman (2):
      added github url to the README
      add identi.ca support to bti


Summary of changes from v004 to v005
============================================

Greg Kroah-Hartman (2):
      remove the pwd from the bash output, it's messy
      expand the tweet size, it was only taking 100 chars


Summary of changes from v003 to v004
============================================

Greg Kroah-Hartman (3):
      if --bash is set, don't spit out error messages, we don't care.
      if --bash is enabled, fork and handle the send in the background
      update the man page about --bash options


Summary of changes from v002 to v003
============================================

Greg Kroah-Hartman (4):
      added script
      bump version number
      change --clean be the default and add --bash to duplicate old method
      removed unneeded script


Summary of changes from v001 to v002
============================================

Greg Kroah-Hartman (9):
      increment version number
      add .gz and .bz2 to .gitignore
      remove ability to make .bz2 from Makefile
      add --clean option to bti.c
      add --version to bti.c
      update the man page to reflect the new options
      renamed HOWTO to README and added real information there
      added bti.example as an example ~/.bti file
      lots of manpage updates trying to document how to use bti better


Summary of changes from v000 to v001
============================================

Greg Kroah-Hartman (8):
      add .gitignore
      initial commit of bti, everything's working now
      add the '$ ' to the beginning of the line.
      added HOWTO
      meta files added (COPYING, ChangeLog, RELEASE_NOTES)
      added fork functionality to get rid of annoying command line mess
      added PWD to twit
      more messing with directory format

