Codebase list esniper / debian/2.30.0-1_bpo70+1
Import Debian patch 2.30.0-1~bpo70+1 martin f. krafft 7 years ago
6 changed file(s) with 33 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 2014-05-23
1 * 2.30.0 released.
2 * Fix for bugs #660 .. #665: handle new welcome pages after login.
3
4 2014-04-02
5 * 2.29.0 released.
6 * Fix for bugs #649 .. #656
7 with error message 'Error encountered in function parseBid...
8 pagename = "Review and confirm your bid"...'
9 * Fix for bugs #647, #648
10 with error message 'Error encountered in function ebayLogin...
11 pagename = "Watch list"'
12
013 2012-10-24
114 * 2.28.0 released.
215
0 2014-04-02
1 * 2.29.0 released.
2 * Fix for bugs #649 .. #656
3 with error message 'Error encountered in function parseBid...
4 pagename = "Review and confirm your bid"...'
5 * Fix for bugs #647, #648
6 with error message 'Error encountered in function ebayLogin...
7 pagename = "Watch list"'
8
0 2014-05-23
1 * 2.30.0 released.
2 * Fix for bugs #660 .. #665: handle new welcome pages after login.
467467 (pp->pageName &&
468468 (!strncasecmp(pp->pageName, "MyeBay", 6) ||
469469 !strncasecmp(pp->pageName, "My eBay", 7) ||
470 !strncasecmp(pp->pageName, "Watch list", 10))
470 !strncasecmp(pp->pageName, "Watch list", 10) ||
471 !strncasecmp(pp->pageName, "Purchase History", 16) ||
472 !strncasecmp(pp->pageName, "Electronics", 11))
471473 ))
472474 loginTime = time(NULL);
473475 else if (pp->pageName &&
23232323
23242324 # Define the identity of the package.
23252325 PACKAGE=esniper
2326 VERSION=2.29.0
2326 VERSION=2.30.0
23272327
23282328
23292329 cat >>confdefs.h <<_ACEOF
00 AC_INIT(esniper.c)
1 AM_INIT_AUTOMAKE(esniper,2.29.0)
1 AM_INIT_AUTOMAKE(esniper,2.30.0)
22 AC_PROG_CC
33 AC_PROG_MAKE_SET
44
0 esniper (2.30.0-1~bpo70+1) wheezy-backports; urgency=medium
1
2 * Rebuilt for wheezy-backports.
3
4 -- martin f. krafft <madduck@debian.org> Fri, 20 Jun 2014 09:33:17 +0200
5
6 esniper (2.30.0-1) unstable; urgency=medium
7
8 * New upstream release
9
10 -- Dima Barsky <dima@debian.org> Fri, 23 May 2014 19:33:10 +0100
11
012 esniper (2.29.0-2) unstable; urgency=medium
113
214 * Enforce usage of SSLv3 to avoid GnuTLS errors, thanks to Yuri