Congrats. I'll run it under Mountain Lion and let you know how it works out :)

On 13/07/2012, at 07:05, Richard Jones <[email protected]> wrote:

> Hi all,
> 
> I've (finally) pushed out the 1.2alpha1 release!
> 
> HUGE THANKS to everyone who made this release possible - especially
> those who put in the work to make the Python3 and 64-bit compatibility
> changes.
> 
> The release is linked from the website downloads section as
> "development release." It is not uploaded to PyPI as I don't want to
> break people using "pip install" or similar tools. To that end I've
> removed the Download URL setting from the PyPI page so those tools
> won't scrape the pyglet.org downloads page and accidentally find the
> "newer" 1.2alpha1 to install in preference to the 1.1.4 release.
> 
> I'll give the dust a chance to settle and the tires a chance to be
> kicked before making a wider announcement in about 24 hours.
> 
> In this release:
> 
>        The major 1.2 release brings pyglet to Python 3. Pyglet now also runs 
> on
>        64-bit operating systems Linux, Windows and OS X. The OS X layer has
>        switched to Cocoa.
> 
>        Backwards-incompatible API changes:
> 
>        * renamed Label parameter 'halign' to 'align', fix for issue:460
>        * remove unused module 'glext_missing' - everything should already be 
> in
>          'glext_arb'
> 
>        Other changes and fixes:
> 
>        * updated OpenGL wrappers (except for agl* and wgl*)
>        * added set_mouse_position to window, fix for issue:467
>        * configurable texture filtering for issue:463
>        * correction to use textures min/mag filter for get_texture
>        * fix runaway event loops caused by least squares estimator
>        * compute correct expiration time for the event loop
>        * fix ordering of Groups and OrderedGroups
>        * fix loading of small images using GdkPixbuf2ImageDecoder for 
> issue:493
>        * applied Andrew Straw's pyglet-xvfb.patch patch from issue:456
>        * fix for issue:517 tests/window/CONTEXT_SHARE.py glIsList exceptions
>        * numeric keypad constants in docs don't match key.py, fix for 
> issue:523
>        * use new method for quering extensions if OpenGL version is >= 3
>        * add missing freetype ctypes declarations, patch from issue:529
>        * add flag to check if event-loop is running
>        * add variation on how to import PIL, fix issue:551
>        * handle race condition in texture cleanup, fix for issue:565
>        * fix examples/window_platform_event.py when no "names", issue:561
>        * fix for GIFs with alpha, Frankie.Robertson, issue:411
>        * added exception for ATI radeon xpress 200M not exporting glGenBuffers
>        * allow pyglet.resource.image to specify that the image be
> stand-alone and
>          not loaded into an atlas
>        * make test runner output easier to read and verify for the tester
>        * make failing to load libraries that exist but have fatal problems not
>          be _silently_ ignored on Linux and OS X, fix issue:579
>        * fix multiline/wrap_line confusing (Martin Di Paola), per issue:394
>        * apply patch fixing image.DDS_RGB_DXT1_LOAD (and similar) throwing
>          ImageException from petete.zur88, issue:580
>        * fix experimental/animation.py frame.delay reference (anatoly
> techtonik)
>        * docs: added chapter to programming guide for input module
>        * docs: fix example in animation docs
>        * docs: clarify graphics.draw() from Tim McNamara in issue:478
>        * docs: mention atlas in the programming guide
>        * docs: apply Txema Vicente's patch to generate docs with Sphinx
>        * Linux: fix different platform strings, issue:571
>        * Linux: fix 100% cpu load with scheduled events when using xlib
>        * Linux: pitch change functionality with pulseaudio driver;
> patch from Adam
>          Bark, issue:536
>        * Linux: fix tiling window manager resizable window initialisation,
>          issue:563
>        * OS X: add function key
>        * OS X: replaced pyglet/image/codecs/quartz.py with ctypes-only code
>        * OS X: added complete type declarations to darwin_hid so pypy will 
> stop
>          complaining
>        * Windows: apply patch for x64 issues, fix issue:510
>        * Windows: (possible) fixes for context sharing problems
>        * Windows: don't create another context in Win32Context.attach() if the
>          sub-class (Win32ARBContext) already created one
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "pyglet-users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/pyglet-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to