
Version 1.3
=============

Brice Videau (1):
      Added -Wno-deprecated-declarations options to compile files that need it.

Vincent Danjean (5):
      Fix compilation when updating database
      Merge branch 'master' of git+ssh://scm.forge.imag.fr/scmrepos/git/ocl-icd/ocl-icd
      Add a pkg-config file for ICD libraries
      Check if compiler support flags to disable expected warnings
      New release

Version 1.2.1
=============

Vincent Danjean (4):
      Correctly remove created directories
      Do not distribute built sources
      Distribute all required files
      New release without autogenerated files

Version 1.2
=============

Brice Videau (1):
      Added clGetGLContextInfoKHR to the loader.

Vincent Danjean (11):
      Fix Changelog
      Add a easy way to disable DEBUG in Makefile
      Improve debug mode
      Add support for using alternate vendors configuration directory
      Swich to autotools
      Correct iteration in vendors/ directory
      Cleanup debug, refactor libdummycl
      Merge remote-tracking branch 'origin/master'
      cleanup code and add additionnal tests
      Whitelist known missing functions in ICD Loader
      New release

Version 1.1
=============

Vincent Danjean (10):
      Add missing include in ocl_icd_test.c
      Format YAML output ourself
      Rename files and cleanup includes
      Cleanup again
      Add visibility("hidden") for all but public symbols
      Rewrite ICD loader
      Cleanup debug
      Do not look for *EXT or *KHR functions by name
      Find a new entry manually (74) and another one (92) suspected
      Bump version to 1.1

Version 1.0.1
=============

Vincent Danjean (2):
      Correctly detect no platforms when no /etc/OpenCL/vendors directory exists
      New version

Version 1.0
===========
Vincent Danjean (6):
      Add a message in ocl_icd_test when no plateform is found
      Cleanup and comment the Makefile
      cleanup ocl_icd.h
      Generate and use a map symbol file
      Release 1.0
      Real release 1.0 (changelog updated)

Brice Videau (5):
      Copyright change.
      Added clUnloadCompiler at its most propable place in the table : 31.
      Added clGetExtensionFunctionAddress at its most probable place in the table : 65.
      RTLD_DEEPBIND seemed to cause problems with intelocl and BigDFT.
      Added version and symbol association.

Version 1.0 beta2
=================
Vincent Danjean (14):
      Rewrite Makefile
      cleanup Makefile, add support for install with DESTDIR
      Add .gitignore file
      update Makefile
      Force sorted order in yaml file
      Add weak functions
      Fix problem with special functions
      Update database from OpenCL 1.2 headers and AMD implementation
      Cleanup clean/distclean Makefile rules
      force deep binding so that OpenCL implementation use their own functions
      Add 'install', 'dist', 'distcheck' targets in Makefile
      Add myself in copyright
      Fix soname
      release 1.0 beta2

Brice Videau (9):
      First version
      Added option to generate from database.
      Added License and bugfixes.     Clean up of Makefile. (Still work to do).
      Added a clGetPlatformInfo template in generated bindings.
      Bugfix...
      Bugfix.
      Added README.
      In order database.
      Fixed typo in Makefile

