Dr. Michael J. Chudobiak | 1 Jan 2008 20:54
Favicon

gThumb 2.10.8 [stable] released

gThumb 2.10.8 [stable] is released
==================================

gThumb is an Image Viewer and Browser.

gThumb 2.10.8 is now available for download at:

http://ftp.gnome.org/pub/gnome/sources/gthumb/2.10/gthumb-2.10.8.tar.gz
http://ftp.gnome.org/pub/gnome/sources/gthumb/2.10/gthumb-2.10.8.tar.bz2

Why?
====

A crash when deleting files was fixed. A crash when selecting custom 
print sizes was also fixed.

An assortment of smaller bugs was also fixed.

Fixes in 2.10.8
===============

* If the directory doesn't exists go to the closest existing parent.
   Fixes bug #495575 – infinite loop when browsing deleted dirs
* Fixed bug #Bug 498741 – gthumb always saves thumbnails despite the
   gconf option in apps -> gthumb -> browser -> save_thumbnails set
   to "false"
* Fixed bug #500719 – segfault when canceling batch operations
* Fixed bug #486886: Crash opening an image with no Exif IFD1
* Fixed bug #487982: can freeze gthumb during printing
* Fixed a printing crash, g_free -> gtk_paper_size_free
(Continue reading)

Emmanuele Bassi | 2 Jan 2008 17:06

[ANNOUNCE] Clutter development snapshot - 0.5.0

good news, everyone!

here's to you the first development snapshot of Clutter. this release is
meant for testing and bug fixing, and it's the first towards the next
stable cycle of Clutter.

Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces. Clutter is licensed under
the terms of the GNU Lesser General Public License version 2.1.

Clutter currently requires:

  * GLib >= 2.14.0
  * GdkPixbuf
  * Pango 1.x
  * OpenGL >= 1.2 or OpenGL ES 1.1
  * GLX, SDL or an EGL Implementation

The official website is: http://www.clutter-project.org
The Clutter blog is at:  http://www.clutter-project.org/blog
To subscribe to the Clutter mailing list, send mail to: 
   clutter+subscribe <at> o-hand.com 
The official mailing list archive is: http://lists.o-hand.com/clutter/

* Notes

   o This is unstable development release. While it has had a bit of
     testing, there are certainly plenty of bugs remaining to be found.
     This release should not be used in production.

(Continue reading)

Johan Dahlin | 3 Jan 2008 12:26
Picon

[pygtk] ANNOUNCE: PyGObject 2.14.1

I am pleased to announce version 2.14.1 of the Python bindings for GObject.

The new release is available from ftp.gnome.org as and its mirrors
as soon as its synced correctly:

   http://download.gnome.org/sources/pygobject/2.14/

