Update to 2.1.4.1:

eBay made some surprising changes over the last week or so, removing the end date from a lot of their auction and fixed price listings. I had to scramble a little, but I came up with a way to handle it in the general case. Fixed price items now may show up as ‘n/a’ as their end date, because it’s just not visible to JBidwatcher. Other than that there’s a few minor fixes, improving the UI in little ways, and continuing to try and improve speed. Thanks for your support, and best of luck with your auctions!

Changes

    * Fix breakage due to eBay removing the end-date from the title
    on many listings
    * Try to provide a safety-net for a potential sniping failure bug
    * Get eBay pages as compressed data for faster updating
    * Paste and Add Auction should add to the currently displayed tab/category
    * Allow Basic Authentication lines longer than 80 characters
    for My JBidwatcher support
    * Improve the look of JBidwatcher’s minimized window under Mac OS X
This commit is contained in:
wiz 2011-03-11 10:57:03 +00:00
parent 825badb060
commit d2afc5cefe
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2010/12/12 11:39:47 wiz Exp $
# $NetBSD: Makefile,v 1.8 2011/03/11 10:57:03 wiz Exp $
#
DISTNAME= JBidwatcher-2.1.3
DISTNAME= JBidwatcher-2.1.4.1
CATEGORIES= misc
MASTER_SITES= http://www.jbidwatcher.com/download/
EXTRACT_SUFX= .jar
@ -9,7 +9,7 @@ EXTRACT_SUFX= .jar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.jbidwatcher.com/
COMMENT= eBay sniping, bidding and monitoring software
#LICENSE= Creative Commons BY-NC-SA
#LICENSE= Creative Commons BY-NC-SA Amended
PKG_DESTDIR_SUPPORT= user-destdir

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2010/12/12 11:39:47 wiz Exp $
$NetBSD: distinfo,v 1.8 2011/03/11 10:57:03 wiz Exp $
SHA1 (JBidwatcher-2.1.3.jar) = 946dd47ae885a545a73e84c329513fc47c18d97f
RMD160 (JBidwatcher-2.1.3.jar) = 38d40b557d60d715ce6d049af30825d21036914d
Size (JBidwatcher-2.1.3.jar) = 4278665 bytes
SHA1 (JBidwatcher-2.1.4.1.jar) = 30f9b7644df889af0378c190f96d4adec5d4a64a
RMD160 (JBidwatcher-2.1.4.1.jar) = 395d2fb7593b2aafa98f30b04846d42926e3222a
Size (JBidwatcher-2.1.4.1.jar) = 4281657 bytes