gnome-control-center 3.38.5

2021-03-18 Thread Robert Ancell
News


- Updated translations

Network:
- Show DNS6 parameters in details and connection editor.



Download

https://download.gnome.org/sources/gnome-control-center/3.38/gnome-control-center-3.38.5.tar.xz
 (6.14M)
  sha256sum: 0ada859620110e829174121c7e1a3f82da80d749d6f61d426a7c8cf4464d72f9

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


gnome-desktop 40.rc

2021-03-18 Thread Javier Jardón Cabezas
News


- bg-slide-show: Always parse date/time integers in base 10
- thumbnail: Fix thumbnailing of CBZ with UTF-8 filenames
- thumbnail: Fix non-working thumbnailer in Flatpak
- Translation updates



Download

https://download.gnome.org/sources/gnome-desktop/40/gnome-desktop-40.rc.tar.xz 
(705K)
  sha256sum: bd5bc1ab9640301efc7cc1dbfc5965fcb7dcadabb6f6f395ae8b571aed84f448

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


gnome-disk-utility 40.0

2021-03-18 Thread Kai Lüke
News


Updated translations:
 * A S Alam (pa), Dušan Kazik (sk), Milo Casagrande (it), Piotr Drąg (pl)



Download

https://download.gnome.org/sources/gnome-disk-utility/40/gnome-disk-utility-40.0.tar.xz
 (1.32M)
  sha256sum: 9f9c72f4453c9f6cb0ff9d9deeec67703e11b0736d826f7d025cf6a686ef4897

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


vala 0.50.5

2021-03-18 Thread Rico Tzschichholz
News


 * Various improvements and bug fixes:
  - codegen:
+ More use of get_ccode_type_name()
+ "_first_array" parameter for params-array is variadic too
+ Inherit GType from base struct of SimpleType structs
+ Error for missing type-arguments of HashTable (de)serialization [#1147]
+ Free intermediate temp-variables of postcondition expression [#80]
+ Use the one available source_reference for internal error [#436]
+ Fix access to captured generics in async method of interfaces [#537]
+ Don't ever create null-aware free macro for GenericType
+ Don't add generics arguments/parameters to async finish method
+ Drop inner casts before converting between generics and integers
+ Include "glib.h" for deprecated symbols (GOBJECT) [#1155]
  - vala:
+ Report warning if --target-glib=auto was not evaluated successfully
+ Fix ownership inheritance of "unowned var" in foreach statement
+ Add missing null-check in DataType.get_type_signature()
+ Check array type of declarations for errornous type-arguments
+ Check (optional) type-arguments of array creation expression
+ Replace all type parameter occurances in parameters for signal delegate
+ Improve error for incompatible expressions in conditional expression
  - gdbus: Don't leak memory of deserialized arguments on error in wrapper 
method
  - girparser:
+ Reuse populated Node.gtype_struct_for instead of resolving again
+ Evaluate "glib:type-struct" twice to pick up reparented structs
+ Allow overriding of "Compact" attribute for classes
+ Handle empty "" element and report an error
+ Add support for NoWrapper metadata for methods
  - testrunner: Include Gio-2.0/gio-2.0 for GIR tests too

 * Bindings:
  - glib-2.0,gio-2.0: Add some missing type-arguments
  - gio-2.0: Add some missing NoWrapper and CCode.has_typedef attributes
  - gnutls: Fix some binding errors
  - gsl: Fix some binding errors
  - gtk4: Add Gtk.INVALID_LIST_POSITION [#1151]
  - gtk4-unix-print: Switch to gir
  - gtk4: Update to 4.1.2
  - libwnck-3.0: Update to 3.36.0
  - linux: Provide Input.Event.input_event_sec/input_event_usec fields [#1152]
  - vapi: Fix a couple of attribute typos
  - webkit2gtk-4.0: Update to 2.31.91


ChangeLog
=
https://download.gnome.org/sources/vala/0.50/vala-0.50.5.changes  (4.52K)

Download

https://download.gnome.org/sources/vala/0.50/vala-0.50.5.tar.xz (3.37M)
  sha256sum: ab7d95ec2ea11a1a2c54e2aac53432b0787a8f09fbbf4e8ae9b4398935d8a016

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


vala 0.48.15

2021-03-18 Thread Rico Tzschichholz
News


 * Various improvements and bug fixes:
  - codegen:
+ More use of get_ccode_type_name()
+ "_first_array" parameter for params-array is variadic too
+ Inherit GType from base struct of SimpleType structs
+ Error for missing type-arguments of HashTable (de)serialization [#1147]
+ Free intermediate temp-variables of postcondition expression [#80]
+ Use the one available source_reference for internal error [#436]
+ Fix access to captured generics in async method of interfaces [#537]
+ Don't ever create null-aware free macro for GenericType
+ Don't add generics arguments/parameters to async finish method
+ Drop inner casts before converting between generics and integers
+ Include "glib.h" for deprecated symbols (GOBJECT) [#1155]
  - vala:
+ Report warning if --target-glib=auto was not evaluated successfully
+ Fix ownership inheritance of "unowned var" in foreach statement
+ Add missing null-check in DataType.get_type_signature()
+ Check array type of declarations for errornous type-arguments
+ Check (optional) type-arguments of array creation expression
+ Replace all type parameter occurances in parameters for signal delegate
+ Improve error for incompatible expressions in conditional expression
  - gdbus: Don't leak memory of deserialized arguments on error in wrapper 
method
  - girparser:
+ Reuse populated Node.gtype_struct_for instead of resolving again
+ Evaluate "glib:type-struct" twice to pick up reparented structs
+ Allow overriding of "Compact" attribute for classes
+ Handle empty "" element and report an error
+ Add support for NoWrapper metadata for methods
  - testrunner: Include Gio-2.0/gio-2.0 for GIR tests too

 * Bindings:
  - glib-2.0,gio-2.0: Add some missing type-arguments
  - gio-2.0: Add some missing NoWrapper and CCode.has_typedef attributes
  - gnutls: Fix some binding errors
  - gsl: Fix some binding errors
  - gtk4: Add Gtk.INVALID_LIST_POSITION [#1151]
  - gtk4-unix-print: Switch to gir
  - gtk4: Update to 4.1.2
  - libwnck-3.0: Update to 3.36.0
  - linux: Provide Input.Event.input_event_sec/input_event_usec fields [#1152]
  - vapi: Fix a couple of attribute typos
  - webkit2gtk-4.0: Update to 2.31.91


ChangeLog
=
https://download.gnome.org/sources/vala/0.48/vala-0.48.15.changes  (4.45K)

Download

https://download.gnome.org/sources/vala/0.48/vala-0.48.15.tar.xz (3.35M)
  sha256sum: 5f64283f8e69a48c73256cb93578c7db4c35c0b7df079568a4d5b6065b602a50

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


glib 2.66.8

2021-03-18 Thread Philip Withnall
News


* Fix a security issue when using `g_file_replace()` with
  `G_FILE_CREATE_REPLACE_DESTINATION` (#2325)

* Bugs fixed:
 - #2325 file-roller symlink attack
 - !1982 Backport !2325 “file-roller symlink attack” to glib-2-66
 - !1990 Backport !1976 “Use the right permissions for directory watching on 
Win32” to glib-2-66




Download

https://download.gnome.org/sources/glib/2.66/glib-2.66.8.tar.xz (4.62M)
  sha256sum: 97bc87dd91365589af5cbbfea2574833aea7a1b71840fd365ecd2852c76b9c8b

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


glib 2.68.0

2021-03-18 Thread Philip Withnall
News


* Bugs fixed:
 - !1987 build: Drop gconstructor_as_data_h usage from glib-compile-schemas
 - !1989 glib.supp: Generalize some suppressions
 - !1992 gbytesicon: Fix error in g_bytes_icon_new() documentation
 - !1994 glocalfileoutputstream: Tidy up error handling
 - !1995 tests: Fix copy/paste error in queue test

* Translation updates:
 - Czech
 - Finnish
 - Italian
 - Korean
 - Lithuanian
 - Polish
 - Romanian
 - Slovenian
 - Turkish




Download

https://download.gnome.org/sources/glib/2.68/glib-2.68.0.tar.xz (4.71M)
  sha256sum: 67734f584f3a05a2872f57e9a8db38f3b06c7087fb531c5a839d9171968103ea

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