From dc3c62d3f48dcadc693fd464f97e74e0ae26d272 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Fri, 17 Mar 2023 10:53:31 -0500 Subject: [PATCH] Prepare 1.3.2 --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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', )