Jasper St. Pierre | 1 Dec 2011 22:16
Gravatar

extensions.gnome.org - Public Alpha Now Available

We're happy to announce that extensions.gnome.org is now in
public alpha testing at:

 https://extensions.gnome.org

If you have GNOME Shell 3.2 on your system, you should be able to
install extensions from the website via your browser. This uses the
"GNOME Shell Integration" browser plugin which is likely already
installed on your system if you have GNOME 3.2. The plugin only works
with Firefox currently - see "Known Bugs" below.

We've seeded the site with a small set of extensions, including
the extensions from gnome-shell-extensions. If you are the author
of an extension that has been uploaded, and you want to take over
uploading future releases, please contact us, and we'll get you
access.

The set of extensions on the site is still small compared to the total
number of extensions available. We expect more extensions to be
available over the next few weeks as authors upload them and they
are reviewed.

About GNOME Shell Extensions
============================

GNOME Shell extensions are small pieces of code written by third party
developers that modify the way GNOME works. (If you are familiar with
Chrome Extensions or Firefox Addons, GNOME Shell extensions are
similar to them.)

(Continue reading)

Jürg Billeter | 2 Dec 2011 12:10
Picon

tracker 0.10.37

About Tracker
=============

Tracker is a semantic data storage for desktop and mobile devices.
Tracker uses W3C standards for RDF ontologies using Nepomuk with
SPARQL to query and update the data.

Tracker is a central repository of user information, that provides two
big benefits for the user; shared data between applications and
information which is relational to other information (for example:
mixing contacts with files, locations, activities and etc.).

News
====

The changes are:

  * Fixes: NB#289635, libtracker-common: Add more checks to gconf-dbus locale handling
  * Fixes: NB#290165, UpdateArray error handling in miner-fs crashes due to signedness mismatch
  * Fixes: NB#293333, libtracker-bus: Keep connection to D-Bus session bus alive
  * Fixes: NB#293344, libtracker-data: Use tracker_date_to_string instead of SQLite's strftime
  * libtracker-common: Fix tracker_date_to_string for timestamps before 1970
  * libtracker-common: Fix invalid read in tracker_string_to_date
  * tracker-extract-text: Fix double free
  * tracker-miner-fs: Provide --disable-miner command line argument
  * tests: Update tests for changed date/time formatting
  * functional-tests: Disable userguides miner to avoid timeouts

Translations:

(Continue reading)

Paolo Bacchilega | 4 Dec 2011 20:34
Picon
Favicon

gThumb 2.14.1 released

gThumb 2.14.1 is now available for download at:

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

4b36c19eb3ceb726eff17b2d4b06c33bb222f9eee071e44553506c59f02371d4 
gthumb-2.14.1.news
8fc90a94ecc9062f2241dd6960fbe8457fae998c01b998fadac54ec73738f331 
gthumb-2.14.1.changes
002a6611112273189348871ff7c717fb3c776f5570656389e3d6c5b26bffa11f 
gthumb-2.14.1.tar.xz

In this version some bugs and memory leaks were fixed and some 
translations were updated.

What is gThumb
==============

gThumb is an image viewer and browser utility for the GNOME environment.
The README file distributed with the tar archive contains a complete 
list of features and the instructions to compile the source. The 
complete description, screenshots and other info are available at 
http://live.gnome.org/gthumb

Overview of changes from gThumb 2.14.0 to 2.14.1
================================================

  Bugs fixed:

   * Fixed infinite reloading of some images when selected in the file
     list.
(Continue reading)

Jürg Billeter | 5 Dec 2011 22:30
Picon

[ANNOUNCE] Vala 0.15.0 - Compiler for the GObject type system

We are pleased to announce version 0.15.0 of Vala, a compiler for the
GObject type system.

Vala 0.15.0 is now available for download at:
   http://download.gnome.org/sources/vala/0.15/

Changes since 0.14.0
 * Manage memory of GQueue elements.
 * Switch atk bindings to .gir.
 * Switch gdk-pixbuf-2.0 bindings to .gir.
 * Switch gdk-3.0 bindings to .gir.
 * Add libwnck-3.0 bindings.
 * Many bug fixes and binding updates.

Vala is a programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code.

More information about Vala is available at

        http://www.vala-project.org/

The Vala Team
(Continue reading)

Martyn Russell | 15 Dec 2011 17:54
Favicon
Gravatar

tracker 0.13.0

About Tracker
=============

Tracker is a semantic data storage for desktop and mobile devices.
Tracker uses W3C standards for RDF ontologies using Nepomuk with
SPARQL to query and update the data.

Tracker is a central repository of user information, that provides two
big benefits for the user; shared data between applications and
information which is relational to other information (for example:
mixing contacts with files, locations, activities and etc.).

ChangeLog
=========

The changes are:

   * Require: libxml2 for --enable-maemo builds
   * Require: Vala >= 0.13.4 (for introspection fixes)
   * Removed: ioprio_get() check in configure, now most kernels have the 
syscall
   * Removed: dbus-glib requirement (was only used in 1 or 2 cases)
   * Removed: GLib unicode parser, it's was sub-optimal and unused
   * New Feature: CUE sheet parsing is now supported
   * libtracker-common: New env var TRACKER_USE_CONFIG_FILES to output 
ini files instead of use GSettings is available
   * libtracker-miner: Updated TrackerMinerFS (breaks API/ABI)
   * libtracker-miner: Introducing TrackerIndexingTree (to use with 
TrackerMinerFS)
   * libtracker-miner: Albumart renamed to Media art and refactored
(Continue reading)

