gssdp 1.1.3

2019-02-05 Thread Jens Georg
About GSSDP
===

GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.
GSSDP handles resource discovery and announcement over SSDP for GUPnP.

News


- Fix a memory leak in sniffer
- Minor other improvements to sniffer
- Fix address fall-back to IP v4 for GSSDP client
- Bump minimum GLib version to 2.44
- Fix a crash due to a dangling pointer in GSSDP client
- Fix a memory leak in pktinfo handler
- Use g_type_ensure instead of custom solution
- Implement UDA 1.1 boot-id and config-id
- Implement UDA 1.1 ssdp:update messages
- Documentation updates
- Style fixes

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/gssdp/issues/1
 - https://gitlab.gnome.org/GNOME/gssdp/issues/2

All contributors to this release:
 - Jens Georg 



Download

https://download.gnome.org/sources/gssdp/1.1/gssdp-1.1.3.tar.xz (60.1K)
  sha256sum: c9535d784f49f365c0ed49ddb7bf5dec4c7b3790b407a53ffd67f16d9bda2cf5

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


gupnp 1.1.2

2019-02-05 Thread Jens Georg
About GUPnP
===

GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

This is core UPnP library that implements the generic UPnP
specification on top of GSSDP: resource announcement and discovery,
description, control, event notification, and presentation (GUPnP
includes basic web server functionality through libsoup). GUPnP does
not include helpers for construction or control of specific
standardized resources (e.g. MediaServer); this is left for higher
level libraries utilizing the GUPnP framework.

News


- Use python3 in binding tool
- Avoid a static buffer in the linux context manager
- Add UDA version and address family to linux context manager
- Implement ssdp:update in context manager
- Update documentation
- Introduce new sync/async service proxy call API

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/gupnp/issues/1

All contributors to this release:
 - Jens Georg 
 - Jakub Adam 
 - Andre Klapper 



Download

https://download.gnome.org/sources/gupnp/1.1/gupnp-1.1.2.tar.xz (133K)
  sha256sum: 300a7c8fe86a8c90ea0820aae4423555189edba13159484716369aa8cf83d412

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


swell-foop 3.31.90

2019-02-05 Thread Michael Catanzaro
About swell-foop


Clear the screen by removing groups of colored and shaped tiles

News


* Updated translations
* Added tests to validate appdata and desktop (Bilal Elmoassaoui)
* Set up flatpak nightly (Bilal Elmoassaoui)



Download

https://download.gnome.org/sources/swell-foop/3.31/swell-foop-3.31.90.tar.xz 
(1.02M)
  sha256sum: b408bb714ceb486e8587deac08679a26b3e8f85989cde587781be74d2cbcdb5e

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


gjs 1.55.90

2019-02-05 Thread Philip Chimento
About gjs
=

GNOME JavaScript bindings

News


- New JS API: It's now possible to call and implement DBus methods whose
  parameters or return types include file descriptor lists (type signature 'h'.)
  This involves passing or receiving a Gio.UnixFDList instance along with the
  parameters or return values.

  To call a method with a file descriptor list, pass the Gio.UnixFDList along
  with the rest of the parameters, in any order, the same way you would pass a
  Gio.Cancellable or async callback.

  For return values, things are a little more complicated, in order to avoid
  breaking existing code. Previously, synchronously called DBus proxy methods
  would return an unpacked GVariant. Now, but only if called with a
  Gio.UnixFDList, they will return [unpacked GVariant, Gio.UnixFDList]. This
  does not break existing code because it was not possible to call a method with
  a Gio.UnixFDList before, and the return value is unchanged if not calling with
  a Gio.UnixFDList. This does mean, unfortunately, that if you have a method
  with an 'h' in its return signature but not in its argument signatures, you
  will have to call it with an empty FDList in order to receive an FDList with
  the return value, when calling synchronously.

  On the DBus service side, when receiving a method call, we now pass the
  Gio.UnixFDList received from DBus to the called method. Previously, sync
  methods were passed the parameters, and async methods were passed the
  parameters plus the Gio.DBusInvocation object. Appending the Gio.UnixFDList to
  those parameters also should not break existing code.

  See the new tests in installed-tests/js/testGDBus.js for examples of calling
  methods with FD lists.

