[vala] Release 0.46.0



commit 3c5d2b6056aa9c29501315a100bd0662037a019f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Sep 5 10:40:42 2019 +0200

    Release 0.46.0

 NEWS                      | 33 +++++++++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/valadoc.1             |  2 +-
 doc/vapigen.1             |  2 +-
 5 files changed, 37 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 353a10240..729803b8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Vala 0.46.0
+===========
+ * Highlights:
+  - Add boolean CodeContext.keep_going and corresponding compiler option
+
+ * Various improvements and bug fixes:
+  - vala:
+    + Move find_parent_type_symbol/get_this_type() to SemanticAnalyzer
+    + Exclude nullable simple-type structs from gobject-property support
+    + Reject unary operations on nullable integer/floating/boolean type [#772]
+  - codegen:
+    + Don't append unreachable clean-up section of Block [#838]
+    + Don't cause double-free due append_local_free() in uncaught-errors [#838]
+    + Don't unconditionally add/return internal "result" variable [#838]
+  - codewriter: Write "weak" modifier for properties
+  - girparser: Improve evalution of instance-parameter information [#836]
+    (Regenerate GIR-based bindings to pick up out/ref instance-parameters)
+  - girparser/gidlparser: "value_owned = true" by default for property types
+  - libvaladoc: Don't traverse into close circles with parent [#829]
+  - genie: Creation methods should not be static
+
+ * Bindings:
+  - glib-2.0: Fix MutexLocker binding
+  - glib-2.0: Add missing "DestroysInstance" attributes to Mutex/Locker API
+  - glib-2.0: Use 'GStatBuf' as ctype for 'Stat'
+  - glib-2.0: Add new symbols from 2.62
+  - gio-2.0: Drop metadata for NativeSocketAddress
+  - gstreamer: Update from 1.17.0+ git master
+  - gtk4: Regenerate to pick up DestroyInstance attributes
+  - json-glib-1.0: Change abstract methods of Serializable to virtual [#840]
+  - libsoup-2.4: soup_auth_new is not a constructor but a factory method [#791]
+  - vapi: Update GIR-based bindings
+
 Vala 0.45.91
 ============
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 8b2ea95e5..0cfafa394 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.11.
-.TH VALA-GEN-INTROSPECT "1" "August 2019" "vala-gen-introspect 0.45.91" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "September 2019" "vala-gen-introspect 0.46.0" "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 054ec6c9b..01282a1dc 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.11.
-.TH VALAC "1" "August 2019" "valac 0.45.91" "User Commands"
+.TH VALAC "1" "September 2019" "valac 0.46.0" "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 619aa9231..5cb5deeac 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.11.
-.TH VALADOC "1" "August 2019" "valadoc 0.45.91" "User Commands"
+.TH VALADOC "1" "September 2019" "valadoc 0.46.0" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 23d7646fc..a07601de5 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.11.
-.TH VAPIGEN "1" "August 2019" "vapigen API Generator 0.45.91" "User Commands"
+.TH VAPIGEN "1" "September 2019" "vapigen API Generator 0.46.0" "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]