glib-networking 2.45.1

2015-04-30 Thread Dan Winship
About glib-networking
=

glib-networking contains the implementations of certain GLib
networking features that cannot be implemented directly in GLib itself
because of their dependencies.

Currently it contains a GNUTLS-based implementation of GTlsBackend, a
libproxy-based implementation of GProxyResolver, and a GNOME
GProxyResolver that uses the proxy information from the GSettings
schemas in gsettings-desktop-schemas.

News


  * tls/gnutls: Implement g_tls_client_connection_copy_session_state(),
to allow implementing FTP-over-TLS in gvfs. (#745255, Ross
Lagerwall)



Download

https://download.gnome.org/sources/glib-networking/2.45/glib-networking-2.45.1.tar.xz
 (367K)
  sha256sum: e3b56aa1407c2ff68322461179f5da38bac09324ae09a97a89a3fbe04cdfa9de

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


glib 2.45.1

2015-04-30 Thread Matthias Clasen
About GLib
==

GLib is the low-level core library that forms the basis for projects
such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality as
an event loop, threads, dynamic loading, and an object system.

News


* The GSettings schema compiler, glib-compile-schemas has been changed
  to reject schema xml that has duplicate  or 
  elements. Such elements typically occur when translations are merged
  into the schema, with xml:lang attributes. This is not the correct
  way to translate schemas. Instead keep the translations in the .mo
  file and set the gettext-domain attribute on the  element.

* The file monitoring infrastructure has been rewritten, and all backends
  have seen major improvements.

  The inotify backend is reporting events with less delay (no event will
  be delayed more than 10ms) and wakeups due to file monitoring have been
  significantly reduced. A CHANGES_DONE event will also be sent when new
  files appear.

  The poll implementation is now using the thread default main context.

  The fam implmentation is now running in the worker thread.

  The fen implementation has been removed, since it was unmaintained.

* The GSettings schema compiler, glib-compile-schemas, is more strict
  about rejecting schemas with xml:lang style merged translations.
  Schema translations should be done by specifying the gettext domain
  in the xml, and keeping the translations in gettext. To avoid breaking
  already-installed schemas, this change is only taking effect when
  you use the --strict option.

* The hardcoded 10-thread limit of GTask's thread pool has been removed,
  since it was prone to causing deadlocks. The thread pool is now allowed
  to grow dynamically and will shrink back over time.

* GSimpleAsyncResult has been deprecated in favor of GTask.

* The algorithm used by GAppInfo to find default handlers for mime types
  has been tweaked to prefer apps that handle the specific subtype over
  default handlers for a generic supertype.

* Bug fixes:
 627285 inotify file monitor hardwired delay
 631597 Segmentation fault in append_escaped_text
 661767 merge/improve various bits of run-in-thread functionality
 687223 cleverer GThreadPool management
 711547 win32: silence some build warnings
 719966 glib: Add missing (nullable) and (optional) annotations
 726447 Possibly an error in text string
 728663 W32: wrong stat struct is used when built with MinGW-w64
 728669 W32: GLocalFile can't measure size of files larger than 2^32...

ChangeLog
=
https://download.gnome.org/sources/glib/2.45/glib-2.45.1.changes  (27.7K)

Download

https://download.gnome.org/sources/glib/2.45/glib-2.45.1.tar.xz (6.81M)
  sha256sum: 6dcf2e15c6d08b21f48d9a3722dd9367a7c28a288ba8edfd0bbbde77a11e5d2f

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gnome-shell 3.17.1

2015-04-30 Thread Florian Müllner
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:

 https://wiki.gnome.org/Projects/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


