The following modules have been added in this release:
   polkit-gnome

The following modules have a new version:
 - GConf (3.1.4 => 3.1.6)
 - atk (2.1.0 => 2.1.5)
 - clutter (1.7.6 => 1.7.10)
 - cogl (1.7.4 => 1.7.6)
 - empathy (3.1.4 => 3.1.5)
 - eog (3.1.4 => 3.1.5)
 - epiphany (3.1.3 => 3.1.5)
 - evolution-data-server (3.1.4 => 3.1.5)
 - gjs (1.29.15 => 1.29.16) (*)
 - glib (2.29.14 => 2.29.16)
 - glib-networking (2.29.9 => 2.29.15)
 - gnome-bluetooth (3.1.3 => 3.1.4)
 - gnome-desktop (3.1.4 => 3.1.5)
 - gnome-menus (3.0.1 => 3.1.5)
 - gnome-panel (3.0.2 => 3.1.5)
 - gnome-session (3.1.3 => 3.1.5)
 - gnome-settings-daemon (3.1.4 => 3.1.5)
 - gnome-themes-standard (3.1.4 => 3.1.5)
 - gnome-utils (3.1.2 => 3.1.5)
 - gtk+ (3.1.10 => 3.1.12)
 - gvfs (1.9.2 => 1.9.3)
 - libsoup (2.35.4 => 2.35.5)
 - libwnck (3.0.2 => 3.1.5)
 - totem (3.1.0 => 3.1.4)
 - vino (3.1.4 => 3.1.5)
 - yelp (3.1.1 => 3.1.2)
 - yelp-tools (3.1.4 => 3.1.5)
 - yelp-xsl (3.1.3 => 3.1.4)
(*) No summarized news available

The following modules weren't upgraded in this release:
   atkmm, brasero, cantarell-fonts, clutter-gtk, dconf, evince, gcalctool,
   gdk-pixbuf, gdm, glibmm, gnome-backgrounds, gnome-control-center,
   gnome-disk-utility, gnome-doc-utils, gnome-icon-theme,
   gnome-icon-theme-extras, gnome-icon-theme-symbolic, gnome-keyring,
   gnome-online-accounts, gnome-packagekit, gnome-power-manager,
   gnome-screensaver, gnome-shell, gnome-system-monitor, gnome-terminal,
   gnome-user-docs, gnome-user-share, gobject-introspection,
   gsettings-desktop-schemas, gst-plugins-base, gst-plugins-good, gstreamer,
   gtk-doc, gtkmm, gucharmap, libgnome-keyring, libgnomekbd, libgtop,
   libgweather, libpeas, librsvg, metacity, mm-common, mutter, nautilus,
   network-manager-applet, notification-daemon, pango, pangomm,
   totem-pl-parser, vte, zenity

========================================
  GConf
========================================

3.1.6
=====

Fixes:

    * Fixes on the distcheck fixes
    * 655656 - Use "o" for the D-BUS object path rather than "s" (this changes
      the internal D-BUS API but for now we have a compatability bit that
      should avoid too much pain.)

Misc:

    * DOAP file!

3.1.5
=====

Fixes:

    * gsettings-convert - conver to unsigned int correctly (Kalev Lember)
    * Distcheck fixes
    * 656248 - Handle messages that don't have interface set (Joey Zheng)
    * 654801 - Export pkg-config file and C include details in GIR file 
      (Evan Nemerson)

Misc:

    * Autogenerated ChangeLog
    * Update .gitignore

Translations:

    * ru (Yuri Kozlov), fr (Claude Paroz), bg (Alexander Shopov),
      eo (Kristjan SCHMIDT), id (Andika Triwidada),
      th (Theppitak Karoonboonyanan)


========================================
  atk
========================================

Changes in version 2.1.5:
=========================
*
* Bug 638924: Add AtkWindow
* Fixing out of tree compilation on Win32
* Update README.txt
* Fixing release number of the new ATK roles added
* Updated Traditional Chinese, Indonesian, Bulgarian, French,
*  Hungarian and Swedish translations


========================================
  clutter
========================================

