summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-07-26 12:30:01 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-07-26 12:30:01 +0200
commit64cca878abe575a583164f2ae42817200d3ecf0b (patch)
tree1fd8776b9052504ed1b35a9d3d11bf24a9bdd1d1
parent076df5c3613e20c3237e168bc062b03b3a08774d (diff)
downloadvala-64cca878abe575a583164f2ae42817200d3ecf0b.tar.gz
Release 0.41.900.41.90
-rw-r--r--NEWS38
-rw-r--r--doc/vala-gen-introspect.12
-rw-r--r--doc/valac.12
-rw-r--r--doc/valadoc.12
-rw-r--r--doc/vapigen.12
5 files changed, 42 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index aeba2b092..0ce42a966 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Vala 0.41.90
+============
+ * Highlights
+ - Reintroduce POSIX profile
+ - parser: Add support for explicit "unlock" syntax
+ - vala: Support anonymous definitions of delegates in bindings
+ - codegen: Support automatic properties as GtkChild
+ - codegen: Apply G_PARAM_EXPLICIT_NOTIFY on properties with "notify = false"
+ - codegen: Drop support for non-auto property initializer in gobjects
+ - codegen: Avoid using deprecated "g_type_class_add_private"
+
+ * Various bug fixes:
+ - vala: Constants and signals are not lockable
+ - codegen: Don't apply ref_sink_function if target_type is floating_reference
+ - vala: Treat floating method-return-type as nullable if error may be thrown
+ - vala: Transfer floating-reference attribute while casting
+ - analyzer: Break cyclic references of BasicBlock
+ - vala: Break reference chain between DataType and Symbol if possible
+ - codegen: Fix invocation of abstract/virtual methods with NoWrapper in
+ compact classes
+ - vala: Report error for invalid base access in method/property of compact
+ class
+ - libvaladoc: Replace void* with corresponding Vala API
+ - codegen: Don't include the full absolute path in line directives
+ - codegen: Add source_reference to unsupported floating reference error
+
+ * Bindings:
+ - gobject-2.0: Make GLib.Signal a struct of uint and bind g_signal_new*
+ - clutter-1.0: Change type of Clutter.Key.* constants to uint
+ - gdk-3.0: Change type of Gdk.Key.* constants to uint
+ - gtk+-4.0: Change type of Gdk.Key.* constants to uint
+ - gstreamer: Update from 1.15+ git master
+ - webkit2gtk-4.0: Add JSC namespace to javascriptcoregtk-4.0 and fix depends
+ - Remove clutter-gst-1.0, GStreamer 0.10, rest-0.6,
+ tracker-indexer-module-1.0, libsoup-2.2, gdu and gdu-gtk,
+ twitter-glib-1.0, mx-1.0
+ - Remove vala-specific deprecations <= vala-0.22
+
Vala 0.40.8
===========
* Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 7578f2e85..6274522d8 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.6.
-.TH VALA-GEN-INTROSPECT "1" "March 2018" "vala-gen-introspect 0.40.0" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "July 2018" "vala-gen-introspect 0.41.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 0dac52ee9..6caa03761 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.6.
-.TH VALAC "1" "March 2018" "valac 0.40.0" "User Commands"
+.TH VALAC "1" "July 2018" "valac 0.41.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 ca2194518..ad1507b60 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.6.
-.TH VALADOC "1" "March 2018" "valadoc 0.40.0" "User Commands"
+.TH VALADOC "1" "July 2018" "valadoc 0.41.90" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 438dea80e..0df4cd08f 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.6.
-.TH VAPIGEN "1" "March 2018" "vapigen API Generator 0.40.0" "User Commands"
+.TH VAPIGEN "1" "July 2018" "vapigen API Generator 0.41.90" "User Commands"
.SH NAME
vapigen \- generate a Vala API
.SH SYNOPSIS