diff --git a/NEWS b/NEWS index 055b5561e9ccb91a2f77b732b0c0faf721013a11..7c733b6090cc3f79ab09f35656ef312c34a456a4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +=============== +Version 0.20.4 +=============== + +* Fix: interfaces should not be abstract (Rico Tzschichholz) +* StreamBuilder: improve parsing stages +* StreamReader: improve error messages and stream fail handling +* Updated translations: + Spanish by Daniel Mustieles + Romanian by Florentina Mușat + Servian by Мирослав Николић + Czech by Marek Černocký + Basque by Asier Sarasua Garmendia + Hungarian by Balázs Úr + Danish by Alan Mortensen + Chinese by lumingzh + Swedish by Anders Jonsson + Ukranian by Yuri Chornoivan + Polish by Piotr Drąg + Brazilian Portuguese by Enrico Nicoletto + Portuguese by Hugo Carvalho + German by Jürgen Benvenuti + Indonesian by Andika Triwidada + =============== Version 0.20.3 =============== diff --git a/meson.build b/meson.build index d65274375eb2104879c27a3ddcb7df6844a74385..f8210e6e6125e23f0277e586b248b8ea07f730cf 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gxml', [ 'vala', 'c'], version : '0.21.0') +project('gxml', [ 'vala', 'c'], version : '0.20.4') PROJECT_NAME = meson.project_name () API_VERSION = '0.20'