]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Release 0.37.1 0.37.1
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 18 May 2017 10:19:56 +0000 (12:19 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 3 Jul 2017 08:35:16 +0000 (10:35 +0200)
NEWS
doc/vala-gen-introspect.1
doc/valac.1
doc/vapigen.1

diff --git a/NEWS b/NEWS
index 88105007912c8b13e727b33314e18d700dbf5e5b..16d265a245b3d426624043d18ee3dd5d038a0e7f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,66 @@
+Vala 0.37.1
+===========
+ * Highlights
+  - Don't warn about deprecated symbols if installed_version is older
+  - Add --gresourcesdir option [#783133]
+  - Install libvala-0.xx.vapi to "global" vapi directory
+  - Require and target GLib >= 2.40
+  - build: Make ccode and codegen private API
+  - build: Use --use-header for vala's libraries
+  - compiler: Add --color=WHEN option
+  - codegen: Use g_object_notify_by_pspec() to notify property-changes
+  - codegen: Use *_free_full to free GLib.List, GLib.SList and GLib.Queue
+  - codegen: Support renamed signals [#731547]
+  - Optimize (de)serialization of arrays with type-signature "ay" [#772426]
+  - Merge valadoc - Consider valadoc a part of vala's toolchain and
+    therefore let it live in the main repository (adds graphviz to the
+    build-requirements)
+
+ * Various bug fixes:
+  - Fix finally blocks with async yields [#741929]
+  - Handle non-null in coalescing expression [#611223]
+  - Make the task_complete flag for < 2.44 more similar to >= 2.44 [#783543]
+  - Nullable ValueType requires POINTER as marshaller signature [#783897]
+  - NoAccessorMethod attribute is allowed for gobject-properties only
+  - girparser: Fix parsing of delegate-alias without target
+  - compiler: Use API_VERSION instead of stripping PACKAGE_SUFFIX
+  - girwriter: Write length-parameters of arrays with rank > 1 [#758019]
+  - gdbus: Don't leak nested HashTable on deserialization [#782719]
+  - codewriter: Update timestamps of generated c-files if needed [#683286]
+  - tests: Use dbus-run-session instead of dbus-launch [#771455]
+  - codegenerator: Add source_reference parameter to CodeGenerator.store_*()
+  - Don't allow assigning delegate if no target/closure is available [#598869]
+  - gee: Add some useful symbols from gee-0.8
+
+ * Bindings:
+  - gio-2.0: Add DBusConnection 'closed' signal as 'on_closed' [#684358]
+  - gio-2.0: Use default 'length = null' for DataInputStream.read_line_utf8*
+    [#783351]
+  - glib-2.0,gobject-2.0: Updates from 2.53.x
+  - poppler-glib: Update to 0.54.0
+  - webkit2gtk-4.0: Update to 2.17.4
+  - gstreamer-1.0: Update to 1.13.0+
+  - libgvc: Add WITH_CGRAPH conditionals
+
+Vala 0.36.3
+===========
+ * Various bug fixes:
+  - scanner: Fix calculation of column value for tokens after multiline comment
+    [#652899]
+  - codegen: Unref GLib.AsyncResult on uncaught errors in coroutines [#641171]
+  - Keep initializing result-variable for struct constructors [#782056]
+
+Vala 0.36.2
+===========
+ * Various bug fixes:
+  - Enums require at least one value otherwise report an error
+
+ * Bindings:
+  - gstreamer-1.0: Update to 1.11.90+
+  - gio-2.0: Fix GLib.Task constructor and report_error/report_new_error()
+  - glib-2.0: Add quark() functions to errordomains,
+      Add missing version macro and constants,
+
 Vala 0.36.1
 ===========
  * Various bug fixes:
index d53929b06044b6de0de2a70f6155779c41c07d9c..4302c505fa5dfa6cf8c55008d46f3ab02d675d22 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
-.TH VALA-GEN-INTROSPECT "1" "April 2017" "vala-gen-introspect 0.36.1" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "May 2017" "vala-gen-introspect 0.37.1" "User Commands"
 .SH NAME
 vala-gen-introspect \- generate a GI file for GObject and glib based packages
 .SH SYNOPSIS
index 65402fb6de170a5e6598e03e42ca05b1914ce214..ceb04d5c72dccbc531ee78563e9168a20b83d0b3 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
-.TH VALAC "1" "April 2017" "valac 0.36.1" "User Commands"
+.TH VALAC "1" "May 2017" "valac 0.37.1" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
index 338120ce5e29cc9ca5eb89ac6c556f3d2493b442..09f5099a815f638f7c959d241b7aa31fba5e1fdc 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
-.TH VAPIGEN "1" "April 2017" "vapigen API Generator 0.36.1" "User Commands"
+.TH VAPIGEN "1" "May 2017" "vapigen API Generator 0.37.1" "User Commands"
 .SH NAME
 vapigen \- generate a Vala API
 .SH SYNOPSIS