Codebase list esniper / debian/2.16.1-1 ChangeLog
debian/2.16.1-1

Tree @debian/2.16.1-1 (Download .tar.gz)

ChangeLog @debian/2.16.1-1raw · history · blame

2007-04-02
	* Added captcha error.
	* 2.16.1 released.

2007-03-28
	* 2.16.0 released.
	* Add support for bid history without bidder name

2006-12-19
	* Added note about requirement for default column order with -m option.

2006-11-27
	* Fixed buyer & bidding history bug (need to skip over buyer history).
	* Fixed problem with bug reports.  HTTP buffer sometimes overwritten
	  by version number.

2006-11-13
	* Fixed myItems (-m) option.  eBay change tableName to "Id"

2006-11-08
	* Fix handling of URL escapes in username.

2006-11-04
	* 2.15.0 released.
	* Fix bug 1579311 (and a million others), eBay changed the bid history
	  page again.
	* Implemented feature request 1587259, handling -i without username
	  or password.
	* Fix bug 1574881, bid increment comparison not always correct.

2006-09-05
	* Fix for dutch auction parsing?

2006-01-05
	* Fix bug 1352595, esniper does not encode password in URLs

2005-10-19
	* 2.14.0 released.
	* Added version check.
	* Fix bug 1330486, login bug causes crash.

2005-10-12
	* Fix bug 1324457, more detail on URL errors.

2005-10-08
	* 2.13.0 released.
	* Fix bug 1315702, Login failed.

2005-10-04
	* 2.12.0 released.
	* Fix bug 1313556, eBay login change breaks esniper.
	* Fix bug 1275990, pagename MakeBidErrorDutchSameBidQuantity not
	  recognized.

2005-09-19
	* Fix bug 1295057, blocked bid due to bidder location.
	* Fix bug 1282914, blocked bid due to no paypal account.
	* Fix bug 1252037, accept comma in price in auction file.
	* Fix bug 1295198, FreeBSD core dump.

2005-08-07
	* Fix bug 1253692.  Fixed price auction error now handled gracefully.
	* Fix bug 1300111, pagename MakeBidErrorCannotBidOnItem not recognized.

2005-07-24
	* Fix bug 1301934, pagename MakeBidErrorAuctionEnded not recognized.

2005-07-04
	* 2.11.0 released
	* Fixed proxy handling.  Removed lookup of http_proxy environment
	  variable, since libcurl does it.
	* Fixed myItems item number parsing, including for auctions with
	  no image.  Also added support for user notes.
	* Enhanced bug reporting.

2005-06-27
	* Fix bug 1228701.  Time left heading has a table cell between it and
	  the cell containing the actual time left.

2005-04-19
	* handle bid history for purchases (i.e. store items and buy-it-now
	  with no bidding)

2005-04-16
	* added -i option: print information on given auctions and exit

2005-03-09
	* rewrote error handling in prebid and bid history

2005-02-05
	* moved getopt into util.c to make compiling on windows easier
	* fixed handling of prebid result when auction has ended

2005-01-31
	* 2.10.0 released

2005-01-26
	* Fix bidding problem that sends esniper to PageReviewBid

2005-01-21
	* handle blank time left field in bid history.  This happens in
	  the last second of an auction

2005-01-19
	* code cleanup thanks to lint and valgrind
	* rewrote bid history parsing to use table parsing code.  This should
	  resolve many little problems with bid history parsing, especially
	  with dutch auctions

2004-12-29
	* recognize AcceptBid_HighBidder_rebid
	* added table parsing
	* added -m option, reads myebay watch list
	* removed us-ascii kludge that knocked off high bit on text

2004-12-19
	* show user's max bid

2004-12-16
	* fixed segfault in http.c
	* don't expose password in log files
	* Use bid password (returned in preBid) instead of user password
	  for bidding.
	* integrated configure patch

2004-12-15
	* 2.9.0Beta released
	* allow use of older versions of libcurl
	* login rewrite
	* bug report generator
	* sort auctions by current status (winning bid already placed goes first)

2004-12-06
	* autotools patch (from hoetzel)

2004-11-25
	* Released 2.9.0Alpha
	* Added libcurl fixes (from bomm)