From 87e85c2a0aa1a9da9dd7f241407c094748964324 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 23 Jul 2020 10:50:04 +0200 Subject: release 0.7.0 --- ChangeLog | 30 ++++++++++++++++++++++++++++-- NEWS | 33 +++++++++++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 7 +++++++ 4 files changed, 69 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c43ba5..cbbcd2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,32 @@ -2019-11-20 14:20:38 +0100 Mike Gabriel +2020-07-23 10:50:04 +0200 Mike Gabriel - * release 0.6.3 (HEAD -> master, tag: 0.6.3) + * release 0.7.0 (HEAD -> master, tag: 0.7.0) + +2020-07-22 20:31:48 +0000 Mike Gabriel (e32b9d0) + + * debian/libayatana-indicator3-7.symbols: Add new symbols, already + targetting next upstream release. + +2020-07-22 20:30:21 +0000 Mike Gabriel (1917f00) + + * libayatana-indicator/Makefile.am: Make sure, + ayatanamenuitemfactory.c gets built during GTK-3 builds. + +2020-07-22 14:17:17 +0200 Robert Tari (b619354) + + * Display IDO widgets/Use own action muxer/Allow IDO CSS styling + +2020-07-22 21:54:24 +0200 Mike Gabriel (c984cc5) + + * Merge branch 'ntninja-master' + +2019-12-12 11:53:48 +0100 Alexander Schlarb (c6f93fe) + + * Make building of `ayatana-indicator-loader3` optional + +2019-11-20 14:20:38 +0100 Mike Gabriel (faf2784) + + * release 0.6.3 (tag: 0.6.3) 2019-11-20 12:16:43 +0000 Mike Gabriel (a5bc467) diff --git a/NEWS b/NEWS index e69de29..fffc4ee 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,33 @@ +Overview of changes in libayatana-indicator 0.7.0 + + - Display IDO widgets/Use own action muxer/Allow IDO CSS styling. + Thanks to Robert Tari for working on this awesome improvement / + bug fix. This has been long waited for!!! + - Make building of `ayatana-indicator-loader3` optional. Thanks + to Alexander Schlarb. + +Overview of changes in libayatana-indicator 0.6.3 + + - **/Makefile.am: Set -DGTK_DISABLE_DEPRECATED for gtk2 builds. Fixes + FTBFS against Glib2.0 >= 2.62. + - libayatana-indicator/indicator-object.c: Typo fix in comment. + - GObject private API/ABI: Get rid of g_type_class_add_private() and + use DEFINE_TYPE_WITH_PRIVATE(). + +Overview of changes in libayatana-indicator 0.6.2 + + - libayatana-indicator/indicator-ng.c: Type cast assignments from + g_object_ref_sink(). + - Makefile.am: Drop distcheck features. + +Overview of changes in libayatana-indicator 0.6.1 + + - configure.ac: Support pkg-config (<< 0.27). + - autotools: Make systemd dependency optional. This makes + libayatana-indicator available on Debian GNU/kFreeBSD and + Debian GNU/Hurd. + +Overview of changes in libayatana-indicator 0.6.0 + + - Fork libayatana-indicator from Ubuntu's libindicator shared + library. diff --git a/configure.ac b/configure.ac index 1ddda03..3ee4f48 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libayatana-indicator], - [0.6.3], + [0.7.0], [https://github.com/ArcticaProject/libayatana-indicator/issues], [libayatana-indicator], [https://github.com/ArcticaProject/libayatana-indicator]) diff --git a/debian/changelog b/debian/changelog index 2b40526..fa466ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libayatana-indicator (0.7.0-0) UNRELEASED; urgency=medium + + * Upstream-provided Debian package for libayatana-indicator. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Thu, 23 Jul 2020 08:49:33 +0200 + libayatana-indicator (0.6.3-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-indicator. -- cgit v1.2.3