Clutter 1.7.10                                                       2011-08-15
===============================================================================

  • List of changes since Clutter 1.7.8

    - Do not update the last paint volume when picking
    Last minute fix for an issue that was most prominently manifesting itself
    when using GNOME Shell with Clutter 1.7; this should resolve the issue
    that dragging icons from the dash left around some stale pixels.

    - Fix building the tests
    The performance and micro-benchmark tests did not pick up changes in
    local dependencies, e.g. under a JHBuild root.

  • List of bugs fixed since Clutter 1.7.8

    [bugzilla.gnome.org]

    #656588 - Outdated FSF Address in code files

Many thanks to:

  Alejandro Piñeiro, Robert Bragg

Clutter 1.7.8                                                        2011-08-15
===============================================================================

  • List of changes since Clutter 1.7.6

    - Various fixes in Cally
    Make sure to use Clutter's API and remove old workarounds that were put
    into place when Cally was a separate project and targeting pre-1.0 API
    versions of Clutter.

    - Add ClutterCairoTexture:auto-resize
    This property makes it easier to create 2D canvas surfaces by tracking
    the actor's allocation in a backward compatible way.

    - Add ClutterAnimatable.interpolate_value()
    This new virtual function deprecates the animate_property() virtual of the
    Animatable interface, which was sub-optimal in different ways.

    - Allow using Animatable implementations with ClutterState
    Thanks to the new interpolate_value() virtual it is now possible to use
    the Animatable interface with ClutterState; this allows animating
    action, constraint and effect properties using the same "@" syntax also
    used by ClutterAnimation and clutter_actor_animate().

    - Improve ClutterModel's implementation
    Avoid a bunch of needless checks, and make sure that the ::row-changed
    signal is emitted in all cases when a row has been changed through the
    ClutterModelIter API. The conformance test unit for ClutterModel has
    also been improved to avoid future regressions.

    - Improve ClutterStage behaviour on OS X
    Make sure that the fullscreen, multi-screen and key focusing are
    well-behaved on OS X, by implementing the correct delegate methods.

  • List of bugs fixed since Clutter 1.7.6

  [bugzilla.gnome.org]

  #655387 - Missing GObject introspection annotations
  #655306 - Added windowDidChangeScreen delegate to fix pick errors when
            window moved to different screen
  #655311 - Prevent hiding of unrelated application windows when stage returns
            from fullscreen
  #655307 - Fix resource leak on subsequent calls to clutter_stage_osx_realize
  #648633 - gnome-shell notification pop-ups do not emit
            object:state-changed:showing

Many thanks to:

  Kirk A. Baker, Neil Roberts, Alejandro Piñeiro, Alejo Pacin,
  Daniel Mustieles, Evan Nemerson, Marek Černocký, Philippe Normand,
  Robert Bragg



========================================
  cogl
========================================

Cogl 1.7.6                                                         2011-08-12
===============================================================================

  • List of changes since Cogl 1.7.4

   » Add an experimental cogl_matrix_look_at function
   » Fix flipping the y-coordinates for cogl_framebuffer_swap_region
   » Automatically allocate framebuffers on first use
   » Add experimental cogl_framebuffer_clear functions
   » Add a function to get the context given a framebuffer
   » Add support for a cogl.conf config file
   » Fix using TEXTURE_n as the source for a layer combine
   » Some fixes for the WGL backend
   » Add experimental API to upload a texture subregion from a CoglBuffer

  • List of bugs fixes since Cogl 1.7.4

    https://bugzilla.gnome.org:

    #655026 - cogl-pango should not link to systemwide libcogl during make
              install
    #655216 - egl: Guard the feature discovery of eglCreateImage()
    #655228 - Bugs in cogl-quaternion library functions
              cogl_quaternion_init_from_array and
              cogl_quaternion_get_rotation_axis.
    #655355 - Make Cogl master work on EGL/GDL again
    #655400 - cogl-pipeline-fragend-arbfp: Initialise template_pipeline
    #655412 - Don't use the 'NULL' GModule to resolve GL symbols
    #655510 - Access Violation (a.k.a Segfault) in cogl/driver/gl/cogl-gl.c
    #655556 - Memory leak in function cogl_polygon in cogl-primitives.c
    #655723 - egl-gdl: Silence a gcc warning
    #655724 - egl-gdl: Don't generate cogl-display.h
    #656303 - Improve cogl-pango's journal usage
    #655792 - android: Commit the build.xml file
    #655791 - android: Update the hello example to the latest glib-android
              API change

