Changes between VLC 2.0.2 and 2.0.6:
------------------------------------

Common:
 * Upgrade the libVLC wrapper
 * Improve packaging on most platforms
 * Optionnal toolbars display in webview and in fullscreen
 * Quit fullscreen with Esc key
 * Fix background color
 * Fix memory and handle leaks

Webpages:
 * Update classic test pages
 * Add jQuery class to control the webplugin
 * Add VLCObject and VLCControl classes to control the webplugin
 * Add Windowless and resize test pages

NPAPI core:
 * Core class rework and redesign
 * Windowless support
 * Drop OJI support
 * Fix browser events propagation in NPAPI
 * Drop the dependency on external NPAPI headers: it will get downloaded

ActiveX:
 * ActiveX: first step of Win64 support
 * Fix events propagation
 * Fix memory cleaning on unload

Platforms:
 * Support for Windowless under X11 with XCB
 * Support for Windowless under Mac OS X using CoreGraphics
 * Support for Windowless under Windows using GDI+
 * Re-write Mac OS X Port to use CoreAnimation for Windowed video playback
 * Support for Mac OS X 64 bits
 * Support for Windows 64 bits


Changes between VLC 2.0.0 and 2.0.2:
-----------------------------------
 * introduce MediaDescription object for exposing media meta information
 * Build and leaks fixes
 * marquee text size fix


Changes between VLC 1.1.4 and 2.0.0:
-----------------------------------

 * Mozilla and ActiveX plugin separated from the main VLC source,
   and merged in the same repo, for better release management.
 * Fullscreen Interface on Win32 for both ActiveX and NPAPI.
 * Toolbar and fullscreen Interface on Linux/Unix using Gtk+
 * Many build fixes and improvements.
 * Compilation and project files for VS2008.
 * Port to Win64.
 * Interface for DVD control.
 * Update to recent NPAPI headers and better support for those.
 * Removal of Xt and Xpm dependencies, allowing load on Chromium.
 * Fix of the Secunia advisory SA41810
 * Fixes for numerous long-standing issues (notably #3374, #3419, #1553, #3729,
   #4286, #5138, #3819)
 * Support the bgcolor attribute to change the background color
 * Better support for multi-monitor fullscreen
 * Move to Xcb libraries from Xlib when Gtk+ is not used on X11 platforms
 * Numerous fixes for Opera and Konqueror
 * New options to disable fullscreen and toolbars for the webpages developers

