summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS19
-rw-r--r--doc/vala-gen-introspect.12
-rw-r--r--doc/valac.12
-rw-r--r--doc/valadoc.12
-rw-r--r--doc/vapigen.12
5 files changed, 23 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8e060eab9..460ccd68d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Vala 0.47.4
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + Skip StructRegisterFunction for boolean/integer/floating types [#901]
+ + Handle different type-symbols in visit_base_access() [#901]
+ + Explicitly include header for length-type of arrays
+ + Explicitly include <glib.h> as needed for null-literal
+ + Make *_try_id specific to emit-context instead being global states
+ - vala:
+ + Improve detection of recursive struct declarations [#902]
+ + Inline allocated arrays require length or initializer [#903]
+ - parser: Improve robustness and behavior of --keep-going
+
+ * Bindings:
+ - javascriptcoregtk-4.0: Make JSC.Class usable by defining the right callback
+ - gtk4: Update to 3.96.0+4ab12ab7
+ - vapi: Update GIR-based bindings
+
Vala 0.47.3
===========
* Highlights:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 42d9b5d5f..122c2a499 100644
--- a/doc/vala-gen-introspect.1
+++ b/doc/vala-gen-introspect.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12.
-.TH VALA-GEN-INTROSPECT "1" "January 2020" "vala-gen-introspect 0.47.3" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "February 2020" "vala-gen-introspect 0.47.4" "User Commands"
.SH NAME
vala-gen-introspect \- generate a GI file for GObject and glib based packages
.SH SYNOPSIS
diff --git a/doc/valac.1 b/doc/valac.1
index 94aea94bb..af79ec3c3 100644
--- a/doc/valac.1
+++ b/doc/valac.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12.
-.TH VALAC "1" "January 2020" "valac 0.47.3" "User Commands"
+.TH VALAC "1" "February 2020" "valac 0.47.4" "User Commands"
.SH NAME
valac \- compiler that translates Vala source code into C source and header files
.SH SYNOPSIS
diff --git a/doc/valadoc.1 b/doc/valadoc.1
index ef5cefb24..a6dc1759d 100644
--- a/doc/valadoc.1
+++ b/doc/valadoc.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12.
-.TH VALADOC "1" "January 2020" "valadoc 0.47.3" "User Commands"
+.TH VALADOC "1" "February 2020" "valadoc 0.47.4" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 65d79a898..c63c66f97 100644
--- a/doc/vapigen.1
+++ b/doc/vapigen.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12.
-.TH VAPIGEN "1" "January 2020" "vapigen API Generator 0.47.3" "User Commands"
+.TH VAPIGEN "1" "February 2020" "vapigen API Generator 0.47.4" "User Commands"
.SH NAME
vapigen \- generate a Vala API
.SH SYNOPSIS