1finance-yahooquote (0.26) unstable; urgency=medium
2
3  * README.md: Noted that API no longer supported by Yahoo!
4  * YahooQuote.om: Idem
5  * yahooquote: Idem
6
7  * t-deactivated/*: Deactivated tests
8
9 -- Dirk Eddelbuettel <edd@debian.org>  Sat, 11 Nov 2017 09:16:38 -0600
10
11finance-yahooquote (0.25) unstable; urgency=low
12
13  * YahooQuote.pm: Applied patch by Nicola Chiapolini restoring
14    functionality after an apparent change in behaviour at Yahoo! Finance
15    earlier today
16
17 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 29 Apr 2015 06:45:05 -0500
18
19finance-yahooquote (0.24) unstable; urgency=low
20
21  * New upstream version with a lame fix for the fix in 0.23 and
22    this time even with the missing semicolon
23
24 -- Dirk Eddelbuettel <edd@debian.org>  Fri, 26 Mar 2010 19:41:56 -0500
25
26finance-yahooquote (0.23) unstable; urgency=medium with
27
28  * New upstream version with a lame fix for one of the
29    regression tests: Yahoo! now sends a different name
30    back for IBM. That'all.
31
32finance-yahooquote (0.22) unstable; urgency=medium with
33
34  * New upstream version with a semi-urgent fix for the change in
35    the data source URL at Yahoo! Finance that occurred today and
36    which breaks all prior versions.
37  * YahooQuote.pm: Updated base of URL of csv interface
38  * YahooQuote.pm, Makefile.PL: Updated copyright to 2007
39
40  * debian/control: Updated Standards-Version: to 3.7.2
41  * debian/rules: Updated DH_COMPAT to 5
42  * debian/control: Now Build-Depends: debhelper (>= 5.0.0)
43
44 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 22 Feb 2007 21:03:45 -0600
45
46finance-yahooquote (0.21.1) unstable; urgency=low
47
48  * Debian-only bugfix release without any new code
49  * Oops, remove the CRAN tarball accidentally left in the build directory
50
51 -- Dirk Eddelbuettel <edd@debian.org>  Sun, 17 Jul 2005 15:24:52 -0500
52
53finance-yahooquote (0.21) unstable; urgency=low
54
55  * t/02simple.t:Updated test for returned company name for symbol 'IBM' to
56    recognise the text currently returned by Yahoo! (Thanks, Paul Woods!)
57  * MANIFEST: Finally added files in t/ and examples/ directory, also
58    added CHANGES (which is now a link to debian/changelog)
59  * Make CRAN release via a proper 'make dist' and upload that tarball to CRAN;
60    Debian continues to get the normal source tarball incl. all of debian/
61  * YahooQuote.pm: Note that currency support is mostly broken at Yahoo!'s end.
62  * debian/control: Updated Standards-Version: to 3.6.2.1
63
64 -- Dirk Eddelbuettel <edd@debian.org>  Sun, 17 Jul 2005 15:13:38 -0500
65
66finance-yahooquote (0.20) unstable; urgency=low
67
68  * YahooQuote.pm: Several changes based on an excellent patch by Jay Strauss
69    - makes much more extended set of query symbols available
70    - new function getcustomquote() to specify symbols per call
71    - new function setQueryString() to supply new query string
72    - new functions useExtendedQueryFormat() and useRealtimeQueryFormat()
73      as simpler wrappers to make new functionality available
74    - getquote() remains backwards-compatible
75    - internal switch to retrieve in batches of 199 if more symbols are
76      supplied in order to circumvent a restricton at Yahoo's end
77    - added new regression test cases for the new functions
78    - added some documentation for new functions
79
80 -- Dirk Eddelbuettel <edd@debian.org>  Mon, 30 Jun 2003 21:37:31 -0500
81
82finance-yahooquote (0.19.1) unstable; urgency=low
83
84  * Debian-only bugfix release without any new code
85  * debian/rules: Precede 'make test' with 'fping finance.yahoo.com && '
86    to satisfy the somewhat silly autobuilding bug report (Closes: #197452)
87  * debian/control: Added fping to Build-Indep-Depends
88  * debian/control: Increased Standards-Version to 3.5.10
89
90 -- Dirk Eddelbuettel <edd@debian.org>  Mon, 16 Jun 2003 21:08:50 -0500
91
92finance-yahooquote (0.19) unstable; urgency=low
93
94  * test.pl: Removed, two simple tests are actually in t/
95  * debian/control: Section changed to perl
96  * debian/control: Standards-Version upgraded to 3.5.9
97  * debian/control: Added libwww-perl to Build-Depends-Indep (Closes: #189708)
98
99 -- Dirk Eddelbuettel <edd@debian.org>  Sat, 19 Apr 2003 17:18:39 -0500
100
101finance-yahooquote (0.18) unstable; urgency=low
102
103  * First release as upstream co-maintainer
104  * This is now a Debian 'native' package, i.e. no .diff.gz is provided as
105    the sources are identical for the package and the upstream distribution.
106
107  * Code (as opposed to Debian packaging) changes:
108
109    - YahooQuote.pm: supports proxy and authentication proxy with new
110      (and exported) variables PROXY, PROXYUSER, PROXYPASSWD.
111
112    - yahooquote: expanded version of the old quote-test example, added
113      --verbose switch, POD documentaion and an example demonstrating
114      the global scope of Finance::YahooQuote.
115
116    - Makefile.PL: appropriate changes to support changes
117
118    - examples/examine_server.sh: New script to examine different servers
119      and URL strings to examine exactly what information is provided
120
121    - examples/symbol_alias.sh: New script to find aliases for numeric
122      (i.e. cusip-like) stock symbols.
123
124 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 25 Dec 2002 09:18:32 -0600
125
126finance-yahooquote (0.17-3) unstable; urgency=low
127
128  * debian/rules: Correct build snafu (Closes: #143249)
129
130 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 18 Apr 2002 20:45:50 -0500
131
132finance-yahooquote (0.17-2) unstable; urgency=low
133
134  * debian/control: Added Build-Depends-Indep
135  * debian/control: Upgraded to Debian Policy 3.5.0
136  * debian/rules: Upgraded to newer Perl Policy
137
138 -- Dirk Eddelbuettel <edd@debian.org>  Fri, 12 Apr 2002 20:57:18 -0500
139
140finance-yahooquote (0.17-1) unstable; urgency=low
141
142  * Upgraded to the new upstream release 0.17
143
144 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 10 May 2000 21:45:05 -0400
145
146finance-yahooquote (0.15-1) unstable; urgency=low
147
148  * Upgraded to the new upstream release 0.15
149
150 -- Dirk Eddelbuettel <edd@debian.org>  Sun, 16 Apr 2000 21:22:25 -0400
151
152finance-yahooquote (0.13-1) unstable; urgency=low
153
154  * Upgraded to the new upstream release 0.13
155
156 -- Dirk Eddelbuettel <edd@debian.org>  Sun, 12 Mar 2000 13:24:31 -0500
157
158finance-yahooquote (0.12-1) unstable; urgency=low
159
160  * Upgraded to new upstream package -- this consists of 0.11 plus the
161    patch by Hamish which added simple proxy support
162
163 -- Dirk Eddelbuettel <edd@debian.org>  Sat,  5 Feb 2000 21:34:53 -0500
164
165finance-yahooquote (0.11-5) frozen unstable; urgency=low
166
167  * debian/rules: Fix perl path in examples/quote-test (Lintian error)
168  * YahooQuote.pm: Applied proxy firewall patch (Closes: #56052)
169
170 -- Dirk Eddelbuettel <edd@debian.org>  Mon, 24 Jan 2000 19:53:50 -0500
171
172finance-yahooquote (0.11-4) unstable; urgency=low
173
174  * debian/rules: Adapted to use /usr/share/ following the recommendation
175    on FHS transition from the Technical Committee
176  * debian/rules: Test for debhelper >= 2.0.40 for FHS compliance
177  * debian/control: Upgraded to Debian Policy 3.0.1
178
179 -- Dirk Eddelbuettel <edd@debian.org>  Tue, 26 Oct 1999 00:28:39 -0400
180
181finance-yahooquote (0.11-3) unstable; urgency=low
182
183  * Upgraded to new Debian Perl Policy
184
185 -- Dirk Eddelbuettel <edd@debian.org>  Sun,  4 Jul 1999 12:29:49 -0400
186
187finance-yahooquote (0.11-2) unstable; urgency=low
188
189  * debian/rules: Remove .packlist (thanks, Lintian!)
190
191 -- Dirk Eddelbuettel <edd@debian.org>  Sun, 18 Apr 1999 17:05:53 -0400
192
193finance-yahooquote (0.11-1) unstable; urgency=low
194
195  * Upgrade to the new upstream release 0.11
196
197 -- Dirk Eddelbuettel <edd@debian.org>  Tue, 23 Mar 1999 19:34:40 -0500
198
199finance-yahooquote (0.09-2) unstable; urgency=low
200
201  * debian/control: Added Depends: on libhtml-parser-perl. Thanks Colin!
202
203 -- Dirk Eddelbuettel <edd@debian.org>  Mon, 22 Mar 1999 22:28:19 -0500
204
205finance-yahooquote (0.09-1) unstable; urgency=low
206
207  * Initial Debian release.
208
209 -- Dirk Eddelbuettel <edd@debian.org>  Mon, 22 Mar 1999 20:25:18 -0500
210
211
212