diff options
author | wiz <wiz@pkgsrc.org> | 2010-08-16 21:39:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-08-16 21:39:34 +0000 |
commit | e33b2ccfce00f3f349595ac589664a73a5cedbcd (patch) | |
tree | 0025a8fd8ba0b0696faee1e94416fdc821c89be3 /misc | |
parent | ed96140f2628043863bcc835800484e3da0ca44d (diff) | |
download | pkgsrc-e33b2ccfce00f3f349595ac589664a73a5cedbcd.tar.gz |
Update to 2.1.1:
Bugs fixed
Recognize auctions with BIN as auctions so they can be sniped.
Force the time to synchronize 5 minutes before a snipe fires.
Lots of tweaks to time synchronization to make it more accurate.
Make snipe, cancel snipe, and other internal web server functions work
Remove unused ‘Check for Updates’ menu item under Mac OS X; it uses Sparkle instead.
JBidwatcher was failing to recognize a user as a high bidder if there was a bid retraction.
Toolbar hide and show again shouldn’t move the login status to the far left of the toolbar.
Recognize eBay’s error message for sellers trying to bid on their own items.
Detect reserve listings again, and some other minor reserve-related tweaks.
A ton of other cleanups and refactorings.
Features
Add selection color setting to the Window menu
Some work towards providing a sync-with-mobile capability (disabled for now)
Substantial renovations to the auction update cycle; auctions to update don’t need to be in memory anymore.
Add selling-item retrieval to the My eBay search; successfully retrieved multiple pages.
An attempt at getting My eBay watch lists working.
Add the ability to refresh the log view
Add a donation button that is easily dismissible.
Include last-updated information in the Info display.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/JBidwatcher/Makefile | 4 | ||||
-rw-r--r-- | misc/JBidwatcher/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/JBidwatcher/Makefile b/misc/JBidwatcher/Makefile index 1cea3d2eb5c..8d8af2767c9 100644 --- a/misc/JBidwatcher/Makefile +++ b/misc/JBidwatcher/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/06/15 11:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2010/08/16 21:39:34 wiz Exp $ # -DISTNAME= JBidwatcher-2.1pre8 +DISTNAME= JBidwatcher-2.1.1 CATEGORIES= misc MASTER_SITES= http://www.jbidwatcher.com/download/ EXTRACT_SUFX= .jar diff --git a/misc/JBidwatcher/distinfo b/misc/JBidwatcher/distinfo index c50cdfff7d4..1b282470041 100644 --- a/misc/JBidwatcher/distinfo +++ b/misc/JBidwatcher/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/06/15 11:43:49 wiz Exp $ +$NetBSD: distinfo,v 1.5 2010/08/16 21:39:34 wiz Exp $ -SHA1 (JBidwatcher-2.1pre8.jar) = e6c0b7f29ff501f7602ee29d90a911388751fab8 -RMD160 (JBidwatcher-2.1pre8.jar) = 54630ddde779fd04b294e43ac4a872f6251fe42c -Size (JBidwatcher-2.1pre8.jar) = 4265955 bytes +SHA1 (JBidwatcher-2.1.1.jar) = 89c9ecb459d87766b57dc4f98670babe244d334e +RMD160 (JBidwatcher-2.1.1.jar) = 3e5ce3ec0c1ce868e257fa0fde64b73f0b96b8f7 +Size (JBidwatcher-2.1.1.jar) = 4273245 bytes |