From 69ba03b9465e8ee4105e9320a7a1f6d7ab0428c2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 3 Jun 2022 23:45:29 +0200 Subject: release 0.9.2 --- AUTHORS | 2 ++ CMakeLists.txt | 2 +- ChangeLog | 23 ++++++++++++++++++++++- NEWS | 5 +++++ debian/changelog | 7 +++++++ 5 files changed, 37 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 44c855b..315fac4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,6 +6,7 @@ Cody Russell David Barth Devendranath Thadi Didier Roche +Jan Palus Jason Conti Javier Jardón Jeremy Bicha @@ -20,6 +21,7 @@ Mathieu Trudel-Lapierre Michael Terry Michal Hruby Mike Gabriel +Rico Tzschichholz Robert Ancell Robert Carr Robert Tari diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b10f0c..bc4295f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS}) # Set global variables include(GNUInstallDirs) -set(PROJECT_VERSION "0.9.1") +set(PROJECT_VERSION "0.9.2") # Make everything diff --git a/ChangeLog b/ChangeLog index afdc6d3..d4b0630 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,27 @@ +2022-06-03 Mike Gabriel + + * release 0.9.2 (HEAD -> main, tag: 0.9.2) + +2022-03-24 Mike Gabriel + + * Merge branch 'ricotz-main' (e56a633c) + +2022-03-15 Rico Tzschichholz + + * vala: The name of the vapi should match the pkg-config name + (2e1c0409) + +2022-02-28 Mike Gabriel + + * Merge branch 'jpalus-link-libm' (d87cc103) + +2022-02-19 Jan Palus + + * src/CMakeLists.txt: link libm for expf, pow and sinf (62f510e2) + 2022-02-17 Mike Gabriel - * release 0.9.1 (HEAD -> main, tag: 0.9.1) + * release 0.9.1 (9e8a410f) (tag: 0.9.1) 2022-02-08 Robert Tari diff --git a/NEWS b/NEWS index 54989d6..8fe568e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Overview of changes in ayatana-ido 0.9.2 + + - src/CMakeLists.txt: link libm for expf, pow and sinf. + - vala: The name of the vapi should match the pkg-config name. + Overview of changes in ayatana-ido 0.9.1 - Clean up compilation flags. diff --git a/debian/changelog b/debian/changelog index 663f64e..533bbb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-ido (0.9.2-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-ido. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Fri, 03 Jun 2022 23:44:20 +0200 + ayatana-ido (0.9.1-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-ido. -- cgit v1.2.3