* Add Display Settings entry to background menu [Meet; #697346]
* Add window menu option to move to different monitor [Isaac; #633994]
* Improve switch style in default/highContrast themes [Jakub; #746294, #747912]
* Make event highlight in calendar more prominent [Jakub; #747715]
* Fix keyboard focus when focusing a notification banner [Florian; #747205]
* Move notification banners below the dateMenu [Meet, Florian; #745910]
* Misc. bug fixes [Mario, Rui; #748338, #748541]

Contributors:
  Isaac Ge, Rui Matos, Florian Müllner, Meet Parikh, Mario Sanchez Prada,
  Jakub Steiner, Jasper St. Pierre

Translations:
  Sveinn í Felli [is], Marek Černocký [cs], laurent Soleil [oc]



Download

https://download.gnome.org/sources/gnome-shell/3.17/gnome-shell-3.17.1.tar.xz 
(1.52M)
  sha256sum: 162ac05a5d3e27e44605e78fc107683d220f8a21d731f9c0343aadb39206ab51

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list

gnome-shell-extensions 3.17.1

2015-04-30 Thread Florian Müllner
About gnome-shell-extensions


GNOME Shell Extensions is a collection of extensions providing
additional and optional functionality to GNOME Shell. Most extensions
can be installed by configuring --prefix=$HOME/.local, and will be
picked automatically at next login.

News


* style updates
* updated translations (oc)



Download

https://download.gnome.org/sources/gnome-shell-extensions/3.17/gnome-shell-extensions-3.17.1.tar.xz
 (226K)
  sha256sum: f72e0d25fb204f10a5db86df3f702bddabcb12e9c002c455df12e2c23a25f458

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gnome-tweak-tool 3.17.1

2015-04-30 Thread Rui Matos
About GNOME Tweak Tool
==

GNOME Tweak Tool allows adjusting advanced configuration settings in
GNOME 3. This includes things like the fonts used in user interface
elements, alternative user interface themes, changes in window
management behavior, GNOME Shell appearance and extension, etc.

News


  * Several usability improvements in the startup tab and application
chooser
  * Provide a symbolic variant of the app icon
  * Add a way to inhibit systemd's default behavior on lid close


Download

https://download.gnome.org/sources/gnome-tweak-tool/3.17/gnome-tweak-tool-3.17.1.tar.xz
 (237K)
  sha256sum: 430da878fadc89774714aeefa7e35f188d34a4b1417881701008ad9f28af49c4

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


mutter 3.17.1

2015-04-30 Thread Florian Müllner
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


* Add public method to get neighboring monitor [Florian; #633994]
* Apply the right settings to the right input devices [Carlos; #747886]
* Fix scroll button setting [Ondrej; #747967]
* Add support for modal hint on wayland [Jonas; #745720]
* Don't reset idle time for non-hardware events [Rui; #748541]
* Misc. bug fixes [Ray, Rui; #748380, #748478]

Contributors:
  Jonas Ådahl, Carlos Garnacho, Ondrej Holy, Rui Matos, Florian Müllner,
  Jasper St. Pierre, Ray Strode, Tomeu Vizoso


Download

https://download.gnome.org/sources/mutter/3.17/mutter-3.17.1.tar.xz (1.48M)
  sha256sum: 95e5958b9e3f23d7b24976b3fa1abb8a871d76101c658a4eb7d6b33ecaf95142

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list

polari 3.17.1

2015-04-30 Thread Florian Müllner
About Polari


Polari is a simple IRC Client that is designed to integrate seamlessly
with GNOME 3

News


* Improve readability of room list in backdrop state [Jakub, Florian; #711854]
* Distinguish offline nick names in chat log [Bastian; #710792]
* Misc. bug fixes and cleanups [Bastian; #747942]

Contributors:
  Bastian Ilsø, Florian Müllner, Jakub Steiner



Download

https://download.gnome.org/sources/polari/3.17/polari-3.17.1.tar.xz (427K)
  sha256sum: 9a8980645235d8ca2be3873a0efc841d6c3c4e625d771201a95ee18d02870505

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list

gnome-settings-daemon 3.14.4

2015-04-30 Thread Bastien Nocera
About gnome-settings-daemon
===

GNOME Settings Daemon

News


Print notifications:
- Do not block because of authentication

Wacom:
- Remove calibration notification



Download

https://download.gnome.org/sources/gnome-settings-daemon/3.14/gnome-settings-daemon-3.14.4.tar.xz
 (1.57M)
  sha256sum: ce4453f83a19328e4f031251430325cb6ae832b83fa9fce80a8cde1d4bb0a2a5

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gnome-control-center 3.14.5

2015-04-30 Thread Bastien Nocera
About gnome-control-center
==

GNOME's main interface to configure various aspects of the desktop

News


Display:
- Close the dialog when the configuration changes
- Fix memory leaks

Network:
- Fix a crash in the IPv6 settings dialog
- Stop "Bridge slaves" and "Gateway" entries from becoming too wide

Power:
- Make section headings accessible

Printers:
- Recognize more supply types
- Update printer options correctly

Sound:
- Fix duplicated Bluetooth devices

User Accounts:
- Require newer AccountService


ChangeLog
=
https://download.gnome.org/sources/gnome-control-center/3.14/gnome-control-center-3.14.5.changes
  (6.85K)

Download

https://download.gnome.org/sources/gnome-control-center/3.14/gnome-control-center-3.14.5.tar.xz
 (6.66M)
  sha256sum: 66ffaf4b1eb0a745a2928035bc1b1e1eac7ea3775941e3a06bfb68ae4c1404c4

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


totem-pl-parser 3.10.5

2015-04-30 Thread Bastien Nocera
About totem-pl-parser
=

Simple GObject-based library to parse and save a host of playlist
formats

News


- Don't handle HLS playlists served as m3u8
- Updated translations

ChangeLog
=
https://download.gnome.org/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.5.changes
  (2.24K)

Download

https://download.gnome.org/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.5.tar.xz
 (1.52M)
  sha256sum: a746580f61b678029dadaa824a6923445afd944d12c40c5fccb27159799c8137

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gsettings-desktop-schemas 3.14.2

2015-04-30 Thread Bastien Nocera
About GSettings Desktop Schemas
===

Shared GSettings schemas for the desktop

News


- Change magnifier's focus tracking to "proportional"
- Translation updates



Download

https://download.gnome.org/sources/gsettings-desktop-schemas/3.14/gsettings-desktop-schemas-3.14.2.tar.xz
 (509K)
  sha256sum: 9bd1ae0bf2f79f1c5c66937c2fe0af83690ebaa6822ffedd6f5b1cf19bb9b561

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list