GNOME System Tools 3.0.0 released

2011-04-04 Thread Milan Bouchet-Valat
GNOME System Tools Version 3.0.0, 2011-04-03
---
The GNOME System Tools version 3.0.0 have been released.

The GNOME System Tools are a set of cross-platform configuration
utilities for Linux and other Unix systems. The frontends know nothing
about the underlying system and provide the same user interface across
the different types of systems. Internally they use the Liboobs library.


Changes since last release
==

  General
  ===
  - Update DOAP file

  Translation
  ===
  - cs, courtesy of Marek Černocký
  - de, courtesy of Mario Blättermann
  - eo, courtesy of Kristjan SCHMIDT
  - es, courtesy of Jorge González
  - fr, courtesy of Bruno Brouard
  - he, courtesy of Yaron Shahrabani
  - lv, courtesy of Rūdofls Mazurs
  - pl, courtesy of Piotr Drąg
  - sl, courtesy of Andrej Žnidaršič
  - zh_CN, courtesy of YunQiang Su

  Thanks to anyone involved in this release!

Downloading
===
You can get it from :
http://download.gnome.org/sources/gnome-system-tools/3.0/


___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


xkeyboard-config 2.2

2011-04-04 Thread Sergey Udaltsov
With this release, I am breaking (only once, hopefully) the sequence
of scheduled release of xkeyboard-config.

This release is highly recommended (realistically - required) for GNOME3.

The most important change in this release is totally redesigned
approach to user-visible descriptions. That huge work (reworking ALL
descriptions!) was done by William Jon McCann of RedHat.

After those changes were made, it took a lot of work from the
Translation Project guys to update the translations. I want to thank
all translators who found some time last week to work on
xkeyboard-config.

My special gratitude goes to Catalan, Danish, German, Italian, Korean,
Polish, Russian (go Russia!), Spanish, Swedish and Ukrainian
translators - they covered whopping 100% (933 lines)!

Additional change that might affect you: the run-time dependencies of
xkeyboard-config are checked at the build time. If that annoys you -
use --disable-runtime-deps.

There are also some new layouts, variants, model - usual stuff...

So, here it is:

http://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.2.tar.bz2
http://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.2.tar.gz

The tag in git is xkeyboard-config-2.2

Bugzilla: https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config

There will be another release 2.3 in May (as it was planned, 4 months
from January). It is already found that some descriptions need minor
amendments - but I do not expect that huge wave of changes that you
can see in 2.2

Regards,

Sergey
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


[ANNOUNCE] libchamplain 0.10.0

2011-04-04 Thread Jiří Techet
Hi everyone,

libchamplain 0.10.0 is out! You can get the sources here:

http://download.gnome.org/sources/libchamplain/0.10/libchamplain-0.10.0.tar.gz

Changes since libchamplain 0.9.1:
* Vala bindings generated from gir's (Lorenzo Masini)
* Various build-related fixes (Jiří Techet, Danilo Segan)
* Performance improvements in path node and marker addition code (Jiří Techet)

Big thanks to Lorenzo for making the gir-based Vala bindings work.
It's really easy to maintain all our bindings now.

For those who haven't followed libchamplain's development, here's a
list of major changes since the libchamplain 0.8.x release series:

* new API for markers, layers, polygons (now paths)
* making scale and license independent actors
* Python and Vala bindings are based on introspection now
* port to GTK 3
* fixes, cleanups and other improvements

Many thanks to all the people who have contributed their work and time
to libchamplain. Special thanks to Robert Park for all his testing
which helped to improve introspection-based bindings and find many
bugs in the code.

Even though libchamplain uses GTK 3 now, it's pretty easy to make it
use GTK 2 instead - see the patch in the attachment. So if linux
distributions still use GTK 2 and want to use libchamplain 0.10, they
can do so by applying the patch.

In the next release I would like things to calm down so I would like
to avoid any radical API changes. Actually I'm pretty happy with the
current libchamplain architecture so hopefully no major API chnages
will be required in the future releases either. There are quite a few
feature requests in our bugzilla and many of them seem to be good
candidates for the next release. Of course, anyone who wants to
implement some feature is welcome to do so.

Cheers,

Jiri
From d0aaebd238309198ae5e1aafae169462c38c7ddb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= tec...@gmail.com
Date: Mon, 4 Apr 2011 00:57:03 +0200
Subject: [PATCH] GTK3 to GTK2

