2006-01-10 David Hampton
* test/dws.t:
* test/maninvestments.t:
* test/yahoo_brasil.t: Accept dates in both the previous and
current year as valid responses.
* test/aex.t: Change test currency to one still on the exchange.
* lib/Finance/Quote/VWD.pm: Jörg Sommer's patch to work better
with invalid WKNs and to extract the exchange information from its
new location.
2005-11-18 David Hampton
* lib/Finance/Quote/AEX.pm: Use the store_date function.
* lib/Finance/Quote/ASX.pm:
* lib/Finance/Quote/Cdnfundlibrary.pm:
* lib/Finance/Quote/Platinum.pm:
* lib/Finance/Quote/Trustnet.pm:
* lib/Finance/Quote/Yahoo/Base.pm: Add code to protect against
empty tables, data fields, etc.
* test/aex.t: Correct the number of test cases. Changed test
stock to one that is still on the exchange. Site no longer
provides time (date only) so remove tests for time of quote.
Futures quotes don't always have bid/ask values so comment out
those tests.
* test/indiamutual.t:
* test/trustnet.t:
* test/union.t:
* test/yahoo.t: Changed test stock to one that is still on the
exchange.
* test/yahoo_brasil.t: All returned prices (for all stocks I
tried) return a price of zero, so comment out the test for
non-zero.
2005-10-23 David Hampton
* lib/Finance/Quote/VWD.pm: Put back the call to the
HTML::TableExtract first_table_state_found() function for now. At
some point this should be removed and the 2.0 version of
HTML::TableExtract required.
* lib/Finance/Quote.pm: Make note of an alternate yahoo URL that
can be used to obtain currency quotes. From Gerry Barksdale
2005-10-22 David Hampton
* lib/Finance/Quote/Tiaacref.pm:
* test/tiaacref.t: Add Support for TIAA-CREF mutual funds from
Brandon
* lib/Finance/Quote/VWD.pm: Remove the thousands separator
character from quote values.
* lib/Finance/Quote/TSP.pm:
* test/tsp.t: Frank Mori Hess's change
to add support for the TSP lifecycle L funds.
* ChangeLog: Archive pre-2005 data into a separate file.
* lib/Finance/Quote/Deka.pm: Add a new module to retrieve German
investment fund prices from Deka. Module from Knut Franke
* lib/Finance/Quote/USFedBonds.pm:
* test/usfedbonds.t: Add a new US Federal Bonds stock quote module
from Stephen Langenhoven
2005-10-21 David Hampton
* lib/Finance/Quote.pm: Updated to work with new Yahoo currency
conversion pages.
* lib/Finance/Quote/Tiaacref.pm: New URL from Kevin Foss. Uses
https, so the Crypt::SSLeay module is now required for TIAA-CREF
quotes.
* lib/Finance/Quote/ZI.pm: Zürich Invest has been purchased by
Deutsche Bank and integrated into DWS. The DWS.pm module should
now be used in place of the ZI.pm module.
* lib/Finance/Quote/VWD.pm: Patch from Rainer Dorsch to return the
current price as 'last'. The HTML::TableExtract
first_table_state_found() function has been deprecated. Accept
both the old and new values as correct answers.
* lib/Finance/Quote/ZA.pm:
* test/za.t: Add a new South African stock quote module from
Stephen Langenhoven
2005-08-10 David Hampton
* lib/Finance/Quote/VWD.pm: Handle invalid ISINs better. VWD
delivers a 404 error instead of a blank page. Fix suggested by
Uwe Simon
13/01/2006 *** v2.27 ***
- Uses DatLib v2.15.
- Last release would not load data files less than 4KB in size!
12/01/2006 *** v2.26 ***
- Uses DatLib v2.14.
- Added a save-only format to imitate MAME's gamelist.txt file.
- File identification is now done by loading just the first 4KB.
- Added a list of supported save-formats to the command line help.
13/01/2006 *** v2.15 ***
- Last release would not load data files less than 4KB in size!
12/01/2006 *** v2.14 ***
- Added a save-only format to imitate MAME's gamelist.txt file.
- File identification is now done by loading just the first 4KB.
Overview of Changes from GLib 2.8.5 to GLib 2.8.6
=================================================
* Fix a problem with g_object_compat_control()
which can lead to segfaults in GTK+ applications
on 64bit platforms.
* Fix a memory allocation problem in GKeyFile.
[Morten Welinder]
* New and updated translations (ca,ja,ml,sv,zh_HK,zh_TW)
file pkgsrc/mk/bsd.pkg.clean.mk.
* Reimplement the clean target so that we don't need to invoke a separate
make process just to do clean-depends.
* Reimplement clean-depends using a pipe to avoid command-line length
issues.
As mmix needs cweb, let mmix use tex.buildlink.mk (teTeX2 and teTeX3 do provide
cweb), and add a dependency over cweb in case TEX_DEFAULT is tetex1
The tetex build dependency in this case is not a problem, since tetex is needed by cweb.
Also, no PKGREVISION bump, since there are only build depends
This fixes PR 3254
New:
- Added a fast XOR line drawing function in Xlib driver
- Added support for GL_ARB_texture_mirrored_repeat to savage
driver (supported only on Savage4 hardware).
Changes:
- Mesa now packaged in three parts: Library, Demos and GLUT
Bug fixes:
- GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig
- Some files were present multiple times in the 6.3.2 tarballs
- r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207)
- glxgears_fbconfig demo didn't work (bug 4237)
- fixed bug when bilinear sampling 2d textures with borders
- glXCreatePbuffer() could segfault instead of returning 0 (bug 4235)
- fixed undefined frexp and rand in X.org libGLcore.a (bug 4242)
- fixed a few problems with proxy color tables (bug 4270)
- fixed precision problem in Z clearing (bug 4395)
- glBitmap, glDraw/CopyPixels mistakenly generated selection hits
- fixed potential segfault caused by reading pixels outside
of renderbuffer bounds
- glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB
- fixed memory corruption bug involving software alpha buffers
- glReadPixels clipped by window bounds was sometimes broken
- glDraw/CopyPixels of stencil data ignored the stencil write mask
- glReadPixels from a texture bound to a framebuffer object didn't work
- glIsRender/FramebufferEXT weren't totally correct
- fixed a number of point size attenuation/fade bugs
- fixed glFogCoord bug 4729
- GLX encoding for transpose matrix functions was broken
- fixed broken fragment program KIL and SWZ instructions
- fragment programs that wrote result.depth.z didn't work
Changes 6.4.1:
Bug fixes:
- redefining a vertex program string didn't take effect in TNL module
- fixed occasional segfault upon vertex/fragment parsing error
- vertex program LIT instruction didn't handle 0^0=1 correctly
- fragment program fog option didn't work with glDrawPixels, glBitmap
- USE_MGL_NAMESPACE didn't work for x86-64
- OSMesa demos were missing from previous release tarballs
- fixed problem with float->ushort conversion in glClear (bug 4992)
- popping of GL_EYE_PLANE texgen state was broken (bug 4996)
- popping of GL_SPOT_DIRECTION light state was broken (bug 5005)
- fixed occasional triangle color interpolation problem on VMS
- work around invalid free() call (bug 5131)
- fixed BSD X server compilation problem by including stdint.h
++ Added pngxtern, a libpng add-on for external image format
support: BMP (uncompressed), GIF, PNM.
(This was incorporated from OptiPNG-Plus.)
++ Implemented RGB(A)-to-palette reductions.
+ If trials are ended prematurely, detailed progression is only
reported under the user option -v.
- Removed reporting of some IDAT sizes that exceeded the optimum.
(This was NOT a bug, but a "feature" that confused some users.)
! Fixed an RGB-to-gray reduction problem that occured under some
specific background colors.
+ Added support for builds based on the system-supplied zlib.
* Modified LICENSE. It is now a verbatim spell of the zlib license.
* singinterval bugfix: don't crash if last question in tests is anwered wrongly.
* chord-m7-7-maj7-m7b5-dim7 and chord-m9-9-7b9-maj79: Don't crash
when running tests.
* Add the singanswer lesson files to the pratise menu.
* Correctly connect ComboBoxEntry events in preferences window.
* Don't show GtkWarnings in the traceback window. Added --show-gtk-warnings
commandline options for those who want to see them.
* Fixed the singanswer module and added some "Sing chord tone"
exercises to the practise menu.
* updated no.po
* Added gui in the preferences window to select the language to be
used. Use this if solfege does not select the correct one by default.
* Added swedish translations. Thanks to Daniel Nylander.
* Updated italian translation. Thanks to Marco Colombo.
* Build fixes to the linux midi module.
* Distribute all .po files in the windows build.