Many thanks to:
    Robert Bragg
    Damien Lespiau
    Chun-wei Fan
    Alexandre Rostovtsev
    Kirk A. Baker
    Philip Withnall
    Florian Renaut


========================================
  empathy
========================================

NEW in 3.1.5 (16/08/2011)
============

The "kangaroo currywurst" release.

Empathy now depends on PulseAudio to place calls. When using recent versions of
PulseAudio (≥ 0.99.2), Empathy now has echo cancellation support.

The new, experimental, call UI gained some new calls features such as
UI to choose the audio and video device used, a new floating toolbar and the
ability to move the video preview using drag & drop.
Empathy and Gabble have to be built with Call support to use this new UI.


Dependencies:

 • folks ≥ 0.6.0
 • libpulse and libpulse-mainloop-glib

Bugs fixed:
 - Fixed #590048, Change audio input device used in calls (Jonny Lamb)
 - Fixed #599167, Change video input device (Emilio Pozuelo Monfort)
 - Fixed #632874, VoIP Dialpad should show letters (Danielle Madeley)
 - Fixed #654914, empathy-debugger crashed with SIGSEGV in g_type_check_instance() (Danielle Madeley)
 - Fixed #654958, Missing 5min-timestamps (Guillaume Desmottes)
 - Fixed #655212, Update for libfolks API changes to AvatarDetails (Philip Withnall)
 - Fixed #655478, Plural forms (Emilio Pozuelo Monfort)
 - Fixed #655788, empathy-auth-client crashed with SIGABRT in __kernel_vsyscall() (Alexey Fisher)
 - Fixed #655884, [New Call UI] Menus (Emilio Pozuelo Monfort)
 - Fixed #655959, Yahoo not accessible with @rocketmail.com address (Guillaume Desmottes)
 - Fixed #656020, Factor out EmpathyContactChooser from EmpathyInviteParticipantDialog (Guillaume Desmottes)
 - Fixed #656065, empathy crashed with SIGSEGV in __strcmp_ssse3() (Press F3 -> Windows for search text) (Emilio Pozuelo Monfort)
 - Fixed #656150, Floating bottom toolbar (Emilio Pozuelo Monfort)
 - Fixed #656268, Move video preview (Emilio Pozuelo Monfort)
 - Fixed #656415, Muting microphone issues (Emilio Pozuelo Monfort)
 - Fixed #656572, Call window asserts when you try to move the preview (Emilio Pozuelo Monfort)
 - Fixed #656582, "Input volume" should be hidden if empathy-call isn't enabled (Emilio Pozuelo Monfort)

Translations:
 - Updated cs Translation (Marek Černocký)
 - Updated es Translation (Daniel Mustieles)
 - Updated fa Translation (Arash Mousavi)
 - Updated gl Translation (Fran Dieguez)
 - Updated he Translation (Yaron Shahrabani)
 - Updated hu Translation (Gabor Kelemen)
 - Updated nb Translation (Kjartan Maraas)
 - Updated pt_BR Translation (Felipe Borges)
 - Updated sv Translation (Daniel Nylander)
 - Updated uk Translation (Daniel Korostil)
 - Updated vi Translation (Ngô Chin, Nguyễn Thái Ngọc Duy)
 - Updated zh_CN Translation (Aron Xu)
 - Updated zh_HK Translation (Cheng-Chia Tseng)
 - Updated zh_TW Translation (Cheng-Chia Tseng)
 - Updated zu Translation (Abel Motha)

Documentation translations:
 - Updated eu Documentation translation (Inaki Larranaga Murgoitio)
 - Updated sl Documentation translation (Andrej Žnidaršič)
 - Updated zh_CN Documentation translation (lainme)


========================================
  eog
========================================

Version 3.1.5
-------------

  * Render compressed SVGs using librsvg as well (Felix Riemann)
  * Enable fullscreen plugin by default (Felix Riemann)
  * Miscellaneous fixes/improvements (Felix Riemann, Fabian Sturm)

Bug fixes:

  #552537, Fullscreen-plugin should be enabled by default (Felix Riemann)
  #655377, SVGZ is unsupported (Felix Riemann)
  #655794, Major bug in eog has_data function? (Felix Riemann, Fabian Sturm)
  #655889, image variable is not updated correctly (Felix Riemann, Fabian Sturm)

New and updated translations:

- Mario Blättermann, Hendrik Knackstedt [de]
- Bruno Brouard [fr]
- Fran Diéguez [gl]
- Yaron Shahrabani [he]
- Balázs Meskó [hu]
- Yuri Kozlov [ru]
- Andrej Žnidaršič [sl]
- Daniel Nylander [sv]
- Theppitak Karoonboonyanan [th]
- Julius Wong, 朱涛 [zh_CN]
- Priscilla Mahlangu [zu]

New and updated manual translations

- Bruno Brouard [fr]


========================================
  epiphany
========================================

==============
Epiphany 3.1.5
==============

Changes:

  - Use new symbolic icons for security status (#650789)
  - Fix gir scanner invocation (#653031)
  - Unescape tooltips in download widget (#653690)
  - Fix "Browse to" in downloads (#651699)
  - Clear finished downloads when closing downloads bar (#653918)
  - Use a CSS file for styling (#644805)
  - Many other fixes and cleanups.


========================================
  evolution-data-server
========================================

Evolution-Data-Server 3.1.5 2011-08-14
--------------------------------------

Bug Fixes:
	Bug 656490 - imapx: Memory leak of stream tokenbuf (David Woodhouse)
	Bug 656487 - Memory leak in imapx fetch_folders_for_namespaces() (David Woodhouse)
	Bug 656480 - Memory leak in camel_folder_search_search() (David Woodhouse)
	Bug 656267 - Checking for auth types doesn't work properly (Milan Crha)
	Bug 656058 - Improve EBookBackendSqliteDB searching API (Tristan Van Berkom)
	Bug 652172 - Fix a regression from the previous commit (Milan Crha)
	Bug 655748 - rdate parsing failure: unknown value for period 20068 (Milan Crha)
	Bug 655190 - Sluggish performance interacting with calendar/tasks (Milan Crha)
	Bug 619135 — Add photo support to Google Contacts backend (Philip Withnall)
	Bug 655499 - Don't crash when getting contacts before backend is opened (Milan Crha)
	Bug 654893 - Fix one missed rename of 'msg_security' to 'dirty' (Sean Finney)
	Bug 655414 - Need translation comments (Milan Crha)
	Bug 655409 - Extra flags in CamelStoreInfo break folder type check (Milan Crha)
	Bug 654472 - Crash on async error return over GDBus (Milan Crha)
	Bug 655331 - pgp/gpg signature is not shown (Milan Crha)
	Bug 654480 - [imapx] Mark as Junk is not reliable (Matthew Barnes)

Miscellaneous Fixes:
	libecal: e_cal_remove_object() must remove *all* recurrences (Patrick Ohly)
	calendar file backend: fixed incomplete sanity check in e_cal_create_object() (Patrick Ohly)
	e_client_utils_open_new() could use already freed memory (Milan Crha)
	Properly manage boolean values in SQLite contacts cache (Milan Crha)
	Vala bindings: work around owned not being honored in metadata (Raul Gutierrez Segales)
	Call gtk_init_check() in factories with enabled maintainer mode (Milan Crha)
	Handle fields-of-interest for local addressbook backend. (Tristan Van Berkom)
	Do not cancel cancellable in free_get_objects_async_data() (Milan Crha)
	Be able to provide backtraces for e_ptr_tracker* functions (Milan Crha)
	Fix stray unref of server in imapx add_folders_to_summary() (David Woodhouse)
	Make e-{addressbook,calendar}-factory supersede old factory at startup. (David Woodhouse)
	Introspection: fix annotation fixes (Raul Gutierrez Segales)
	Be able to fetch all vCards/uids from an SQLite book backend cache (Milan Crha)

Translations:
	Yuri Kozlov (ru)
	Daniel Mustieles (es)
	Fran Dieguez (gl)
	Jorge González (es)
	Daniel Nylander (sv)
	Kjartan Maraas (nn)



========================================
  glib
========================================

Overview of changes from GLib 2.29.14 to 2.29.16
================================================

* GTlsDatabase: an abstract class that provides support
  or certificate and key lookup. An implementation will
  be provided in glib-networking

* GHmac: Support or HMAC digests

* Misc new API:
 - g_ptr_array_add_full: creates a GPtrArray with
   a preallocated size and a destroy function
 - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
   should be shown in a given desktop environment
 - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
   temporary directories

* Unify thread wakeup implementations of GMainContext
  and GCancellable, and use eventfd for it when available

* Show mounts in $XDG_USER_DIR in addition to /media and $HOME

* Bugs fixed:
 636572 GTlsCertificateDB
 644601 Some tests need a running dbus session
 652284 deal with small key lengths
 652827 glib-2.29.8 no longer builds with mingw.org's toolchain
 653063 PEM parser fails parsing private key when put first
 654078 Fail to static linking with Glib library
 654450 New functions: g_ptr_array_new_full()
 654793 Add G_VALUE_INIT
 655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
 655148 gdbusconnection is broken when compiling with mingw
 655241 glocalfile.c no longer compiles with MinGW GCC
 655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
 655664 gdbus should not abort if no dbus session is available
 655769 Use ZLIB_CFLAGS when compiling gio
 656031 Improve GVariant annotations
 656048 glib-codegen requires Python >= 2.5
 656151 configure test logic inverted, doesn't match comments
 656152 GCC only syntax used, yet other compilers allowed by configure.
 656162 allow use of lcov 1.9 for coverage
 656282 GDBusProxy: uninitialized local variables can be freed
 656283 Failing tls connection cause assertion
 118563 Add g_mkdtemp in the spirit of g_mkstemp
 636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
 656039 race condition between GDBusProxy signals and public API
 656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)

* Translation updates:
 Bulgarian
 Esperanto
 French
 Galician
 German
 Hebrew
 Indonesian
 Italian
 Norwegian bokmål
 Russian
 Spanish
 Swedish



========================================
  glib-networking
========================================

2.29.15
=======
  * gnutls: implement GTlsDatabase (Stef Walter, #636572)

  * gnutls: override minimum key length, to allow connecting to HTTP
    servers with very small keys (eg, on some embedded devices). (Dan
    Winship, #652284).

  * gnutls: use %COMPAT mode, which makes GNUTLS behave more like
    OpenSSL/NSS/Windows in a few ways, making it work with certain
    broken HTTP servers. (Dan Winship, part of #581342)

  * gnutls: fixed a crash when passed a NULL GError (Dan Winship)


========================================
  gnome-bluetooth
========================================

ver 3.1.4:
Properties:
- Fix crash when device has no UUIDs

Applet:
- Change preferences menu items to match the gnome-shell UI

And loads of translations


========================================
  gnome-desktop
========================================

=============
Version 3.1.5
=============

  libgnome-desktop

	* GnomeRR: Fix settings the DPMS mode (Richard Hughes)



========================================
  gnome-menus
========================================

=============
Version 3.1.5
=============

This version of gnome-menus comes with a significant API and ABI break, to
modernize the code. As a result, the name of the library and the pkg-config
filename have changed, so that this new version is parallel-installable with
previous ones.

As of now, there is no guide to migrate to the new API, but it is rather
straight-forward as changes were mostly done to improve the experience for
introspection-based bindings. The examples shipped in util/ are a good basis.

  libmenu

	* Rebase internal representation of .desktop files on top of
	  GDesktopAppInfo (Colin Walters)
	* Make GMenuTree a GObject (Colin Walters)
	* Use GSlice for various data (Colin Walters)
	* Use thread-default main context for callbacks for future flexibility
	  for thread support (Colin Walters)
	* Many API changes, see new headers for changes. The most visible one
	  is that gmenu_tree_load_sync() should explicitly be used to load the
	  menu now. (Colin Walters, Vincent)
	* Drop support for "KDE Desktop Entry" group (Vincent)
	* Return GIcon instead of char * for icon-related API (Vincent)
	* Various fixes and cleanups to merge Colin's branch (Vincent, Colin
	  Walters)
	* Add gmenu_tree_get_entry_by_id() API (Colin Walters)
	* Support XDG_CURRENT_DESKTOP (Vincent)

  Menu Editor

	* Port to introspection-based bindings (Vincent)
	* Stop editing settings.menu (Vincent)

  Python

	* Drop static python bindings; introspection-based ones should be used
	  now (Colin Walters)

  Misc

	* Replace example of python code with javascript code (Colin Walters)
	* Change library name, header directory, pkg-config filename (Vincent)
	* Require glib 2.29.15 for new API (Vincent)

  Translators

	* Ігар Грачышка (be)
	* Gil Forcada (ca@valencia)
	* Priscilla Mahlangu (zu)


========================================
  gnome-panel
========================================

=============
Version 3.1.5
=============

  Panel

	* Stop using G_CONST_RETURN (Vincent)
	* Remove unused variables (Vincent)
	* Port to new gnome-menus API (Colin Walters, Vincent)
	* Always keep the same window icon for run dialog (Vincent)

  libpanel-applet

	* Fix build warning (Vincent)

  Clock Applet

	* Do not miss seconds when displaying seconds (Vincent)

  Notification Area Applet

	* Fix build with --as-needed (Vincent)

  Misc

	* Modernize build system (Vincent)

  Translators

	* Ihar Hrachyshka (be)
	* Alexander Shopov (bg)
	* David Planella (ca@valencia)
	* Daniel Mustieles (es)
	* Tommi Vainikainen (fi)
	* Yaron Shahrabani (he)
	* RÅ«dofls Mazurs (lv)
	* Torstein Adolf Winterseth (nb)
	* Piotr DrÄ…g (pl)
	* Мирослав Николић (sr)
	* Miroslav Nikolić (sr@latin)
	* Daniel Nylander (sv)


========================================
  gnome-session
========================================

=============
Version 3.1.5
=============

  Session Manager

	* Fix --help to mention arguments for options that have one (Vincent)
	* Support XDG_CURRENT_DESKTOP (Michael Terry, Vincent)

  Capplet

	* Respect OnlyShowIn and NotShowIn keys (Vincent, Michael Terry)
	* Code cleanup (Vincent)

  Translators

	* Ihar Hrachyshka (be)
	* Alexander Shopov (bg)
	* Petr Kovar (cs)
	* Jorge González (es)
	* Tommi Vainikainen (fi)
	* Yaron Shahrabani (he)
	* RÅ«dofls Mazurs (lv)
	* Kjartan Maraas (nb)
	* Piotr DrÄ…g (pl)
	* Daniel Nylander (sv)


========================================
  gnome-settings-daemon
========================================

=============
Version 3.1.5
=============

A11y-keyboard:
- Enable plugin by default (Rodrigo Moya) (#656287)

Automount:
- Link against the private profiler library (Cosimo Cecchi)
- Add some missing includes (Cosimo Cecchi)
- Don't ship the .in file, just the .in.in one (Bastien Nocera)
- Silence two trivial -Wformat-security warnings (Richard Hughes)

Color:
- Do not show multiple warnings if colord is not available at runtime (Richard Hughes)
- Fix a potential crash when unloading the color plugin (Richard Hughes)
- Fix a potential crash if creating the per-user ICC directory fails (Richard Hughes)
- Make lcms2 a hard dependency (Richard Hughes)

Housekeeping:
- Use new g_format_size() instead of g_format_size_for_display() (Javier Jardón)

Media keys:
- Don't preserve the path after filling (Cosimo Cecchi)
- Remove the half pixel offset from the progressbar fill (Cosimo Cecchi)
- Always round the render coordinates for media icons (Cosimo Cecchi)

Power:
- Add the idle actions (Richard Hughes)
- Show a status icon when in fallback mode (Richard Hughes)
- Respect the idle-dim-ac and idle-dim-battery configuration keys (Richard Hughes)
- Add a backlight helper, as xbacklight isn't always present (Richard Hughes)
- Fall back to the backlight helper if xbacklight is not available (Richard Hughes)
- Fix a potential crash when unloading the power plugin (Richard Hughes)
- Ensure we return the new percentage when changing the brightness (Richard Hughes)

Updates:
- Do not use deprecated PackageKit #defines (Richard Hughes)

Wacom:
- Invert TPCButton setting (Peter Hutterer) (#656372)

Translations:
- es (Daniel Mustieles)
- fa (Arash Mousavi)
- gl (Fran Dieguez)
- he (Yaron Shahrabani)
- ru (Yuri Kozlov)
- sl (Andrej Žnidaršič)
- sv (Daniel Nylander)
- zh_HK (Chao-Hsiung Liao)
- zh_TW (Chao-Hsiung Liao)


========================================
  gnome-themes-standard
========================================

3.1.5
=====

Improve WM theme for titlebars and buttons
Improve buttons, scales, sliders, progressbars for the dark theme
Use a new style for GtkComboBox widgets with entries
Fix combobox left/right padding
Improve GtkTreeView expander styling
Prelight the spinbutton arrows
Use the new gtk-focus-visible Gtk setting
Fix trough style class matching for custom widgets


========================================
  gnome-utils
========================================

===============================================================
GNOME Utilities 3.1.5 (17th June 2011) - "Old child"

This is the second unstble release in the 3.2 cycle; it mostly features better
integration with Nautilus, build fixes (wrt to deprecated functions), and many
translation updates.

Abduxukur Abdurixit (1):
      Added UG translation

Alexander Shopov (1):
      Updated Bulgarian translation

Andre Klapper (1):
      Fix typo. Fixes bug #654533

Arash Mousavi (1):
      Updated Persian Translations

Cosimo Cecchi (1):
      screenshot: use Nautilus DBus methods instead of our own transfer dialog

Daniel Mustieles (1):
      Updated Spanish translation

Daniel Nylander (2):
      Updated Swedish translation
      Updated Swedish translation

Dennis Cranston (2):
      Allow nautilus to highlight the file when using 'Open Containing Folder'
      Temporary patch to get thumbnails working

Fran Dieguez (2):
      Updated Galician translations
      Updated Galician translations

Fran Diéguez (1):
      Updated Galician translations

Frederic Peters (1):
      release: prepare for 3.1.5

Jasper Lievisse Adriaanse (1):
      Remove LIBPANEL_APPLET_REQUIRED from configure.ac

Jorge González (2):
      Updated Spanish translation
      Updated Spanish translation

Kjartan Maraas (3):
      Updated Norwegian bokmål translation
      Remove non-existing file
      Updated Norwegian bokmål translation

Marek Kasik (1):
      font-viewer: Add missing check

Marek Černocký (2):
      Updated Czech translation
      Updated Czech translation

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

Matthias Clasen (1):
      Fix the build with GLib >= 2.29.14

Muhammet Kara (3):
      Updated Turkish translation
      Updated Turkish translation file header
      Updated Turkish translation

Paul Seyfert (1):
      [l10n] Updated German translation

Pavol Klačanský (1):
      Updated Slovak translation

Pavol Å imo (1):
      Removed mistakenly added file

Piotr DrÄ…g (1):
      Updated Polish translation

Rudolfs Mazurs (1):
      Updated Latvian translation.

Vincent Untz (1):
      gsearchtool: Do not use deprecated g_format_size_for_display()

William Jon McCann (1):
      Add an option to send snap to clipboard directly

Yaron Shahrabani (2):
      Updated Hebrew translation.
      Updated Hebrew translation.


========================================
  gtk+
========================================

Overview of Changes in GTK+ 3.1.12
==================================

* GtkFontChooserDialog: A newly designed font selection dialog
  that is intended to replace GtkFontSelectionDialog

* Drawing of focus rectangles is now optional; it can be turned
  off altogether, or until actual keyboard interaction happens,
  with the gtk-visible-focus setting.

* OS X: Fixes for 10.7 (Lion)

* Bugs fixed:
 407885 A new GtkFontSelectionDialog
 508601 Copying from GTK+ applications causes crash
 599664 The print dialog should not block while looking for an...
 645258 Add gtk_text_iter_assign API
 649567 hide focus rectangles when not keynavigating
 652991 Remove local copy of introspection.m4
 653817 Would like GtkGrid methods to insert rows/columns
 653964 Installing MinGW32 build misses gdk/win32 headers
 655074 Fix crash with undecorated windows on MacOS Lion
 655122 Crash when resizing window on MacOS Lion
 655173 small memory leak in GtkStyleProperty
 655495 Make X11-specific functions introspectable
 655496 X11-specific objects methods are introspected as static functions
 655545 condition can never be true in gtk_tree_view_real_set_cursor
 655822 Removal of GSettings key causes crash on upgrades
 656098 Tweak GtkAppChooser's short description
 656421 3.1.10: G_DISABLE_DEPRECATED detection breaks compilation

* Translation updates
 Brazilian Portuguese
 Bulgarian
 Russian
 Spanish
 Swedish
 Traditional Chinese



========================================
  gvfs
========================================

Major changes in 1.9.3
======================
* gvfs-copy: Do not use deprecated g_format_size_for_display()
* fuse: Bring back real statfs()
* Fixed several obvious programming errors found during code analysis
* Translation updates


========================================
  libsoup
========================================

Changes in libsoup from 2.35.4 to 2.35.5:

	* Support NTLM single sign on via samba's /usr/bin/ntlm_auth.
          [#650940, Mandy Wu]. This is enabled by default (if NTLM is
          enabled for the session and the ntlm_auth binary is
          available), but will fall back to the standard
          password-based authentication if SSO fails.

	* Default to TLS+extensions for https connections, falling
          back to SSLv3-without-extensions (the old default) only if
          the server fails to negotiate TLS. [#581342]

		* As a result of this change, some users are currently
		  seeing problems with sites that serve multiple https
		  hosts from a single IP address (eg,
		  *.launchpad.net). There is no known workaround at
		  this time.

	* Fixed a longstanding problem with https pages sometimes not
          loading when using a proxy. [#631368, based on patches from
          DongJae Kim and Thierry Reding]

	* SoupContentSniffer: don't use gio's sniffing rules, since
          the spec now recommends that browsers not do any additional
          sniffing beyond what's in the spec. [#648846, "arno"]

	* Fixed SoupRequestHTTP to work properly with alternate
          GMainContexts. [#653707]

	* Added some annotations from Vala's vapi files. [#655397,
          Evan Nemerson]. Also, removed SoupProxyResolver from the
          gir/typelib, since it had been deprecated since before
          introspection was available, and it was being scanned wrong
          anyway.


========================================
  libwnck
========================================

=============
Version 3.1.5
=============

 Features

  - Add API to get WM_CLASS group name & instance name of a WnckWindow:
    wnck_window_get_class_group_name(), wnck_window_get_class_instance_name()
    (Marco Trevisan)
  - Change WnckClassGroup to talk about identifier instead of resource class.
    This includes deprecating wnck_class_group_get_res_class() in favor of
    wnck_class_group_get_id() (Vincent)

 Fixes

  - Fix tasklist taking some space when there is no window (Vincent)
  - Remove unused variables (Vincent)
  - Stop using several deprecated APIs (Vincent)
  - Remove disabling of libgnomeui sounds (Vincent)
  - Do not connect same signal handler twice (Vincent)

 Misc

  - Modernize build system (Vincent)

 Translators

  - Petr Kovar (cs)


========================================
  totem
========================================


3.1.4:
* Add Grilo plugin
* Remove Coherence UPNP, Tracker and Jamendo plugins
* Add plugin to rotate videos

* Fix audio tracks not appearing with their language names
* Add keyboard shortcut for "Save"
* Remove sidebar drop-down item, and use menu items instead
* Fix translations of the nautilus properties window
* Subtitles plugin bug fixes

========================================
  vino
========================================

Vino 3.1.5
==========

Alexander Shopov (1):
      Updated Bulgarian translation

Aurimas ÄŒernius (1):
      Updated Lithuanian translation

Claude Paroz (1):
      Updated French translation

Daniel Nylander (1):
      Updated Swedish translation

David King (3):
      Post-release version bump to 3.1.5
      Use GtkBox rather than GtkHBox or GtkVBox
      Update NEWS for 3.1.5 release

Theppitak Karoonboonyanan (1):
      Updated Thai translation.


========================================
  yelp
========================================

3.1.2
=====
* Added Unity to OnlyShowIn
* Added support for the install: action scheme
* Don't try to search with NULL URI, bug #655124
* Fixed crash when opening URI after closing a window
* Fixed search crash on 64-bit systems
* Changed the DocBook chunking rules to match yelp-xsl
* Updated translations:
  be    (Ihar Hrachyshka)
  bg    (Alexander Shopov)
  es    (Jorge González)
  he    (Yaron Shahrabani)
  lt    (Aurimas ÄŒernius)
  lv    (Rudolfs Mazurs)
  nb    (Kjartan Maraas)
  pl    (Piotr DrÄ…g)
  sl    (Matej Urbančič)
  sv    (Daniel Nylander)


========================================
  yelp-tools
========================================

3.1.5:
======
* Sped up yelp-build html by doing single-pass transforms
* Check for itstool


========================================
  yelp-xsl
========================================

3.1.4
=====
* Speed improvements for Mallard processing
* Added if:supports to conditional processing
* Added "button" style for links
* Updated translations:
  bg      (Alexander Shopov)
  nb      (Kjartan Maraas)
  ru      (Yuri Myasoedov)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)