What's new since PyGObject 2.14.0:
    - Avoid unnecessary wakeups once per second
      when using Python trunk (Johan Dahlin, #481569)
    - Add an uninstalled.pc (Damien Carbery, #486876)

Blurb:

GObject is a object system library used by GTK+ and GStreamer.

PyGObject provides a convenient wrapper for the GObject+ library for use
in Python programs, and takes care of many of the boring details such as
managing memory and type casting.  When combined with PyGTK, PyORBit and
gnome-python, it can be used to write full featured Gnome applications.

Like the GObject library itself PyGObject is licensed under the
GNU LGPL, so is suitable for use in both free software and proprietary
applications.  It is already in use in many applications ranging
from small single purpose scripts up to large full
featured applications.

PyGObject requires GObject >= 2.8.0 and Python >= 2.3.5 to build.

--
(Continue reading)

Carlos Garcia Campos | 3 Jan 2008 17:39
Picon

libspectre release 0.2.0 now available

A new libspectre release 0.2.0 is now available from:

 http://libspectre.freedesktop.org/releases/libspectre-0.2.0.tar.gz

    which can be verified with:

 http://libspectre.freedesktop.org/releases/libspectre-0.2.0.tar.gz.sha1
      0a52abf5bd0503f249299425c2fd3dfd26852865  libspectre-0.2.0.tar.gz

 http://libspectre.freedesktop.org/releases/libspectre-0.2.0.tar.gz.sha1.asc
 (signed by Carlos Garcia Campos)

  Additionally, a git clone of the source tree:

 git clone git://anongit.freedesktop.org/git/libspectre

    will include a signed 0.2.0 tag which points to a commit named:
 14e516b5e7257e46972c78945cec762325abf05e

    which can be verified with:
 git verify-tag 0.2.0

    and can be checked out with a command such as:
 git checkout -b build 0.2.0

Summary of changes since libspectre 0.1.0                                                                                                                           
==================================                                                                                                                           

API additions:                                                                                                                                               

(Continue reading)

Johan Dahlin | 3 Jan 2008 17:52
Picon

[pygtk] ANNOUNCE: PyGTK 2.12.1

I am pleased to announce version 2.12.1 of the Python bindings for GTK;
This release includes various bug fixes, plugged memory leaks and a few new 
features.
Most prominently if built against python trunk it will no longer wakeup when
it is not necessary since we can avoid the timeout thanks to a newly added
API in Python. Thanks Guido!

The new release is available from ftp.gnome.org and its mirrors
as soon as its synced correctly:

      http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.12/

What's new since 2.12.0?
     - Add support for PySignal_SetWakeUp thread which avoids unnecessary
       polling in the main loop for threaded programs (Johan, #481569)
     - Fix TreeView coordinate wrappers (Jeremey Katz, #479012)
     - Allow None in tooltip methods (Gian)
     - Mention how to build documentation (Björn Lindqvist, #479379)
     - Plug a leak in GtkContainer.forall (Mark Doffman, #480306)
     - Add null-ok for accelerator function (Yevgen Muntyan)
     - Install gtk-extrafuncs.defs (Matthew Barnes, #380020)
     - Fix x86-64 crash (Dan Winship, #500508)
     - Plug gtk.Widget.render_icon leak (Gustavo, #502871)
     - Fix hypertext demo (Richard Hult)
     - Correct wrong command line (Sebastien Bacher)
     - Distribute .m4 files (Ed Catmur)
     - Release the GIL in pixbuf constructors (Jakub Stachowski, #415611)
     - Add a new pango extent example (Adam Olsen, Behdad Esfahbod, #400810)
     - Fix leak in gdk.Pixbuf.flip() (Guillaume Cottenceau)
     - Accept None in CellRenderer.get_cell_area() (Paul Pogonyshev, #358091)
(Continue reading)

Pedro Castro | 6 Jan 2008 18:14
Gravatar

[ANNOUNCE] Gnome Subtitles 0.7.2

What's It?
==========

Gnome Subtitles is a subtitle editor for the GNOME desktop. It supports the most common
text-based subtitle formats and allows for subtitle editing, conversion and synchronization.

* About: http://gnome-subtitles.sf.net/about

* Screenshots: http://gnome-subtitles.sf.net/screenshots

* Download: http://gnome-subtitles.sf.net/download

What's New?
===========

- Updated the about dialog
- Fixed some compilation warnings

Translations:
- Djihed Afifi (ar)
- Yannig Marchegay (oc)

Thanks:
- Tiago Bortoletto Vaz

Where's It?
===========

The sources are available at: http://gnome-subtitles.sf.net/download
Packages for distributions will be available ASAP at the same address.
(Continue reading)

Christophe Fergeau | 6 Jan 2008 22:03
Picon

Fosdem 2008 - Call for talks

Hi everyone, and happy new year  ;)

As for the last few years, we'll have a GNOME devroom at FOSDEM (23/24
feb in Brussels), and as always, we're looking for people who want to
give talks in that devroom.

This year, the half day dedicated to cross desktop talks has been
extended to cover the whole Sunday, though talks that are appropriate
for that day go from talks about actual cross desktop topics to talks
which are gnome/kde specific but can be of interested to the other
communities.

Devroom talks are 30/35 minute long talks presenting one aspect of the
GNOME community you care about. This can be a technical talk about a
library you're hacking on, but you can also give a talk about how to
market GNOME at big events, or about how to get involved in the
translation project, ... In short, you can talk about whatever you
want as long as it's about GNOME!

Like last year, you'll find all the information you want about our
devroom on http://live.gnome.org/Brussels2008. However,if you want to
give a talk, please don't add yourself to the schedule. Send me an
email instead describing your talk and the slot(s) you'd like to have,
and add that information to the "Presenters and their presentation" on
the wiki.

If you aren't giving a talk but are coming, please let us now at
http://live.gnome.org/Brussels2007#attendees ! This is helpful in case
we print shirts or name tags.

(Continue reading)

Callum McKenzie | 7 Jan 2008 10:01
Favicon

gnome-applets 2.20.1

I am pleased to announce a new release of gnome-applets.

This release is the second stable release of gnome-applets for the 2.20
series and consists mostly of translation updates.

It can be downloaded from

http://download.gnome.org/sources/gnome-applets/2.20/

Codename: "Flexible Demeanour"

Changes:

Mixer applet:
 - Memory leaks fixed (Kjartan Maraas).

Translations:
 ar, be, bg, ca, da, et, ga, gl, hu, ko, pl, pt, ru, sv, uz

Documentaton translations:
 ca, de, ko, mk

 - Callum
Willie Walker | 7 Jan 2008 17:03
Picon

Announcing Orca v2.20.3 (maintenance release for GNOME 2.20.3)

===============
* What is Orca?
===============

Orca is a free, open source, flexible, and extensible screen reader
that provides access to the graphical desktop via user-customizable
combinations of speech, braille, and/or magnification.  Orca
development has been led by the Sun Microsystems, Inc., Accessibility
Program Office via continued engagement with its end users and
contributions from wonderful community members.

This release is a maintenance release for GNOME v2.20.3.  Users wanting 
the latest code should use the Orca v2.21.x release(s).

You can also read more about Orca at http://live.gnome.org/Orca.

==================================
* What's changed for Orca v2.20.3?
==================================

* Added "# -*- coding: utf-8 -*-" to the top of chnames.py to eliminate
   Python error message:

   "SyntaxError: Non-ASCII character '\xc2' in file"

New and updated translations (THANKS EVERYONE!!!):

     et      Estonian             Ivar Smolin and Priit Laes

======================
(Continue reading)

Sebastian Pölsterl | 7 Jan 2008 17:51

Deskbar-Applet 2.20.3 released


This release marks the end of the 2.20 release cycle.
It contains only one bug fix.

Download
========
http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.20/

Changes
=======
	* Fixed bug #504875: cannot concatenate 'str' and 'NoneType' objects in
beagle-live.py
	
Contributors to this release: Sebastian Pölsterl

--
Greetings,
Sebastian Pölsterl

Gmane