This patch converts libchamplain 0.10 to GTK 2
---
 champlain-gtk-uninstalled.pc.in |2 +-
 champlain-gtk.pc.in |2 +-
 champlain-gtk/Makefile.am   |6 +++---
 champlain-uninstalled.pc.in |2 +-
 champlain.pc.in |2 +-
 configure.ac|6 +++---
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/champlain-gtk-uninstalled.pc.in b/champlain-gtk-uninstalled.pc.in
index 23e5011..224eb54 100644
--- a/champlain-gtk-uninstalled.pc.in
+++ b/champlain-gtk-uninstalled.pc.in
@@ -8,4 +8,4 @@ Description: Gtk+ Widget wrapper for libchamplain
 Version: @VERSION@
 Libs: ${abs_top_builddir}/champlain-gtk/libchamplain-gtk-@CHAMPLAIN_API_VERSION@.la
 Cflags: -I${abs_top_srcdir} -I${abs_top_builddir}
-Requires: champlain-@CHAMPLAIN_API_VERSION@-uninstalled clutter-gtk-1.0 gtk+-3.0
+Requires: champlain-@CHAMPLAIN_API_VERSION@-uninstalled clutter-gtk-0.10 gtk+-2.0
diff --git a/champlain-gtk.pc.in b/champlain-gtk.pc.in
index c9ac01f..328e89c 100644
--- a/champlain-gtk.pc.in
+++ b/champlain-gtk.pc.in
@@ -8,4 +8,4 @@ Description: Gtk+ Widget wrapper for libchamplain
 Version: @VERSION@
 Libs: -L${libdir} -lchamplain-gtk-@CHAMPLAIN_API_VERSION@
 Cflags: -I${includedir}/libchamplain-gtk-@CHAMPLAIN_API_VERSION@
-Requires: clutter-gtk-1.0 champlain-@CHAMPLAIN_API_VERSION@ gtk+-3.0
+Requires: clutter-gtk-0.10 champlain-@CHAMPLAIN_API_VERSION@ gtk+-2.0
diff --git a/champlain-gtk/Makefile.am b/champlain-gtk/Makefile.am
index 184f85d..7d0f120 100644
--- a/champlain-gtk/Makefile.am
+++ b/champlain-gtk/Makefile.am
@@ -77,9 +77,9 @@ GtkChamplain-@CHAMPLAIN_API_VERSION@.gir: libchamplain-gtk-@CHAMPLAIN_API_VERSIO
 GtkChamplain_@CHAMPLAIN_API_VERSION_NORM@_gir_NAMESPACE = GtkChamplain
 GtkChamplain_@CHAMPLAIN_API_VERSION_NORM@_gir_VERSION = @CHAMPLAIN_API_VERSION@
 GtkChamplain_@CHAMPLAIN_API_VERSION_NORM@_gir_LIBS = libchamplain-gtk-@CHAMPLAIN_API_VERSION@.la
-GtkChamplain_@CHAMPLAIN_API_VERSION_NORM@_gir_PACKAGES = gobject-2.0 gtk+-3.0
+GtkChamplain_@CHAMPLAIN_API_VERSION_NORM@_gir_PACKAGES = gobject-2.0 gtk+-2.0
 GtkChamplain_@CHAMPLAIN_API_VERSION_NORM@_gir_FILES = $(introspection_sources)
-GtkChamplain_@CHAMPLAIN_API_VERSION_NORM@_gir_INCLUDES = Clutter-1.0 Gtk-3.0
+GtkChamplain_@CHAMPLAIN_API_VERSION_NORM@_gir_INCLUDES = Clutter-1.0 Gtk-2.0
 GtkChamplain_@CHAMPLAIN_API_VERSION_NORM@_gir_EXPORT_PACKAGES = champlain-gtk-@CHAMPLAIN_API_VERSION@
 GtkChamplain_@CHAMPLAIN_API_VERSION_NORM@_gir_SCANNERFLAGS = \
 	--library-path=$(top_builddir)/champlain \