- We have observed on the CI server that GJS 1.55.90 will hang forever while
  running the test suite compiled with GCC 9.0.0 and configured with the
  --enable-asan and --enable-ubsan arguments. This should be addressed in one of
  the following 1.55.x releases.

- Closed bugs and merge requests:
  * GDBus proxy overrides should support Gio.DBusProxy.call_with_unix_fd_list()
[#204, !263, Philip Chimento]
  * Add regression tests for GObject vfuncs [!259, Jason Hicks]
  * GjsPrivate: Sources should be C files [!262, Philip Chimento]
  * build: Vendor last-good version of AX_CODE_COVERAGE [!264, Philip Chimento]



Download

https://download.gnome.org/sources/gjs/1.55/gjs-1.55.90.tar.xz (647K)
  sha256sum: 8cb614d47cda0c19d293858711e26f91214dac2398e5d871319735c577ce7469

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


gnome-settings-daemon 3.31.90

2019-02-05 Thread Carlos Garnacho
About gnome-settings-daemon
===

GNOME Settings Daemon

News


- Translation updates
- Remove libXtst as a dependency

Keyboard:
- Enable ibus for OSK purposes on X11

Power:
- Add x-gnome-privacy-scope hints to power notifications
- Define brightness to be -1 if builtin display is disabled

Smartcard:
- Wait until smartcards are inspected before locking screen
- handle a smartcard getting removed very shortly after login



Download

https://download.gnome.org/sources/gnome-settings-daemon/3.31/gnome-settings-daemon-3.31.90.tar.xz
 (1.31M)
  sha256sum: c74a8b39c98c4ee17b9be76d7ec03cbf4aa8454fa1358ecd832143b4e2d94730

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


gsettings-desktop-schemas 3.31.90

2019-02-05 Thread Carlos Garnacho
About GSettings Desktop Schemas
===

Shared GSettings schemas for the desktop

News


- Updated default monospace font
- More meson build fixes
- Translation updates



Download

https://download.gnome.org/sources/gsettings-desktop-schemas/3.31/gsettings-desktop-schemas-3.31.90.tar.xz
 (622K)
  sha256sum: 7c069e0589cc8e6c834e5fd6b61e6558eaf71c248426afdeb6db5fa93bb10501

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


gnome-desktop 3.31.90

2019-02-05 Thread Michael Catanzaro
About GNOME Desktop Library
===

Library with common API for various GNOME modules

News


- Fix slow thumbnailer due to missing font cache (#90)
- Translation updates



Download

https://download.gnome.org/sources/gnome-desktop/3.31/gnome-desktop-3.31.90.tar.xz
 (694K)
  sha256sum: 1119dc00ea0285ffbe910b827310d7df68ca8ed41406bd16927a1290535e30da

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


rygel 0.37.2

2019-02-05 Thread Jens Georg
About Rygel
===

Rygel is a home media solution that allows you to easily share audio,
video and pictures, and control of media player on your home network.
In technical terms it is both a UPnP AV MediaServer and MediaRenderer
implemented through a plug-in mechanism. Interoperability with other
devices in the market is achieved by conformance to very strict
requirements of DLNA and on the fly conversion of media to format that
client devices are capable of handling.

News


Build:
 - Bump GLib dependency to 2.44
 - Drop Valac requirement to 0.36

Server:
 - Fix @ADDRESS@ replacement for proxy or transcoded urls
 - Use a proper check for localhost
 - Add some hacks for LG devices

MediaExport:
 - Document blacklisting behaviour

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/rygel/issues/122
 - https://gitlab.gnome.org/GNOME/rygel/issues/123
 - https://gitlab.gnome.org/GNOME/rygel/issues/89

All contributors to this release:
 - Jens Georg 
 - Pieter Schalk Schoeman 
 - Yuras Shumovich 
 - Andre Klapper 

Added/updated translations:
 - af.po, courtesy of F Wolff
 - be.po, courtesy of Uladzimir Manulenka


ChangeLog
=
https://download.gnome.org/sources/rygel/0.37/rygel-0.37.2.changes  (5.19K)

Download

https://download.gnome.org/sources/rygel/0.37/rygel-0.37.2.tar.xz (3.90M)
  sha256sum: 806060e9cce611804e1f792a753d651ed3489e9617e4c8b4f899e39d62ee9938

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


gnome-desktop 3.30.2.1

2019-02-05 Thread Michael Catanzaro
About GNOME Desktop Library
===

Library with common API for various GNOME modules

News


- Various fixes for the thumbnailer sandbox (#4, #81, #89, #90)
- Fix use after free when generating preview icon (#87)
- Translation updates



Download

https://download.gnome.org/sources/gnome-desktop/3.30/gnome-desktop-3.30.2.1.tar.xz
 (1.00M)
  sha256sum: 1b803ac6dbd844ff3fb0ad03ba0cbe22207e10363dafee43c1720eeaae2b491f

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


libsoup 2.65.90

2019-02-05 Thread Claudio Saavedra
About libsoup
=

libsoup is an HTTP client/server library for GNOME. It uses GObjects
and the GLib main loop, to integrate well with GNOME applications.

News


* Avoid using threads in SoupRequestFile asynchronous API
  [Ignacio Casal Quinteiro]



Download

https://download.gnome.org/sources/libsoup/2.65/libsoup-2.65.90.tar.xz (1.62M)
  sha256sum: 544902da0feacdcd0805f763876305bcd8bab0428d282892baddc72f7f670842

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


gnome-2048 3.31.90

2019-02-05 Thread Arnaud Bonatti
About gnome-2048


Move the tiles until you obtain the 2048 tile

News


Various changes. The main is probably the removing of the Preferences
dialog: the Undo action is now hidden (and a bug in score restoration
was fixed); the game is now responsive, and proposing to change speed
was now mostly useless; and multiple game sizes are now proposed when
you click on the New Game button (including a 3 by 3). Also, the game
can now be played with gestures (and with WASD keys). About technical
things, the application changed to use the org.gnome.TwentyFortyEight
app-id, and it can be built using the Gitlab CI. Looks good for 3.32!

Translations updated:
  Czech: Marek Cernocky
  Finnish: Jiri Grönroos
  Hungarian: Balázs Úr
  Polish: Piotr Drąg
  Brazilian Portuguese: Rafael Fontenelle
  Spanish: Daniel Mustieles
  Swedish: Anders Jonsson



Download

https://download.gnome.org/sources/gnome-2048/3.31/gnome-2048-3.31.90.tar.xz 
(322K)
  sha256sum: 727278bd639e2046b35d6d5909ff678857964912f30997635c71ad83144a29c9

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

gnome-disk-utility 3.31.90

2019-02-05 Thread Kai Lüke
About Disks
===

Disk Management Utility for GNOME

News


Helmut Grohne:
 * build: stop checking for fallocate

Jakub Steiner:
 * icon: app icon adjustments

Maoschanz:
 * Update the UI to match current guidelines

Piotr Drąg:
 * Update POTFILES.in

Ronald van Engelen:
 * Added total-lbas-written and total-lbas-read to translatable strings

segfault:
 * unlock dialog: Add tooltip for keyfile chooser button

Updated translations:
 * Anders Jonsson (sv),  Balázs Úr (hu),  Charles Monzat (fr),  Daniel 
Mustieles (es),
   Daniel Rusek (cs), Fabio Tomat (fur), Fran Dieguez (gl), Jordi Mas (ca),
   Matej Urbančič (sl), Ryuta Fujii (ja)



Download

https://download.gnome.org/sources/gnome-disk-utility/3.31/gnome-disk-utility-3.31.90.tar.xz
 (1.30M)
  sha256sum: 9de9fcd8c05b1c3e4be658b4aa60c9777e86c9fb1e6a7e507bc79320ed832b44

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

gnome-taquin 3.31.90

2019-02-05 Thread Arnaud Bonatti
About gnome-taquin
==

Move tiles so that they reach their places.

News


Many changes. From the technical side, Taquin switched to Meson and can
now be built using Gitlab CI, thanks to Bilal Elmoussaoui. It uses also
a new and great icon now, designed by Jakub Steiner. On the UI side, it
is I think the first update ever: the game board is now centered, there
is in the headerbar a counter of moves, you can now restart the current
game (and it keeps your best score, so you can try to improve it). And,
the application should now be playable when using a phone-sized screen.

Translations updated:
  Friulian: Fabio Tomat
  Galician: Fran Dieguez
  Hungarian: Balázs Úr
  Indonesian: Kukuh Syafaat
  Spanish: Daniel Mustieles
  Swedish: Anders Jonsson



Download

https://download.gnome.org/sources/gnome-taquin/3.31/gnome-taquin-3.31.90.tar.xz
 (4.92M)
  sha256sum: be4b2c6ad3723b4e2d62a3726d05a36e2b5799fc7e88d22198228bde7d0dcb5f

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

gnome-sound-recorder 3.31.90

2019-02-05 Thread Felipe Borges
About Sound Recorder


Make simple recordings from your desktop

News


 Translation updates
 Drop application menu by Felipe Borges
 Port to meson by Felipe Borges
 Various translation fixes by Piotr Drąg
 Drop git.mk - it's an autotools leftover by Jeremy Bicha
 Set a minimium width and height size by Miguel Vaello
 Make record button a "suggested action" by taciturasa (Adriene)
 Require gtk +> 3.13.2 by Yosef Or Boczko
 Remove old RTL hacks by Miguel Vaello
 Fix crashes when selecting a recording by Jan Tojnar
 Fix gjs "Too many arguments" warnings by Miguel Vaello
 Set a default window title for zero sounds recorded by Christopher Davis
 Validate appdata and desktop files by Bilal Elmoussaoui
 Use same application id everywhere in the app by Bilal Elmoussaoui
 Use latest GJS standards for variable and class declarations by Jan Tojnar
 Port to ES6 classes by Jan Tojnar
 New icon by Jakub Steiner



Download

https://download.gnome.org/sources/gnome-sound-recorder/3.31/gnome-sound-recorder-3.31.90.tar.xz
 (144K)
  sha256sum: f43d136c78eb65cb6c4818c092d09db755fc6a8ad8546c018d899867a7044612

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

gnome-boxes 3.31.90

2019-02-05 Thread Felipe Borges
About GNOME Boxes
=

A simple GNOME 3 application to access remote or virtual systems

News


Changes since 3.31.4

  - Use "host-passthrough" as default CPU mode
  - Always override the CPU mode
(Use host-passthrough for existing VMs too)
  - Remove custom "devel" styling (use GTK one)
  - Make the application icon more legible
  - Pass a better keyboard id for express installations
  - Paint thumbnails' background with CSS
  - Added/updated/fixed translations:
- German
- Esperanto
- French
- Afrikaans
- Chinese (Taiwan)
- Slovenian
- Hungarian
- Galician
- Spanish
- Romanian
- Indonesian

All contributors to this release:

Balázs Úr 
Bernd Homuth 
Carmen Bianca BAKKER 
Charles Monzat 
Daniel Mustieles 
Daniel Șerbănescu 
Felipe Borges 
Fran Dieguez 
Guillaume Bernard 
Jakub Steiner 
Kukuh Syafaat 
Matej Urbančič 
Pieter Schalk Schoeman 
Yi-Jyun Pan 



Download

https://download.gnome.org/sources/gnome-boxes/3.31/gnome-boxes-3.31.90.tar.xz 
(1.12M)
  sha256sum: 8547c295067f831d2ae735c18de796d07dcde2aed246304be1ea34a718ac1b84

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

gnome-documents 3.31.90

2019-02-05 Thread Christopher Davis
About Documents
===

A simple application to access, organize and share your documents on
GNOME. It is meant to be a simple and elegant replacement for using a
file manager to deal with documents. Seamless cloud integration is
offered through GNOME Online Accounts.

News


* Updated menus for 3.32 recommendations
* Bugs fixed:
 - #11 Documents/Books hang if any of the XDG_*_DIR vars are not defined
 - #12 Doesn't show any documents when started through search provider
 - #21 Flatpak builds broken due to meson
 - #30 Night/black mode should also invert color of black/white paper pages

* Translation updates:
 - Greek
 - Spanish
 - Swedish
 - ja
 - zh_TW
 - af
 - ml
 - eo


Download

https://download.gnome.org/sources/gnome-documents/3.31/gnome-documents-3.31.90.tar.xz
 (893K)
  sha256sum: 6341dca22aa22d9d80c2113dd0ece1de7ebbc5bdbd09361bb894e37c25108715

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