Jens Georg | 8 Dec 2011 10:35
Favicon
Gravatar

Rygel 0.12.6

Rygel 0.12.6 is out!

Another release in the stable 0.12 series of Rygel

Changes since 0.12.5:

- Request creation of more than one thumbnail.
- Make headers send in HTTP HEAD equal to the ones in HTTP GET. This fixes an
  issue where certain clients that do a HEAD request on transcoded resources
  would not play them since we reported Content-Length: 0.

Tracker:
  - Really fall back to nfo:fileLastModified.
  - Cache ContainerUpdateID for meta-data containers, otherwise invalid
    notifications were sent.

Playbin:
  - Add possibility to render images.

Mediathek:
  - Set the DLNA profile for WMV videos.

MediaExport:
  - Fix the issue that videos without audio were not shared.
  - Fix a regression in the file monitor that moved files were not recognized.

All contributors to this release:
  - Jens Georg <mail <at> jensge.org>
  - Mario Blättermann <mariobl <at> gnome.org>
  - Matej Urbančič <mateju <at> svn.gnome.org>
(Continue reading)

Pierre Wieser | 9 Dec 2011 23:03

Nautilus-Actions 3.1.5 is out

Hi everybody,

We are so pleased to announce the latest 3.1.5 version of
Nautilus-Actions.
This is (supposed to be) a stable release.

What is it ?

    Nautilus-Actions is a Nautilus extension whose principal function
    is to allow the user to add arbitrary actions to the file manager
    context menus. These actions may be organized in menus and submenus,
    exported and shared with other desktop environments.

What is new in this release ?

    The 3.1.5 version is mainly a bugfix in the 3.1 serie.

Some words about the 3.1 serie

    The first goal of Nautilus-Actions 3.1 serie is to migrate menus,
    actions and user preferences from GConf.

    Compiling with GConf is now only required when we have menus,
    actions or user preferences to migrate to the new system. New users
    may just get ride of it.

    Packagers and sysadmins should really read the README-GCONF file.

    Please note that due to the renaming of some parameters, actions
    or menus created / updated with the versions 2.99.0 and later may
(Continue reading)

Ryan Lortie | 12 Dec 2011 20:07
Picon
Gravatar

GLib 2.31.4

GLib 2.31.4 is out.

This is a point release on the way to what will become GLib 2.32.0.

  http://download.gnome.org/sources/glib/2.31/

  627fbffdb0c0a95709778e54ab32620d3e4ae9dfed939bb69ab4a50209ff43fb  glib-2.31.4.tar.xz

Overview of changes from GLib 2.31.2 to 2.31.4
==============================================

* EXPERIMENTAL: Menu support has been added to GApplication.  Menus
  are exported on the bus, alongside the actions that are already there.
  There have also been many related improvements to action group
  functionality.

  These new APIs are subject to changes in the coming releases.  In
  particular, it seems somewhat likely that the APIs for registering
  menubars may change in order to accommodate windows with different
  types of menubars.

* GDBusConnection previously directly dispatched destroy notifies when
  unregistering objects if the current main context was the same context
  the object was exported on.  It now unconditionally dispatches these
  through an idle on the context.

* Clean up Requires in pc files. Linking against GIO no
  longer drags in gmodule. This may require dependency
  fixes here and there.

(Continue reading)

Travis Reitter | 14 Dec 2011 01:56
Picon

ANNOUNCE: folks 0.6.6

libfolks 0.6.6 is now available for download from:
http://ftp.gnome.org/pub/GNOME/sources/folks/0.6/

3dd6a2983969a6369c6b0e25f28ec92415b5570dd6c89b25385807ecc4aeb0a8
folks-0.6.6.tar.xz

libfolks 0.6.6 — It matters to me that you're impressed.
========================================================================

Libfolks pulls together contacts from any number of accounts supported
by the libfolks backends. This release includes a number of backends,
including Telepathy, evolution-data-server, libsocialweb, Tracker, and
a simple key-file backend.

The 0.6.x series is API and ABI stable and corresponds to the GNOME 3.2
release. We will continue in the 0.6.x for the foreseeable future,
until we need to make further API or ABI breaks (which we don't
anticipate at this time). We will make an announcement when we
officially commit to API/ABI stability for the project as a whole.

See the NEWS file for details on every break we made before 0.6.0. In
future releases, we will have example programs that will be kept
up-to-date with the latest API as well.

For more information, see the Folks wiki page:
http://telepathy.freedesktop.org/wiki/Folks

Reference documentation is available here:
http://telepathy.freedesktop.org/doc/folks/
http://telepathy.freedesktop.org/doc/folks-eds/
(Continue reading)

Juan A. Suarez Romero | 9 Dec 2011 19:06
Favicon
Gravatar

ANNOUNCE: grilo 0.1.18 released

A new release of grilo, 0.1.18, has been released.

What is it?
===========
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.

Where can I find out more?
==========================
http://live.gnome.org/Grilo

What is new in 0.1.18?
======================
  * Added support for Windows building
  * Several fixes, including:
    * BGO#662762 - critical when HTTP request fails
    * BGO#662763 - Bad unref in grl-net

Who contributed to it?
======================
  * Damien Lespiau <damien lespiau intel com>
  * Guillaume Emont <guijemont igalia com>
  * Jens Georg <mail jensge org>
  * Juan A. Suarez Romero <jasuarez igalia com>
  * Sam Thursfield <sam thursfield codethink co uk>
  * Víctor Manuel Jáquez Leal <vjaquez igalia com>

Where can I get it?
===================
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.1/
(Continue reading)


Gmane