aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-25 17:11:13 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-25 17:11:14 +0100
commit9a887fb72380993ee03ae99fde261c64e158562f (patch)
treed594b451cc2d42563d57d6fc82c9a8a0d1a6ad55
parentd0abfc5c1695a0e9cf4ae0f2dd1cb29bfc93756f (diff)
downloadlibayatana-indicator-9a887fb72380993ee03ae99fde261c64e158562f.tar.gz
libayatana-indicator-9a887fb72380993ee03ae99fde261c64e158562f.tar.bz2
libayatana-indicator-9a887fb72380993ee03ae99fde261c64e158562f.zip
release 0.8.40.8.4
-rw-r--r--ChangeLog70
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
4 files changed, 83 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aec2c5..f2f8a60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,72 @@
-2020-11-09 20:27:33 +0100 Mike Gabriel
+2021-01-25 17:11:13 +0100 Mike Gabriel
- * release 0.8.3 (HEAD -> master, tag: 0.8.3)
+ * release 0.8.4 (HEAD -> master, tag: 0.8.4)
+
+2021-01-25 17:05:29 +0100 Mike Gabriel (d0abfc5c)
+
+ * Makefile.am: Set DISTCHECK_CONFIGURE_FLAGS.
+
+2021-01-25 17:05:09 +0100 Mike Gabriel (dec55b81)
+
+ * debian/*: Update from official Debian packaging.
+
+2020-12-04 11:36:43 +0100 Robert Tari (6935c683)
+
+ * Merge branch 'sunweaver-pr/debian-build-with-unit-tests'
+
+2020-12-04 10:32:25 +0100 Mike Gabriel (03219183)
+
+ * configure.ac: Drop superfluous square bracket (typo fix).
+
+2020-12-04 10:29:39 +0100 Mike Gabriel (d6b4c6b8)
+
+ * tests/Makefile.am: Wrap test-indicator-ng around Xvfb and
+ dbus-runner.
+
+2020-12-04 10:28:55 +0100 Mike Gabriel (29f118a4)
+
+ * libayatana-indicator/indicator-ng.c: Only run gtk_box_set_spacing()
+ if object to operate on is a GTK_BOX.
+
+2020-12-04 11:29:47 +0100 Robert Tari (fbb8dbe1)
+
+ * Merge branch 'sunweaver-pr/fix-typo-in-configure-ac'
+
+2020-12-04 10:29:39 +0100 Mike Gabriel (fb1450e9)
+
+ * tests/Makefile.am: Wrap test-indicator-ng around Xvfb and
+ dbus-runner.
+
+2020-12-04 10:28:55 +0100 Mike Gabriel (cbf345ed)
+
+ * libayatana-indicator/indicator-ng.c: Only run gtk_box_set_spacing()
+ if object to operate on is a GTK_BOX.
+
+2020-12-04 11:22:11 +0100 Robert Tari (1f54cb3f)
+
+ * Merge branch 'sunweaver-pr/fix-test-indicator-ng'
+
+2020-12-04 10:33:48 +0100 Mike Gabriel (fb9db8a6)
+
+ * debian/rules: Enable unit tests after build.
+
+2020-12-04 10:32:25 +0100 Mike Gabriel (6eab8445)
+
+ * configure.ac: Drop superfluous square bracket (typo fix).
+
+2020-12-04 10:29:39 +0100 Mike Gabriel (1a62e1e5)
+
+ * tests/Makefile.am: Wrap test-indicator-ng around Xvfb and
+ dbus-runner.
+
+2020-12-04 10:28:55 +0100 Mike Gabriel (770efbcc)
+
+ * libayatana-indicator/indicator-ng.c: Only run gtk_box_set_spacing()
+ if object to operate on is a GTK_BOX.
+
+2020-11-09 20:27:33 +0100 Mike Gabriel (4489b124)
+
+ * release 0.8.3 (tag: 0.8.3)
2020-10-30 14:36:45 +0100 Mike Gabriel (2806da07)
diff --git a/NEWS b/NEWS
index c8e37bc..958219f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in libayatana-indicator 0.8.4
+
+ - libayatana-indicator/indicator-ng.c: Only run gtk_box_set_spacing()
+ if object to operate on is a GTK_BOX.
+ - Fix unit tests during package build. (Properly wrap around Xvfb
+ and dbus-wrapper).
+
Overview of changes in libayatana-indicator 0.8.3
- indicator-ng: Fix menu resizing for all themes.
diff --git a/configure.ac b/configure.ac
index 8b9e89f..95398ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libayatana-indicator],
- [0.8.3],
+ [0.8.4],
[https://github.com/ArcticaProject/libayatana-indicator/issues],
[libayatana-indicator],
[https://github.com/ArcticaProject/libayatana-indicator])
diff --git a/debian/changelog b/debian/changelog
index 17a2c0c..79a5842 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libayatana-indicator (0.8.4-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for libayatana-indicator.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 25 Jan 2021 17:05:46 +0100
+
libayatana-indicator (0.8.3-0) unstable; urgency=medium
* Upstream-provided Debian package for libayatana-indicator.