gnome-software 42.beta

2022-02-10 Thread Philip Withnall
About gnome-software


GNOME Software is for installing, removing and updating software.

News


Released: 2022-02-10

This is the second unstable release for GNOME 42.
 * Allow --verbose to be enabled at runtime
 * Condense the rows in the age rating context dialog
 * Update the UI for ratings and reviews of apps
 * Improve the appearance of the category page loading screen
 * Drop the first run dialog
 * Improvements to dark theming
 * Support viewing a specific metainfo file using --show-metainfo
 * Several more threading improvements
 * Icon updates
 * Drop the hardcoded-popular plugin in favour of an appstream file
 * The background image for upgrades is now looked for using several well-known 
(and
   distribution-specific) names in ${DATADIR}/gnome-software/backgrounds, and 
the previous
   Fedora-specific default background image is no longer distributed. 
Similarly, the
   upgrade-background-uri GSettings key has been removed. Distributions may 
need to update how
   they ship background images. See doc/vendor-customisation.md.

This release also updates translations:
 * Chinese (China)
 * Galician
 * Hebrew
 * Icelandic
 * Indonesian
 * Japanese
 * Occitan (post 1500)
 * Portuguese
 * Portuguese (Brazil)
 * Russian
 * Slovenian
 * Spanish
 * Ukrainian



Download

https://download.gnome.org/sources/gnome-software/42/gnome-software-42.beta.tar.xz
 (3.12M)
  sha256sum: bc6c69fbc2f420c8d003ad3896ee82a1ef06a481564b913af52b731717fb4d76

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


gnome-initial-setup 42.beta

2022-02-10 Thread Will Thompson
About GNOME Initial Setup
=

gnome-initial-setup helps you set up your OS when you boot or log in
for the first time.

News


* Bugs fixed:
 - !137 welcome: tweak illustration
 - !138 timezone: Load GisLocationEntry type before page template

* Translation updates:
 - Basque
 - Chinese (China)
 - Galician
 - Hebrew
 - Indonesian
 - Slovenian
 - Spanish



Download

https://download.gnome.org/sources/gnome-initial-setup/42/gnome-initial-setup-42.beta.tar.xz
 (1.12M)
  sha256sum: 644dc87fa1157cbd40431dd932ea2e65cee81dbf17d2189300ad1e9ea3ac3d3d

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


gnome-initial-setup 41.4

2022-02-10 Thread Will Thompson
About GNOME Initial Setup
=

gnome-initial-setup helps you set up your OS when you boot or log in
for the first time.

News


* Fix build failure with recent Meson releases

* Translation updates:
 - Icelandic



Download

https://download.gnome.org/sources/gnome-initial-setup/41/gnome-initial-setup-41.4.tar.xz
 (1.11M)
  sha256sum: 96ecd2db6e76c513b18c606dc262bb523228c4aaedbed6a07811e568fd5db642

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


gnome-software 41.4

2022-02-10 Thread Philip Withnall
About gnome-software


GNOME Software is for installing, removing and updating software.

News


Released: 2022-02-10

This is a stable release which only updates translations:
 * Icelandic
 * Japanese
 * Occitan (post 1500)



Download

https://download.gnome.org/sources/gnome-software/41/gnome-software-41.4.tar.xz 
(3.09M)
  sha256sum: 7af873ce472cf2b69c51bc9ebc61b836dfbccfd6f42706e3ed3aa909aaeec465

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


vala 0.55.3

2022-02-10 Thread Rico Tzschichholz
About vala
==

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala
source code.

The syntax of Vala is similar to C#, modified to better fit the
GObject type system. Vala supports modern language features as the
following: Interfaces, Properties, Signals, Foreach, Lambda
expressions, Type inference for local variables, Generics, Non-null
types, Assisted memory management, Exception handling, Type modules
(Plugins)

Vala is designed to allow access to existing C libraries, especially
GObject-based libraries, without the need for runtime bindings. All
that is needed to use a library with Vala is an API file, containing
the class and method declarations in Vala syntax. Vala currently comes
with bindings for GLib and GTK+ and many others from the GNOME
Platform.

Using classes and methods written in Vala from an application written
in C is not difficult. The Vala library only has to install the
generated header files and C applications may then access the GObject-
based API of the Vala library as usual. It should also be easily
possible to write a bindings generator for access to Vala libraries
from applications written in e.g. C# as the Vala parser is written as
a library, so that all compile-time information is available when
generating a binding.

News


 * Highlights:
  - Allow usage of dynamic on VarType [#187]

 * Various improvements and bug fixes:
  - codegen: Use correct target/destroy of delegate field initializer [#1285]
  - codegen: Stop generating wrappers for dynamic property access
  - gtkmodule: Improve UI parsing and handling of nested objects and properties
  - vala:
+ Add missing TraverseVisitor.visit_data_type()
+ Improve check of generic type references in static contexts [#1284]
+ Make sure to drop our "trap" jump target in case of an error [#1287]
+ Move dynamic property errors to semantic analyzer pass
+ Free empty stack list for code contexts
+ Clear SemanticAnalyzer.current_{symbol,source_file} when not needed 
anymore

 * Bindings:
  - gio-2.0,glib-2.0,gobject-2.0: Update 2.72 symbols
  - gstreamer: Update from 1.19.90+ git main
  - gtk4: Specify sentinel for GtkAcessible methods
  - gtk4: Update to 4.6.0+06ec4ec1
  - vapi: Update GIR-based bindings


ChangeLog
=
https://download.gnome.org/sources/vala/0.55/vala-0.55.3.changes  (2.43K)

Download

https://download.gnome.org/sources/vala/0.55/vala-0.55.3.tar.xz (3.76M)
  sha256sum: c16185e7d1f217836a7cebc649aafe83550bb7b192fbd327ede388cd2c2d5049

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


NetworkManager 1.35.91

2022-02-10 Thread Lubomir Rintel


Download

https://download.gnome.org/sources/NetworkManager/1.35/NetworkManager-1.35.91.tar.xz
 (5.13M)
  sha256sum: 8fde83e9d0c36986430301d88cbfe9237c89f3e55c45eb2b90b2918d464d9439

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