summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pirotte <david@altosw.be>2023-11-02 00:14:57 -0300
committerDavid Pirotte <david@altosw.be>2023-11-02 00:14:57 -0300
commit54c9450d0367ff4fb88f2dca158d8b4fb6813ee7 (patch)
treee5b346a607430b50405a1a8d8678c2b2980a72a0
parent51077e33e44255059a0736868f5843fc85df8f34 (diff)
Updating NEWS, README and INSTALL for the 0.8.0-rc-2 release
* INSTALL: * NEWS: * README: Updated for the 0.8.0-rc-2 release.
-rw-r--r--INSTALL8
-rw-r--r--NEWS34
-rw-r--r--README4
3 files changed, 37 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index c0ec44e..3c3d692 100644
--- a/INSTALL
+++ b/INSTALL
@@ -69,8 +69,8 @@ Adw-1 examples:
G-Golf release are [[http://ftp.gnu.org/gnu/g-golf/][here]]. The latest tarballs are:
- g-golf-0.8.0-rc-1.tar.gz
- g-golf-0.8.0-rc-1.tar.gz.sig
+ g-golf-0.8.0-rc-2.tar.gz
+ g-golf-0.8.0-rc-2.tar.gz.sig
[ GPG Key: A3057AD7
[ gpg --keyserver keys.gnupg.net --recv-keys A3057AD7
@@ -79,8 +79,8 @@ Assuming you have satisfied the dependencies, open a terminal and
proceed with the following steps:
cd <download-path>
- tar zxf g-golf-0.8.0-rc-1.tar.gz
- cd g-golf-0.8.0-rc-1
+ tar zxf g-golf-0.8.0-rc-2.tar.gz
+ cd g-golf-0.8.0-rc-2
./configure [--prefix=/your/prefix] [--with-guile-site=yes]
make
make install
diff --git a/NEWS b/NEWS
index e0a4650..34a48a8 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,37 @@ warranty.
* Latest News
+** November 2023
+
+[[http://www.gnu.org/software/g-golf][GNU G-Golf]] version 0.8.0-rc-2 is released.
+
+This is the second release candidate of the upcoming 0.8.0 release, now
+available for testing.
+
+*** Noteworthy changes in 0.8.0-rc-2
+
+Here is a summary of the noteworthy changes in this release. See G-Golf
+[[http://git.savannah.gnu.org/cgit/g-golf.git][git summary]] and [[http://git.savannah.gnu.org/cgit/g-golf.git/log/][git log]] for a complete list and description.
+
+**** Examples
+
+Adwaita Demo
+
+The 'Dialogs' page has been added to the demo.
+
+**** Bug fixing
+
+emit
+signal-emit
+
+Fixed to properly handle 'object extra arg(s) type. Prior to this fix, a
+call such (emit window 'add-toast toast), with window and toast being
+goops proxy instances, would raise an exception, as the extra args
+handler missed a proper dispatch clause and treatment for the 'object
+arg type,
+
+* Older News
+
** October 2023
[[http://www.gnu.org/software/g-golf][GNU G-Golf]] version 0.8.0-rc-1 is released.
@@ -52,9 +83,6 @@ Adwaita Demo
The 'Style Classes' page has been added to the demo.
-
-* Older News
-
** September 2023
[[http://www.gnu.org/software/g-golf][GNU G-Golf]] version 0.8.0-alpha-6 is released.
diff --git a/README b/README
index 146df14..799df8c 100644
--- a/README
+++ b/README
@@ -81,9 +81,9 @@ points to its source code, in the G-Golf sources [[http://git.savannah.gnu.org/c
** Latest News
-October 2023
+November 2023
-GNU G-Golf version 0.8.0-rc-1 released.
+GNU G-Golf version 0.8.0-rc-2 released.
Visit the NEWS file or see the [[http://git.savannah.gnu.org/cgit/g-golf.git/tree/NEWS][News]] page for the list of visible changes
in this release, as well as older news.