Release 0.41.92
[vala-gnome.git] / NEWS
blob572f5eef05d24c80286ffd96602a3d0afe17498e
1 Vala 0.41.92
2 ============
3  * Various improvements and bug fixes:
4   - codegen: Fix floating reference regression with Variants [#661]
5   - build: Correctly quote square brackets in regular expression
6   - codegen: Call ref_sink on Object.new_valist/new_with_properties if needed
7   - vala: Don't bail early on property with not supported default value
8   - manual: Update from wiki.gnome.org
10  * Bindings:
11   - glib-2.0: Add return-type of Queue.remove*(), add HashTable.foreach_steal()
12   - glib-2.0: Add float.parse/try_parse() [#649]
13   - gstreamer: Update from 1.15+ git master
14   - webkit2gtk-4.0: Update to 2.21.91
16 Vala 0.41.91
17 ============
18  * Various bug fixes:
19    - codegen: Call ref_sink on objects passed to generic type [#655]
20    - codegen: Free errors after returning them on GDBusMethodInvocation [#657]
21    - girparser: Actually resolve type-arguments to be able to box them if needed
22    - vala: Add consts/methods to retrieve and check library version [#304]
24  * Bindings:
25    - glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elements
26    - glib-2.0: Add (u)long.parse/try_parse() [#649]
27    - gstreamer: Update from 1.15+ git master
28    - gtk+-3.0: Update to 3.23.2+6b6e53fd
29    - gtk+-4.0: Update to 3.94.0+4e868584
31 Vala 0.41.90
32 ============
33  * Highlights
34   - Reintroduce POSIX profile
35   - parser: Add support for explicit "unlock" syntax
36   - vala: Support anonymous definitions of delegates in bindings
37   - codegen: Support automatic properties as GtkChild
38   - codegen: Apply G_PARAM_EXPLICIT_NOTIFY on properties with "notify = false"
39   - codegen: Drop support for non-auto property initializer in gobjects
40   - codegen: Avoid using deprecated "g_type_class_add_private"
42  * Various bug fixes:
43   - vala: Constants and signals are not lockable
44   - codegen: Don't apply ref_sink_function if target_type is floating_reference
45   - vala: Treat floating method-return-type as nullable if error may be thrown
46   - vala: Transfer floating-reference attribute while casting
47   - analyzer: Break cyclic references of BasicBlock
48   - vala: Break reference chain between DataType and Symbol if possible
49   - codegen: Fix invocation of abstract/virtual methods with NoWrapper in
50     compact classes
51   - vala: Report error for invalid base access in method/property of compact
52     class
53   - libvaladoc: Replace void* with corresponding Vala API
54   - codegen: Don't include the full absolute path in line directives
55   - codegen: Add source_reference to unsupported floating reference error
57  * Bindings:
58   - gobject-2.0: Make GLib.Signal a struct of uint and bind g_signal_new*
59   - clutter-1.0: Change type of Clutter.Key.* constants to uint
60   - gdk-3.0: Change type of Gdk.Key.* constants to uint
61   - gtk+-4.0: Change type of Gdk.Key.* constants to uint
62   - gstreamer: Update from 1.15+ git master
63   - webkit2gtk-4.0: Add JSC namespace to javascriptcoregtk-4.0 and fix depends
64   - Remove clutter-gst-1.0, GStreamer 0.10, rest-0.6,
65     tracker-indexer-module-1.0, libsoup-2.2, gdu and gdu-gtk,
66     twitter-glib-1.0, mx-1.0
67   - Remove vala-specific deprecations <= vala-0.22
69 Vala 0.40.8
70 ===========
71  * Various improvements and bug fixes:
72   - Fix links in the Manual
73   - libvaladoc: Change link to Valadoc wiki page for HTML doclet
74   - valadoc: Use HTML5 doctype in HTML doclet
75   - codegen: Let methods return -1 on error by default if possible [#526]
76   - Allow TypeModule subclasses as parameter-type in module-init-method [#648]
77   - girparser: Allow changing the type of constants using metadata [#643]
78   - girwriter: Add boolean GIR visible attribute to allow skipping symbols
79   - vala: Report error for error-domains without any code
80   - parser: Accept "empty" enums/error-domains [#253]
81   - codewriter: Output bodies of code-blocks if in VAPIGEN mode [#253]
83  * Bindings:
84   - gobject-2.0: Add lower_case_csuffix attributes to Type* symbols
85   - gdk-3.0,gtk+-3.0: Update to 3.23.0+df045423
86   - gio-2.0: Add custom IOError.from_errno() to make it work as expected [#253]
87   - gtk+-4.0: Update to 3.94.0+bf5f27c6
88   - gstreamer-rtsp-server-1.0: Update from 1.14+ git master [#653]
90 Vala 0.40.7
91 ===========
92  * Various improvements and bug fixes:
93   - Update bugtracker links to https://gitlab.gnome.org/GNOME/vala/issues
94   - codegen:
95     + Handle delegate_target attribute of fields [#520]
96     + Free generic elements of glib collections [#694765]
97     + Fix warning for source_funcs parameter of g_source_new()
98     + Actually treat GLib.Source as compact class
99     + Custom abstract methods of GLib.Source are handled differently [#641]
100     + Consistently use gpointer for delegate targets
101     + Unify some delegate-type check patterns
102     + Use default_init instead of base_init when registering interfaces
103       [#699550]
104   - girparser: Add support for bool delegate_target [#520]
105   - girwriter:
106     + Output deprecated="1"
107     + construct-only properties don't have a setter method
108     + Don't write any custom attributes [#608]
109   - valadoc: Fix TreeBuilder.create_array() for stacked Arrays
111  * Bindings:
112   - glib-2.0:
113     + Do not mark simple-type out-parameters as nullable [#634]
114     + Make Source.attach() use the default MainContext by default
115     + Make Bytes.slice() use the memory-efficient Bytes.from_bytes() [#638]
116     + Fix Bytes.with_free_func()
117   - gio-2.0:
118     + Mark ActionEntry.parameter_type/state fields as nullable [#632]
119     + Delegate fields of DBus*VTable do not have implicit target fields
120     + Apply delegate_target = false on ActionEntry callbacks and make them weak
121       [#630]
122     + Add default to all io_priority parameters
123   - gstreamer: Cherry-pick some fixes from 0.42, add gst-editing-services-1.0
124   - gtk+-3.0: Update to 3.22.30+9ac7f906
125   - gtk+-4.0: Update to 3.93.0+29fee2e8
126   - webkit2gtk-4.0: Update to 2.21.4
127   - Update GIR-based bindings
129 Vala 0.40.6
130 ===========
131  * Regression fix:
132   - codegen: Avoid critical for array in-parameters with custom length-type
133   - tests: Drop assert which is failing on big-endian archs
135 Vala 0.40.5
136 ===========
137  * Various improvements and bug fixes:
138   - Warn if --gir is used without --library [#708693]
139   - Report an error if rank attribute is required but was not found [#660991]
140   - scanner: Accept \R and \N escape sequences in regex literals [#749576]
141   - scanner: Accept backreferences \1 through \99 in regex literals [#728574]
142   - codegen:
143     + Avoid critical in get_basic_type_info() when there is no signature
144       [#729517]
145     + Fix serializing multidimensional arrays [#735437]
146     + Guard get_default_ref_sink_function() against null base-class
147     + Respect cname ccode-attribute of lockable fields
148     + Fix casting of length for "ref" array parameters
149   - codewriter: Add 'new' to symbols if needed to match the original source
150     [#614686]
151   - girparser: Deal with missing "name" attribute by falling back on "c:type"
152   - girwriter: Drop errornous indent
153   - girwriter: Properly output variadic methods and use introspectable="0"
154   - genie: Add support for the \v escape character [#664689]
155   - genie: Add support for the \uXXXX escape sequence
157  * Bindings:
158   - glib-2.0: Fix IConv.iconv() [#634753]
159   - gobject-2.0: Make constructor of ParamSpecBoxed public
160   - gstreamer: Cherry-pick some fixes from 0.42
161   - gtk+-3.0: Update to 3.22.30+21fddc39
162   - gtk+-4.0: Update to 3.93.0+3a860719
163   - javascriptcoregtk-4.0: buffer of String.get_utf8_cstring() is not "ref"
164     [#788113]
165   - posix: Add missing cname = "int" to Posix.Signal enum
166   - sqlite3: Add additional constants for flags of Database.open_v2() [#795627]
167   - webkit2gtk-4.0: Cherry-pick some fixes from 0.42
169 Vala 0.40.4
170 ===========
171  * Various improvements and bug fixes:
172   - girparser: Add support for NoAccessorMethod metadata
174  * Bindings:
175   - glib-2.0: Mark str parameter of Variant.take_string() as owned
176   - gstreamer: Update from 1.15+ git master
177   - gtk+-*.0: Set NoAccessorMethod on Gtk.Radio*.group properties
178     (Regression in gtk+-3.0)
179   - gtk+-4.0: Update to 3.93.0+fc6018f1
180   - json-glib-1.0: Mark return-type of gvariant_deserialize*() as nullable
181   - webkit2gtk-4.0: Update to 2.20.1
183 Vala 0.40.3
184 ===========
185  * Various bug fixes:
186   - vala: Fix return-type of BasicBlock.get_successors()
188  * Bindings:
189   - gstreamer: Update from 1.15+ git master
190   - gtk+-3.0: Fix regression of StatusIcon.position_menu() [#891629]
191   - gtk+-4.0: Update to 3.93.0+ff738269
192   - libgsf-1: Update to 1.14.42+ [#794777]
194 Vala 0.40.2
195 ===========
196  * Various bug fixes:
197   - gdbus: Fix missing declaration of _fd_list for async methods [#794566]
199  * Bindings:
200   - glib-2.0: Use g_value_*et_schar instead of deprecated g_value_*et_char
201   - gobject-2.0: Add ParamSpecGType
202   - gtk+-*.0: Hide dedicated constructors of compact classes bound as structs
203     [#794733]
205 Vala 0.40.1
206 ===========
207  * Various bug fixes:
208   - codegen: Don't add target fields for captured delegates without target
209   - codegen: Don't add length fields for captured fixed-length array variables
210   - valadoc: Bump VALA_0_xx defines and glib_minor to match 0.40 series
212  * Bindings:
213   - Add libgeoclue-2.0 bindings [#794376]
214   - gobject-2.0: Cherry-pick some changes from 0.42
215   - gdk-3.0,gtk+-3.0: Update to 3.22.29
216   - gtk+-4.0: Update to 3.93.0+433517fd
217   - gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()
218     [#794345]
219   - gstreamer-1.0: Update to 1.13.91 and add gstreamer-webrtc-1.0 bindings
220   - libgsf-1: Switch to GIR and update to 1.14.42
221   - linux: Add various symbols
222   - posix: Add various symbols
223   - posix: Include sys/sysmacros.h for major(), minor() and makedev() [#794651]
224   - webkit-1.0: Update to 2.4.11
225   - webkit2gtk-4.0: Update to 2.20.0
226   - Update GIR-based bindings
228 Vala 0.40.0
229 ===========
230  * Various bug fixes:
231   - compiler: Fix critical when vala is called without run args [#793657]
233  * Bindings:
234   - alsa: Add the major part of the ALSA Sequencer API [#763127]
235   - gstreamer-1.0: Update to 1.13.90
236   - gtk+-4.0: Update to 3.93.0+527d265b
237   - linux: Add various symbols
238   - posix: Add various symbols [#663633]
239   - Update GIR-based bindings
241 Vala 0.39.92
242 ============
243  * Highlights
244   - Add support for feature test macros [#793444]
245     e.g. [CCode (feature_test_macro = "_GNU_SOURCE")]
247  * Various bug fixes:
248   - codegen:
249     + Use pointers when accessing constant multi-dimensional arrays [#604371]
250     + Add valid support for const multi-dimensional arrays [#604371]
251     + Don't append fixed-length of array fields in initializers
252     + Add source_reference to some store_local/_field() calls
253   - Properly handle array-initializers inside struct-initializers [#622178]
254   - The rank of an array-initializer should match the target's rank [#744923]
255   - Make SemanticAnalyzer.check_arguments() independent of context
256   - Check with same rules for dbus compatibility as in GBusModule [#793859]
257   - Fix recursive declaration in generic base type [#688732]
258   - Prevent WITH_CGRAPH conditional having an impact on generated sources
259   - Update manual from wiki.gnome.org
261  * Bindings:
262   - glib-2.0, posix: Add feature test macro _GNU_SOURCE for pow10(3),
263     pow10f(3), exp10(3) and exp10f(3) [#614788]
264   - gstreamer-1.0: Update from 1.13.1+ git master
265   - linux: Add dup3 [#729803]
266   - linux: Add feature_test_macros to non-POSIX file control constants and dup3
267   - posix: Fix sig*set and sigprocmask parameters to be out/ref [#727425]
268   - posix: Add feature_test_macro _GNU_SOURCE to sighandler_t [#761975]
269   - libgnome-menu-3.0: Add deps file
270   - Update GIR-based bindings
272 Vala 0.39.91
273 ============
274  * Various bug fixes:
275   - Fix GDestroyNotify of delegate parameters in delegate declaration [#639059]
276   - Avoid critical when connecting dynamic signals
277   - valac: Always use the given "pkg-config" and respect PKG_CONFIG envar
278   - compiler: Prefix headers for set_cheader_override() if includedir is given
279     [#793299]
280   - vala: Issue a warning on DBus methods which are not throwing an Error
281   - Don't warn about unused internal methods which are meant to be visible
282     on DBus [#593902]
283   - Don't install vapicheck [#793370]
285  * Bindings:
286   - glib-2.0: Add KeyFile.get_locale_for_key()
287   - gstreamer-1.0: Update from 1.13+ git master
288   - gtk+-4.0: Update to 3.93.0+d07b14f4
289   - purple: Update to 2.12.0
290   - Update GIR-based bindings
292 Vala 0.39.7
293 ===========
294  * Regression fix:
295   - codegen: Don't try to infer error argument on async begin methods [#793158]
296     This was a regression introduced by [#614294]
298 Vala 0.39.6
299 ===========
300  * Highlights
301   - Add --abi-stability option for ABI stability of libraries
302     It ensures that the order of class/interface members in Vala sources will
303     be preserved in generated C source (instance/type structs) [#789069]
305  * Various bug fixes:
306   - girparser:
307     + Set NoAccessorMethod for non-readable and construct-only properties
308     + Ignore conflicting closure/destroy indexes
309     + Don't accept methods as property-accessor which throw errors [#792998]
310   - codegen:
311     + Infer error parameter from abstract/virtual base methods [#614294]
312     + Internally generated delegates don't require a typedef [#787521]
313     + Fix return-type for cancelled async creation methods of classes [#792942]
314     + Use G_PARAM_STATIC_STRINGS
315   - vala: Variadic constructors without a real first parameter are not allowed
316   - libvaladoc: Keep bootstrap-support with valac >= 0.16.1
318  * Bindings:
319   - gtk+-3.0: Fix cheader_filename of Plug and Socket
320   - gtk+-4.0: Update to 3.93.0+4d36a0bf
321   - gtk+-4.0: Only override type of "event" parameters
322   - posix: Add ctime(3) and fix binding of struct hostent and gethostbyname(3)
324 Vala 0.39.5
325 ===========
326  * Various bug fixes:
327   - libvaladoc: Allow @link tags to be split over multiple lines [#646982]
328   - libvaladoc: Add support for single line documentation comments [#736483]
329   - girparser: Improve instance method detection [#732460]
330   - codegen: Add support for abstract/virtual methods and properties in
331     compact classes [#741465]
332   - vala: Fix parameter type inference of overridden async methods [#792660]
333   - codewriter: Don't use string.replace() to apply header_to_override [#731322]
335  * Bindings:
336   - gio-unix-2.0: Update to 2.55.1
337   - gtk+-4.0: Update to 3.93.0+60d3378d
338   - libwnck-3.0: Update to 3.24.1
339   - webkit2gtk-4.0: Update to 2.19.5
340   - webkit2gtk-web-extension-4.0: Fix DOM.EventTarget interface
342 Vala 0.39.4
343 ===========
344  * Various improvements and bug fixes:
345   - codegen
346     + Only add property-enum and GParamSpec-array for GObject classes
347     + Use g_enum/flags_to_string while targeting glib >= 2.54
348     + Add destroy param when invoking delegate returned by delegate [#792077]
349   - Don't write trailing space in function declarations/definitions [#688447]
350   - vala: Add pkgdatadir and pkglibdir to pkg-config file
351   - gidlparser: Update type qualifiers
353  * Bindings:
354   - gtk+-2.0/3.0: Don't hide user_data in Clipboard.set_with_data() [#792237]
355   - gtk+-3.0: Update to 3.22.26+6f26d0dc
356   - gtk+-4.0: Update to 3.93.0+6aeae2c8
358 Vala 0.39.3
359 ===========
360  * Various bug fixes:
361   - Fix chain-up regression with real non-null struct parameters [#791785]
362   - Release taken references to CodeContext after using it [#712694] and keep
363     custom invocations of parse_file() possible [#791936]
364   - parser: Accept comma-separated list in case-statements of switchs [#614015]
366  * Bindings:
367   - Remove bindings which are shipped upstream for some years
368     + gedit 3 [#776021], libgnome-keyring [#776022],
369       gtksourceview-3.0 [#776023], libgdata [#776024], librsvg-2.0 [#776025]
370   - glib-2.0: Add GLib.OPTION_REMAINING and GLib.OptionFlags.NONE
371   - gstreamer-1.0: Update from 1.13+ git master
372   - gtk+-2.0: Mark MessageDialog constructor parameter, message_format, as
373     nullable [#791570]
374   - gtk+-4.0: Update to 3.93.0+6aeae2c8
375   - webkit2gtk-4.0: Update to 2.19.3
377 Vala 0.39.2
378 ===========
379  * Various bug fixes:
380   - vala: Don't transform an explicit "null" into valid format-string [#791215]
381   - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
382   - Improve error message for missing type-parameter on enclosing type [#587905]
384  * GIR parser:
385   - Allow change of parameter names
386   - Handle metadata for fields inside a transparent union
387   - Accept setters with boolean return-type as valid property-accessor
388   - Don't mark simple-type out-parameters with '?' as nullable
390  * Valadoc
391   - libvaladoc: Actually resolve "percnt;" to '%'
393  * Bindings:
394   - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
395   - gobject-2.0: Add missing GType constants for fundamentals [#791023]
396   - gstreamer-1.0: Update from 1.13+ git master
397   - gtk+-3.0: Switch to GIR [#730746]
398   - gtk+-4.0: Update to 3.93.0+6af4947e
399   - posix: Move signal constants to an enum and add few missing ones [#790958]
401 Vala 0.39.1
402 ===========
403  * Highlights
404   - Report warning if property-type is not compatible with GLib.Object [#693932]
405   - Allow to pass compatible delegates to signal.connect() [#787521]
406   - Allow unscoped enum values where possible
407   - Avoid use of temp-var for some callables returning ValueType
408     and to access in/ref parameters [#789071]
409   - Reformat generated source declarations and definitions for better
410     readability [#688447]
412  * Various bug fixes:
413   - Use array_length_cexpr to support fixed-arrays for return-values [#784691]
414   - Properly parse arguments for vala interpeter-mode [#663070]
415   - Enforce name-length >= 3 for structs using GType [#764041]
416   - Report error for missing type-parameter on enclosing type [#587905]
417   - Add boolean "use_inplace" ccode-attribute for methods [#750840]
418   - Improve handling of unowned/owned keyword occurrences
419   - Methods need to throw compatible error if target delegate throws one
420   - Discover invalid member access to instance field [#790903]
421   - Improve error output of mismatching overriding methods
423  * Valadoc
424   - Acknowledge possible properties in structs [#784705]
425   - Fix fatal typo in GtkdocRenderer.visit_symbol_link() [#790266]
427  * Bindings:
428   - glib-2.0: Use type-id/marshaller-type for (u)int16/(u)short from (u)int32
429     [#693932]
430   - glib-2.0: Add optional 'unparsed' parameter to *.try_parse () [#774124]
431   - gobject-2.0: Add some missing symbols
432   - gstreamer-1.0: Bind GST_TIME_ARGS, GST_STIME_ARGS macros [#750840]
433   - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215]
434   - gstreamer-1.0: Update from 1.13+ git master
435   - gtk+-3.0: Update to 3.22.26+9ce824d3
436   - gtk+-4.0: Split Gsk.RenderNode into several classes
437   - gtk+-4.0: Update to 3.93.0+2d797dd8
438   - webkit2gtk-4.0: Update to 2.19.2
440 Vala 0.38.3
441 ===========
442  * Various bug fixes:
443   - codegen: Prioritize "array_length=true" over "array_null_terminated=true"
444     [#788775]
445   - codegen: Avoid possible conflicts with internal property/signal defines
446     [#788964]
448  * Bindings:
449   - gio-2.0: Expose g_task_get_source_object as Task.get_unowned_source_object
450   - gstreamer-1.0: Update from 1.13+ git master
451   - gtk+-4.0: Update to 3.92.1
452   - libxml-2.0: Add DTD methods [#789442]
454 Vala 0.38.2
455 ===========
456  * Various bindings updates:
457   - gstreamer-1.0,gtk+-3.0,gtk+-4.0: Update from git master
458   - gnutls: Fix free_function ccode-attribute of Certificate [#788181]
460 Vala 0.38.1
461 ===========
462  * Various bug fixes:
463   - valadoc: Don't use 'stderr' as variable name [#787305]
464   - codegen: Try to use a more unique internal define for properties [#787436]
465   - vala: Update list of used attributes
466   - method: Use prototype-string for error-reports of return-type mismatches
468  * Bindings:
469   - glib-2.0: Fix MainContext.check(),
470       OptionEntry[] params are null-terminated,
471       Bind g_convert_with_fallback() and g_convert_with_iconv()
473 Vala 0.38.0
474 ===========
475  * Various bug fixes:
476   - Improve error output for incompatible method signatures
477     (Add CallableType as base for DelegateType, MethodType, SignalType)
478   - codegen:
479     + Initialize temp-variable for fixed-size arrays to zero first [#787152]
480     + Add support for "type-func" in ui-files [#787033]
482  * Bindings:
483   - gtk+-3.0,gtk+-4.0: Update
484   - libxml-2.0: Bind xmlLastElementChild and xmlPreviousElementSibling
485   - pangocairo: CairoFontMap.set_default() is not an instance method
486   - gio-2.0: Application.set_default() is not an instance method
488 Vala 0.37.91
489 ============
490  * Various bug fixes:
491   - codegen:
492     + Actually write declaration for GNodeTraverseFunc wrapper [#786845]
493     + Don't transfer ownership of variable if target-type is unknown [#736774]
494     + Adjust format-index for printf/scanf-methods which throw errors [#781061]
495     + Use given dup_function for structs
496   - libvaladoc: Fix some -Wincompatible-pointer-types warnings
497   - tests: Fix some syntax issues [#786652]
498   - Add .editorconfig file [#786620]
500  * GIR parser:
501   - Better support of "cprefix" argument in metadata
502   - Support "cname" argument in metadata
504  * Bindings:
505   - Add javascriptcoregtk-4.0 and avoid skips in webkit2gtk*-4.0
506   - Update GIR-based bindings
507   - gtk+-3.0: Update to 3.22.19
509 Vala 0.37.90
510 ============
511  * Various bug fixes:
512   - Fix some build-system problem
513     + valadoc/tests: Add the source vapi directory to driver-test [#786505],
514       Add ./vala/.libs rather than ./gee/.libs to LD_LIBRARY_PATH
515     + Explicitly link doclets against libvala-*.la [#786534]
516     + Add missing include of Makefile.common
517   - vapigen: Mark given source-files as such and force girparser to handle them
518   - codegen: Include glib-object.h for Enums/Structs with type_id
519  * Bindings:
520   - gtk+-4.0: Make Gsk.Texturer.for_*() static factory methods
522 Vala 0.37.2
523 ===========
524  * Various bug fixes:
525   - libvaladoc: Keep bootstrap-support with valac >= 0.16.1
526   - valadoc: Fix tests while bootstapping with valac < 0.31/32
528  * Bindings:
529   - glib-2.0: Update Unicode symbols
530   - gobject-2.0: Add required type_id attributes to all ParamSpec subclasses
531   - libgdata: Make Authorizer.reauth_* methods virtual [#779229]
532   - libxml-2.0: Update Xml.ParserOption [#785585]
533   - gtk+-4.0: Update to 3.91.2
534   - webkit2gtk-4.0: Update to 2.17.90
536 Vala 0.37.1
537 ===========
538  * Highlights
539   - Don't warn about deprecated symbols if installed_version is older
540   - Add --gresourcesdir option [#783133]
541   - Install libvala-0.xx.vapi to "global" vapi directory
542   - Require and target GLib >= 2.40
543   - build: Make ccode and codegen private API
544   - build: Use --use-header for vala's libraries
545   - compiler: Add --color=WHEN option
546   - codegen: Use g_object_notify_by_pspec() to notify property-changes
547   - codegen: Use *_free_full to free GLib.List, GLib.SList and GLib.Queue
548   - codegen: Support renamed signals [#731547]
549   - Optimize (de)serialization of arrays with type-signature "ay" [#772426]
550   - Merge valadoc - Consider valadoc a part of vala's toolchain and
551     therefore let it live in the main repository (adds graphviz to the
552     build-requirements)
554  * Various bug fixes:
555   - Fix finally blocks with async yields [#741929]
556   - Handle non-null in coalescing expression [#611223]
557   - Make the task_complete flag for < 2.44 more similar to >= 2.44 [#783543]
558   - Nullable ValueType requires POINTER as marshaller signature [#783897]
559   - NoAccessorMethod attribute is allowed for gobject-properties only
560   - girparser: Fix parsing of delegate-alias without target
561   - compiler: Use API_VERSION instead of stripping PACKAGE_SUFFIX
562   - girwriter: Write length-parameters of arrays with rank > 1 [#758019]
563   - gdbus: Don't leak nested HashTable on deserialization [#782719]
564   - codewriter: Update timestamps of generated c-files if needed [#683286]
565   - tests: Use dbus-run-session instead of dbus-launch [#771455]
566   - codegenerator: Add source_reference parameter to CodeGenerator.store_*()
567   - Don't allow assigning delegate if no target/closure is available [#598869]
568   - gee: Add some useful symbols from gee-0.8
570  * Bindings:
571   - gio-2.0: Add DBusConnection 'closed' signal as 'on_closed' [#684358]
572   - gio-2.0: Use default 'length = null' for DataInputStream.read_line_utf8*
573     [#783351]
574   - glib-2.0,gobject-2.0: Updates from 2.53.x
575   - poppler-glib: Update to 0.54.0
576   - webkit2gtk-4.0: Update to 2.17.4
577   - gstreamer-1.0: Update to 1.13.0+
578   - libgvc: Add WITH_CGRAPH conditionals
580 Vala 0.36.3
581 ===========
582  * Various bug fixes:
583   - scanner: Fix calculation of column value for tokens after multiline comment
584     [#652899]
585   - codegen: Unref GLib.AsyncResult on uncaught errors in coroutines [#641171]
586   - Keep initializing result-variable for struct constructors [#782056]
588 Vala 0.36.2
589 ===========
590  * Various bug fixes:
591   - Enums require at least one value otherwise report an error
593  * Bindings:
594   - gstreamer-1.0: Update to 1.11.90+
595   - gio-2.0: Fix GLib.Task constructor and report_error/report_new_error()
596   - glib-2.0: Add quark() functions to errordomains,
597       Add missing version macro and constants,
599 Vala 0.36.1
600 ===========
601  * Various bug fixes:
602   - Always consider a method compatible with itself [#773135]
603   - Perform arguments-check against actual .end() method-signature [#684208]
604   - Slightly improve lamdba-expression error on target-type mismatch
605   - Fix delegate initializer for instance fields [#683925]
606   - Don't leak target-reference when casting/assigning owned delegates [#780426]
608  * GIR parser and writer:
609   - girparser: Add destroy argument for metadata [#750838]
610   - vapigen: Add --nostdpkg option like in valac
612  * Bindings:
613   - gstreamer-1.0: Fix Pad.set_*_function() bindings [#750838]
614   - glib-2.0: Add missing version macro and constants,
615       unichar.to_string doesn't return null
616   - gtk+-2.0,gtk+-3.0: Mark "intersection" param of Widget.intersect() as out
617   - gtk+-4.0: Update to 3.90.0
619 Vala 0.36.0
620 ===========
622  * Highlights
623   - Update manual using DocBook from wiki.gnome.org as source [#779090]
624   - Add support for array-parameters with rank > 1 in signals [#778632]
625   - Use GTask instead of GSimpleAsyncResult with GLib 2.36/2.44 target [#763345]
626   - Deny access to protected constructors [#760031]
627   - Support [DBus (signature = ...)] for properties [#744595]
628   - Add [CCode ("finish_instance = ...")] attribute [#710103]
629   - Support [HasEmitter] for vala sources [#681356]
630   - Add support for the \v escape charactor [#664689]
631   - Add explicit copy method for arrays [#650663]
632   - Allow underscores in type parameter names [#644938]
633   - Support [FormatArg] attribute for parameters
634   - Ignore --thread commandline option and drop gthread-2.0 references
635   - Check inferred generic-types of MemberAccess [#775466]
636   - Check generic-types count of DelegateType [#772204]
637   - Fix type checking when using generics in combination with subtype [#615830]
638   - Fix type parameter check for overriding generic methods
639   - Use g_signal_emit where possible [#641828]
640   - Only emit notify of properties if value actually changed [#631267] [#779955]
641   - Mark chained relational expressions as stable [#677022]
642   - Perform more thorough compatibility check of inherited properties [#779038]
643   - Handle nullable ValueTypes in signals delegates properly [#758816]
645  * New bindings:
646   - gtk+-4.0, gtk+-unix-print-{2,3,4}.0, libgrss
648  * Removed bindings:
649   - clutter-json-1.0
651  * Updated bindings. Some fixes may need to be wrapped in your Vala code
652    with the preparser directive #if VALA_0_36
653   - cairo: Add bindings for cairo_*_user_data()
654   - clutter-1.0: Fix constructors which weren't detected as such
655   - clutter-gst-2.0: Skip VideoTexture.get_audio_streams/get_subtitle_tracks
656   - clutter-gst-3.0: Three commits
657   - gdk-2.0: Include gdk/gdkkeysyms.h for Gdk.Key
658   - gdk-3.0: Three commits
659   - gdk-pixbuf-2.0: Three commits
660   - gobject-introspection-1.0: Prettify and fix the whole thing
661   - gsl.vapi: Fix attribute typos
662   - gstreamer-1.0: Make ElementFactory.get_static_pad_templates fully "unowned",
663       Mark *.make_writable with "ReturnsModifiedPointer",
664       Fix Gst.Base.Adapter.map/take bindings
665   - gtk+-3.0: Various updates
666   - gtk+-X.0: Mark "iter" param of ListStore.remove() as ref
667   - libarchive: Add ReadDisk
668   - libxml-2.0: Adding missing API and nullable parameters
669   - linux: add non-posix fcntl constants
670   - polkit-gobject-1: Fix constructors which weren't detected as such
671   - poppler-glib: Update to 0.52.0
672   - rest-0.7: Fix some ownership problems
673   - sdl: Make Palette and PixelFormat a struct
674   - webkit2gtk-4.0: Update to 2.16
675   - webkit2gtk: URI*.get_http_headers returns unowned Soup.MessageHeaders
677  * Updated GLib core bindings:
678   - gio-2.0:
679     + Fix async constructors of DBusConnection,DBusObjectManagerClient...
680     + Fix binding of Resolver.lookup_service*()
681     + Keep GLib.Socket API compatible with gio < 2.48
682     + Update SettingsBackend related bindings
683     + Add/"Unlock" missing GTask symbols
684   - gio-unix-2.0:
685     + Add "g_unix_mounts_for" and fix "g_unix_mount_at"
686   - glib-2.0:
687     + Add GPOINTER_TO_* as from_pointer()
688     + Add G_CHECKSUM_SHA384
689     + Add "g_utf8_make_valid"
690     + Add more Error bindings
691     + Add simple fast-path to string.replace()
692     + Add UCS-4 and UTF-16 related bindings
693     + Add uuid_string_*
694     + Fix g_bookmark_file_load_from_*/to_file bindings
695     + Mark delegates in Test.add_data_func/add_func() as scope=async
696     + Mark va_list.arg() with simple-generics to allow int64 or double
697     + Update Unicode symbols
698   - gobject-2.0:
699     + Add a bunch of missing symbols
700     + Add some missing "array_length_type" annotations
702  * GIR parser and writer:
703   - Add [GIR ("fullname = ...")] attribute, set fullname of GType [#775591]
704   - More complete parsing of field information [#772902]
705   - Use the correct tag- and element-name for an annotation [#769597]
706   - Use type_id information from gir if not already overridden
707   - No support for fixed-size array as return-value
708   - Let alias inherit more information from base_type
709   - Improve function to method conversion
710   - Avoid fatal handling of nameless unions
711   - Allow to specify the base_type of an alias
712   - Add metadata-support for "returns_modified_pointer" [#759255]
714  * D-Bus code generation:
715   - Check there is a return error location before using it [#779652]
716   - Fix memory-leak using g_task_propagate_pointer [#778993]
717   - Initialize intermediate variables [#778540]
718   - Handle errors when extracting FDs from dbus messages [#778540]
719   - Ensure extracted data from the GVariant is freed on error [#778540]
721  * C code hardening and reproducibility:
722   - Fix build with -Werror=enum-compare -Werror=switch
723   - Build testsuite with -Werror=format-nonliteral -Werror=format-security
724       -Werror=int-conversion -Werror=redundant-decls
725   - Add G_GNUC_FORMAT attribute for FormatArg functions [#774060]
726   - Add G_GNUC_PRINTF/SCANF attribute for Printf/ScanfFormat functions [#710862]
727   - gtkmodule: Order required-gtype-classes for reproducibility [debian#802528]
729  * Reduce incompatible-pointer-type C code warnings:
730   - Cast vfunc pointer assigns of abstract overrides [#777958]
731   - Fix vfunc cast for async method implementation/override
732   - Default to void-return for vfunc cast of *_async methods
733   - Cast *_destroy_func of generic-types calls to GDestroyNotify
734   - Cast destroy_data for g_cclosure_new to GClosureNotify
735   - Pass pointer of matching type to property-getter
736   - memberaccess: Don't resolve base_method/property twice
738  * Genie:
739   - Allow comma-separated identifiers in definition of enums [#776833]
740   - Add empty file check to read_token() [#633083]
742  * Various bug fixes:
743   - codegen: Don't create duplicated complete-async code [#778302]
744   - codegen: Don't return void for non-nullable simple-type structs [#778224]
745   - vala: Non-null initializers not allowed for owned namespace fields [#777697]
746   - codegen: Support casting arbitary value-types to arrays [#777194]
747   - codegen: Reference struct fields with their actual cname [#775761]
748   - codegen: Add function-prototypes for all register-type calls [#775446]
749   - vala: check a property has an accessor and/or a mutator [#773956]
750   - codegen: Don't declare CreationMethod for compact-classes twice [#772661]
751   - method: Print encountered type if return types mismatch [#769501]
752   - codegen: Fix memory-leak with object initializer for properties [#766739]
753   - codegen: Fix array length of array returned by lambda [#761360]
754   - codegen: Fix emission of constant array length [#756376]
755   - codegen: Support deprecating properties and their accessors [#732449]
756   - codegen: Don't add static modifier to abstract property setters [#673389]
757   - codegen: Fix instance parameter property setter in SimpleType structs
758     [#657346]
759   - codegen: Fix base-access from within overriding struct-property-accessor
760     [#764481]
761   - vala: Check accessibility of default arguments [#648030]
762   - vala: Disallow private accessors in overridable properties [#603491]
763   - methodcall: Don't try to remove N_/NC_ while properly handled in C [#642350]
764   - vala: Check type arguments in DataType.equals [#641418]
765   - parser: Allow cast pointer expressions without enclosing parens [#590641]
766   - Don't initialize local variable if not requested
767   - codegen: Don't implicitly initialize local variables with initializer
768   - Check printf arguments of object creation expressions
769   - ccodefunction: Only add G_GNUC_DEPRECATED to declarations
770   - codegen: Avoid criticals while unconditionaly trying to chain-up to
771     non-existing property-accessors
772   - signalmodule: Add signal-emitter declaration if needed [#779609]
773   - signalmodule: Fix deprecation of signals
774   - codegen: Properly null-out source on ownership-transfer of delegates
775   - vala: Fix MemberAccess.is_non_null() for EnumValue constants [#780050]
777  * Contributors:
778     Abderrahim Kitouni, Alistair Thomas, Andrea Del Signore, Carlos Garnacho,
779     Daniel Espinosa, Daniel Pfeifer, Dr. Michael Lauer, Evan Nemerson,
780     Florian Brosch, Francisco Serna, George Barrett, Jens Georg, Jordan Yelloz,
781     Jürg Billeter, Luca Bruno, Marvin W, Matthias Berndt, Michael James Gratton,
782     mrmacete, Nikolay Orlyuk, Niko Tyni, Ole André Vadla Ravnås,
783     Philip Withnall, Richard Wiedenhöft, Rico Tzschichholz, Sam Thursfield,
784     Severin Heiniger, Simon Werbeck, Timm Bäder, Vladislav, Yu Feng
786 Vala 0.34.0
787 ===========
789  * Bug fixes and binding updates.
791 Vala 0.33.1
792 ===========
794  * Bug fixes and binding updates.
796 Vala 0.32.0
797 ===========
799  * Bug fixes and binding updates.
801 Vala 0.31.1
802 ===========
804  * Introduce [Version] attribute.
805  * Require and target GLib >= 2.32.
806  * Bug fixes and binding updates.
808 Vala 0.30.0
809 ===========
811  * Binding updates.
813 Vala 0.29.3
814 ===========
816  * Add --shared-library option for GIR files.
817  * Bug fixes and binding updates.
819 Vala 0.29.2
820 ===========
822  * Bug fixes and binding updates.
824 Vala 0.29.1
825 ===========
827  * Binding updates.
829 Vala 0.28.0
830 ===========
832  * Binding updates.
834 Vala 0.27.2
835 ===========
837  * Bug fixes and binding updates.
839 Vala 0.27.1
840 ===========
842  * Print compiler messages in color.
843  * Add clutter-gdk-1.0 bindings.
844  * Add clutter-gst-3.0 bindings.
845  * Add clutter-x11-1.0 bindings.
846  * Add rest-extras-0.7 bindings.
847  * Bug fix and binding updates.
849 Vala 0.26.0
850 ===========
852  * Bug fix and binding updates.
854 Vala 0.25.4
855 ===========
857  * Add option --vapi-comments.
858  * Bug fixes and binding updates.
860 Vala 0.25.3
861 ===========
863  * Bug fixes and binding updates.
865 Vala 0.25.2
866 ===========
868  * Require and target GLib >= 2.24.
869  * Report warning for private struct fields.
870  * Replace webkit2gtk-3.0 bindings with webkit2gtk-4.0 bindings.
871  * Always build vapigen.
872  * Bug fixes and binding updates.
874 Vala 0.25.1
875 ===========
877  * Support explicit interface method implementation.
878  * Support (unowned type)[] syntax.
879  * Support non-literal length in fixed-size arrays.
880  * Mark regular expression literals as stable.
881  * GIR parser updates.
882  * Add webkit2gtk-3.0 bindings.
883  * Add gstreamer-allocators-1.0 and gstreamer-riff-1.0 bindings.
884  * Bug fixes and binding updates.
886 Vala 0.24.0
887 ===========
889  * Bug fixes and binding updates.
891 Vala 0.23.3
892 ===========
894  * Bug fixes and binding updates.
896 Vala 0.23.2
897 ===========
899  * Bind GDK event structures as compact classes.
900  * Switch gdk-x11-3.0 bindings to .gir.
901  * Switch librsvg-2.0 bindings to .gir.
902  * Bug fixes and binding updates.
904 Vala 0.23.1
905 ===========
907  * GIR parser updates.
908  * Switch libnotify bindings to .gir.
909  * Add libpeas-gtk-1.0 bindings.
910  * Add xcb-icccm bindings.
911  * Bug fixes and binding updates.
913 Vala 0.22.0
914 ===========
916  * Support chain up to constructv functions.
917  * Bug fixes and binding updates.
919 Vala 0.21.2
920 ===========
922  * Recognize ref/unref functions in .gir files.
923  * Add geocode-glib bindings.
924  * Bug fixes and binding updates.
926 Vala 0.21.1
927 ===========
929  * Support \uXXXX escape sequences.
930  * Support specifying vfunc order in interfaces to define ABI.
931  * Support GTK+ widget templates.
932  * Bug fixes and binding updates.
934 Vala 0.20.1
935 ===========
937  * Bug fixes.
939 Vala 0.20.0
940 ===========
942  * Bug fixes and binding updates.
944 Vala 0.19.0
945 ===========
947  * Support scope = "async" attribute for parameters.
948  * Add --api-version option.
949  * Add atspi-2 bindings.
950  * Add gstreamer-rtsp-server-1.0 bindings.
951  * Bug fixes and binding updates.
953 Vala 0.18.0
954 ===========
956  * Bug fixes.
958 Vala 0.17.7
959 ===========
961  * Add libgnome-menu-3.0 bindings.
962  * Bug fixes and binding updates.
964 Vala 0.17.6
965 ===========
967  * Bug fixes and binding updates.
969 Vala 0.17.5
970 ===========
972  * Support subclassing of GLib.Source.
973  * Switch pango bindings to .gir.
974  * Add gstreamer-1.0 core bindings.
975  * Add gst-plugins-base-1.0 bindings.
976  * Add gobject-introspection-1.0 bindings.
977  * Bug fixes and binding updates.
979 Vala 0.17.4
980 ===========
982  * Warn when accessing static members with an instance reference.
983  * Recompute length when casting between array types.
984  * Support [GenericAccessors] attribute for interfaces.
985  * Deprecate implicit .begin for async methods.
986  * Drop Dova profile.
987  * Drop POSIX profile.
988  * Bug fixes and binding updates.
990 Vala 0.17.3
991 ===========
993  * Require and target GLib >= 2.18.
994  * Support async creation methods.
995  * Bug fixes and binding updates.
997 Vala 0.17.2
998 ===========
1000  * Bug fixes and binding updates.
1002 Vala 0.17.1
1003 ===========
1005  * Improve assertion messages.
1006  * Add --enable-gobject-tracing commandline option.
1007  * Bug fixes and binding updates.
1009 Vala 0.17.0
1010 ===========
1012  * Support simple method-level profiling.
1013  * Add VALA_CHECK_MODULES and VALA_PROG_VAPIGEN to vala.m4.
1014  * Bug fixes and binding updates.
1016 Vala 0.16.0
1017 ===========
1019  * Add udisks2 bindings.
1020  * Bug fixes and binding updates.
1022 Vala 0.15.2
1023 ===========
1025  * Switch poppler-glib bindings to .gir.
1026  * Many bug fixes and binding updates.
1028 Vala 0.15.1
1029 ===========
1031  * Support arrays with nullable elements.
1032  * Add <doc> support to .gir reader and writer.
1033  * Switch clutter-gtk-1.0 bindings to .gir.
1034  * Switch gio-2.0 bindings to .gir.
1035  * Add cogl-pango-1.0 bindings.
1036  * Add gdl-3.0 bindings.
1037  * Add libnl-3.0 bindings.
1038  * Add packagekit-glib2 bindings.
1039  * Add xtst bindings.
1040  * Many bug fixes and binding updates.
1042 Vala 0.15.0
1043 ===========
1045  * Manage memory of GQueue elements.
1046  * Switch atk bindings to .gir.
1047  * Switch gdk-pixbuf-2.0 bindings to .gir.
1048  * Switch gdk-3.0 bindings to .gir.
1049  * Add libwnck-3.0 bindings.
1050  * Many bug fixes and binding updates.
1052 Vala 0.14.0
1053 ===========
1055  * Bug fixes and binding updates.
1057 Vala 0.13.4
1058 ===========
1060  * Switch gudev-1.0 bindings to .gir.
1061  * Switch mx-1.0 bindings to .gir.
1062  * Many bug fixes and binding updates.
1064 Vala 0.13.3
1065 ===========
1067  * Switch pangocairo bindings to .gir.
1068  * Bug fixes.
1070 Vala 0.13.2
1071 ===========
1073  * Enable flow analysis for out parameters.
1074  * Refactor attribute handling.
1075  * Add gedit-3.0 bindings.
1076  * Add gtksourceview-3.0 bindings.
1077  * Add rest-0.7 bindings.
1078  * Add vte-2.90 bindings.
1079  * Switch clutter-1.0 bindings to .gir.
1080  * Switch libgdata bindings to .gir.
1081  * Switch libsoup bindings to .gir.
1082  * Many bug fixes and binding updates.
1084 Vala 0.13.1
1085 ===========
1087  * Many bug fixes and binding updates.
1089 Vala 0.13.0
1090 ===========
1092  * More refactoring in the code generator.
1093  * Improvements to the .gir reader.
1094  * Switch JSON-GLib bindings to .gir.
1095  * Drop deprecated support for D-Bus GLib in favor of GDBus.
1096  * Many bug fixes and binding updates.
1098 Vala 0.12.0
1099 ===========
1101  * Add get_next_char to string class.
1102  * Many bug fixes and binding updates.
1104 Vala 0.11.7
1105 ===========
1107  * Add support for async signal handlers (Frederik Sdun).
1108  * More refactoring in the code generator (Luca Bruno).
1109  * Improvements to the .gir writer (Michal Hruby).
1110  * Many bug fixes and binding updates.
1112 Vala 0.11.6
1113 ===========
1115  * Add parse and try_parse methods to boolean and numeric types.
1116  * Add clutter-gtk-1.0 bindings.
1117  * Add pixmap-1 bindings (Evan Nemerson).
1118  * Many bug fixes and binding updates.
1120 Vala 0.11.5
1121 ===========
1123  * Add last_index_of and last_index_of_char to string class.
1124  * More refactoring in the code generator (Luca Bruno).
1125  * Improvements to the .gir writer (Michal Hruby).
1126  * Many bug fixes and binding updates.
1128 Vala 0.11.4
1129 ===========
1131  * Add index_of, index_of_char, and char_count to string class.
1132  * Many bug fixes and binding updates.
1134 Vala 0.11.3
1135 ===========
1137  * Support BusName sender parameter in GDBus servers.
1138  * More refactoring in the code generator.
1139  * Many bug fixes and binding updates.
1141 Vala 0.11.2
1142 ===========
1144  * Update libnotify bindings to 0.7.0.
1145  * Improvements to the .gir reader.
1146  * Bug fixes and binding updates.
1148 Vala 0.11.1
1149 ===========
1151  * Require and target GLib >= 2.16.
1152  * Guard access to out parameters to allow null arguments.
1153  * Add support for local constants.
1154  * Support file descriptor passing with GDBus.
1155  * Support cached property values in GDBus clients.
1156  * Support Cancellable parameter in GDBus clients.
1157  * Support no-reply methods in GDBus clients and servers.
1158  * More refactoring in the code generator.
1159  * Many bug fixes and binding updates.
1161 Vala 0.11.0
1162 ===========
1164  * Use byte indices for strings.
1165  * Use uint8[] for binary data in bindings.
1166  * Add support for parallel compilation.
1167  * Improve compiler performance.
1168  * More refactoring in the code generator.
1169  * Many bug fixes and binding updates.
1171 Vala 0.10.0
1172 ===========
1174  * Port GIR parser and writer to GIR version 1.2.
1175  * Update GLib bindings to 2.26 branch.
1176  * Bug fixes.
1178 Vala 0.9.8
1179 ==========
1181  * Add --fatal-warnings commandline option.
1182  * Deprecate string.len () in favor of string.length.
1183  * Deprecate use of D-Bus GLib in favor of GDBus.
1184  * Many bug fixes and binding updates.
1186 Vala 0.9.7
1187 ==========
1189  * Fix regression introduced by codegen refactoring.
1191 Vala 0.9.6
1192 ==========
1194  * Drop deprecated support for assigning to construct properties.
1195  * Some refactoring in the code generator.
1196  * Bug fixes in bindings and vapigen.
1198 Vala 0.9.5
1199 ==========
1201  * Add version suffix to support parallel installation.
1202  * Define VALA_X_Y according to compiler version.
1203  * Enable version header by default.
1204  * Add vala.m4 with VALA_CHECK_PACKAGES macro.
1205  * Add gedit-2.20 bindings (Andrea Del Signore).
1206  * Add tokyocabinet bindings (Evan Nemerson).
1207  * Various improvements to the Dova profile.
1208  * Many bug fixes and binding updates.
1210 Vala 0.9.4
1211 ==========
1213  * Append documentation comments to generated C files.
1214  * Skip <doc> tags in .gir files.
1215  * Various improvements to the Dova profile.
1216  * Many bug fixes and binding updates.
1218 Vala 0.9.3
1219 ==========
1221  * Support newlines in double quoted string literals.
1222  * Add experimental support for main blocks.
1223  * Add experimental vala tool to compile and run code.
1224  * Initial support for generic delegates.
1225  * Support using GClosure for delegate parameters.
1226  * Support GBoxed-based memory management.
1227  * Improvements to the .gir reader and writer.
1228  * Various improvements to the Dova profile.
1229  * Many bug fixes and binding updates.
1231 Vala 0.9.2
1232 ==========
1234  * Initial support for GDBus-based clients and servers.
1235  * Support implicit and explicit GVariant casts.
1236  * Add support for [Deprecated] attribute.
1237  * Add GenericArray as alternative binding to GPtrArray.
1238  * Add gdk-pixbuf-3.0, gdk-3.0, gdk-x11-3.0, and gtk+-3.0 bindings.
1239  * Updates to the GLib bindings.
1240  * Many bug fixes.
1242 Vala 0.9.1
1243 ==========
1245  * Support constants in enums.
1246  * Deprecate +=/-= syntax to connect/disconnect signal handlers.
1247  * Add experimental support for Dova profile.
1248  * Update Genie parser (Jamie McCracken).
1249  * Add clutter-gst-1.0 bindings (Ali Sabil).
1250  * Add gdu and gdu-gtk bindings.
1251  * Add libesmtp bindings (Adrien Bustany).
1252  * Add mx-1.0 bindings (Evan Nemerson).
1253  * Add orc-0.4 bindings (Fabian Deutsch).
1254  * Add rest-extras-0.6 bindings (Adrien Bustany).
1255  * Updates to the GLib, GStreamer, Linux, SQLite, and other bindings.
1256  * Many bug fixes.
1258 Vala 0.8.0
1259 ==========
1261  * Infer type arguments when calling generic methods.
1262  * Support `in' operator for arrays.
1263  * Add experimental support for regular expression literals.
1264  * Add experimental support for chained relational expressions.
1265  * Add va_list support.
1266  * Add clutter-gtk-0.10 bindings (Gordon Allott).
1267  * Add gdl-1.0 bindings (Nicolas Joseph).
1268  * Add gstreamer-app-0.10 bindings (Sebastian Dröge).
1269  * Add gstreamer-cdda-0.10 bindings (Sebastian Dröge).
1270  * Add gudev-1.0 bindings (Jim Nelson).
1271  * Add libgda-report-4.0 bindings (Shawn Ferris).
1272  * Add libgvc (graphviz) bindings (Martin Olsson).
1273  * Add purple bindings (Adrien Bustany).
1274  * Many bug fixes and binding updates.
1276 Vala 0.7.10
1277 ===========
1279  * Support coalescing operator ??.
1280  * Support to_string and bitwise complement with enums.
1281  * Return handler id when connecting signal handlers.
1282  * Support struct comparison.
1283  * Support constructor chaining in structs.
1284  * Enforce protected member restrictions.
1285  * Improve performance of flow analysis.
1286  * Support automatic line continuations in Genie.
1287  * Improvements to the .gir reader and writer.
1288  * Add --enable-mem-profiler commandline option.
1289  * Many bug fixes and binding updates.
1291 Vala 0.7.9
1292 ==========
1294  * Support array and string slicing.
1295  * Add --symbols commandline option.
1296  * Add avahi-gobject bindings (Sebastian Noack).
1297  * Add ccss-1 bindings (Ali Sabil).
1298  * Add libarchive bindings (Julian Andres Klode).
1299  * Add libmagic bindings (Jens Georg).
1300  * Add readline bindings (Jukka-Pekka Iivonen).
1301  * Add twitter-glib-1.0 bindings (Adrien Bustany).
1302  * Many bug fixes and binding updates.
1304 Vala 0.7.8
1305 ==========
1307  * Support constructor chain up to GObject using Object (...).
1308  * Add syntax for string templates.
1309  * Support (!) non-null casts.
1310  * Many bug fixes and binding updates.
1312 Vala 0.7.7
1313 ==========
1315  * Support `using' directives inside namespaces.
1316  * Use const only for immutable structs.
1317  * Support string marshalling for enums in D-Bus (Didier Ptitjes).
1318  * Update Genie parser (Jamie McCracken).
1319  * Add libgda-4.0 bindings (Shawn Ferris).
1320  * Many bug fixes for closures and async methods.
1322 Vala 0.7.6
1323 ==========
1325  * Add support for closures.
1326  * Improve support for asynchronous methods.
1327  * Support async methods in D-Bus servers.
1328  * Add clutter-1.0 bindings (Rob Taylor).
1329  * Add GVariant, GSettings, and dconf bindings (Ryan Lortie).
1330  * Add linux, libnl-1, and libasound bindings (Michael 'Mickey' Lauer).
1331  * Add gnutls bindings (Jiří Zárevúcky).
1332  * Add librest bindings (Adrien Bustany).
1333  * Many bug fixes and binding updates.
1335 Vala 0.7.5
1336 ==========
1338  * Add support for static properties.
1339  * Add support for delegate properties.
1340  * Support virtual default handler for signals.
1341  * Add limited support for derived compact classes.
1342  * Add libgdata bindings (Víctor Manuel Jáquez Leal).
1343  * Add libusb-1.0 bindings (Evan Nemerson).
1344  * Many bug fixes and binding updates.
1346 Vala 0.7.4
1347 ==========
1349  * Add support for array properties.
1350  * Support implicit and explicit GValue casts.
1351  * Add initial support for generic methods.
1352  * Add postgres bindings.
1353  * Many bug fixes and binding updates.
1355 Vala 0.7.3
1356 ==========
1358  * Add initial support for POSIX profile.
1359  * Add --vapi and --gir commandline options.
1360  * Add initial x11, xcb, and cairo-xcb bindings.
1361  * Many bug fixes and binding updates.
1363 Vala 0.7.2
1364 ==========
1366  * Improvements to the .gir reader and writer (Didier Ptitjes).
1367  * Many bug fixes and binding updates.
1369 Vala 0.7.1
1370 ==========
1372  * Introduce new syntax to connect/disconnect signal handlers.
1373  * Add experimental support for fixed-length arrays.
1374  * Update Genie parser (Jamie McCracken).
1375  * Updates to the GLib, Cairo, GTK+, GStreamer, and POSIX bindings.
1376  * Many bug fixes.
1378 Vala 0.7.0
1379 ==========
1381  * Do not generate header files unless requested by the -H commandline
1382    option. This requires changes in the build system of Vala projects.
1383  * Support conditional compilation.
1385 Vala 0.6.0
1386 ==========
1388  * Improvements to the .gir reader and writer (Didier Ptitjes).
1389  * Add librsvg-2.0 bindings (Evan Nemerson).
1390  * Add Maemo libosso bindings (Jukka-Pekka Iivonen).
1391  * Add V4L2 bindings (Matías De la Puente).
1392  * Many bug fixes.
1394 Vala 0.5.7
1395 ==========
1397  * Support signals in static D-Bus clients.
1398  * Various improvements to asynchronous method support (Ryan Lortie).
1399  * Report unused internal methods.
1400  * Extend POSIX bindings.
1401  * Add FUSE bindings (John Carr).
1402  * Add libdaemon bindings (Jukka-Pekka Iivonen).
1403  * Many bug fixes.
1405 Vala 0.5.6
1406 ==========
1408  * Do not require libgee for custom indexer access.
1409  * Add Log.FILE, Log.LINE, and Log.METHOD constants.
1410  * Various improvements to the .gir reader.
1411  * Add Lua bindings (pancake and Phil Housley).
1412  * Add MySQL bindings (Jukka-Pekka Iivonen).
1413  * Add partial POSIX bindings.
1414  * Many bug fixes.
1416 Vala 0.5.5
1417 ==========
1419  * Improve syntax of owned property getters.
1420  * Add --enable-deprecated and --enable-experimental commandline options.
1421  * Remove --disable-non-null commandline option.
1422  * Many bug fixes.
1424 Vala 0.5.4
1425 ==========
1427  * Support array initializers as expressions.
1428  * Support += to efficiently append elements to arrays.
1429  * Calculate length for null-terminated arrays.
1430  * Support initializers for multi-dimensional arrays.
1431  * Add `owned' keyword to replace `#'.
1432  * Various fixes in coroutine support.
1433  * Support boxed structs as GObject properties.
1434  * Many bug fixes.
1436 Vala 0.5.3
1437 ==========
1439  * Rewrite D-Bus server support to directly use libdbus.
1440  * Register structs as boxed types.
1441  * Improve error reporting on invalid code.
1442  * Support private class fields and class destructors.
1443  * Add partial raptor and rasqal bindings.
1444  * Drop vala-gen-project, moved to vtg.
1445  * Many bug fixes.
1447 Vala 0.5.2
1448 ==========
1450  * Report uninitialized local variables.
1451  * Report unused fields, methods, and local variables.
1452  * Fix error handling in complex statements.
1453  * Improve support for generic types.
1454  * Support parameter arrays in bindings.
1455  * Do not require libgee for foreach statements.
1456  * Support enums in D-Bus clients and servers.
1457  * Support structs in hash tables in D-Bus servers.
1458  * Experimental static D-Bus client support.
1459  * Add --dump-tree commandline option to write code tree to file.
1460  * Many bug fixes.
1462 Vala 0.5.1
1463 ==========
1465  * Support type checks for error domains and error codes.
1466  * Experimental support for yield statements and coroutines.
1467  * Support GValue and GHashTable in D-Bus clients.
1468  * Various improvements to the .gir reader.
1469  * Drop deprecated support for static classes.
1470  * Modularize code generator.
1471  * Many bug fixes.
1473 Vala 0.4.0
1474 ==========
1476  * Support more flexible constructors.
1477  * Partial support for reading and writing .gir files.
1478  * Improve compiler performance.
1479  * Copy arrays where necessary.
1480  * Basic support for static properties.
1481  * Partial support for struct holding object references.
1482  * Add tracker indexer bindings (Roberto Majadas)
1483  * Updates to the GLib, GTK+, and GStreamer bindings.
1484  * Many bug fixes.
1486 Vala 0.3.5
1487 ==========
1489  * Notify on property changes by default (Jared Moore)
1490  * Add unique-1.0 bindings (Phil Housley)
1491  * Updates to the GLib, GTK+, and GStreamer bindings.
1492  * Many bug fixes.
1494 Vala 0.3.4
1495 ==========
1497  * Various improvements to D-Bus client and service support.
1498  * Basic support for detailed signals.
1499  * Check types of printf arguments.
1500  * Support `in' operator for Gee.Collection and Gee.Map (Jamie McCracken)
1501  * Add libgsf-1 bindings (Michael Lawrence)
1502  * Add loudmouth-1.0 bindings (Ali Sabil)
1503  * Updates to the GLib, GTK+, and GStreamer bindings.
1504  * Many bug fixes.
1506 Vala 0.3.3
1507 ==========
1509  * Support overriding default method handlers of signals.
1510  * Support dynamic access to properties and signals of GObjects.
1511  * Experimental support for nullable value types.
1512  * Improve support for classes not deriving from GLib.Object.
1513  * Support """verbatim strings""".
1514  * Add parser for Genie (Jamie McCracken)
1515  * Experimental support for arrays of arrays.
1516  * Documentation improvements (Phil Housley)
1517  * Improvements to D-Bus support (Ali Sabil, Philip Van Hoof, Yu Feng)
1518  * Add libepc-1.0 bindings (Ali Sabil)
1519  * Add libtiff bindings (Christian Meyer)
1520  * Updates to the GStreamer bindings (Ali Sabil and Jaap A. Haitsma)
1521  * Many bug fixes and performance improvements.
1523 Vala 0.3.2
1524 ==========
1526  * Add support for class constructors, class fields, and class methods.
1527  * Various improvements to methods in D-Bus services.
1528  * Add support for properties and signals in D-Bus services (Yu Feng)
1529  * Add Time API to GLib bindings.
1530  * Documentation improvements (Phil Housley)
1531  * Updates to the GLib and GTK+ bindings.
1532  * Many bug fixes.
1534 Vala 0.3.1
1535 ==========
1537  * Enable non-null types by default.
1538  * Add --disable-non-null commandline option.
1539  * New handwritten parser.
1540  * Support virtual methods in interfaces.
1541  * Add `dynamic' type modifier for D-Bus client support.
1542  * Add experimental support for writing D-Bus services.
1543  * Don't require `new' operator for structs.
1544  * Warn when using deprecated syntax.
1545  * Add libsexy bindings (Evan Nemerson)
1546  * Updates to the GLib and GTK+ bindings.
1547  * Many bug fixes.
1549 Vala 0.2.0
1550 ==========
1552  * Support nested namespaces.
1553  * Support static constructors.
1554  * Register enums with GType (Marc-André Lureau)
1555  * Small syntax change for default values of properties.
1556  * Add --verbose commandline option (Daniel Silverstone)
1557  * Improve pointer support.
1558  * Add GNOME Keyring bindings (Andrea Del Signore)
1559  * Add SDL bindings (Levi Bard)
1560  * Add libftdi bindings (Evan Nemerson)
1561  * Updates to the GLib, GTK+, GStreamer, and SQLite bindings.
1562  * Many bug fixes all over the place.
1564 Vala 0.1.7
1565 ==========
1567  * Support private property accessors.
1568  * Support default values for properties.
1569  * Improve support for array length and delegate target parameters.
1570  * Improve delegate and signal handler support.
1571  * Introduce new syntax to declare errordomains.
1572  * Improve exception support.
1573  * Report errors for missing return statements.
1574  * Report warnings for unreachable code.
1575  * Improve support for generic types.
1576  * Support pointer member access and pointer element access.
1577  * Support pointer arithmetic.
1578  * Add --quiet commandline option (Emmanuele Bassi)
1579  * Add WebKit bindings.
1580  * Add JSON-GLib bindings (Ali Sabil)
1581  * Add goocanvas bindings (Roberto Majadas)
1582  * Add hildon-fm-2 bindings (Levi Bard)
1583  * Add taglib bindings (Andreas Brauchli)
1584  * Add libusb bindings (Evan Nemerson)
1585  * Add bzip2 bindings (Maciej Piechotka)
1586  * Updates to the GLib, GTK+, GStreamer, and libsoup bindings.
1587  * Fixes for Windows.
1588  * Many bug fixes.
1590 Vala 0.1.6
1591 ==========
1593  * Add support for instance delegates.
1594  * Support conditional method compilation.
1595  * Add support for nested generic types.
1596  * Add size_t and ssize_t.
1597  * Use non-null types by default with --enable-non-null option.
1598  * Limited support for nullable types.
1599  * Add basic support for method pre- and postconditions.
1600  * Improve pointer support.
1601  * Always enable memory management.
1602  * Add libgnome-menu bindings (Roberto Majadas)
1603  * Add liboobs-1 bindings (Roberto Majadas)
1604  * Updates to the GLib, GTK+, GStreamer, SQLite, and libxml2 bindings.
1605  * Small documentation improvements.
1606  * Many bug fixes.
1608 Vala 0.1.5
1609 ==========
1611  * Add Vala Project Generator.
1612  * Support `in` operator for enums.
1613  * Support typeof for generic type parameters.
1614  * Replace gidlgen by vala-gen-introspect with a real C parser.
1615  * Update all bindings to use vala-gen-introspect.
1616  * Fix many gcc warnings.
1617  * Fix build with Cygwin and MinGW (Yaakov Selkowitz).
1618  * Many bug fixes.
1620 Vala 0.1.4
1621 ==========
1623  * Use .vapi as file extension for bindings.
1624  * Add Vala Reference Manual.
1625  * Add support for object initializers.
1626  * Emit #line directives in debug mode.
1627  * Add --basedir option.
1628  * Support creation methods in structs.
1629  * Add support for [Notify] attribute for properties.
1630  * Add experimental support for registering new fundamental classed types.
1631  * Improve support for non-GObject classes.
1632  * Improve error reporting.
1633  * Add vapicheck to verify generated bindings (Mathias Hasselmann).
1634  * Drop xml_pp dependency (Alberto Ruiz).
1635  * Many bug fixes.
1637 Vala 0.1.3
1638 ==========
1640  * Convert reference-type structs to classes for a more consistent type system.
1641  * Support `as` operator (Mathias Hasselmann).
1642  * Improve array support.
1643  * Experimental D-Bus client support.
1644  * Add GConf bindings.
1645  * Add libgnome and libgnomeui bindings.
1646  * Add Glade bindings.
1647  * Add libnotify bindings (Nicolas Christener, Roland Hostettler).
1648  * Add GnomeVFS bindings.
1649  * Add GtkSourceView bindings.
1650  * Add Panel Applet bindings.
1651  * Add GNOME Desktop Library bindings.
1652  * Add libsoup bindings.
1653  * Add libwnck bindings.
1654  * Add GtkMozEmbed bindings (Alberto Ruiz).
1655  * Add Poppler bindings (Alberto Ruiz).
1656  * Add Enchant bindings (Mathias Hasselmann).
1657  * Add Hildon bindings (Marcelo Lira).
1658  * Add SQLite bindings.
1659  * Add curses bindings (Ed Schouten).
1660  * Build system fixes (Nicolas Trangez).
1661  * Add manual pages for gidlgen and vapigen (Kumar Appaiah).
1662  * Many bug fixes all over the place.
1664 Vala 0.1.2
1665 ==========
1667  * Use and support libgee collection library (internal copy for now).
1668  * Performance improvements.
1669  * Improve support for generic types.
1670  * Many memory management fixes.
1671  * Add support for inner classes.
1672  * Add --cc and -X commandline options to control the C compiler.
1673  * Use GSlice for reference-type structs.
1674  * Add experimental GStreamer bindings.
1676 Vala 0.1.1
1677 ==========
1679  * Support simple exception handling.
1680  * Improve array and string support.
1681  * Support multi-dimensional arrays.
1682  * Add --thread commandline option.
1683  * Improve bindings.
1684  * Bug fixes.
1686 Vala 0.1.0
1687 ==========
1689  * Add commandline options for running the C compiler and linker.
1690  * Use # modifier for reference transfer in method parameters.
1691  * Replace callback keyword by delegate.
1692  * Improve and update GLib and GTK+ bindings.
1693  * Add experimental GVFS binding.
1694  * C89/MSVC portability fixes (Hans Breuer).
1695  * Refactor code generator.
1696  * Add experimental bindings generator.
1697  * Many bug fixes.
1699 Vala 0.0.9
1700 ==========
1702  * Add support for defining new generic classes.
1703  * Improve array support.
1704  * Memory management fixes.
1705  * Improve abstract property support.
1706  * Add basic support for flags types.
1707  * Improve GLib binding.
1708  * Add VTE binding.
1709  * Many bug fixes.
1711 Vala 0.0.8
1712 ==========
1714  * Add support for overridden properties.
1715  * Support properties and signals in interfaces.
1716  * Improve interface runtime suport.
1717  * Verify that classes implement all abstract and interface methods.
1718  * Basic compile-time support for generic types.
1719  * Default to strong references for return values and local variables.
1720  * Improve signal support.
1721  * Add support for pointers.
1722  * Improve support for numeric types.
1723  * Support writing GTypeModule-based plug-ins.
1724  * Improve manual memory management support.
1725  * Improve GTK+ bindings.
1726  * Many bug fixes.
1728 Vala 0.0.7
1729 ==========
1731  * New object construction syntax.
1732  * Interface implementations don't have to specify override anymore.
1733  * Improve interface support.
1735 Vala 0.0.6
1736 ==========
1738  * Improve interface support.
1739  * Support do loops.
1740  * Improve array support.
1741  * Improve enum support.
1742  * Add automated testing infrastructure.
1743  * Fixes for prefix and postfix operators.
1744  * Add more types to GLib bindings.
1745  * Many bug fixes.
1747 Vala 0.0.5
1748 ==========
1750  * Support base access.
1751  * Support typeof expressions.
1752  * Improve array support.
1753  * Fix possible memory leak in foreach statements.
1754  * Fix many warnings during C compilation.
1755  * Improve GTK+ bindings.
1757 Vala 0.0.4
1758 ==========
1760  * Support + operator in strings.
1761  * Support unicode character literals.
1762  * Add implicit conversions for numeric types.
1763  * Improve interface support.
1764  * Improve array support.
1765  * Support arbitrary signal parameters.
1766  * Add threading support.
1767  * Support lock statements.
1768  * Many improvements to the GTK+ bindings.
1770 Vala 0.0.3
1771 ==========
1773  * Interface fixes.
1774  * Support namespace constants.
1775  * Support switch statements.
1776  * Array creation support.
1777  * Provide complete but experimental bindings for GTK+ 2.10 and Cairo 1.2.
1778  * Add implicit array length parameter.
1779  * Follow package dependencies.
1780  * Support hexadecimal and octal integer literals and hexadecimal escape
1781    sequences.
1782  * Install libvala as shared library.
1784 Vala 0.0.2
1785 ==========
1787  * Support named construction methods.
1788  * Basic interface support.
1789  * Improve error handling.
1790  * Many bug fixes.
1793 Vala 0.0.1
1794 ==========
1796  * Initial release.