@@ -113,7 +113,7 @@ EXTRA_DIST += champlain-gtk-@CHAMPLAIN_API_VERSION@.vapi
 CLEANFILES += $(dist_vapi_DATA)
 
 champlain-gtk-@CHAMPLAIN_API_VERSION@.vapi:	GtkChamplain-@CHAMPLAIN_API_VERSION@.gir
-	$(AM_V_GEN) ( $(VAPIGEN) --library champlain-gtk-@CHAMPLAIN_API_VERSION@ --vapidir=$(top_builddir)/champlain --pkg champlain-0.10 --pkg clutter-gtk-1.0 --pkg gtk+-3.0 --pkg atk --girdir=$(top_builddir)/champlain $(builddir)/GtkChamplain-@CHAMPLAIN_API_VERSION@.gir )
+	

ANNOUNCEMENT: libgnome-keyring 3.0.0

2011-04-04 Thread Stef Walter
gnome-keyring is the part of the GNOME Desktop that saves your passwords
and encryption keys securely. libgnome-keyring is a library that allows
applications to interact with the keyrings and passwords.

This is a stable release.

Many thanks to all the testers and everyone who pitched in to help
toward this release.


Important Notes:


 * This version of libgnome-keyring needs gnome-keyring-daemon
   3.0.0 or later running.

 * Some helpful notes for distributors:
   http://live.gnome.org/GnomeKeyring/Distributors


Changes between 2.32.0 and 3.0.0:
=

 * Bringing implementation more in sync with secret service
   specification.
 * Fix certain assertions in various corner cases.
 * More secure negotiation of session secrets.
 * Testing cleanup and fixes.


Details of changes between 2.91.93 and 3.0.0:
=

Hermien Bos (1):
  Translation for Afrikaans (af)

Stef Walter (1):
  Release version 3.0.0


Downloads:
==

http://download.gnome.org/sources/libgnome-keyring/3.0/libgnome-keyring-3.0.0.tar.bz2

sha256:165e653d93e6ab74ea0a32e6fbbcd2b38a18aeadccf6f7082a0fa3d21bf1ce01


Cheers,

Stef Walter
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCEMENT: gnome-keyring 3.0.0

2011-04-04 Thread Stef Walter
gnome-keyring is the part of the GNOME Desktop that saves your passwords
and encryption keys securely.

This is a stable release.


Important Notes:


 * A new library: libgck

 * Use --with-gtk=3.0 to build with GTK 3.0

 * libgp11 library has gone away.

 * libgnome-keyring and gnome-keyring modules need to be upgraded
   together to the same version. The running gnome-keyring-daemon
   needs to match the libgnome-keyring version.

 * Some helpful notes for distributors:
   http://live.gnome.org/GnomeKeyring/Distributors


Changes between 2.32.0 and 3.0.0:
=

 * Better implementation of Secret Service specification.
 * Fix gpg-agent prompting for new passwords.
 * Don't leak login name into logs when logging PAM error.
 * More secure negotiation of session keys for password transfer.
 * Implement PKCS#11 URI support in libgck.
 * Certificate Widget added in libgcr.
 * Fix initialization problem if DBus wasn't started early enough.
 * Testing cleanup (incomplete).
 * gnome-keyring and gnome-keyring-daemon have --version option.
 * Added APIs for building certificate chains in libgcr.
 * Added APIs for looking up trust assertions in libgcr.
 * Find the root certificate trust anchor files by default.
 * GTK+3.0 compatibility.
 * Use linux capabilities to overcome limits on locked memory.
 * Add timeout if daemon is started by PAM but then not inited.
 * Fix login keyring if password doesn't match unix login.
 * Rename libgp11 to libgck and stabilize API.
 * Tons of bugs fixes and build fixes.


Details of changes between 2.91.93 and 3.0.0:
=

Alexander Shopov (1):
  Updated Bulgarian translation

Amitakhya Phukan (1):
  Updated Assamese translations

Chao-Hsiung Liao (1):
  Updated Traditional Chinese translation(Hong Kong and Taiwan)

Daniel Korostil (1):
  Uploaded Ukranian

Dirgita (1):
  Updated Indonesian translation

Dr.T.Vasudevan (1):
  Updated Tamil translation

Inaki Larranaga Murgoitio (1):
  Updated Basque language

Jamil Ahmed (1):
  Updated Bengali translation

Joan Duran (1):
  Updated Catalan translation

Kjartan Maraas (1):
  Updated Norwegian bokmål translation

