]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Release 0.44.10 0.44.10
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 11 Nov 2019 08:10:33 +0000 (09:10 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 11 Nov 2019 08:14:57 +0000 (09:14 +0100)
NEWS
doc/vala-gen-introspect.1
doc/valac.1
doc/valadoc.1
doc/vapigen.1

diff --git a/NEWS b/NEWS
index 7ec48729c8c1159f3c806d4bf8f0b84e2b34e97d..d72abf44b4608406d503808b4d0d1882c262d766 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+Vala 0.44.10
+============
+ * Various improvements and bug fixes:
+  - codegen:
+    + Use G_TYPE_INSTANCE_GET_INTERFACE to get vtable for base-access
+    + Fix setting of generic-type properties for gobject chain up [#654702]
+    + Make type-parameter properties readable [#190]
+    + Reduce code duplications when generation base-access
+  - vala:
+    + Warn when passing arrays to typeof(), except for "string[]" [#868]
+    + Don't falsely resolve binary-expression to bool [#869]
+    + Do not allow += for arrays with fixed length
+    + Infer array length of inline allocated arrays for fields [#644046]
+    + Do not allow to .resize() on arrays with fixed length
+    + Do not allow to change .length of arrays with fixed length
+    + Improve error message for arrays as type arguments
+    + Improve error reporting for invalid interface prerequisites [#437]
+    + Write value of constants/enums in fast-vapi if constant only [#461]
+    + Restore DestroysInstance behaviour for non-compact classes [#873]
+  - parser: `owned` is not allowed on Constants
+  - girparser: Detect and replace "-" in parameter names
+  - girwriter: Add readable="0"/private="1" attribute to type-specific fields
+  - gidl:
+    + Calculate size correctly, avoid use-after-free
+    + Avoid use of uninitialized "markup" warning
+    + Ignore flags like -mfpmath=sse, -msse or -msse2
+  - valadoc:
+    + libvaladoc: Fix parameter and property ownership declarations
+    + Fix ownership declarations of Constants
+  - pkg-config:
+    + vala: Add missing gmodule-2.0 to Requires.private of pkg-config file
+    + libvaladoc: Move gmodule-2.0 to Requires.private of pkg-config file
+
+ * Bindings:
+  - glib-2.0: Guard against passing null source to GLib.Memory.copy()
+  - gtk+-3.0: Skip _MountOperationHandler* symbols
+  - gtk4,gtk4-unix-print: Update to 3.96.0+ab407ba5
+  - libusb-1.0: Don't depend on glib-2.0
+  - libusb-1.0: Remove unused private "malloc" binding
+  - linux: Add memfd_create(2)
+  - posix: Bind some essential memory allocation functions
+
 Vala 0.44.9
 ===========
  * Various improvements and bug fixes:
index 3538baa0d00b4c176abdea652c411d818d12a8a6..08c46d047d695b78947dcf2a6d065d8d9a3dae16 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.11.
-.TH VALA-GEN-INTROSPECT "1" "October 2019" "vala-gen-introspect 0.44.9" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "November 2019" "vala-gen-introspect 0.44.10" "User Commands"
 .SH NAME
 vala-gen-introspect \- generate a GI file for GObject and glib based packages
 .SH SYNOPSIS
index 0bfcbca6fa29d273287e7e66f6c1bcc5ca0afc9a..bd62b105ebfd3700aeaaa034450ee27b3fab1ee3 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.11.
-.TH VALAC "1" "October 2019" "valac 0.44.9" "User Commands"
+.TH VALAC "1" "November 2019" "valac 0.44.10" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
index bf7a3ac9ae87065368fe11bcbd37cb1a3e61850e..2271ba379c24bb28c7bb330050d3f7e4255eb529 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.11.
-.TH VALADOC "1" "October 2019" "valadoc 0.44.9" "User Commands"
+.TH VALADOC "1" "November 2019" "valadoc 0.44.10" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
index a404ccd6968ac877b3a957b10f4e0d407e9d1078..8b9de8dc499886b8261741c9d3cddf651ad5b071 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.11.
-.TH VAPIGEN "1" "October 2019" "vapigen API Generator 0.44.9" "User Commands"
+.TH VAPIGEN "1" "November 2019" "vapigen API Generator 0.44.10" "User Commands"
 .SH NAME
 vapigen \- generate a Vala API
 .SH SYNOPSIS