aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-09-01 09:39:26 +0200
committerRobert Tari <robert@tari.in>2021-09-02 13:21:08 +0200
commitecabcbd846c6ac20b3dcf74d4cbb16bb6a341021 (patch)
treedac3b2c069ff5f520c89ab750485127302ec01bc
parent396782012c31d75e7ef99a199cac718833f16b38 (diff)
downloadlibayatana-common-ecabcbd846c6ac20b3dcf74d4cbb16bb6a341021.tar.gz
libayatana-common-ecabcbd846c6ac20b3dcf74d4cbb16bb6a341021.tar.bz2
libayatana-common-ecabcbd846c6ac20b3dcf74d4cbb16bb6a341021.zip
release 0.9.4
-rw-r--r--AUTHORS1
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog48
-rw-r--r--debian/changelog7
4 files changed, 56 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index e6866ee..2e9440d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -13,4 +13,5 @@ Milo Ivir <mail@milotype.de>
Oğuz Ersen <oguzersen@protonmail.com>
Quentin PAGÈS <quentinantonin@free.fr>
Robert Tari <robert@tari.in>
+Weblate <noreply@weblate.org>
Yaron Shahrabani <sh.yaron@gmail.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4dfc038..07fc724 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE)
endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
-set(PROJECT_VERSION "0.9.3")
+set(PROJECT_VERSION "0.9.4")
set(PACKAGE ${CMAKE_PROJECT_NAME})
set(GETTEXT_PACKAGE "ayatana-common")
set(API_VERSION 0)
diff --git a/ChangeLog b/ChangeLog
index 633ed16..15e1435 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,52 @@
+2021-09-01 Mike Gabriel
+
+ * release 0.9.4 (HEAD -> main, tag: 0.9.4)
+
+2021-08-28 Mike Gabriel
+
+ * Translated using Weblate (German) (69b0e8b)
+
+2021-08-29 Mike Gabriel
+
+ * debian/control: Fix Breaks: relation between
+ ayatana-indicator-common and ayatana-indicator-keyboard.
+ (d4a0a41)
+ * Merge branch 'tari01-pr/fix-gir-error' (6976edc)
+
+2021-08-29 Robert Tari
+
+ * Fix missing ayatana-common library during GIR scanning (2f582bd)
+ * Whitespace fix (8c9b69a)
+
+2021-08-28 Mike Gabriel
+
+ * debian/gir1.2-ayatanacommon-0.0.install: Add missing file.
+ (5c156a7)
+ * Merge branch 'sunweaver-pr/generate-typelib-file' (1669b29)
+ * debian/: Fix DEB packaging; add GIR, VAPI, translation and GSchema
+ files. Add gir1.2-ayatanacommon-0.0 bin:pkg. (908b36b)
+ * src/CMakeLists.txt: Also generate binary typelib file (and set
+ nsversion for this). (765360a)
+ * Merge branch 'sunweaver-pr/conditional-gir-and-vala' (f3ac7d6)
+ * GIR and Vala bindings: Properly detect GObjectIntrospection and
+ Vala and disable GIR and Vala if not found. (3859fae)
+
+2021-08-28 Weblate
+
+ * Added translation using Weblate (Kurdish (Northern)) (91282da)
+ * Added translation using Weblate (Kurdish (Southern)) (2a7bb3b)
+
2021-08-28 Mike Gabriel
- * release 0.9.3 (HEAD -> master, tag: 0.9.3)
+ * Merge branch 'sunweaver-pr/fix-vala-unittests--against-GLib-2.58'
+ (55155fe)
+ * tests/tst_utils.vala: Use older GLib.assert() API to make tests
+ work correctly when building against GLib 2.58. (d6b78d0)
+ * .travis.yml: Fix branch name what is now the default branch in
+ ayatana-dev-scripts. (8b40ad5)
+ * debian/control: Add B-Ds: valac, gobject-introspection and
+ libgirepository1.0-dev. (39f6704)
+ * release 0.9.3 (0334f03) (tag: 0.9.3)
2021-08-27 Adolfo Jayme Barrientos
diff --git a/debian/changelog b/debian/changelog
index 3c36f35..87a5989 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libayatana-common (0.9.4-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for libayatana-common.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 01 Sep 2021 09:38:49 +0200
+
libayatana-common (0.9.3-0) unstable; urgency=medium
* Upstream-provided Debian package for libayatana-common.