]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Release 0.44.9 0.44.9
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 9 Oct 2019 11:05:41 +0000 (13:05 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 9 Oct 2019 11:10:33 +0000 (13:10 +0200)
NEWS
doc/vala-gen-introspect.1
doc/valac.1
doc/valadoc.1
doc/vapigen.1

diff --git a/NEWS b/NEWS
index fcacdcf785d73594688fe01152e50f1254bedfb2..7ec48729c8c1159f3c806d4bf8f0b84e2b34e97d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Vala 0.44.9
+===========
+ * Various improvements and bug fixes:
+  - codegen:
+    + Directly use "memmove()" while g_memmove() is deprecated
+    + Accept children after generating type specific declarations
+    + Preserve full access to delegate variables and its target/destroy cvalues
+    + Initialize delegate temp-var which is assigned by property getter
+    + Silence warning about copying if delegate doesn't carry its target
+    + Use gtype-boxed API for structs with "g_boxed_free" attribute [#863]
+  - ccode: Implicitly register declaration for added CCodeFunction
+  - vala:
+    + Report dedicated error message for params-array parameter mismatch
+    + Output "params" qualifier of parameters
+    + Allow to override virtual interface implementations [#852]
+    + Fix compatible/disposable check between structs and their subtypes
+    + Don't issue a warning for non-public struct fields in bindings
+    + Trust "value_owned" when writing property getter and regenerate
+      GIDL/GIR-based bindings fix getter ownership of struct properties
+  - girparser: Add required copy/free attributes for gtype-boxed structs
+    and regenerate GIR-based bindings to pick up copy/free attributes [#863]
+  - valadoc: Explicitly pass --pkg libgvc
+  - docs: Mention requirement of autoconf-archive as build-dependency
+  - vapi: Perform syntax and semantic check for all bindings on "make check"
+
+ * Bindings:
+  - gio-unix-2.0: Fix DesktopAppInfo.get_string(), UnixFDMessage.steal_fds()
+  - gobject-2.0: Some cherry-picking from GIR generated binding
+  - gtk+-3.0: Ownership mismatch of ColorButton.rgba property-accessor [#844]
+  - gtk4: Update to 3.96.0+bcea9652
+  - gtk4: Constructors of Gtk.MediaFile needs to be static functions
+  - avahi-client: Fix "use of possibly unassigned parameter" warnings
+  - glib-2.0: Set default_value attribute for GLib.pointer
+  - gnutls: Fix "use of possibly unassigned parameter" warnings
+  - tokyocabinet: Fix deprecation warnings
+  - xcb: Fix "missing return statement at end of subroutine body" errors
+
 Vala 0.44.8
 ===========
  * Various improvements and bug fixes:
index 8ada713fa18356f1889c9660cdb552ae9a423928..3538baa0d00b4c176abdea652c411d818d12a8a6 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.11.
-.TH VALA-GEN-INTROSPECT "1" "September 2019" "vala-gen-introspect 0.44.8" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "October 2019" "vala-gen-introspect 0.44.9" "User Commands"
 .SH NAME
 vala-gen-introspect \- generate a GI file for GObject and glib based packages
 .SH SYNOPSIS
index 92f48ce10780352438bc4ba973f657588ef52e57..0bfcbca6fa29d273287e7e66f6c1bcc5ca0afc9a 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.11.
-.TH VALAC "1" "September 2019" "valac 0.44.8" "User Commands"
+.TH VALAC "1" "October 2019" "valac 0.44.9" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
index b325d8ee1da43b18558d51d002eb8beac401bd5a..bf7a3ac9ae87065368fe11bcbd37cb1a3e61850e 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.11.
-.TH VALADOC "1" "September 2019" "valadoc 0.44.8" "User Commands"
+.TH VALADOC "1" "October 2019" "valadoc 0.44.9" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
index deabe47a5ddaba7dd68f3f4774f65c4e808c2c14..a404ccd6968ac877b3a957b10f4e0d407e9d1078 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.11.
-.TH VAPIGEN "1" "September 2019" "vapigen API Generator 0.44.8" "User Commands"
+.TH VAPIGEN "1" "October 2019" "vapigen API Generator 0.44.9" "User Commands"
 .SH NAME
 vapigen \- generate a Vala API
 .SH SYNOPSIS