[vala/0.36] Release 0.36.15



commit 3dc171f91840502d132120b226f5c54f45cc2967
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Jul 16 15:02:06 2018 +0200

    Release 0.36.15

 NEWS                      | 41 +++++++++++++++++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/vapigen.1             |  2 +-
 4 files changed, 44 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 844c4f3b7..e480b2c5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+Vala 0.36.15
+============
+ * Various improvements and bug fixes:
+  - Update bugtracker links to https://gitlab.gnome.org/GNOME/vala/issues
+  - codegen:
+    + Handle delegate_target attribute of fields [#520]
+    + Free generic elements of glib collections [#694765]
+    + Fix warning for source_funcs parameter of g_source_new()
+    + Actually treat GLib.Source as compact class
+    + Consistently use gpointer for delegate targets
+    + Unify some delegate-type check patterns
+  - girparser:
+    + Add support for bool delegate_target [#520]
+    + Allow changing the type of constants using metadata [#643]
+  - girwriter:
+    + Output deprecated="1"
+    + construct-only properties don't have a setter method
+    + Don't write any custom attributes [#608]
+    + Add boolean GIR visible attribute to allow skipping symbols
+  - Fix links in the Manual
+  - Allow TypeModule subclasses as parameter-type in module-init-method [#648]
+  - vala: Report error for error-domains without any code
+  - parser: Accept "empty" enums/error-domains [#253]
+  - codewriter: Output bodies of code-blocks if in VAPIGEN mode [#253]
+
+ * Bindings:
+  - glib-2.0:
+    + Do not mark simple-type out-parameters as nullable [#634]
+    + Make Source.attach() use the default MainContext by default
+    + Make Bytes.slice() use the memory-efficient Bytes.from_bytes() [#638]
+    + Fix Bytes.with_free_func()
+  - gio-2.0:
+    + Mark ActionEntry.parameter_type/state fields as nullable [#632]
+    + Delegate fields of DBus*VTable do not have implicit target fields
+    + Apply delegate_target = false on ActionEntry callbacks and make them weak
+      [#630]
+    + Add default to all io_priority parameters
+    + Add custom IOError.from_errno() to make it work as expected [#253]
+  - gobject-2.0: Add lower_case_csuffix attributes to Type* symbols
+  - gstreamer-rtsp-server-1.0: Update from 1.12+ git master [#653]
+
 Vala 0.36.14
 ============
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index d57e30b08..50785131a 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.6.
-.TH VALA-GEN-INTROSPECT "1" "May 2018" "vala-gen-introspect 0.36.14" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "July 2018" "vala-gen-introspect 0.36.15" "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 2a51861a7..9f3091bce 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.6.
-.TH VALAC "1" "May 2018" "valac 0.36.14" "User Commands"
+.TH VALAC "1" "July 2018" "valac 0.36.15" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 7c4af45ff..adef65dce 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.6.
-.TH VAPIGEN "1" "May 2018" "vapigen API Generator 0.36.14" "User Commands"
+.TH VAPIGEN "1" "July 2018" "vapigen API Generator 0.36.15" "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]