<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Recent news from the pyglet project</title><link href="http://www.pyglet.org/" /><link href="http://www.pyglet.org/news.xml" rel="self" /><id>http://www.pyglet.org/news/</id><updated>2010-01-07T00:00:00Z</updated><entry><author><name>Richard</name></author><title>pyglet 1.1.4 released</title><summary>
    pyglet 1.1.4 has been released, including
    several important bug fixes. Thanks to the pyglet community for all
    your effort in getting this release out.
  </summary><content>
    pyglet 1.1.4 has been released, including
    several important bug fixes. Thanks to the pyglet community for all
    your effort in getting this release out.
  </content><updated>2010-01-07T00:00:00Z</updated><id>http://www.pyglet.org/news/2010-01-07</id></entry><entry><author><name>Alex</name></author><title>New pyglet.org hosting</title><summary>
    Thanks to the support of the good people at tummy, pyglet.org now has reliable, fast
    hosting.  If you can read this, your DNS is pointing in the right
    direction :-)
  </summary><content>
    Thanks to the support of the good people at tummy, pyglet.org now has reliable, fast
    hosting.  If you can read this, your DNS is pointing in the right
    direction :-)
  </content><updated>2009-02-06T00:00:00Z</updated><id>http://www.pyglet.org/news/2009-02-06</id></entry><entry><author><name>Alex</name></author><title>pyglet 1.1.2 released</title><summary>
    pyglet 1.1.2 has been released, including
    several important bug fixes and installation support for Python 2.6.
  </summary><content>
    pyglet 1.1.2 has been released, including
    several important bug fixes and installation support for Python 2.6.
  </content><updated>2008-10-04T00:00:00Z</updated><id>http://www.pyglet.org/news/2008-10-04</id></entry><entry><author><name>Alex</name></author><title>pyglet 1.1.1 released</title><summary>
    pyglet 1.1.1 includes several critical bug fixes.  We
    recommend all users download the latest
    runtime or source package.  No changes have been made to the
    documentation or API in this release.
  </summary><content>
    pyglet 1.1.1 includes several critical bug fixes.  We
    recommend all users download the latest
    runtime or source package.  No changes have been made to the
    documentation or API in this release.
  </content><updated>2008-08-26T00:00:00Z</updated><id>http://www.pyglet.org/news/2008-08-26</id></entry><entry><author><name>Alex</name></author><title>pyglet 1.1 released</title><summary>
    The final release of pyglet 1.1 has been
    released.  pyglet 1.1 is backward compatible with pyglet 1.0 and
    introduces many new features such as formatted text rendering, animated
    GIF support, fast sprite rendering, resource loading and a managed event
    loop.  Please see the migration
    guide for all the details.
  </summary><content>
    The final release of pyglet 1.1 has been
    released.  pyglet 1.1 is backward compatible with pyglet 1.0 and
    introduces many new features such as formatted text rendering, animated
    GIF support, fast sprite rendering, resource loading and a managed event
    loop.  Please see the migration
    guide for all the details.
  </content><updated>2008-08-05T00:00:00Z</updated><id>http://www.pyglet.org/news/2008-08-05</id></entry><entry><author><name>Alex</name></author><title>pyglet 1.1 beta 2 released</title><summary>
    pyglet 1.1 beta 2 is now available.  This release fixes many bugs from
    the previous release and introduces some minor incompatible API changes in
    the pyglet.text module.  The new text layout features are now 
    documented in the Programming
    Guide.  Windows, Mac and source downloads are available from the download
    server.  The latest Windows and Mac installation packs also include
    the latest AVbin library.
  </summary><content>
    pyglet 1.1 beta 2 is now available.  This release fixes many bugs from
    the previous release and introduces some minor incompatible API changes in
    the pyglet.text module.  The new text layout features are now 
    documented in the Programming
    Guide.  Windows, Mac and source downloads are available from the download
    server.  The latest Windows and Mac installation packs also include
    the latest AVbin library.
  </content><updated>2008-06-06T00:00:00Z</updated><id>http://www.pyglet.org/news/2008-06-06</id></entry><entry><author><name>Alex</name></author><title>pyglet 1.1 beta 1 released</title><summary>
    pyglet 1.1 has hit the beta milestone, which means the API is very
    unlikely to change and the feature set has been frozen.  We'd like you
    to try this version out for compatibility, and you might also enjoy
    the new features.  This release is available in both source and
    Windows and Mac OS X installer forms.  These installers also bundle
    the very-recently-released AVbin version 3.  All distributions are
    available from the 
    download
    server.  The latest documentation is available for download and
    online.
  </summary><content>
    pyglet 1.1 has hit the beta milestone, which means the API is very
    unlikely to change and the feature set has been frozen.  We'd like you
    to try this version out for compatibility, and you might also enjoy
    the new features.  This release is available in both source and
    Windows and Mac OS X installer forms.  These installers also bundle
    the very-recently-released AVbin version 3.  All distributions are
    available from the 
    download
    server.  The latest documentation is available for download and
    online.
  </content><updated>2008-04-19T00:00:00Z</updated><id>http://www.pyglet.org/news/2008-04-19</id></entry><entry><author><name>Alex</name></author><title>pyglet 1.1 alpha 2 released</title><summary>
    This is a bug-fixing and documentation release.  Lots of bugs introduced
    with the pyglet 1.1 features have been squashed, and all the new features
    are now extensively documented in both the API Reference and Programming
    Guide.  If you'd like to join the testing effort, please head on over
    to the download
    server to grab a source or egg release.  The new documentation is also available
    online.
  </summary><content>
    This is a bug-fixing and documentation release.  Lots of bugs introduced
    with the pyglet 1.1 features have been squashed, and all the new features
    are now extensively documented in both the API Reference and Programming
    Guide.  If you'd like to join the testing effort, please head on over
    to the download
    server to grab a source or egg release.  The new documentation is also available
    online.
  </content><updated>2008-03-23T00:00:00Z</updated><id>http://www.pyglet.org/news/2008-03-23</id></entry><entry><author><name>Alex</name></author><title>pyglet 1.1 alpha 1 released</title><summary>
    pyglet 1.1 alpha 1 adds more features than any previous release, including
    fast graphics routines, formatted text layout, animated GIF support,
    resource loading, and even some bug fixes.  If you're not working in a
    production environment and can afford some instability, go straight to the
    
    download server to grab a source or egg release, and start reading up
    on all the
    new features.
  </summary><content>
    pyglet 1.1 alpha 1 adds more features than any previous release, including
    fast graphics routines, formatted text layout, animated GIF support,
    resource loading, and even some bug fixes.  If you're not working in a
    production environment and can afford some instability, go straight to the
    
    download server to grab a source or egg release, and start reading up
    on all the
    new features.
  </content><updated>2008-03-01T00:00:00Z</updated><id>http://www.pyglet.org/news/2008-03-01</id></entry><entry><author><name>Alex</name></author><title>Patch for Python2.5 egg</title><summary>
    The pyglet-1.0-py2.5.egg distribution was inadvertently built for Python
    2.5b3.  pyglet-1.0.2-py2.5.egg,
    correctly built for Python 2.5, is now available.
  </summary><content>
    The pyglet-1.0-py2.5.egg distribution was inadvertently built for Python
    2.5b3.  pyglet-1.0.2-py2.5.egg,
    correctly built for Python 2.5, is now available.
  </content><updated>2008-02-11T00:00:00Z</updated><id>http://www.pyglet.org/news/2008-02-11</id></entry></feed>