Kris Thomsen (1):
  Updated Danish translation

Luca Ferretti (1):
  Updated Italian translation

Miroslav Nikolić (1):
  Updated Serbian translation

Nguyễn Thái Ngọc Duy (2):
  po/vi.po: import from Damned Lies
  Updated Vietnamese translation

Rodrigo Padula de Oliveira (1):
  Updated Brazilian Portuguese translation. Reviewed by Antonio
Fernandes C. Neto.

Stef Walter (1):
  Release version 3.0.0

Sweta Kothari (1):
  Updated Gujarati Translations


Downloads:
==

Source code:
http://download.gnome.org/sources/gnome-keyring/3.0/gnome-keyring-3.0.0.tar.bz2

sha256:63bbe53031620d8514cf4ebd7705e2360d37679e785c4588f66b88f919e56c20

Cheers,
Stef Walter
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: Clutter 1.6.12 (stable release)

2011-04-04 Thread Emmanuele Bassi
Good news, everyone!

A new Clutter stable release is now available at:

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

SHA256 Checksum:

21c3eb0633f839a223192dbc26aaf924bed98caad302ee0bb3ee2b067d09462d  
clutter-1.6.12.tar.bz2

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

will include a signed 1.6.12 tag which points to a commit named:
  d9030f585eb549579e35660a2c48f3c20838369b

which can be verified with:
  git verify-tag 1.6.12

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

Clutter is an open source software library for creating fast,
compelling, portable, and dynamic graphical user interfaces.

• Requirements

  GLib ≥ 2.26.0
  JSON-GLib ≥ 0.12.0
  Cairo ≥ 1.10
  Pango ≥ 1.20
  Atk ≥ 1.7
  OpenGL ≥ 1.3 (or 1.2 + multi-texturing), OpenGL|ES 1.1 or 2.0
  GLX, WGL, Quartz or an EGL Implementation

Depending on the platform and the configuration options Clutter also
depends on:

  GDK-Pixbuf ≥ 2.0
  UProf ≥ 0.3

• Documentation

API Reference:
  ‣ Clutter: http://docs.clutter-project.org/docs/clutter/1.6/
  ‣ Cogl:http://docs.clutter-project.org/docs/cogl/1.6/
  ‣ Cally:   http://docs.clutter-project.org/docs/cally/1.6/

• Release Notes

  - This is the seventh stable release of the 1.6 cycle.
  - This version is API and ABI compatible with the current stable
release of Clutter.
  - Installing the contents of this release will overwrite the files
from the installation of the current stable release of Clutter.
Bugs should be reported on the Clutter Project bugzilla, at:
http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter

  • List of changes since Clutter 1.6.10

» Use AC_CANONICAL_HOST in Clutter's configure, and fix cross-compilation
  for Windows.

» Improve portability of Clutter by removing bashisms from its configure
  script.

» Add safeties to avoid warning when generating paint volumes for actors
  with a zero-sized allocations.

» Fix vertical aligned actors using ClutterAlignConstraint.

» Do not unrealize the Stage when hiding it on OSX.

» Throttle clipped redraws on GLX.

  • List of bugs fixed since Clutter 1.6.10

#2257 - clutter fails to link on OS X (10.6)
#2562 - Crush upon running Clutter-based programs
#2602 - Expose events ignore when doing clipped redraws
#2610 - Add recipe about implementing a ClutterEffect
#2619 - Removes the addition of the .exe extrension to unit-test
scripts, on win32
#2620 - _cogl_offscreen_new_to_texture_full() leaks reference when
failing

Many thanks to:

  Piotr Drąg, Robert Bragg

have fun with Clutter!

ciao,
 Emmanuele.

-- 
Emmanuele Bassi,
Intel Open Source Technology Center
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


GNOME Color Manager 3.0.0

2011-04-04 Thread Richard Hughes
gnome-color-manager is a session program that makes it easy to manage, install
and generate color profiles in the GNOME desktop.

Version 3.0.0
~
Released: 2011-04-04

* Translations
 - Updated British English translation (Bruce Cowan)
 - Updated German translation (Wolfgang Stöggl)
 - Updated Italian translation (Francesco Groccia)
 - Updated Korean translation (sangu)
 - Updated Russian translation (Alexandre Prokoudine)

