summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-08-05 08:38:22 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-08-05 08:38:22 +0200
commitbacc6e6d9fee6b4cb40864b5c8391c5ccecf79e6 (patch)
treeb55b5a96bdcbe5962fce75dc925d2e0407d66da8 /NEWS
parentda7085811b75f589619e2e349ba5b4d2e2bd2b38 (diff)
downloadvala-bacc6e6d9fee6b4cb40864b5c8391c5ccecf79e6.tar.gz
Release 0.45.900.45.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5459eddf9..ee21cf7a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Vala 0.45.90
+============
+ * Various improvements and bug fixes:
+ - vala:
+ + Support static methods in error-domains [#829]
+ + Fix mixup of target_glib_major/minor in set_target_glib_version() [#825]
+ + Implicit GValue cast requires GOBJECT profile
+ + NoAccessorMethod checks require GOBJECT profile
+ + 'construct' is not supported in POSIX profile
+ - codegen:
+ + Use G_TYPE_CHECK_INSTANCE_CAST for comparisons with interfaces
+ + Append line-break after G_DEFINE_AUTOPTR_CLEANUP_FUNC
+ + Move private type-struct to type-definition section
+ + Include required type-definition when casting from generic pointer [#828]
+ - girparser: Handle "function-macro" by skipping them [gi#159]
+ - valadoc: Install icons and doclets to API dependent folders
+
+ * Bindings:
+ - glib-2.0: Add new symbols and deprecations from 2.62
+ - glib-2.0: Add MappedFile.from_fd constructor [#824]
+ - gstreamer: Update from 1.17.0+ git master
+ - posix: Fix return-value of mknod() and c-include for tcgetsid()
+ - posix: Add *at() calls and related constants [#823]
+ - webkit2gtk-4.0: Fix WebContext.initialize_notification_permissions()
+ - x11: Fix return type of XInternAtoms and XGetAtomNames bindings
+ - vapi: Update GIR-based bindings
+
Vala 0.45.3
===========
* Various improvements and bug fixes: