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