* Bugfix:
 - Use /org/gnome as starting path for schemas (Richard Hughes)

Richard.
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


GNOME PackageKit 3.0.0 released

2011-04-04 Thread Richard Hughes
Version 3.0.0
~
Released: 2011-04-04

* Translations
 - Added Basque translation (Inaki Larranaga Murgoitio)
 - Updated Bengali India translation (Runa Bhattacharjee)
 - Updated Bengali translation (Jamil Ahmed)
 - Updated Brazilian Portuguese translation (Krix Apolinário, Rodrigo
Padula de Oliveira)
 - Updated British English translation (Bruce Cowan)
 - Updated Bulgarian translation (Alexander Shopov)
 - Updated Catalan translation (Gil Forcada)
 - Updated Catalan translation (Jordi Serratosa)
 - Updated Czech translation (Marek Černocký)
 - Updated Danish translation (Kris Thomsen)
 - Updated French translation (Bruno Brouard)
 - Updated Galician translations (Fran Diéguez)
 - Updated German translation (Christian Kirbach)
 - Updated Greek translation (George Stefanakis)
 - Updated Greek translation (Simos Xenitellis)
 - Updated Hebrew translation (Yaron Shahrabani)
 - Updated Hungarian translation (Gabor Kelemen)
 - Updated Indonesian translation (Dirgita)
 - Updated Italian translation (Gianvito Cavasoli)
 - Updated Japanese translation (Jiro MATSUZAWA)
 - Updated Latvian translation (Rudolfs Mazurs)
 - Updated Marathi Translations (Sandeep Shedmake)
 - Updated Polish translation (Piotr Drąg)
 - Updated Portuguese translation (António Lima)
 - Updated Russian translation (Yuri Myasoedov)
 - Updated Serbian translation (Miroslav Nikolić)
 - Updated Simplifieid Chinese translation (Aron Xu)
 - Updated Slovenian translation (Matej Urbančič)
 - Updated Spanish translation (Jorge González)
 - Updated Swedish translation (Daniel Nylander)
 - Updated Traditional Chinese translation (Cheng-Chia Tseng)
 - Updated Ukranian translation (Daniel Korostil)

* New Features:
 - Add desktop file for gpk-dbus-service (William Jon McCann)

* Bugfix:
 - Don't use hardcoded paths to executables (William Jon McCann)
 - Rename to Software Install (William Jon McCann)
 - Use a proper application name (William Jon McCann)
 - Use /org/gnome as starting path for schemas (Richard Hughes)

Richard
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


GNOME Color Manager 3.0.0

2011-04-04 Thread Richard Hughes
GNOME Power Manager is a session daemon that makes it easy to manage the
power on your laptop or desktop system.

Version 3.0.0
~
Released: 2011-04-04

* Translations
 - Added Afrikaans translation (Friedel Wolff)
 - Updated Basque translation (Inaki Larranaga Murgoitio)
 - Updated Bengali translation (Jamil Ahmed)
 - Updated Catalan translation (Joan Duran)
 - Updated Danish translation (Ask H. Larsen)
 - Updated Dutch translation (Wouter Bolsterlee)
 - Updated French translation (Claude Paroz)
 - Updated German translation (Wolfgang Stöggl)
 - Updated Greek translation (George Stefanakis)
 - Updated Greek translation (Simos Xenitellis)
 - Updated Hindi translation (Rajesh Ranjan)
 - Updated Italian translation (Milo Casagrande)
 - Updated Japanese translation (Takayuki KUSANO)
 - Updated Serbian translation (Милош Поповић)
 - Updated Simplified Chinese translation (Edison Zhao)
 - Updated Ukranian translation (Daniel Korostil)
 - Updated Vietnamese translation (Nguyễn Thái Ngọc Duy)

* Bugfix:
 - If we loose the DBus name, exit (Richard Hughes)

Richard
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


Vino 3.0.0 released

2011-04-04 Thread David King

Vino is a VNC server that integrates with GNOME.

Vino 3.0.0 is available for download from:

http://download.gnome.org/sources/vino/3.0/

Changes since 2.99.5:

Brett Witherspoon (1):
  Use GSettings autostart condition

Claudio Arseni (1):
  Updated Italian translation

David King (1):
  Post-release version bump to 2.99.5

