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