aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-06-03 23:45:29 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-06-03 23:45:30 +0200
commit69ba03b9465e8ee4105e9320a7a1f6d7ab0428c2 (patch)
treed63d65ffd62d26f3236e1a851514bc2cf1e01109
parente56a633cc621ff211a7388afa4b2548b7af5ed91 (diff)
downloadayatana-ido-69ba03b9465e8ee4105e9320a7a1f6d7ab0428c2.tar.gz
ayatana-ido-69ba03b9465e8ee4105e9320a7a1f6d7ab0428c2.tar.bz2
ayatana-ido-69ba03b9465e8ee4105e9320a7a1f6d7ab0428c2.zip
release 0.9.20.9.2
-rw-r--r--AUTHORS2
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog23
-rw-r--r--NEWS5
-rw-r--r--debian/changelog7
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 <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
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 <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.