Rodrigo Padula de Oliveira (1):
  Updated Brazilian Portuguese translation

Runa Bhattacharjee (1):
  Updated Bengali India Translation

Resources:

git: http://git.gnome.org/browse/vino
Download: http://ftp.gnome.org/pub/GNOME/sources/vino/
Bugs: http://bugzilla.gnome.org/browse.cgi?product=vino

--
http://amigadave.com/
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


GNOME Games 3.0.0

2011-04-04 Thread Jason D. Clinton
Overview of major, visiable changes during the 2.91 cycle:
 * Chess rewritten in Vala and a large number its outstanding bugs fixed
 * Port to GTK+ 3 except Sudoku
 * Some 256x256 icons merged from the GNOME Design Team
 * Quadrapassel gained a new theme Clean

Shortlog of changes since 2.91.93:

Abduxukur Abdurixit (1):
  Added UG translation

Ask H. Larsen (1):
  Updated Danish translation

Christian Persch (1):
  build: aisleriot: Don't dist the 256px size icons

Daniel Korostil (1):
  Uploaded Ukranian

Dr.T.Vasudevan (4):
  Updated Tamil translation
  Updated Tamil translation
  Updated Tamil translation
  Updated Tamil translation

Gabor Kelemen (1):
  Updated Hungarian translation

George Stefanakis (1):
  l10n: Updated Greek translation for gnome-games

Gil Forcada (2):
  [l10n]Updated Catalan translation
  [l10n]Updated Catalan translation

Inaki Larranaga Murgoitio (1):
  Updated Basque language

Jason D. Clinton (5):
  Revert aisleriot: Crush PNG files
  Revert aisleriot: icons: Make 256 size aisleriot and freecell
icons more similar
  Revert build: aisleriot: Don't dist the 256px size icons
  Revert aisleriot: icons: Add 256 size freecell app icon
  aisleriot: Use GNOME Design Team's new icon with 256x256 size

Jordi Serratosa (1):
  [l10n]Fixes on Catalan translation

Kristjan SCHMIDT (1):
  Updated Esperanto translation

Krix Apolinário (1):
  Updated Brazilian Portuguese translation

Luca Ferretti (1):
  Use /org/gnome as starting path for schemas

Marek Černocký (3):
  Updated Czech translation
  Updated Czech screenshot
  Updated Czech screenshot

Matej Urbančič (1):
  Updated Slovenian translation

Miroslav Nikolić (1):
  Updated Serbian translation

Nacho (1):
  aisleriot: add a primary-toolbar style class to the toolbar

Piotr Drąg (1):
  Updated Polish translation

Rajesh Ranjan (1):
  hindi updated

Rodrigo Padula de Oliveira (1):
  Updated Brazilian Portuguese translation. Revision by Enrico Nicolleto.

Shankar Prasad (3):
  Updated kn translations
  Updated kn translations
  Updated kn translations

Yuri Myasoedov (2):
  Updated Russian translation
  Fixed Russian translation
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: krb5-auth-dialog 3.0.0

2011-04-04 Thread Guido Günther
What is it?
===
krb5-auth-dialog is an applet for the GNOME desktop that monitors and
refreshes your Kerberos ticket. It pops up reminders when the ticket is
about to expire.

It features ticket autorenewal, supports PKINIT, can obtain tokens for
authentication to AFS, has a DBus API and is extensible via plugins.

What's changed in 3.0.0
===
* fix DBus activation
* fix missing initial notification
* UI translations:
   Andrej Žnidaršič (sl)
   Daniel Mustieles (es)
   Kjartan Maraas (nb)
   Mario Blättermann (de)

Where can i get it?
===
krb5-auth-dialog is available at:
 http://download.gnome.org/sources/krb5-auth-dialog/3.0/

Where can i get more information?
=
Screenshots, Todo list, etc. are at:
https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/

Cheers,
 -- Guido


signature.asc
Description: Digital signature
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


Vinagre 3.0.0 released

2011-04-04 Thread David King

Vinagre is a remote desktop viewer for GNOME.

Vinagre 3.0.0 is available for download from:

http://download.gnome.org/sources/vinagre/3.0/

Changes since 2.91.93:

Abduxukur Abdurixit (1):
  Added UG translation

Alexander Shopov (1):
  Updated Bulgarian translation

