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