[vala] Release 0.43.5



commit 91721c4acfe24720691a5fee38b959f691d523a7
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Jan 19 17:17:53 2019 +0100

    Release 0.43.5

 NEWS                      | 32 ++++++++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/valadoc.1             |  2 +-
 doc/vapigen.1             |  2 +-
 5 files changed, 36 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index e0f864754..62ca191b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Vala 0.43.5
+===========
+ * Various improvements and bug fixes:
+  - vala:
+    + Use dedicated error message for assignments to literals
+    + Async methods don't allow out-parameters before in-parameters [#636]
+    + Allow direct access to the integer constants of an error-domain [#732]
+    + Multiple lamdba arguments in method call should all use same scope [#59]
+  - codegen:
+    + Use a parameter-map for creation of delegate declaration [#728]
+    + Add "error_pos" CCode attribute and use it as needed [#728]
+    + Emit struct declaration typedef before resolving its fields [#318]
+    + Add "destroy_notify_cname" CCode attribute
+    + Use get_ccode_*name/get_parameter_cexpression() for Parameters
+    + Set owner for ValaDestroyNotify (POSIX) [#730]
+    + Include "stddef.h" in CCodeBaseModule.destroy_value() (POSIX) [#730]
+  - girparser: Recognize error parameter before delegate target parameter [#265]
+  - compiler: Report deprecated command-line option "--thread"
+  - valadoc: Specify that the "--driver" option is deprecated [#736]
+
+ * Bindings:
+  - atk: Don't use a custom SignalEmissionHook while it is part of gobject-2.0
+  - gdk-pixbuf-2.0: Make PixbufSaveFunc usable [#728]
+  - gio-2.0: Make DBusInterface[GS]etPropertyFunc usable [#728]
+  - gio-2.0: Add CancellableSource ctor and update PollableSource ctors
+  - glib-2.0: Add Queue.clear_full() since 2.60
+  - gstreamer: Update from 1.15+ git master
+  - gdk-3.0,gtk+-3.0: Update to 3.24.3+9c8f1478
+  - gtk+-4.0: Update to 3.94.0+9b15c690
+  - libsoup-2.4: Fix Message.add_*_handler() [#731]
+  - vapi: Update GIR-based bindings
+
 Vala 0.43.4
 ===========
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 35e8d6748..eed63165d 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" "January 2019" "vala-gen-introspect 0.43.4" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "January 2019" "vala-gen-introspect 0.43.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 834d9a1a2..835892f63 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" "January 2019" "valac 0.43.4" "User Commands"
+.TH VALAC "1" "January 2019" "valac 0.43.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 7477708c2..f0287b443 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" "January 2019" "valadoc 0.43.4" "User Commands"
+.TH VALADOC "1" "January 2019" "valadoc 0.43.5" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 64c78aa58..bd559b948 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" "January 2019" "vapigen API Generator 0.43.4" "User Commands"
+.TH VAPIGEN "1" "January 2019" "vapigen API Generator 0.43.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]