2023-08-05  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.56.10

2023-08-03  hrxi  <hrrrxi@gmail.com>

	codegen: Don't emit casts in static field initializers
	Found by -std=c99 -pedantic-errors

	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1459

2023-08-03  Val Och  <v19930312@gmail.com>

	linux: Add resolution field to Input.AbsInfo

2023-08-02  Rico Tzschichholz  <ricotz@ubuntu.com>

	parser: Reset tokens buffer when parsing a new source file
	Old token buffer entries will result in faulty source references.

	vala: Correctly handle possible null from SourceFile.get_source_line()
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1464

2023-08-02  Rico Tzschichholz  <ricotz@ubuntu.com>

	glib-2.0: Update return-type of HashTable.add/insert/replace() and GenericSet.add()
	These return bool since 2.40

	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1465

2023-08-02  Rico Tzschichholz  <ricotz@ubuntu.com>

	vala: Allow "set" method of an container to return void or bool

	vala: Output additional information when accessing unknown member
	Return location of the variable declaration which will usually
	show its type.

	libpq: Fix a few binding errors