Andrea Zagli (1):
  [l10n] Updated Italian translation

Baris Cicek (1):
  Updated turkish translation

Chao-Hsiung Liao (1):
  Updated Traditional Chinese translation(Hong Kong and Taiwan)

David King (3):
  Add description to DOAP file
  Require automake 1.11.1 and dist as .xz only
  Bump VINAGRE_ABI_VERSION to 3.0

Dr.T.Vasudevan (1):
  Updated Tamil translation

Flamarion Jorge (1):
  Updated Brazilian Portuguese translation

Inaki Larranaga Murgoitio (1):
  Updated Basque language

Kjartan Maraas (1):
  Include config.h where necessary

Kris Thomsen (1):
  Updated Danish translation

Lukas Lommer (1):
  Updated Czech translation

Rajesh Ranjan (1):
  hindi updated

Roman Mátyus (1):
  Updated Slovak translation

Resources:

git: http://git.gnome.org/browse/vinagre
Download: http://download.gnome.org/sources/vinagre/
Bugs: https://bugzilla.gnome.org/browse.cgi?product=vinagre

--
http://amigadave.com/
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: libpeas 1.0.0

2011-04-04 Thread Steve Frécinaux

Hi everybody,

I am very proud to announce today a new release of libpeas - the 
gobject-based plugin engine, used by totem, gedit, vinagre, eog, 
nautilus-sendto and others - in its first stable version 1.0.0.

From now on, libpeas should be considered API- and ABI-stable.

libpeas is a gobject-based plugins engine, and is targeted at giving 
every application the chance to assume its own extensibility.


I would especially like to thank the people who made this possible, and 
especially Garett Regier and Ignacio Casal Quinteiro.


== Changes since last version ==

 * Seed plugin loader fixes (Garett Regier)
 * Fix segfault when pygobject cannot be initialized (Garett Regier)
 * Fix tooltip display in the plugin manager (Garett Regier)
 * DOAP file update (Steve Frécinaux)
 * Updated translations: as, bg, da, eu, he, hi, id, pa, ru, sr, ta, vi, ug

== Download and useful links ==

The home page is:
http://live.gnome.org/Libpeas

libpeas is available for download here:
http://ftp.gnome.org/pub/GNOME/sources/libpeas/1.0/libpeas-1.0.0.tar.bz2
http://ftp.gnome.org/pub/GNOME/sources/libpeas/1.0/libpeas-1.0.0.tar.gz

You can find the git repository here:
http://git.gnome.org/browse/libpeas
git://git.gnome.org/libpeas

The bug tracker is:
https://bugzilla.gnome.org/browse.cgi?product=libpeas

The irc channel is:
#libpeas on GimpNet

The mailing list is:
libpeas-l...@gnome.org

Cheers,
Steve Frécinaux
___
libpeas-list mailing list
libpeas-l...@gnome.org
http://mail.gnome.org/mailman/listinfo/libpeas-list

___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


Mutter 3.0.0 released

2011-04-04 Thread Owen Taylor
Mutter 3.0.0 is now available at:

http://ftp.gnome.org/pub/GNOME/sources/mutter/3.0/
171a25fa01592e0234592df3c7bf5cf7198cd51851b1b3c98364d7aac1b1a891 
mutter-3.0.0.news
2560c8b3b5d47f0f4d4440c3087da76765b6ad9de6010662983846a3fed87eb2 
mutter-3.0.0.tar.bz2

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.

Changes since 2.91.93
=
* Avoid crashing when you have a single window and try to move it between
  workspaces. [Dan]
  https://bugzilla.gnome.org/show_bug.cgi?id=642957

Contributors:
 Dan Winship

Translations:
 Jordi Serratosa [ca], Petr Kovar [cz], Ask H. Larsen [da], Bruce Cowan [en_GB],
 Inaki Larranaga Murgoitio [eu], Gabor Kelemen [hu], Dirgita [id], Shankar 
Prasad [kn],
 Changwoo Ryu [ko], Wouter Bolsterlee [nl], Duarte Loreto [pt],
 Antonio Fernandes C. Neto, Rodrigo Padula de Oliveira [pt_BR], T. Vasudevan 
[ta],
 Nguyễn Thái Ngọc Duy [vi], Chao-Hsiung Liao [zh_HK, zh_TW]


___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list