RELEASE NOTES
=============

This file describes notable changes in the Coin library in a more
elaborate way than can be fit into to the compact NEWS summary file.

Coin 1.0.2
==========

* Mac OS X compiler framework installation

  If you build from source, you should note that the configure options
  related to compiler frameworks have been changed.  See README.MAC and/or
  INSTALL.

* MS Windows debug library

  Coin 1.0.1 was precompiled wrong so symbolic debug information was not
  included - this has now been fixed.

Coin 1.0.1
==========

* SoSearchAction::apply() [semantic change]

  The SoSearchAction class had the searching semantics wrong in the
  Coin v1.0.0 implementation.  It would register matches if any of the
  search criterions were satisfied.  This is not how SGI and TGS Open
  Inventor does it.  All criterions set up has to be satisfied for the
  action to register a match.  This has now been corrected in Coin so we
  comply with the other Open Inventor implementations.

* MS Visual C++ Issues

  - Do not specify /M* options in CFLAGS/CXXFLAGS anymore.  The new way
    to specify which C library to link with is through the --with-msvcrt
    configure option.  See INSTALL for details.  The prebuilt binary SDKs
    for MS Windows will from now on be built with the multithread dynamic
    runtime library (msvcrt.dll).

  - If your MS Windows system has a GLU library that is too old to handle
    NURBS properly, you can do a checkout of the module "superglu" in
    src/extensions/ and reconfigure/rebuild the library to get GLU 1.3
    embedded directly into the Coin library.  The "superglu" module is
    from now on embedded by default in the prebuilt binary SDKs for
    MS Windows.

Coin 1.0.0
==========

* First public release

