Hello,

GNU G-Golf 0.8.2 release.


* Tarball and a GPG detached signature [*]:

        http://ftp.gnu.org/gnu/g-golf/g-golf-0.8.2.tar.gz
        http://ftp.gnu.org/gnu/g-golf/g-golf-0.8.2.tar.gz.sig


* About G-Golf

        [ for a full description, please read the distributed README
        [ file, or consult https://www.gnu.org/software/g-golf

G-Golf
GNOME: (Guile Object Library for)

G-Golf is a Guile Object Library for GNOME.

G-Golf is tool to develop fast and feature-rich graphical applications,
with a recognizable look and feel.


* Install

Dependencies and complete installation instructions are given in the
distributed INSTALL file, or here:

        https://www.gnu.org/software/g-golf/install.html


* Noteworthy changes in 0.8.2

Here is a summary of the noteworthy changes in this release, also
available in NEWS file and on the G-Golf website.

** Enhancement

*** g-golf-callback-closure-marshal

Error message enhancement. Raising an error, when a callback is
expected to return a value but g-golf-callback-closure-marshal received
none.

** Bug fixing

*** g-inst-get-property

For object and interface instances, when the instance isn't in the
cache, in order to create the appropriate proxi instance, we need to
find the proxi class definition, and for this call (g-object-find-class
value), not (g-type-cache-ref g-type). This is because the g-value->scm
g-type argument is the one given by the property g-param spec, but the
instance being processed here could be of a sublass. Fixed.


David


[*] Use a .sig file to verify that the corresponding file (without the
    .sig suffix) is intact.  First, be sure to download both the .sig
    file and the corresponding tarball.  Then, run a command like this:

        gpg --verify g-golf-0.8.2.tar.gz

    If that command fails because you don't have the required public
    key, then run this command to import it:

        gpg --keyserver keys.gnupg.net --recv-keys A3057AD7

    and rerun the 'gpg --verify' command

Attachment: pgpPZp2P_fNPv.pgp
Description: OpenPGP digital signature

Reply via email to