[vala/0.44] Release 0.44.4



commit 27153b0cb63110fb744418e8bf20894dfa9173c0
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Jun 5 10:55:13 2019 +0200

    Release 0.44.4

 NEWS                      | 24 ++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  4 ++--
 doc/valadoc.1             |  4 ++--
 doc/vapigen.1             |  2 +-
 5 files changed, 30 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0d6c2961c..4360ab91b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Vala 0.44.4
+===========
+ * Various improvements and bug fixes:
+  - vala: No-accessor struct properties in GLib.Object class must be owned
+  - codegen: Always use G_TYPE_CHECK_INSTANCE_TYPE for external symbols
+  - parser: Multiple corrections for source-location of code-nodes
+  - build: Pass some useful G_LOG_DOMAIN definitions
+  - girwriter: Mention that this file is generated and not meant to be modified
+  - girwriter: Properly resolve GLib.TypeInterface instead of hardcoding it
+  - girwriter: Multiple improvements and fixes for e.g. GType classes
+  - girparser: Add support for string "ctype" metadata [#793]
+  - codegen: Move GObject property validity checks to SemanticAnalyzer
+  - When freeing local variables don't stop at "switch" on "continue" [#799]
+  - compiler: Add OptionFlags.NO_ARG to deprecated "--thread" option
+
+ * Bindings:
+  - glib-2.0: Don't annotate dedicated GLib.assert_*() functions with [Assert]
+    [#769]
+  - clutter-1.0: Bind Margin, PaintVolume, Point, Rect and Size as struct [#795]
+  - cogl-1.0: Fix out-params in Cogl.get_modelview_matrix/projection_matrix/
+    bitmasks [#794]
+  - gstreamer: Cherry-pick some fixes from 0.46
+  - gtk4: Update to 3.96.0+69016825
+
 Vala 0.44.3
 ===========
  * Regression and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index aa59e07bf..1d0133c80 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" "April 2019" "vala-gen-introspect 0.44.3" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "June 2019" "vala-gen-introspect 0.44.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 141f49e11..0680945ed 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" "April 2019" "valac 0.44.3" "User Commands"
+.TH VALAC "1" "June 2019" "valac 0.44.4" "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=\fI\,MAJOR\/\fR.MINOR
+\fB\-\-target\-glib=\fR'MAJOR.MINOR', or 'auto'
 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 9783a3b43..3c643cb7b 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" "April 2019" "valadoc 0.44.3" "User Commands"
+.TH VALADOC "1" "June 2019" "valadoc 0.44.4" "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=\fI\,MAJOR\/\fR.MINOR
+\fB\-\-target\-glib=\fR'MAJOR.MINOR', or 'auto'
 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 7eb872de3..e0befdb3d 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" "April 2019" "vapigen API Generator 0.44.3" "User Commands"
+.TH VAPIGEN "1" "June 2019" "vapigen API Generator 0.44.4" "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]