Elisa Media Center 0.5.37 Release

2009-04-28 Thread Olivier Tilloy
Dear Python users,

The Elisa team is happy to announce the release of Elisa Media Center
0.5.37, code-named Doubledecker.

Elisa is a cross-platform and open-source Media Center written in Python.
It uses GStreamer [1] for media playback and pigment [2] to create an
appealing and intuitive user interface.

This release is a lightweight release, meaning it is pushed through
our automatic plugin update system. Additionally a windows installer is
available for download on our website.
As usual, for users running a version of Elisa = 0.5.35, the upgrade to
0.5.37 should be done automatically via the plugin repository.

As usual, tarballs are provided for distribution packagers.

A complete list of the issues fixed can be found at:

http://bugs.launchpad.net/elisa/+milestone/0.5.37

This is also summarised in the (attached) release notes.

Installers and sources can be downloaded from
http://elisa.fluendo.com/download/

Bug reports and feature requests are welcome at
http://bugs.launchpad.net/elisa/+filebug


Have a media-centered evening,


Olivier, for the Elisa team


[1] http://www.gstreamer.net/
[2] https://code.fluendo.com/pigment/trac
Elisa 0.5.37 Doubledecker
===

This is Elisa 0.5.37, thirty-seventh release of the 0.5 branch.

Bugs fixed since 0.5.36:

- 357097: Music scan partially fails on Ubuntu Jaunty
- 361558: amp master doesn't KILL dead slaves
- 330431: Previously played Audio track/video name appears on audio/video plugin
- 366152: [win32] Integrate a browser control in the installer
- 347174: Local videos thumbnail shown on Internet-video plugins


Download

You can find source releases of Elisa on the download page:
http://elisa.fluendo.com/download


Elisa Homepage

More details can be found on the project's website: http://elisa.fluendo.com


Support and Bugs

We use Launchpad for bug reports and feature requests:
https://bugs.launchpad.net/elisa/+filebug


Developers

All code is in a Bazaar branch and can be checked out from there.
It is hosted on Launchpad: https://code.launchpad.net/elisa


Contributors to this release:

- Anna Wojdel
- David McLeod
- Florian Boucault
- Guillaume Emont
- Jesús Corrius
- Julien Moutte
- Krzysztof Adamski
- Lionel Martin
- Loïc Molinari
- Marc Garcia
- Maxwell Young
- Olivier Tilloy
- Philippe Normand
--
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


CodeInvestigator version 0.11.1

2009-04-28 Thread hans moleman
CodeInvestigator version 0.11.1 was released on April 28.


Bug fix:
- A windows installation issue was resolved.


CodeInvestigator is a tracing tool for Python programs.

Running a program through CodeInvestigator creates a recording.
Program flow, function calls, variable values and conditions are all
stored for every line the program executes.
The recording is then viewed with an interface consisting of the
code. The code can be clicked: A clicked variable displays its
value,
a clicked loop displays its iterations.
You read code, and have at your disposal all the run time details of
that code. A computerized desk check tool and another way to learn
about your program.

http://sourceforge.net/project/showfiles.php?group_id=183942
--
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


[ANN] pyOpenSSL 0.9

2009-04-28 Thread Jean-Paul Calderone

I'm happy to announce the release of pyOpenSSL 0.9. This release includes
several new features and a very important bug fix:

 * APIs have been introduced to get and set the version of an X509 request
 * Contexts now support loading CA certificates for verification from a
   specified directory or from the platform's default certificate store
 * DTLS-related constants, OP_NO_QUERY_MTU, OP_COOKIE_EXCHANGE, and
   OP_NO_TICKET are now exposed
 * X509Extension now has the `get_short_name´ method for retrieving the
   short form of the extension type
 * It is now possible to create extensions which use any of the three
   possible OpenSSL implementation approaches
 * FILETYPE_TEXT can be used to dump keys, certificate, and CSRs in text
   format
 * Various compiler warnings have been fixed
 * A bug triggered by almost all uses of pyOpenSSL from multiple threads
   and leading to a crash has been fixed

Many thanks to numerous people who contributed patches to this release.

You can find pyOpenSSL 0.9 in the downloads area of the SourceForge project
page:

   https://sourceforge.net/project/showfiles.php?group_id=31249

Please use Launchpad to file any bug reports:

   https://bugs.launchpad.net/pyopenssl

Jean-Paul Calderone
--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations.html