[vala/0.42] Release 0.42.5
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.42] Release 0.42.5
- Date: Tue, 22 Jan 2019 09:52:59 +0000 (UTC)
commit d71a97f9615094e1dc083bbac2776ab94a85c62f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Jan 22 10:41:43 2019 +0100
Release 0.42.5
NEWS | 37 +++++++++++++++++++++++++++++++++++++
doc/vala-gen-introspect.1 | 2 +-
doc/valac.1 | 2 +-
doc/valadoc.1 | 2 +-
doc/vapigen.1 | 2 +-
5 files changed, 41 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 703856eeb..a6936d7a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Vala 0.42.5
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + Use temp-var for MethodCall with out/ref arguments (#722)
+ + Use temp-vars for ellipsis out-arguments to fix memory management (#722)
+ + Add default_value for CType to initialize variables if needed (#724)
+ + Cast instance parameter for property access in object-initializer
+ + Don't check boolean values for (in)equality in GTask API (#726)
+ + Properly set annotations field of GDBus*Info struct to NULL
+ + Cast instance and result of g_async_initable_new_finish() call
+ + Use a parameter-map for creation of delegate declaration [#728]
+ + Emit struct declaration typedef before resolving its fields [#318]
+ + Don't apply address-of operator on literals when casting to array
+ - vala: Report invalid instance member access to property (#605)
+ - girparser: Async methods don't allow out-parameters before in-parameters
+ - libvaladoc: Build backing Vala.SourceFile for GIRs processed by importer
+ - libvaladoc/girimporter: Skip "source-position" elements
+ - valadoc: Specify that the "--driver" option is deprecated [#736]
+ - compiler: Report deprecated command-line option "--thread"
+ - build: Don't leak libvalaccode symbols to libvaladoc
+ - Add a basic CONTRIBUTING.md file that links to the relevant Wiki page
+ - tests: Fix try_parse() tests to not compare to already free'd memory
+
+ * Bindings:
+ - clutter-1.0: Fix BindingPool.override_action()
+ - gdk-3.0,gtk+-3.0: Update to 3.24.3+9c8f1478
+ - glib-2.0: Use correct array-length-type for returned arrays (#171)
+ - gio-2.0: Fix File.replace_contents_bytes_async() (!37)
+ - gobject-2.0: Minor syncing from GIR
+ - gobject-2.0: Use correct array-length-type for returned arrays
+ - gstreamer: Update from 1.15+ git master
+ - gtk+-4.0: Update to 3.94.0+9b15c690
+ - javascriptcoregtk-4.0: Fix GLib.Callback parameters which can't hold target
+ - libsoup-2.4: Fix Message.add_*_handler() [#731]
+ - sqlite3: Correct return C type of Statement.column_text & Value.to_text
+
Vala 0.42.4
===========
* Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index c4a4c0d88..b1dfee94c 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.8.
-.TH VALA-GEN-INTROSPECT "1" "December 2018" "vala-gen-introspect 0.42.4" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "January 2019" "vala-gen-introspect 0.42.5" "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 99d63b77f..0c69ae227 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.8.
-.TH VALAC "1" "December 2018" "valac 0.42.4" "User Commands"
+.TH VALAC "1" "January 2019" "valac 0.42.5" "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 c0884e9b9..69efea48a 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.8.
-.TH VALADOC "1" "December 2018" "valadoc 0.42.4" "User Commands"
+.TH VALADOC "1" "January 2019" "valadoc 0.42.5" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 842b9ce9b..a485cfc60 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.8.
-.TH VAPIGEN "1" "December 2018" "vapigen API Generator 0.42.4" "User Commands"
+.TH VAPIGEN "1" "January 2019" "vapigen API Generator 0.42.5" "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]