diff --git a/NEWS b/NEWS index b61ee496..ba62b200 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Changes in 1.3.2 +================ + +This is a development release that will eventually become 1.4.x. + +* Add meson buildsystem; The autotools build system will be removed in a future release +* Add `referer` property to file/archive sources to set the HTTP `Referer` header +* Fix `no-autodownload` in extensions incorrectly setting `autodelete` +* Reduce verbosity of unzip usage +* Ignore `$schema` properties in manifests so editors can use our JSON schema +* Change git usage to be more forgiving about submodules in `.gitmodules` + Changes in 1.3.1 ================ diff --git a/meson.build b/meson.build index 66ae95e2..6a9a4fda 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'c', license: 'LGPL-2.1-or-later', meson_version: '>= 0.56.2', - version: '1.3.1', + version: '1.3.2', default_options: 'c_std=gnu99', )