[vala/0.44] Release 0.44.6



commit d7a9dece752dc0cac5527e2d45bd05efb17205da
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Jul 16 11:18:27 2019 +0200

    Release 0.44.6

 NEWS                      | 16 ++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  4 ++--
 doc/valadoc.1             |  4 ++--
 doc/vapigen.1             |  2 +-
 5 files changed, 22 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 00b84a90b..a518bbcd6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Vala 0.44.6
+===========
+ * Various improvements and bug fixes:
+  - codegen:
+    + Real structs are allowed by simple generics and passed as reference (#819)
+    + Assign GValue result of function calls to temp-var on copy_value (#819)
+  - build: Pass -no-undefined when linking libvalaccodegen (#820)
+  - tests: Null-terminate arrays for compatibility test of uint8 / uchar [#809]
+
+ * Bindings:
+  - glib-2.0: Add binding for g_strv_equal() (since 2.60)
+  - glib-2.0: Bind strcmp0 as GLib.CompareFunc<string?> (#810)
+  - glib-2.0: Fix RecMutexLocker binding
+  - gtk4: Update to 3.96.0+b05d1676
+  - xtst: Fix signature of XTest.fake_relative_motion_event()
+
 Vala 0.44.5
 ===========
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 94a798249..3441036fc 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.10.
-.TH VALA-GEN-INTROSPECT "1" "June 2019" "vala-gen-introspect 0.44.5" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "July 2019" "vala-gen-introspect 0.44.6" "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 41093e244..c871073f0 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.10.
-.TH VALAC "1" "June 2019" "valac 0.44.5" "User Commands"
+.TH VALAC "1" "July 2019" "valac 0.44.6" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
@@ -182,7 +182,7 @@ or \fB--no-color\fR are declared then \fB--color\fR=\fIauto\fR is used where
 output is colored when stderr is a terminal.
 .RE
 .TP
-\fB\-\-target\-glib=\fR'MAJOR.MINOR', or 'auto'
+\fB\-\-target\-glib\fR=\fI\,MAJOR\/\fR.MINOR
 Target version of glib for code generation
 .TP
 \fB\-\-gresources\fR=\fI\,FILE\/\fR...
diff --git a/doc/valadoc.1 b/doc/valadoc.1
index f6b6d4b16..8df6d784a 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.10.
-.TH VALADOC "1" "June 2019" "valadoc 0.44.5" "User Commands"
+.TH VALADOC "1" "July 2019" "valadoc 0.44.6" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
@@ -107,7 +107,7 @@ Show all warnings
 \fB\-\-no\-color\fR
 Disable colored output
 .TP
-\fB\-\-target\-glib=\fR'MAJOR.MINOR', or 'auto'
+\fB\-\-target\-glib\fR=\fI\,MAJOR\/\fR.MINOR
 Target version of glib for code generation
 .SH BUGS
 https://gitlab.gnome.org/GNOME/vala/issues
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 971170615..5fbf70e60 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.10.
-.TH VAPIGEN "1" "June 2019" "vapigen API Generator 0.44.5" "User Commands"
+.TH VAPIGEN "1" "July 2019" "vapigen API Generator 0.44.6" "User Commands"
 .SH NAME
 vapigen \- generate a Vala API
 .SH SYNOPSIS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]