[vala] Release 0.45.90



commit bacc6e6d9fee6b4cb40864b5c8391c5ccecf79e6
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Aug 5 08:38:22 2019 +0200

    Release 0.45.90

 NEWS                      | 27 +++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/valadoc.1             |  2 +-
 doc/vapigen.1             |  2 +-
 5 files changed, 31 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5459eddf9..ee21cf7a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Vala 0.45.90
+============
+ * Various improvements and bug fixes:
+  - vala:
+    + Support static methods in error-domains [#829]
+    + Fix mixup of target_glib_major/minor in set_target_glib_version() [#825]
+    + Implicit GValue cast requires GOBJECT profile
+    + NoAccessorMethod checks require GOBJECT profile
+    + 'construct' is not supported in POSIX profile
+  - codegen:
+    + Use G_TYPE_CHECK_INSTANCE_CAST for comparisons with interfaces
+    + Append line-break after G_DEFINE_AUTOPTR_CLEANUP_FUNC
+    + Move private type-struct to type-definition section
+    + Include required type-definition when casting from generic pointer [#828]
+  - girparser: Handle "function-macro" by skipping them [gi#159]
+  - valadoc: Install icons and doclets to API dependent folders
+
+ * Bindings:
+  - glib-2.0: Add new symbols and deprecations from 2.62
+  - glib-2.0: Add MappedFile.from_fd constructor [#824]
+  - gstreamer: Update from 1.17.0+ git master
+  - posix: Fix return-value of mknod() and c-include for tcgetsid()
+  - posix: Add *at() calls and related constants [#823]
+  - webkit2gtk-4.0: Fix WebContext.initialize_notification_permissions()
+  - x11: Fix return type of XInternAtoms and XGetAtomNames bindings
+  - vapi: Update GIR-based bindings
+
 Vala 0.45.3
 ===========
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 298a5612e..6819b9b69 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" "July 2019" "vala-gen-introspect 0.45.3" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "August 2019" "vala-gen-introspect 0.45.90" "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 cf7856923..54f77614e 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" "July 2019" "valac 0.45.3" "User Commands"
+.TH VALAC "1" "August 2019" "valac 0.45.90" "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 37acfb0d8..6b33e8bf5 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" "July 2019" "valadoc 0.45.3" "User Commands"
+.TH VALADOC "1" "August 2019" "valadoc 0.45.90" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 8cf08e546..17d9f3a7b 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" "July 2019" "vapigen API Generator 0.45.3" "User Commands"
+.TH VAPIGEN "1" "August 2019" "vapigen API Generator 0.45.90" "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]