1.0
    * Added easy_install download URL
    * docs: Clarification to ManagedSoundPlayer
    * docs: Fixed typo of set_exclusive_mouse
    * pyglet.gl: Fixed a missing import
    * pyglet.event: Better error message when handler has wrong parameters
    * pyglet.event: Fixed invokation of properties during introspection
    * pyglet.font: Fixed non-integer font metrics on all platforms
    * pyglet.font: Improved vertical centering
    * pyglet.image: Fixed ColorBufferImage.texture property
    * pyglet.media: Fixed queuing of multiple StaticSources
    * pyglet.media: Fixed sequential playback of sources with different audio
      formats
    * pyglet.window: Added options['vsync'] override
    * Linux: No longer requires ldconfig to locate libraries
    * Linux: Fixed assumption about existance of certain WM atoms
    * OS X: Fixed install path for system Python
    * OS X: Fixed context switch after window is deleted
    * Win32: Fixed text inter-glyph spacing
    * Win32: Clarified that Windows Vista is not supported in this release

1.0beta3
    * docs: Fixed the documentation of default parameter values
    * examples: Added fixed_resolution example
    * pyglet.event: Allow EVENT_HANDLED to be any true value
    * pyglet.font: Ascent and descent are integer on all platforms now
    * pyglet.media: Several fixes to procedural sounds
    * pyglet.media: Fixed StaticSource usage with non-string source data
    * pyglet.window: Providing width or height with fullscreen parameter to
      constructor will now raise an exception
    * OS X: Fixed interaction with non-pyglet window event loops
    * OS X: Installer will use the system-installed and MacPorts versions of 
      Python if found
    * OS X: Fixed library paths for systems with a case-sensitive file system
    * OS X: Fixed mouse events in fullscreen windows
    * OS X: Fixed reported window size of fullscreen windows
    * Linux: Fixed error with >3 button mice
    * Linux: Fixed default font use
    * Win32: GDI+ is now used for font rendering, fixing antialiasing issues
    * Win32: Font glyphs are now correctly aligned to the baseline
    * Win32: Fixed queued media playback

1.0beta2
    * examples: soundspace gives error if AVbin is not available
    * examples: opengl.py made to demonstrate more OpenGL features
    * tests: Logs to a file by default
    * pyglet.image: Fixed image data pitch and row-ordering conversion
    * Linux: Fixed 16-bit GLX 1.0 configuration
    * Win32: avbin.dll is installed into the correct system directory
    * Win32: Workaround for "GDI Generic" driver glTexSubImage2D bug

1.0beta1

    * Removed shebangs from all library files
    * docs: Numerous formatting fixes to documentation, including restoring
      missing tables and linking in program examples
    * examples: Added soundspace example
    * examples: Sounds for astraea and noisy are no longer license-encumbered
    * examples: "Fire" key in astraea moved to spacebar to avoid hotkey in
      Lepoard
    * examples: Fixed rewind/seek behaviour of media_player
    * tests: Fixed import of tests.regression module regardless of PYTHONPATH
    * pyglet: Added environment variables for default global options
    * pyglet.clock: Fixed unschedule of clock items out of order
    * pyglet.font: Fixed font.add_directory()
    * pyglet.font: Fixed text wrapping in GlyphString at corner cases
    * pyglet.media: Improved media streaming behaviour under loaded CPU
    * pyglet.media: Implemented playback of video without sound
    * pyglet.media: Removed redundant positional audio properties, and
      redefined some to be compatible with both OpenAL and DirectSound
    * pyglet.media: Fixed OpenAL 1.1 timing
    * pyglet.media: Improved OpenAL underrun recovery
    * pyglet.window: Removed extended Latin-1 key symbols
    * pyglet.window: Added scroll lock key modifier
    * pyglet.window: Fixed data type of mouse coordinates to int
    * pyglet.window: Unified and fixed platform-specific event decorator
    * OS X: Fixed fullscreen windows on non-primary monitor
    * Linux: Fixed non-ASCII text input
    * Linux: Added ALSA audio driver
    * Linux: Small refactoring of window event dispatch
    * Linux: Fixed lost key events under loaded CPU
    * Linux: Fixed borderless window behaviour
    * Linux: Fixed fullscreen window reactivation
    * Win32: Added DirectSound audio driver
    * Win32: Fixed interaction with language bar
    * Win32: Fixed key events for non-ASCII keys
    * Win32: Fixed motion event being fired on key release
    * Win32: Fixed window close event
    * Win32: Fixed handling of system error messages
    * Win32: Improved playback of sound with software-based audio devices
    * Win32: Fixed support for cygming special build of Python

1.0alpha2

    * Complete change in interface and implementation of pyglet.media
    * Window events are now only dispatched from the dispatch_events()
      function, and in a consistent order across platforms.
    * Abstract class WindowEventDispatcher removed, its functionality is
      now in BaseWindow.
    * Added DPI parameter to font.load()
    * Renamed mouse.MOUSE_*_BUTTON to mouse.LEFT, mouse.MIDDLE and mouse.RIGHT
    * Window.set_size() now raises an exception if the window is fullscreen
    * Textures are now deleted when discarded, rather than requiring delete()
    * Fixed the calculated width of font.Text instances.
    * Renamed examples/event_test.py to examples/events.py
    * Added media_player.py and Programming Guide examples.
    * Added tools/gl_info.py and tools/al_info.py into the source dists.
    * Added tests/regression/__init__.py into the source dists
    * OS X: Fixed fullscreen windowing
    * OS X: Fixed dylib loading when DYLD_FALLBACK_LIBRARY_PATH is defined
    * OS X: Fixed various mouse-visibility, exclusivity and position problems
    * OS X: Support the menu bar and application quit events
    * Linux: Fixed exclusive mode problems when keyboard focus is lost
    * Linux: Support for bitmap fonts.
    * Linux: Fixed GLX 1.0, ATI and MESA implementations
    * Linux: Improved vsync support across video drivers
    * Linux: Fixed library loading to observe LD_LIBRARY_PATH
    * Win32: Window is now "Unicode-aware"

1.0alpha1

    * Initial release.
