AuctionStats v2.2.1
 * Started on localization, currently only English is available until someone
     translates.  And not all phrases are added to translation tables yet.
 * Few more updates relating to new backpacks.  Yes, you can now use the
     options item box again.
 * Added colors to Duration based on the bid price relating to median buyout.
     Currently set so if the if the buyout price is 25% below median buyout, it
     turns the seller name green.  If a bid is less than half the price of what
     would turn the seller name green, it turns the duration green.
 * Some minor code cleanup.  Lots more of this to do.


 AuctionStats v2.2.0
 * Updated VerstionSettings tag.
 * Fixed issue created by update 1.3.0 where auto-pricing an auction would no
     longer work.
 * Fixed the seller name coloring of auction house window browse list.  You
     should notice what I mean when you scroll through the list.
 * Fixed the issue where items with no sell price showed the sell price from
     the last item that did have one.
 * There are still some issues with the new backpacks, these will be addressed
     in 2.2.1, which I will release shortly.  As of now most of Auction Stats
     functionality still works.


AuctionStats v2.1

 * WARNING: Back up your save data. The new VersionSettings tag may delete your
     database.


 * Laconic1 added to authors.
 * Added check during init to make sure the /au slash command was registered,
     and if not, give error message to user.
 * Added code to block buyouts from being indexed if they are from a any
     character on the current server for the current account.
 * Re-enabled chat messages for displaying status of /au update if the options
     window is not displayed.  Currently only the start and stop messages.
 * Global database.  This is added, but this causes another issue.  With it on
     it counts prices on all servers you play on together.  If this is an issue
     for you, remove 'global="true"' from lines 39 and 40 in AuctionStats.mod.
 * Fixed bug in AuctionStats.lua where is was comparing prices between stacks
     and single items.  Thanks digitalchimp.
 * Added new VerstionSettings tag.

AuctionStats v2.0
* What you've been using for a while...