metacity 3.36.1

2020-03-26 Thread Alberts Muktupāvels
About Metacity
==

A window manager for GNOME Flashback, with a focus on simplicity and
usability rather than novelties or gimmicks. It uses GTK+ 3 for
drawing window frames, so that it inherits colors, fonts, and so on
from the GTK+ theme. Its author has characterized it as a "boring
window manager for the adult in you. Many window managers are like
Marshmallow Froot Loops; Metacity is like Cheerios."

News


- Fix fullscreen regression. (#8)
- Do not unfocus on new window.
- Updated translations.



Download

https://download.gnome.org/sources/metacity/3.36/metacity-3.36.1.tar.xz (1.97M)
  sha256sum: 11f07693e2b266840759063a4bc807346070e8e7fec8f53cd0757f6662c1b323

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


devhelp 3.36.1

2020-03-26 Thread Sébastien Wilmet
About devhelp
=

Devhelp is a developer tool for browsing and searching API
documentation. It provides an easy way to navigate through libraries
and to search by function, struct, or macro.

The documentation must be installed locally, so an internet connection
is not needed to use Devhelp.

Devhelp works natively with GTK-Doc, so the GTK and GNOME libraries
are well supported. But other development platforms can be supported
as well, as long as the API documentation is available in HTML and a
*.devhelp2 index file is generated.

Devhelp integrates with other applications such as Glade, Builder or
Anjuta, and plugins are available for different text editors (gedit,
Vim, Emacs, Geany, …).

News


* AppData: add  tag for the Flatpak.
* Translation updates.



Download

https://download.gnome.org/sources/devhelp/3.36/devhelp-3.36.1.tar.xz (293K)
  sha256sum: 4cf8ec9302bc4a79e01ac53bd9c8b95a596f71f35351f48b63263227f09a8a3d

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


simple-scan 3.36.1

2020-03-26 Thread Robert Ancell
About simple-scan
=

A really easy way to scan both documents and photos from a scanner
(e.g. a flatbed scanner).

News


  * Stop disabling compression to fix slow scanning



Download

https://download.gnome.org/sources/simple-scan/3.36/simple-scan-3.36.1.tar.xz 
(830K)
  sha256sum: 7427f0902253e01383941243f56ef987609943c537f92dd1043a53eb5eaaf92e

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


gnome-control-center 3.36.1

2020-03-26 Thread Robert Ancell
About GNOME Settings


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

News


- Update man page for info panel change
- Updated translations

Display
- Fix resolution options getting stuck in a low resolution

Sound
- Remove unused files



Download

https://download.gnome.org/sources/gnome-control-center/3.36/gnome-control-center-3.36.1.tar.xz
 (5.99M)
  sha256sum: f3e32d1cff7ec2fc42c2db2c7f61274d476d3a49aae10040f57217ee25d7c690

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


libgnome-games-support 1.6.1

2020-03-26 Thread Michael Catanzaro
About libgnome-games-support


A dumping ground for code that's useful to share between different
GNOME games.

News


- Always show category in scores dialog (#17, Arnaud B.)



Download

https://download.gnome.org/sources/libgnome-games-support/1.6/libgnome-games-support-1.6.1.tar.xz
 (43.0K)
  sha256sum: fb686af62e24dc33f26c581aa019fcdf3605787dd76cb59ac99a8a34d1b808bf

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


gnome-robots 3.36.1

2020-03-26 Thread Michael Catanzaro
About gnome-robots
==

Avoid the robots and make them crash into each other

News


- Fix missing translation of game type in scores dialog (Mart Raudsepp)
- Updated translations



Download

https://download.gnome.org/sources/gnome-robots/3.36/gnome-robots-3.36.1.tar.xz 
(418K)
  sha256sum: eb46a458c26ea845747b21b740f56615cdf4f470ec56fee81a9a317068e6ad62

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


vala 0.40.20

2020-03-26 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


 * Various improvements and bug fixes:
  - codegen:
+ Don't initialize stack-allocated array with local-constant length [#910]
+ Add destroy of parameter in vfunc of delegate property setter [#919]
+ Reset outdated array _size_ variable after use as ref parameter [#929]
+ Use memset to init inline-allocated array with non-constant size [#910]
  - vala:
+ Properly set CodeNode.error when reporting an error
+ Improve robustness of analyzer pass for language-servers [#911]
+ Add local-variables to current scope regardless its error state
+ Fix circular reference in Property/EnumValueType
+ Report an internal error for unavailable context and bail
+ Prevent possible stack-overflow in Class.is_subtype_of()
+ Fix search for Parameter.base_parameter
+ Use error() instead of Report.error() inside of CodeContext.get()
+ Accept enum-values as length for inline allocated arrays [#935]
+ Improve copy of required attributes from delegate to lamdba method
+ Inherit lambda parameter attributes from delegate
+ Inline-allocated array aren't instantiated with creation expression [#926]
  - Add missing CodeContext.pop() calls
  - girparser:
+ Report a warning for conflicting class and instance methods
+ Decrease return_array_length_idx for transformed function
+ Delay adding of "GLib.Object" prerequisite to interfaces
  - vapigen: Define "GOBJECT" corresponding to set profile of CodeContext [#933]
  - valadoc: Create and register current Vala.CodeContext properly
  - parser: Improve error message for invalid ArrayCreationExpression [#939]
  - testrunner: Pass G_DEBUG=fatal-warnings to invalid test
  - manual: Update from wiki.gnome.org

 * Bindings:
  - Add some fundamental deps files to improve --nostdpkg support [#911]
  - glib-2.0: Add binding for g_poll() [#924]
  - glib-2.0: Add binding for g_win32_ftruncate()
  - glib-2.0: Add missing IOChannel's win32 API
  - glib-2.0: Add missing "type_id"/"has_type_id" attributes to structs [#921]
  - glib-2.0: Memory profiling ("g_mem_*") is deprecated since 2.46
  - gio-2.0: Add binding for g_io_error_from_win32_error()


ChangeLog
=
https://download.gnome.org/sources/vala/0.40/vala-0.40.20.changes  (6.54K)

Download

https://download.gnome.org/sources/vala/0.40/vala-0.40.20.tar.xz (3.28M)
  sha256sum: 052f6dbe1580c10316f65147262b82cc68ed1bcc02fca050b7205b9cf40dd8aa

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


vala 0.46.7

2020-03-26 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


 * Various improvements and bug fixes:
  - codegen:
+ Don't initialize stack-allocated array with local-constant length [#910]
+ Add destroy of parameter in vfunc of delegate property setter [#919]
+ Reset outdated array _size_ variable after use as ref parameter [#929]
+ Emit postconditions before free'ing local variables
+ Correctly access captured parameter in precondition of method [#144]
+ Use memset to init inline-allocated array with non-constant size [#910]
+ Initialize temp-var for property array length before calling getter
+ Include "glib.h" for g_return_*() usage [#940]
  - vala:
+ Properly set CodeNode.error when reporting an error
+ Improve robustness of analyzer pass for language-servers [#911]
+ Add local-variables to current scope regardless its error state
+ Fix circular reference in Property/EnumValueType
+ Report an internal error for unavailable context and bail
+ Prevent possible stack-overflow in Class.is_subtype_of()
+ Fix search for Parameter.base_parameter
+ Use error() instead of Report.error() inside of CodeContext.get()
+ Accept enum-values as length for inline allocated arrays [#935]
+ Improve copy of required attributes from delegate to lamdba method
+ Inherit lambda parameter attributes from delegate
+ Inline-allocated array aren't instantiated with creation expression [#926]
  - Add missing CodeContext.pop() calls
  - girparser:
+ Report a warning for conflicting class and instance methods
+ Decrease return_array_length_idx for transformed function
+ Delay adding of "GLib.Object" prerequisite to interfaces
  - vapigen: Define "GOBJECT" corresponding to set profile of CodeContext [#933]
  - valadoc: Create and register current Vala.CodeContext properly
  - parser: Improve error message for invalid ArrayCreationExpression [#939]
  - testrunner: Pass G_DEBUG=fatal-warnings to invalid test
  - manual: Update from wiki.gnome.org

 * Bindings:
  - Add cairo-gobject binding
  - Add harfbuzz-gobject binding [#909]
  - Add some fundamental deps files to improve --nostdpkg support [#911]
  - cairo: Add missing type_id attributes guarded by GOBJECT define
  - glib-2.0: Add binding for g_poll() [#924]
  - glib-2.0: Add binding for g_win32_ftruncate()
  - glib-2.0: Add missing IOChannel's win32 API
  - glib-2.0: Add missing "type_id"/"has_type_id" attributes to structs [#921]
  - glib-2.0: Memory profiling ("g_mem_*") is deprecated since 2.46
  - gio-2.0: Add binding for g_io_error_from_win32_error()
  - gtk+-3.0: Update to 3.24.14
  - gtk+-*.0,gtk4: Fix iter parameter of TextIter.order() [#908]
  - gtk4: Update to 3.98.0+410dbdf6
  - linux: Don't depend on GLib.Time when using POSIX profile
  - poppler-glib: Update to 0.85
  - posix: Add pathconf and fpathconf bindings
  - webkit2gtk-4.0: Update to 2.27.90


ChangeLog
=
https://download.gnome.org/sources/vala/0.46/vala-0.46.7.changes  (7.95K)

Download

https://download.gnome.org/sources/vala/0.46/vala-0.46.7.tar.xz (3.25M)
  sha256sum: f302f9a396e5fdc7302d38ba166b9ffe7387fc62f9dce15d68e732ad693f3a95

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