libwnck-3.0: Update to 3.24.1
[vala-gnome.git] / NEWS
blob51f5f0486ed21fe841a4e6fee45fb64e0660d53f
1 Vala 0.36.8
2 ===========
3  * Various bug fixes:
4   - Enforce name-length >= 3 for structs using GType [#764041]
5   - Report error for missing type-parameter on enclosing type [#587905]
6   - Discover invalid member access to instance field [#790903]
7   - Improve error output of mismatching overriding methods
8   - vala: Don't transform an explicit "null" into valid format-string [#791215]
9   - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
10   - Improve error message for missing type-parameter on enclosing type [#587905]
12  * GIR parser:
13   - Allow change of parameter names
14   - Handle metadata for fields inside a transparent union
15   - Accept setters with boolean return-type as valid property-accessor
16   - Don't mark simple-type out-parameters with '?' as nullable
18  * Bindings:
19   - gobject-2.0: Add some missing symbols
20   - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215]
21   - gstreamer-1.0: Cherry-pick some fixes from 0.38 branch
22   - gtk+-3.0: Update to 3.22.26+9ce824d3
23   - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
24   - gobject-2.0: Add missing GType constants for fundamentals [#791023]
26 Vala 0.36.7
27 ===========
28  * Various bug fixes:
29   - codegen: Prioritize "array_length=true" over "array_null_terminated=true"
30     [#788775]
31   - codegen: Avoid possible conflicts with internal property/signal defines
32     [#788964]
34  * Bindings:
35   - gio-2.0: Expose g_task_get_source_object as Task.get_unowned_source_object
36   - gtk+-4.0: Update to 3.92.1
37   - libxml-2.0: Add DTD methods [#789442]
39 Vala 0.36.6
40 ===========
41  * Various bug fixes:
42   - codegen: Support renamed signals [#731547]
43   - Optimize (de)serialization of arrays with type-signature "ay" [#772426]
44   - codegen: Try to use a more unique internal define for properties [#787436]
45   - vala: Update list of used attributes
46   - method: Include ownership transfer classifier for return-type mismatch
48  * Bindings:
49   - glib-2.0: Bind g_convert_with_fallback() and g_convert_with_iconv()
50   - gio-2.0: Add DBusConnection 'closed' signal as 'on_closed' [#684358]
51   - gstreamer-1.0, gio-2.0: Various fixes
52   - gnutls: Fix free_function ccode-attribute of Certificate [#788181]
53   - gtk+-3.0: Update to 3.22.24
54   - webkit2gtk-4.0: Update to 2.18
56 Vala 0.36.5
57 ===========
58  * Various bug fixes:
59   - codegen:
60     + Initialize temp-variable for fixed-size arrays to zero first [#787152]
61     + Actually write declaration for GNodeTraverseFunc wrapper [#786845]
62     + Don't transfer ownership of variable if target-type is unknown [#736774]
63     + Adjust format-index for printf/scanf-methods which throw errors [#781061]
64     + Include glib-object.h for Enums/Structs with type_id
65   - vapigen: Mark given source-files as such and force girparser to handle them
66   - tests: Fix some syntax issues [#786652]
67   - Add .editorconfig file [#786620]
69  * Bindings:
70   - gtk+-3.0: Update to 3.22.19+70b61973
71   - gtk+-4.0: Update to 3.91.2+80e32390
72   - gtk+-4.0: Make Gsk.Texturer.for_*() static factory methods
73   - libgdata: Make Authorizer.reauth_* methods virtual [#779229]
74   - libxml-2.0: Update Xml.ParserOption [#785585]
75   - libxml-2.0: Bind xmlLastElementChild and xmlPreviousElementSibling
76   - gobject-2.0: Add required type_id attributes to all ParamSpec subclasses
78 Vala 0.36.4
79 ===========
81  * Highlights
82   - Don't warn about deprecated symbols if installed_version is older
83   - Add --gresourcesdir option [#783133]
85  * Various bug fixes:
86   - gdbus: Don't leak nested HashTable on deserialization [#782719]
87   - Fix finally blocks with async yields [#741929]
88   - Handle non-null in coalescing expression [#611223]
89   - Make the task_complete flag for < 2.44 more similar to >= 2.44 [#783543]
90   - Nullable ValueType requires POINTER as marshaller signature [#783897]
91   - NoAccessorMethod attribute is allowed for gobject-properties only
92   - girparser: Fix parsing of delegate-alias without target
93   - compiler: Use API_VERSION instead of stripping PACKAGE_SUFFIX
94   - girwriter: Write length-parameters of arrays with rank > 1 [#758019]
96  * Bindings:
97   - gio-2.0: Use default 'length = null' for DataInputStream.read_line_utf8*
98     [#783351]
99   - gobject-2.0: Add GLib.ParamSpecPointer
100   - poppler-glib: Update to 0.54.0
101   - gstreamer-1.0: Various binding fixes
103 Vala 0.36.3
104 ===========
105  * Various bug fixes:
106   - scanner: Fix calculation of column value for tokens after multiline comment
107     [#652899]
108   - codegen: Unref GLib.AsyncResult on uncaught errors in coroutines [#641171]
109   - Keep initializing result-variable for struct constructors [#782056]
111 Vala 0.36.2
112 ===========
113  * Various bug fixes:
114   - Enums require at least one value otherwise report an error
116  * Bindings:
117   - gstreamer-1.0: Update to 1.11.90+
118   - gio-2.0: Fix GLib.Task constructor and report_error/report_new_error()
119   - glib-2.0: Add quark() functions to errordomains,
120       Add missing version macro and constants,
122 Vala 0.36.1
123 ===========
124  * Various bug fixes:
125   - Always consider a method compatible with itself [#773135]
126   - Perform arguments-check against actual .end() method-signature [#684208]
127   - Slightly improve lamdba-expression error on target-type mismatch
128   - Fix delegate initializer for instance fields [#683925]
129   - Don't leak target-reference when casting/assigning owned delegates [#780426]
131  * GIR parser and writer:
132   - girparser: Add destroy argument for metadata [#750838]
133   - vapigen: Add --nostdpkg option like in valac
135  * Bindings:
136   - gstreamer-1.0: Fix Pad.set_*_function() bindings [#750838]
137   - glib-2.0: Add missing version macro and constants,
138       unichar.to_string doesn't return null
139   - gtk+-2.0,gtk+-3.0: Mark "intersection" param of Widget.intersect() as out
140   - gtk+-4.0: Update to 3.90.0
142 Vala 0.36.0
143 ===========
145  * Highlights
146   - Update manual using DocBook from wiki.gnome.org as source [#779090]
147   - Add support for array-parameters with rank > 1 in signals [#778632]
148   - Use GTask instead of GSimpleAsyncResult with GLib 2.36/2.44 target [#763345]
149   - Deny access to protected constructors [#760031]
150   - Support [DBus (signature = ...)] for properties [#744595]
151   - Add [CCode ("finish_instance = ...")] attribute [#710103]
152   - Support [HasEmitter] for vala sources [#681356]
153   - Add support for the \v escape charactor [#664689]
154   - Add explicit copy method for arrays [#650663]
155   - Allow underscores in type parameter names [#644938]
156   - Support [FormatArg] attribute for parameters
157   - Ignore --thread commandline option and drop gthread-2.0 references
158   - Check inferred generic-types of MemberAccess [#775466]
159   - Check generic-types count of DelegateType [#772204]
160   - Fix type checking when using generics in combination with subtype [#615830]
161   - Fix type parameter check for overriding generic methods
162   - Use g_signal_emit where possible [#641828]
163   - Only emit notify of properties if value actually changed [#631267] [#779955]
164   - Mark chained relational expressions as stable [#677022]
165   - Perform more thorough compatibility check of inherited properties [#779038]
166   - Handle nullable ValueTypes in signals delegates properly [#758816]
168  * New bindings:
169   - gtk+-4.0, gtk+-unix-print-{2,3,4}.0, libgrss
171  * Removed bindings:
172   - clutter-json-1.0
174  * Updated bindings. Some fixes may need to be wrapped in your Vala code
175    with the preparser directive #if VALA_0_36
176   - cairo: Add bindings for cairo_*_user_data()
177   - clutter-1.0: Fix constructors which weren't detected as such
178   - clutter-gst-2.0: Skip VideoTexture.get_audio_streams/get_subtitle_tracks
179   - clutter-gst-3.0: Three commits
180   - gdk-2.0: Include gdk/gdkkeysyms.h for Gdk.Key
181   - gdk-3.0: Three commits
182   - gdk-pixbuf-2.0: Three commits
183   - gobject-introspection-1.0: Prettify and fix the whole thing
184   - gsl.vapi: Fix attribute typos
185   - gstreamer-1.0: Make ElementFactory.get_static_pad_templates fully "unowned",
186       Mark *.make_writable with "ReturnsModifiedPointer",
187       Fix Gst.Base.Adapter.map/take bindings
188   - gtk+-3.0: Various updates
189   - gtk+-X.0: Mark "iter" param of ListStore.remove() as ref
190   - libarchive: Add ReadDisk
191   - libxml-2.0: Adding missing API and nullable parameters
192   - linux: add non-posix fcntl constants
193   - polkit-gobject-1: Fix constructors which weren't detected as such
194   - poppler-glib: Update to 0.52.0
195   - rest-0.7: Fix some ownership problems
196   - sdl: Make Palette and PixelFormat a struct
197   - webkit2gtk-4.0: Update to 2.16
198   - webkit2gtk: URI*.get_http_headers returns unowned Soup.MessageHeaders
200  * Updated GLib core bindings:
201   - gio-2.0:
202     + Fix async constructors of DBusConnection,DBusObjectManagerClient...
203     + Fix binding of Resolver.lookup_service*()
204     + Keep GLib.Socket API compatible with gio < 2.48
205     + Update SettingsBackend related bindings
206     + Add/"Unlock" missing GTask symbols
207   - gio-unix-2.0:
208     + Add "g_unix_mounts_for" and fix "g_unix_mount_at"
209   - glib-2.0:
210     + Add GPOINTER_TO_* as from_pointer()
211     + Add G_CHECKSUM_SHA384
212     + Add "g_utf8_make_valid"
213     + Add more Error bindings
214     + Add simple fast-path to string.replace()
215     + Add UCS-4 and UTF-16 related bindings
216     + Add uuid_string_*
217     + Fix g_bookmark_file_load_from_*/to_file bindings
218     + Mark delegates in Test.add_data_func/add_func() as scope=async
219     + Mark va_list.arg() with simple-generics to allow int64 or double
220     + Update Unicode symbols
221   - gobject-2.0:
222     + Add a bunch of missing symbols
223     + Add some missing "array_length_type" annotations
225  * GIR parser and writer:
226   - Add [GIR ("fullname = ...")] attribute, set fullname of GType [#775591]
227   - More complete parsing of field information [#772902]
228   - Use the correct tag- and element-name for an annotation [#769597]
229   - Use type_id information from gir if not already overridden
230   - No support for fixed-size array as return-value
231   - Let alias inherit more information from base_type
232   - Improve function to method conversion
233   - Avoid fatal handling of nameless unions
234   - Allow to specify the base_type of an alias
235   - Add metadata-support for "returns_modified_pointer" [#759255]
237  * D-Bus code generation:
238   - Check there is a return error location before using it [#779652]
239   - Fix memory-leak using g_task_propagate_pointer [#778993]
240   - Initialize intermediate variables [#778540]
241   - Handle errors when extracting FDs from dbus messages [#778540]
242   - Ensure extracted data from the GVariant is freed on error [#778540]
244  * C code hardening and reproducibility:
245   - Fix build with -Werror=enum-compare -Werror=switch
246   - Build testsuite with -Werror=format-nonliteral -Werror=format-security
247       -Werror=int-conversion -Werror=redundant-decls
248   - Add G_GNUC_FORMAT attribute for FormatArg functions [#774060]
249   - Add G_GNUC_PRINTF/SCANF attribute for Printf/ScanfFormat functions [#710862]
250   - gtkmodule: Order required-gtype-classes for reproducibility [debian#802528]
252  * Reduce incompatible-pointer-type C code warnings:
253   - Cast vfunc pointer assigns of abstract overrides [#777958]
254   - Fix vfunc cast for async method implementation/override
255   - Default to void-return for vfunc cast of *_async methods
256   - Cast *_destroy_func of generic-types calls to GDestroyNotify
257   - Cast destroy_data for g_cclosure_new to GClosureNotify
258   - Pass pointer of matching type to property-getter
259   - memberaccess: Don't resolve base_method/property twice
261  * Genie:
262   - Allow comma-separated identifiers in definition of enums [#776833]
263   - Add empty file check to read_token() [#633083]
265  * Various bug fixes:
266   - codegen: Don't create duplicated complete-async code [#778302]
267   - codegen: Don't return void for non-nullable simple-type structs [#778224]
268   - vala: Non-null initializers not allowed for owned namespace fields [#777697]
269   - codegen: Support casting arbitary value-types to arrays [#777194]
270   - codegen: Reference struct fields with their actual cname [#775761]
271   - codegen: Add function-prototypes for all register-type calls [#775446]
272   - vala: check a property has an accessor and/or a mutator [#773956]
273   - codegen: Don't declare CreationMethod for compact-classes twice [#772661]
274   - method: Print encountered type if return types mismatch [#769501]
275   - codegen: Fix memory-leak with object initializer for properties [#766739]
276   - codegen: Fix array length of array returned by lambda [#761360]
277   - codegen: Fix emission of constant array length [#756376]
278   - codegen: Support deprecating properties and their accessors [#732449]
279   - codegen: Don't add static modifier to abstract property setters [#673389]
280   - codegen: Fix instance parameter property setter in SimpleType structs
281     [#657346]
282   - codegen: Fix base-access from within overriding struct-property-accessor
283     [#764481]
284   - vala: Check accessibility of default arguments [#648030]
285   - vala: Disallow private accessors in overridable properties [#603491]
286   - methodcall: Don't try to remove N_/NC_ while properly handled in C [#642350]
287   - vala: Check type arguments in DataType.equals [#641418]
288   - parser: Allow cast pointer expressions without enclosing parens [#590641]
289   - Don't initialize local variable if not requested
290   - codegen: Don't implicitly initialize local variables with initializer
291   - Check printf arguments of object creation expressions
292   - ccodefunction: Only add G_GNUC_DEPRECATED to declarations
293   - codegen: Avoid criticals while unconditionaly trying to chain-up to
294     non-existing property-accessors
295   - signalmodule: Add signal-emitter declaration if needed [#779609]
296   - signalmodule: Fix deprecation of signals
297   - codegen: Properly null-out source on ownership-transfer of delegates
298   - vala: Fix MemberAccess.is_non_null() for EnumValue constants [#780050]
300  * Contributors:
301     Abderrahim Kitouni, Alistair Thomas, Andrea Del Signore, Carlos Garnacho,
302     Daniel Espinosa, Daniel Pfeifer, Dr. Michael Lauer, Evan Nemerson,
303     Florian Brosch, Francisco Serna, George Barrett, Jens Georg, Jordan Yelloz,
304     JĂ¼rg Billeter, Luca Bruno, Marvin W, Matthias Berndt, Michael James Gratton,
305     mrmacete, Nikolay Orlyuk, Niko Tyni, Ole AndrĂ© Vadla RavnĂ¥s,
306     Philip Withnall, Richard Wiedenhöft, Rico Tzschichholz, Sam Thursfield,
307     Severin Heiniger, Simon Werbeck, Timm Bäder, Vladislav, Yu Feng
309 Vala 0.34.0
310 ===========
312  * Bug fixes and binding updates.
314 Vala 0.33.1
315 ===========
317  * Bug fixes and binding updates.
319 Vala 0.32.0
320 ===========
322  * Bug fixes and binding updates.
324 Vala 0.31.1
325 ===========
327  * Introduce [Version] attribute.
328  * Require and target GLib >= 2.32.
329  * Bug fixes and binding updates.
331 Vala 0.30.0
332 ===========
334  * Binding updates.
336 Vala 0.29.3
337 ===========
339  * Add --shared-library option for GIR files.
340  * Bug fixes and binding updates.
342 Vala 0.29.2
343 ===========
345  * Bug fixes and binding updates.
347 Vala 0.29.1
348 ===========
350  * Binding updates.
352 Vala 0.28.0
353 ===========
355  * Binding updates.
357 Vala 0.27.2
358 ===========
360  * Bug fixes and binding updates.
362 Vala 0.27.1
363 ===========
365  * Print compiler messages in color.
366  * Add clutter-gdk-1.0 bindings.
367  * Add clutter-gst-3.0 bindings.
368  * Add clutter-x11-1.0 bindings.
369  * Add rest-extras-0.7 bindings.
370  * Bug fix and binding updates.
372 Vala 0.26.0
373 ===========
375  * Bug fix and binding updates.
377 Vala 0.25.4
378 ===========
380  * Add option --vapi-comments.
381  * Bug fixes and binding updates.
383 Vala 0.25.3
384 ===========
386  * Bug fixes and binding updates.
388 Vala 0.25.2
389 ===========
391  * Require and target GLib >= 2.24.
392  * Report warning for private struct fields.
393  * Replace webkit2gtk-3.0 bindings with webkit2gtk-4.0 bindings.
394  * Always build vapigen.
395  * Bug fixes and binding updates.
397 Vala 0.25.1
398 ===========
400  * Support explicit interface method implementation.
401  * Support (unowned type)[] syntax.
402  * Support non-literal length in fixed-size arrays.
403  * Mark regular expression literals as stable.
404  * GIR parser updates.
405  * Add webkit2gtk-3.0 bindings.
406  * Add gstreamer-allocators-1.0 and gstreamer-riff-1.0 bindings.
407  * Bug fixes and binding updates.
409 Vala 0.24.0
410 ===========
412  * Bug fixes and binding updates.
414 Vala 0.23.3
415 ===========
417  * Bug fixes and binding updates.
419 Vala 0.23.2
420 ===========
422  * Bind GDK event structures as compact classes.
423  * Switch gdk-x11-3.0 bindings to .gir.
424  * Switch librsvg-2.0 bindings to .gir.
425  * Bug fixes and binding updates.
427 Vala 0.23.1
428 ===========
430  * GIR parser updates.
431  * Switch libnotify bindings to .gir.
432  * Add libpeas-gtk-1.0 bindings.
433  * Add xcb-icccm bindings.
434  * Bug fixes and binding updates.
436 Vala 0.22.0
437 ===========
439  * Support chain up to constructv functions.
440  * Bug fixes and binding updates.
442 Vala 0.21.2
443 ===========
445  * Recognize ref/unref functions in .gir files.
446  * Add geocode-glib bindings.
447  * Bug fixes and binding updates.
449 Vala 0.21.1
450 ===========
452  * Support \uXXXX escape sequences.
453  * Support specifying vfunc order in interfaces to define ABI.
454  * Support GTK+ widget templates.
455  * Bug fixes and binding updates.
457 Vala 0.20.1
458 ===========
460  * Bug fixes.
462 Vala 0.20.0
463 ===========
465  * Bug fixes and binding updates.
467 Vala 0.19.0
468 ===========
470  * Support scope = "async" attribute for parameters.
471  * Add --api-version option.
472  * Add atspi-2 bindings.
473  * Add gstreamer-rtsp-server-1.0 bindings.
474  * Bug fixes and binding updates.
476 Vala 0.18.0
477 ===========
479  * Bug fixes.
481 Vala 0.17.7
482 ===========
484  * Add libgnome-menu-3.0 bindings.
485  * Bug fixes and binding updates.
487 Vala 0.17.6
488 ===========
490  * Bug fixes and binding updates.
492 Vala 0.17.5
493 ===========
495  * Support subclassing of GLib.Source.
496  * Switch pango bindings to .gir.
497  * Add gstreamer-1.0 core bindings.
498  * Add gst-plugins-base-1.0 bindings.
499  * Add gobject-introspection-1.0 bindings.
500  * Bug fixes and binding updates.
502 Vala 0.17.4
503 ===========
505  * Warn when accessing static members with an instance reference.
506  * Recompute length when casting between array types.
507  * Support [GenericAccessors] attribute for interfaces.
508  * Deprecate implicit .begin for async methods.
509  * Drop Dova profile.
510  * Drop POSIX profile.
511  * Bug fixes and binding updates.
513 Vala 0.17.3
514 ===========
516  * Require and target GLib >= 2.18.
517  * Support async creation methods.
518  * Bug fixes and binding updates.
520 Vala 0.17.2
521 ===========
523  * Bug fixes and binding updates.
525 Vala 0.17.1
526 ===========
528  * Improve assertion messages.
529  * Add --enable-gobject-tracing commandline option.
530  * Bug fixes and binding updates.
532 Vala 0.17.0
533 ===========
535  * Support simple method-level profiling.
536  * Add VALA_CHECK_MODULES and VALA_PROG_VAPIGEN to vala.m4.
537  * Bug fixes and binding updates.
539 Vala 0.16.0
540 ===========
542  * Add udisks2 bindings.
543  * Bug fixes and binding updates.
545 Vala 0.15.2
546 ===========
548  * Switch poppler-glib bindings to .gir.
549  * Many bug fixes and binding updates.
551 Vala 0.15.1
552 ===========
554  * Support arrays with nullable elements.
555  * Add <doc> support to .gir reader and writer.
556  * Switch clutter-gtk-1.0 bindings to .gir.
557  * Switch gio-2.0 bindings to .gir.
558  * Add cogl-pango-1.0 bindings.
559  * Add gdl-3.0 bindings.
560  * Add libnl-3.0 bindings.
561  * Add packagekit-glib2 bindings.
562  * Add xtst bindings.
563  * Many bug fixes and binding updates.
565 Vala 0.15.0
566 ===========
568  * Manage memory of GQueue elements.
569  * Switch atk bindings to .gir.
570  * Switch gdk-pixbuf-2.0 bindings to .gir.
571  * Switch gdk-3.0 bindings to .gir.
572  * Add libwnck-3.0 bindings.
573  * Many bug fixes and binding updates.
575 Vala 0.14.0
576 ===========
578  * Bug fixes and binding updates.
580 Vala 0.13.4
581 ===========
583  * Switch gudev-1.0 bindings to .gir.
584  * Switch mx-1.0 bindings to .gir.
585  * Many bug fixes and binding updates.
587 Vala 0.13.3
588 ===========
590  * Switch pangocairo bindings to .gir.
591  * Bug fixes.
593 Vala 0.13.2
594 ===========
596  * Enable flow analysis for out parameters.
597  * Refactor attribute handling.
598  * Add gedit-3.0 bindings.
599  * Add gtksourceview-3.0 bindings.
600  * Add rest-0.7 bindings.
601  * Add vte-2.90 bindings.
602  * Switch clutter-1.0 bindings to .gir.
603  * Switch libgdata bindings to .gir.
604  * Switch libsoup bindings to .gir.
605  * Many bug fixes and binding updates.
607 Vala 0.13.1
608 ===========
610  * Many bug fixes and binding updates.
612 Vala 0.13.0
613 ===========
615  * More refactoring in the code generator.
616  * Improvements to the .gir reader.
617  * Switch JSON-GLib bindings to .gir.
618  * Drop deprecated support for D-Bus GLib in favor of GDBus.
619  * Many bug fixes and binding updates.
621 Vala 0.12.0
622 ===========
624  * Add get_next_char to string class.
625  * Many bug fixes and binding updates.
627 Vala 0.11.7
628 ===========
630  * Add support for async signal handlers (Frederik Sdun).
631  * More refactoring in the code generator (Luca Bruno).
632  * Improvements to the .gir writer (Michal Hruby).
633  * Many bug fixes and binding updates.
635 Vala 0.11.6
636 ===========
638  * Add parse and try_parse methods to boolean and numeric types.
639  * Add clutter-gtk-1.0 bindings.
640  * Add pixmap-1 bindings (Evan Nemerson).
641  * Many bug fixes and binding updates.
643 Vala 0.11.5
644 ===========
646  * Add last_index_of and last_index_of_char to string class.
647  * More refactoring in the code generator (Luca Bruno).
648  * Improvements to the .gir writer (Michal Hruby).
649  * Many bug fixes and binding updates.
651 Vala 0.11.4
652 ===========
654  * Add index_of, index_of_char, and char_count to string class.
655  * Many bug fixes and binding updates.
657 Vala 0.11.3
658 ===========
660  * Support BusName sender parameter in GDBus servers.
661  * More refactoring in the code generator.
662  * Many bug fixes and binding updates.
664 Vala 0.11.2
665 ===========
667  * Update libnotify bindings to 0.7.0.
668  * Improvements to the .gir reader.
669  * Bug fixes and binding updates.
671 Vala 0.11.1
672 ===========
674  * Require and target GLib >= 2.16.
675  * Guard access to out parameters to allow null arguments.
676  * Add support for local constants.
677  * Support file descriptor passing with GDBus.
678  * Support cached property values in GDBus clients.
679  * Support Cancellable parameter in GDBus clients.
680  * Support no-reply methods in GDBus clients and servers.
681  * More refactoring in the code generator.
682  * Many bug fixes and binding updates.
684 Vala 0.11.0
685 ===========
687  * Use byte indices for strings.
688  * Use uint8[] for binary data in bindings.
689  * Add support for parallel compilation.
690  * Improve compiler performance.
691  * More refactoring in the code generator.
692  * Many bug fixes and binding updates.
694 Vala 0.10.0
695 ===========
697  * Port GIR parser and writer to GIR version 1.2.
698  * Update GLib bindings to 2.26 branch.
699  * Bug fixes.
701 Vala 0.9.8
702 ==========
704  * Add --fatal-warnings commandline option.
705  * Deprecate string.len () in favor of string.length.
706  * Deprecate use of D-Bus GLib in favor of GDBus.
707  * Many bug fixes and binding updates.
709 Vala 0.9.7
710 ==========
712  * Fix regression introduced by codegen refactoring.
714 Vala 0.9.6
715 ==========
717  * Drop deprecated support for assigning to construct properties.
718  * Some refactoring in the code generator.
719  * Bug fixes in bindings and vapigen.
721 Vala 0.9.5
722 ==========
724  * Add version suffix to support parallel installation.
725  * Define VALA_X_Y according to compiler version.
726  * Enable version header by default.
727  * Add vala.m4 with VALA_CHECK_PACKAGES macro.
728  * Add gedit-2.20 bindings (Andrea Del Signore).
729  * Add tokyocabinet bindings (Evan Nemerson).
730  * Various improvements to the Dova profile.
731  * Many bug fixes and binding updates.
733 Vala 0.9.4
734 ==========
736  * Append documentation comments to generated C files.
737  * Skip <doc> tags in .gir files.
738  * Various improvements to the Dova profile.
739  * Many bug fixes and binding updates.
741 Vala 0.9.3
742 ==========
744  * Support newlines in double quoted string literals.
745  * Add experimental support for main blocks.
746  * Add experimental vala tool to compile and run code.
747  * Initial support for generic delegates.
748  * Support using GClosure for delegate parameters.
749  * Support GBoxed-based memory management.
750  * Improvements to the .gir reader and writer.
751  * Various improvements to the Dova profile.
752  * Many bug fixes and binding updates.
754 Vala 0.9.2
755 ==========
757  * Initial support for GDBus-based clients and servers.
758  * Support implicit and explicit GVariant casts.
759  * Add support for [Deprecated] attribute.
760  * Add GenericArray as alternative binding to GPtrArray.
761  * Add gdk-pixbuf-3.0, gdk-3.0, gdk-x11-3.0, and gtk+-3.0 bindings.
762  * Updates to the GLib bindings.
763  * Many bug fixes.
765 Vala 0.9.1
766 ==========
768  * Support constants in enums.
769  * Deprecate +=/-= syntax to connect/disconnect signal handlers.
770  * Add experimental support for Dova profile.
771  * Update Genie parser (Jamie McCracken).
772  * Add clutter-gst-1.0 bindings (Ali Sabil).
773  * Add gdu and gdu-gtk bindings.
774  * Add libesmtp bindings (Adrien Bustany).
775  * Add mx-1.0 bindings (Evan Nemerson).
776  * Add orc-0.4 bindings (Fabian Deutsch).
777  * Add rest-extras-0.6 bindings (Adrien Bustany).
778  * Updates to the GLib, GStreamer, Linux, SQLite, and other bindings.
779  * Many bug fixes.
781 Vala 0.8.0
782 ==========
784  * Infer type arguments when calling generic methods.
785  * Support `in' operator for arrays.
786  * Add experimental support for regular expression literals.
787  * Add experimental support for chained relational expressions.
788  * Add va_list support.
789  * Add clutter-gtk-0.10 bindings (Gordon Allott).
790  * Add gdl-1.0 bindings (Nicolas Joseph).
791  * Add gstreamer-app-0.10 bindings (Sebastian Dröge).
792  * Add gstreamer-cdda-0.10 bindings (Sebastian Dröge).
793  * Add gudev-1.0 bindings (Jim Nelson).
794  * Add libgda-report-4.0 bindings (Shawn Ferris).
795  * Add libgvc (graphviz) bindings (Martin Olsson).
796  * Add purple bindings (Adrien Bustany).
797  * Many bug fixes and binding updates.
799 Vala 0.7.10
800 ===========
802  * Support coalescing operator ??.
803  * Support to_string and bitwise complement with enums.
804  * Return handler id when connecting signal handlers.
805  * Support struct comparison.
806  * Support constructor chaining in structs.
807  * Enforce protected member restrictions.
808  * Improve performance of flow analysis.
809  * Support automatic line continuations in Genie.
810  * Improvements to the .gir reader and writer.
811  * Add --enable-mem-profiler commandline option.
812  * Many bug fixes and binding updates.
814 Vala 0.7.9
815 ==========
817  * Support array and string slicing.
818  * Add --symbols commandline option.
819  * Add avahi-gobject bindings (Sebastian Noack).
820  * Add ccss-1 bindings (Ali Sabil).
821  * Add libarchive bindings (Julian Andres Klode).
822  * Add libmagic bindings (Jens Georg).
823  * Add readline bindings (Jukka-Pekka Iivonen).
824  * Add twitter-glib-1.0 bindings (Adrien Bustany).
825  * Many bug fixes and binding updates.
827 Vala 0.7.8
828 ==========
830  * Support constructor chain up to GObject using Object (...).
831  * Add syntax for string templates.
832  * Support (!) non-null casts.
833  * Many bug fixes and binding updates.
835 Vala 0.7.7
836 ==========
838  * Support `using' directives inside namespaces.
839  * Use const only for immutable structs.
840  * Support string marshalling for enums in D-Bus (Didier Ptitjes).
841  * Update Genie parser (Jamie McCracken).
842  * Add libgda-4.0 bindings (Shawn Ferris).
843  * Many bug fixes for closures and async methods.
845 Vala 0.7.6
846 ==========
848  * Add support for closures.
849  * Improve support for asynchronous methods.
850  * Support async methods in D-Bus servers.
851  * Add clutter-1.0 bindings (Rob Taylor).
852  * Add GVariant, GSettings, and dconf bindings (Ryan Lortie).
853  * Add linux, libnl-1, and libasound bindings (Michael 'Mickey' Lauer).
854  * Add gnutls bindings (JiÅ™Ă­ ZĂ¡revĂºcky).
855  * Add librest bindings (Adrien Bustany).
856  * Many bug fixes and binding updates.
858 Vala 0.7.5
859 ==========
861  * Add support for static properties.
862  * Add support for delegate properties.
863  * Support virtual default handler for signals.
864  * Add limited support for derived compact classes.
865  * Add libgdata bindings (VĂ­ctor Manuel JĂ¡quez Leal).
866  * Add libusb-1.0 bindings (Evan Nemerson).
867  * Many bug fixes and binding updates.
869 Vala 0.7.4
870 ==========
872  * Add support for array properties.
873  * Support implicit and explicit GValue casts.
874  * Add initial support for generic methods.
875  * Add postgres bindings.
876  * Many bug fixes and binding updates.
878 Vala 0.7.3
879 ==========
881  * Add initial support for POSIX profile.
882  * Add --vapi and --gir commandline options.
883  * Add initial x11, xcb, and cairo-xcb bindings.
884  * Many bug fixes and binding updates.
886 Vala 0.7.2
887 ==========
889  * Improvements to the .gir reader and writer (Didier Ptitjes).
890  * Many bug fixes and binding updates.
892 Vala 0.7.1
893 ==========
895  * Introduce new syntax to connect/disconnect signal handlers.
896  * Add experimental support for fixed-length arrays.
897  * Update Genie parser (Jamie McCracken).
898  * Updates to the GLib, Cairo, GTK+, GStreamer, and POSIX bindings.
899  * Many bug fixes.
901 Vala 0.7.0
902 ==========
904  * Do not generate header files unless requested by the -H commandline
905    option. This requires changes in the build system of Vala projects.
906  * Support conditional compilation.
908 Vala 0.6.0
909 ==========
911  * Improvements to the .gir reader and writer (Didier Ptitjes).
912  * Add librsvg-2.0 bindings (Evan Nemerson).
913  * Add Maemo libosso bindings (Jukka-Pekka Iivonen).
914  * Add V4L2 bindings (MatĂ­as De la Puente).
915  * Many bug fixes.
917 Vala 0.5.7
918 ==========
920  * Support signals in static D-Bus clients.
921  * Various improvements to asynchronous method support (Ryan Lortie).
922  * Report unused internal methods.
923  * Extend POSIX bindings.
924  * Add FUSE bindings (John Carr).
925  * Add libdaemon bindings (Jukka-Pekka Iivonen).
926  * Many bug fixes.
928 Vala 0.5.6
929 ==========
931  * Do not require libgee for custom indexer access.
932  * Add Log.FILE, Log.LINE, and Log.METHOD constants.
933  * Various improvements to the .gir reader.
934  * Add Lua bindings (pancake and Phil Housley).
935  * Add MySQL bindings (Jukka-Pekka Iivonen).
936  * Add partial POSIX bindings.
937  * Many bug fixes.
939 Vala 0.5.5
940 ==========
942  * Improve syntax of owned property getters.
943  * Add --enable-deprecated and --enable-experimental commandline options.
944  * Remove --disable-non-null commandline option.
945  * Many bug fixes.
947 Vala 0.5.4
948 ==========
950  * Support array initializers as expressions.
951  * Support += to efficiently append elements to arrays.
952  * Calculate length for null-terminated arrays.
953  * Support initializers for multi-dimensional arrays.
954  * Add `owned' keyword to replace `#'.
955  * Various fixes in coroutine support.
956  * Support boxed structs as GObject properties.
957  * Many bug fixes.
959 Vala 0.5.3
960 ==========
962  * Rewrite D-Bus server support to directly use libdbus.
963  * Register structs as boxed types.
964  * Improve error reporting on invalid code.
965  * Support private class fields and class destructors.
966  * Add partial raptor and rasqal bindings.
967  * Drop vala-gen-project, moved to vtg.
968  * Many bug fixes.
970 Vala 0.5.2
971 ==========
973  * Report uninitialized local variables.
974  * Report unused fields, methods, and local variables.
975  * Fix error handling in complex statements.
976  * Improve support for generic types.
977  * Support parameter arrays in bindings.
978  * Do not require libgee for foreach statements.
979  * Support enums in D-Bus clients and servers.
980  * Support structs in hash tables in D-Bus servers.
981  * Experimental static D-Bus client support.
982  * Add --dump-tree commandline option to write code tree to file.
983  * Many bug fixes.
985 Vala 0.5.1
986 ==========
988  * Support type checks for error domains and error codes.
989  * Experimental support for yield statements and coroutines.
990  * Support GValue and GHashTable in D-Bus clients.
991  * Various improvements to the .gir reader.
992  * Drop deprecated support for static classes.
993  * Modularize code generator.
994  * Many bug fixes.
996 Vala 0.4.0
997 ==========
999  * Support more flexible constructors.
1000  * Partial support for reading and writing .gir files.
1001  * Improve compiler performance.
1002  * Copy arrays where necessary.
1003  * Basic support for static properties.
1004  * Partial support for struct holding object references.
1005  * Add tracker indexer bindings (Roberto Majadas)
1006  * Updates to the GLib, GTK+, and GStreamer bindings.
1007  * Many bug fixes.
1009 Vala 0.3.5
1010 ==========
1012  * Notify on property changes by default (Jared Moore)
1013  * Add unique-1.0 bindings (Phil Housley)
1014  * Updates to the GLib, GTK+, and GStreamer bindings.
1015  * Many bug fixes.
1017 Vala 0.3.4
1018 ==========
1020  * Various improvements to D-Bus client and service support.
1021  * Basic support for detailed signals.
1022  * Check types of printf arguments.
1023  * Support `in' operator for Gee.Collection and Gee.Map (Jamie McCracken)
1024  * Add libgsf-1 bindings (Michael Lawrence)
1025  * Add loudmouth-1.0 bindings (Ali Sabil)
1026  * Updates to the GLib, GTK+, and GStreamer bindings.
1027  * Many bug fixes.
1029 Vala 0.3.3
1030 ==========
1032  * Support overriding default method handlers of signals.
1033  * Support dynamic access to properties and signals of GObjects.
1034  * Experimental support for nullable value types.
1035  * Improve support for classes not deriving from GLib.Object.
1036  * Support """verbatim strings""".
1037  * Add parser for Genie (Jamie McCracken)
1038  * Experimental support for arrays of arrays.
1039  * Documentation improvements (Phil Housley)
1040  * Improvements to D-Bus support (Ali Sabil, Philip Van Hoof, Yu Feng)
1041  * Add libepc-1.0 bindings (Ali Sabil)
1042  * Add libtiff bindings (Christian Meyer)
1043  * Updates to the GStreamer bindings (Ali Sabil and Jaap A. Haitsma)
1044  * Many bug fixes and performance improvements.
1046 Vala 0.3.2
1047 ==========
1049  * Add support for class constructors, class fields, and class methods.
1050  * Various improvements to methods in D-Bus services.
1051  * Add support for properties and signals in D-Bus services (Yu Feng)
1052  * Add Time API to GLib bindings.
1053  * Documentation improvements (Phil Housley)
1054  * Updates to the GLib and GTK+ bindings.
1055  * Many bug fixes.
1057 Vala 0.3.1
1058 ==========
1060  * Enable non-null types by default.
1061  * Add --disable-non-null commandline option.
1062  * New handwritten parser.
1063  * Support virtual methods in interfaces.
1064  * Add `dynamic' type modifier for D-Bus client support.
1065  * Add experimental support for writing D-Bus services.
1066  * Don't require `new' operator for structs.
1067  * Warn when using deprecated syntax.
1068  * Add libsexy bindings (Evan Nemerson)
1069  * Updates to the GLib and GTK+ bindings.
1070  * Many bug fixes.
1072 Vala 0.2.0
1073 ==========
1075  * Support nested namespaces.
1076  * Support static constructors.
1077  * Register enums with GType (Marc-AndrĂ© Lureau)
1078  * Small syntax change for default values of properties.
1079  * Add --verbose commandline option (Daniel Silverstone)
1080  * Improve pointer support.
1081  * Add GNOME Keyring bindings (Andrea Del Signore)
1082  * Add SDL bindings (Levi Bard)
1083  * Add libftdi bindings (Evan Nemerson)
1084  * Updates to the GLib, GTK+, GStreamer, and SQLite bindings.
1085  * Many bug fixes all over the place.
1087 Vala 0.1.7
1088 ==========
1090  * Support private property accessors.
1091  * Support default values for properties.
1092  * Improve support for array length and delegate target parameters.
1093  * Improve delegate and signal handler support.
1094  * Introduce new syntax to declare errordomains.
1095  * Improve exception support.
1096  * Report errors for missing return statements.
1097  * Report warnings for unreachable code.
1098  * Improve support for generic types.
1099  * Support pointer member access and pointer element access.
1100  * Support pointer arithmetic.
1101  * Add --quiet commandline option (Emmanuele Bassi)
1102  * Add WebKit bindings.
1103  * Add JSON-GLib bindings (Ali Sabil)
1104  * Add goocanvas bindings (Roberto Majadas)
1105  * Add hildon-fm-2 bindings (Levi Bard)
1106  * Add taglib bindings (Andreas Brauchli)
1107  * Add libusb bindings (Evan Nemerson)
1108  * Add bzip2 bindings (Maciej Piechotka)
1109  * Updates to the GLib, GTK+, GStreamer, and libsoup bindings.
1110  * Fixes for Windows.
1111  * Many bug fixes.
1113 Vala 0.1.6
1114 ==========
1116  * Add support for instance delegates.
1117  * Support conditional method compilation.
1118  * Add support for nested generic types.
1119  * Add size_t and ssize_t.
1120  * Use non-null types by default with --enable-non-null option.
1121  * Limited support for nullable types.
1122  * Add basic support for method pre- and postconditions.
1123  * Improve pointer support.
1124  * Always enable memory management.
1125  * Add libgnome-menu bindings (Roberto Majadas)
1126  * Add liboobs-1 bindings (Roberto Majadas)
1127  * Updates to the GLib, GTK+, GStreamer, SQLite, and libxml2 bindings.
1128  * Small documentation improvements.
1129  * Many bug fixes.
1131 Vala 0.1.5
1132 ==========
1134  * Add Vala Project Generator.
1135  * Support `in` operator for enums.
1136  * Support typeof for generic type parameters.
1137  * Replace gidlgen by vala-gen-introspect with a real C parser.
1138  * Update all bindings to use vala-gen-introspect.
1139  * Fix many gcc warnings.
1140  * Fix build with Cygwin and MinGW (Yaakov Selkowitz).
1141  * Many bug fixes.
1143 Vala 0.1.4
1144 ==========
1146  * Use .vapi as file extension for bindings.
1147  * Add Vala Reference Manual.
1148  * Add support for object initializers.
1149  * Emit #line directives in debug mode.
1150  * Add --basedir option.
1151  * Support creation methods in structs.
1152  * Add support for [Notify] attribute for properties.
1153  * Add experimental support for registering new fundamental classed types.
1154  * Improve support for non-GObject classes.
1155  * Improve error reporting.
1156  * Add vapicheck to verify generated bindings (Mathias Hasselmann).
1157  * Drop xml_pp dependency (Alberto Ruiz).
1158  * Many bug fixes.
1160 Vala 0.1.3
1161 ==========
1163  * Convert reference-type structs to classes for a more consistent type system.
1164  * Support `as` operator (Mathias Hasselmann).
1165  * Improve array support.
1166  * Experimental D-Bus client support.
1167  * Add GConf bindings.
1168  * Add libgnome and libgnomeui bindings.
1169  * Add Glade bindings.
1170  * Add libnotify bindings (Nicolas Christener, Roland Hostettler).
1171  * Add GnomeVFS bindings.
1172  * Add GtkSourceView bindings.
1173  * Add Panel Applet bindings.
1174  * Add GNOME Desktop Library bindings.
1175  * Add libsoup bindings.
1176  * Add libwnck bindings.
1177  * Add GtkMozEmbed bindings (Alberto Ruiz).
1178  * Add Poppler bindings (Alberto Ruiz).
1179  * Add Enchant bindings (Mathias Hasselmann).
1180  * Add Hildon bindings (Marcelo Lira).
1181  * Add SQLite bindings.
1182  * Add curses bindings (Ed Schouten).
1183  * Build system fixes (Nicolas Trangez).
1184  * Add manual pages for gidlgen and vapigen (Kumar Appaiah).
1185  * Many bug fixes all over the place.
1187 Vala 0.1.2
1188 ==========
1190  * Use and support libgee collection library (internal copy for now).
1191  * Performance improvements.
1192  * Improve support for generic types.
1193  * Many memory management fixes.
1194  * Add support for inner classes.
1195  * Add --cc and -X commandline options to control the C compiler.
1196  * Use GSlice for reference-type structs.
1197  * Add experimental GStreamer bindings.
1199 Vala 0.1.1
1200 ==========
1202  * Support simple exception handling.
1203  * Improve array and string support.
1204  * Support multi-dimensional arrays.
1205  * Add --thread commandline option.
1206  * Improve bindings.
1207  * Bug fixes.
1209 Vala 0.1.0
1210 ==========
1212  * Add commandline options for running the C compiler and linker.
1213  * Use # modifier for reference transfer in method parameters.
1214  * Replace callback keyword by delegate.
1215  * Improve and update GLib and GTK+ bindings.
1216  * Add experimental GVFS binding.
1217  * C89/MSVC portability fixes (Hans Breuer).
1218  * Refactor code generator.
1219  * Add experimental bindings generator.
1220  * Many bug fixes.
1222 Vala 0.0.9
1223 ==========
1225  * Add support for defining new generic classes.
1226  * Improve array support.
1227  * Memory management fixes.
1228  * Improve abstract property support.
1229  * Add basic support for flags types.
1230  * Improve GLib binding.
1231  * Add VTE binding.
1232  * Many bug fixes.
1234 Vala 0.0.8
1235 ==========
1237  * Add support for overridden properties.
1238  * Support properties and signals in interfaces.
1239  * Improve interface runtime suport.
1240  * Verify that classes implement all abstract and interface methods.
1241  * Basic compile-time support for generic types.
1242  * Default to strong references for return values and local variables.
1243  * Improve signal support.
1244  * Add support for pointers.
1245  * Improve support for numeric types.
1246  * Support writing GTypeModule-based plug-ins.
1247  * Improve manual memory management support.
1248  * Improve GTK+ bindings.
1249  * Many bug fixes.
1251 Vala 0.0.7
1252 ==========
1254  * New object construction syntax.
1255  * Interface implementations don't have to specify override anymore.
1256  * Improve interface support.
1258 Vala 0.0.6
1259 ==========
1261  * Improve interface support.
1262  * Support do loops.
1263  * Improve array support.
1264  * Improve enum support.
1265  * Add automated testing infrastructure.
1266  * Fixes for prefix and postfix operators.
1267  * Add more types to GLib bindings.
1268  * Many bug fixes.
1270 Vala 0.0.5
1271 ==========
1273  * Support base access.
1274  * Support typeof expressions.
1275  * Improve array support.
1276  * Fix possible memory leak in foreach statements.
1277  * Fix many warnings during C compilation.
1278  * Improve GTK+ bindings.
1280 Vala 0.0.4
1281 ==========
1283  * Support + operator in strings.
1284  * Support unicode character literals.
1285  * Add implicit conversions for numeric types.
1286  * Improve interface support.
1287  * Improve array support.
1288  * Support arbitrary signal parameters.
1289  * Add threading support.
1290  * Support lock statements.
1291  * Many improvements to the GTK+ bindings.
1293 Vala 0.0.3
1294 ==========
1296  * Interface fixes.
1297  * Support namespace constants.
1298  * Support switch statements.
1299  * Array creation support.
1300  * Provide complete but experimental bindings for GTK+ 2.10 and Cairo 1.2.
1301  * Add implicit array length parameter.
1302  * Follow package dependencies.
1303  * Support hexadecimal and octal integer literals and hexadecimal escape
1304    sequences.
1305  * Install libvala as shared library.
1307 Vala 0.0.2
1308 ==========
1310  * Support named construction methods.
1311  * Basic interface support.
1312  * Improve error handling.
1313  * Many bug fixes.
1316 Vala 0.0.1
1317 ==========
1319  * Initial release.