diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 23 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 37 insertions, 2 deletions
@@ -6,6 +6,7 @@ Cody Russell <crussell@canonical.com> David Barth <david.barth@canonical.com> Devendranath Thadi <devendranath.thadi3@gmail.com> Didier Roche <didier.roche@canonical.com> +Jan Palus <jpalus@fastmail.com> Jason Conti <jason.conti@gmail.com> Javier Jardón <javier.jardon@codethink.co.uk> Jeremy Bicha <jbicha@ubuntu.com> @@ -20,6 +21,7 @@ Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Michael Terry <mike@mterry.name> Michal Hruby <michal.mhr@gmail.com> Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Rico Tzschichholz <ricotz@ubuntu.com> Robert Ancell <robert.ancell@canonical.com> Robert Carr <racarr@canonical.com> Robert Tari <robert@tari.in> 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 @@ -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 @@ -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 <mike.gabriel@das-netzwerkteam.de> Fri, 03 Jun 2022 23:44:20 +0200 + ayatana-ido (0.9.1-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-ido. |