Owen Taylor | 8 Feb 00:35
Picon
Favicon

GNOME Shell 3.3.5 released

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

GNOME Shell provides core user interface functions for the GNOME 3
desktop, like switching to windows and launching applications. GNOME
Shell takes advantage of the capabilities of modern graphics hardware
and introduces innovative user interface concepts to provide a
visually attractive and easy to use experience.

Tarball releases are provided largely for distributions to build
packages. If you are interested in building GNOME Shell from source,
we would recommend building from version control using the build
script described at:

 http://live.gnome.org/GnomeShell

Not only will that give you the very latest version of this rapidly
changing project, it will be much easier than get GNOME Shell and its
dependencies to build from tarballs.

News
====

* Extension system: [Jasper; #668429]
  http://blog.mecheye.net/2012/02/more-extension-api-breaks/
 - Add a 'gnome-shell-extension-prefs' application for displaying extension
   preferences as provided by the extension in a prefs.js file.
 - Allow launching gnome-shell-extension-prefs from extensions.gnome.org
   through the browser plugin.
 - Add ExtensionUtils.getCurrentExtension() for an extension to get a
(Continue reading)

Owen Taylor | 8 Feb 00:34
Picon
Favicon

Mutter 3.3.5 released

About Mutter
============

Mutter is a window and compositing manager that displays and manages
your desktop via OpenGL. Mutter combines a sophisticated display
engine using the Clutter toolkit with solid window-management logic
inherited from the Metacity window manager.

While Mutter can be used stand-alone, it is primarily intended to be
used as the display core of a larger system such as GNOME Shell. For
this reason, Mutter is very extensible via plugins, which are used
both to add fancy visual effects and to rework the window management
behaviors to meet the needs of the environment.

News
====

* MetaShapedTexture no longer is a ClutterTexture subclass [Jasper; #660941]
* Add meta_shaped_texture_get_image() [Jasper; #660941]
* Cleanups [Rui, Jasper; #657639]
* Depend on GTK+ 3.3.7 [Rico]

Contributors:
 Rui Matos, Jasper St. Pierre, Rico Tzschichholz

Translations:
 Kjartan Maraas [nb], Chao-Hsiung Liao [zh_HK, zh_TW]

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

Jordi Mas | 31 Jan 23:07
Favicon

ANNOUNCE: gbrainy 2.1.1 released

What is gbrainy ?
=================
gbrainy is a brain teaser game and trainer to have fun and to keep your
brain trained.

It provides the following types of games:

* Logic puzzles. Games designed to challenge your reasoning and thinking
skills.
* Mental calculation. Games based on arithmetical operations designed to
prove your mental calculation skills.
* Memory trainers. Games designed to challenge your short term memory.
* Verbal analogies. Games that challenge your verbal aptitude.

What is new?
============
Version 2.1.1

* 1 bug fix
* Updated translations

Where can I get it ?
====================
* http://gent.softcatala.org/jmas/gbrainy/gbrainy-2.1.1.tar.gz
    (md5sum cc446b78f0f4a708f6c577c2e9d9cda0)
--

-- 
Jordi Mas i Hernàndez -Bloc: http://gent.softcatala.org/jmas/bloc/
Planet Softcatalà -> http://planeta.softcatala.org
Play on-line brain teasers at http://www.gbrainy.com
(Continue reading)

Emmanuele Bassi | 30 Jan 14:29
Picon
Gravatar

ANNOUNCE: Clutter 1.8.4 (stable)

Good news, everyone!

A new Clutter release is now available at:

  http://source.clutter-project.org/sources/clutter/1.8/
  http://download.gnome.org/sources/clutter/1.8/

SHA256 Checksum:

6fedb4c344b4cab37e249b8a5ffeccff2f384f11335dee25c6466927461e1345  clutter-1.8.4.tar.xz

Additionally, a git clone of the source tree:
  git clone git://git.gnome.org/clutter

will include a signed 1.8.4 tag which points to a commit named:
  44a02953335551f6ad03f13f05f58f0040748797

which can be verified with:
  git verify-tag 1.8.4

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

Clutter is a library for creating compelling, dynamic and portable graphical
user interfaces. Clutter is released under the terms of the GNU Lesser
General Public License, version 2.1 or (at your option) later.

Clutter depends on:
  GLib ≥ 2.28.0
  JSON-GLib ≥ 0.12.0
(Continue reading)

Favicon
Gravatar

Zeitgeist (Bluebird) 0.8.99~alpha2 released!

On behalf of the Zeitgeist team I am happy to announce the release of
Zeitgeist 0.8.99~alpha2, the second alpha release for the new Vala
version of Zeitgeist.

What is Zeitgeist?
---------------------------------------

Zeitgeist is a service which logs the users's activities and events,
anywhere from files opened to websites
visited and conversations, and makes this information readily
available for other applications to use. It is also
able to establish relationships between items based on similarity and
usage patterns.

Website: http://zeitgeist-project.com/
Launchpad Project (with bug tracker): https://launchpad.net/zeitgeist
Wiki: http://wiki.zeitgeist-project.com/, (http://live.gnome.org/Zeitgeist)

See also:

* Sub-projects of Zeitgeist:
 - Extensions for Zeitgeist - https://launchpad.net/zeitgeist-extensions
 - Data-sources for Zeitgeist - https://launchpad.net/zeitgeist-datasources
 - Datahub for Zeitgeist - https://launchpad.net/zeitgeist-datahub

* Dedicated Graphical User Interfaces:
 - GNOME Activity Journal - https://launchpad.net/gnome-activity-journal
 - Activity Log Manager - https://launchpad.net/activity-log-manager
 - Other users: Synapse, Unity, etc.

(Continue reading)

Kai | 27 Jan 04:06
Picon
Gravatar

Meld 1.5.3 released

Meld 1.5.3 has been released.

Aside from all the very-wonderful features and fixes, we now have a new website!
    http://meldmerge.org
It's kind of like the old one, except that it's been updated this
decade. It's really very exciting. Of course, you'll probably only go
there long enough to click on the big ol' download button, and that
link is at the bottom of this email anyway, so... yeah. Not that
exciting I suppose.

  New features:

    * Add simple animations for chunk actions to make it easier to follow the
      result of insertion and deletion actions (Kai Willadsen)
    * Show the currently displayed page area in the side bars (Kai Willadsen)

  Fixes:

    * Don't show links between chunks where one of the chunks is completely
      off-screen, reducing visual clutter (Kai Willadsen)
    * Syntax highlighting will now assume that all files in a comparison are
      of the same type if we can't determine otherwise (Kai Willadsen)
    * Some fixes to colour usage and legibility for dark themes, with more
      theme fixes coming soon (Kai Willadsen)
    * Remember active filters across sessions in directory and VC comparions
      (Kai Willadsen)
    * Guess which version control system a user is most likely to want to see,
      in the event of multiple VCs in a single working copy (Kai Willadsen)
    * Work with Subversion 1.7 (Kai Willadsen)
    * Many sundry bug fixes (Aaron Schrab, Julian Taylor, Kai Willadsen)
(Continue reading)

Christophe Fergeau | 25 Jan 21:45
Picon
Favicon

Boxes 3.3.4.1

Because of a bug in Boxes causing an infinite loop at startup with latest
gtk+, here is a quick release fixing this.
It can be downloaded from
http://ftp.gnome.org/pub/GNOME/sources/gnome-boxes/3.3/gnome-boxes-3.3.4.1.tar.xz

Christophe

Changes since 3.3.4:

- Fix bug preventing Boxes to start when using latest gtk+
- Minor build system fixes

All bugs fixed in this release:

668104 - Vala packages should be checked only when building from git
668584 - Boxes doesn't work with latest gtk+ because of set_app_menu

All contributors to this release:

Christophe Fergeau <cfergeau <at> redhat.com>
Sebastian Keller <sebastien-keller <at> gmx.de>
Stefano Facchini <stefano.facchini <at> gmail.com>
Zeeshan Ali (Khattak) <zeeshanak <at> gnome.org>
_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
(Continue reading)

Lespiau, Damien | 25 Jan 12:49
Picon
Favicon
Gravatar

clutter-gst 1.5.2 (development snapshot)

Hi,

A new clutter-gst snapshot is now available at:

  http://source.clutter-project.org/sources/clutter-gst/1.5/clutter-gst-1.5.2.tar.xz
  http://download.gnome.org/sources/clutter-gst/1.5/clutter-gst-1.5.2.tar.xz

SHA256 Checksum:

9c9e343667fa55f86a146399a537d0cecb1ffb59c29d8dd103226aec845fb1cb
clutter-gst-1.5.2.tar.xz

Additionally, a git clone of the source tree:

  git clone git://git.gnome.org/clutter-gst

will include a signed 1.5.2 tag which points to a commit named:
  4b851399aa0144d5cd22d0b0549d367524e94b3c

which can be verified with:
  git verify-tag 1.5.2

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

Clutter-Gst is an integration library for using GStreamer with Clutter.
It provides a GStreamer sink to upload frames to GL and an actor that
implements the ClutterMedia interface using playbin2.

Clutter-gst depends on:
(Continue reading)

Emmanuele Bassi | 24 Jan 16:43
Picon
Gravatar

ANNOUNCE: Clutter 1.9.8 (snapshot)

Good news, everyone!

A new Clutter snapshot is now available at:

  http://source.clutter-project.org/sources/clutter/1.9/
  http://download.gnome.org/sources/clutter/1.9/

SHA256 Checksum:

bb0062ab75a226ec95ae4df518170ce9bf4e3ada43e266a629dee04f219c67e7  clutter-1.9.8.tar.xz

Additionally, a git clone of the source tree:
  git clone git://git.gnome.org/clutter

will include a signed 1.9.8 tag which points to a commit named:
  7179bd44c869ffce17b6a135735dbaec5f5c4411

which can be verified with:
  git verify-tag 1.9.8

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

Clutter is a library for creating compelling, dynamic and portable graphical
user interfaces. Clutter is released under the terms of the GNU Lesser
General Public License, version 2.1 or (at your option) later.

Clutter depends on:
  GLib ≥ 2.31.10
  JSON-GLib ≥ 0.12.0
(Continue reading)

Picon

[ANNOUNCE] Libgee 0.7.2 - GObject collection library

We are very pleased to announce version 0.7.2 of Libgee, the GObject 
collection library.

Libgee 0.7.2 is now available for download at:
    http://download.gnome.org/sources/libgee/0.7/

Also please note that now Libgee has its own mailing-list
    http://mail.gnome.org/mailman/listinfo/libgee-list
and its own #gee IRC channel.

New in 0.7.2
------------

  * Require *_type property for all collections
  * Add ArrayQueue
  * A few bug fixes

Libgee is a collection library providing GObject-based interfaces and 
classes for commonly used data structures.

Libgee provides the following interfaces:

     * Traversable
           o Iterable
                 + Collection
                       # List
                             * BidirList
                       # Set
                             * SortedSet
                       # MultiSet
(Continue reading)

Picon

[ANNOUNCE] Libgee 0.6.4 - GObject collection library

We are very pleased to announce version 0.6.4 of Libgee, the GObject 
collection library.

Libgee 0.6.4 is now available for download at:
    http://download.gnome.org/sources/libgee/0.6/

Also please note that Libgee has its own mailing-list
    http://mail.gnome.org/mailman/listinfo/libgee-list
and its own #gee IRC channel.

New in 0.6.4
------------

 * Fix compilation with vala master
 * Fix creation of GObject introspection files

For more information about the 0.5/0.6 release series, see:
    http://live.gnome.org/Libgee/NewAndNoteworthy-0.5
    http://live.gnome.org/Libgee/Migration-0.5

Libgee is a collection library providing GObject-based interfaces and 
classes for commonly used data structures.

Libgee provides the following interfaces:

     * Iterable
           o Collection
                 + List
                 + Set
                 + MultiSet
(Continue reading)


Gmane