aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-11-11 19:13:01 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-11-11 19:13:01 +0100
commit5ca235fa311883b332d9496acc901bee7662b3b5 (patch)
tree69193a112af2b6d5c5b566b3bb8a5b34c0f7ccda
parente7acaf90ba791655ce26508c1f5facdea855d2aa (diff)
downloadlibayatana-appindicator-5ca235fa311883b332d9496acc901bee7662b3b5.tar.gz
libayatana-appindicator-5ca235fa311883b332d9496acc901bee7662b3b5.tar.bz2
libayatana-appindicator-5ca235fa311883b332d9496acc901bee7662b3b5.zip
release 0.5.40.5.4
-rw-r--r--ChangeLog24
-rw-r--r--bindings/mono/AssemblyInfo.cs2
-rw-r--r--bindings/mono/Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog14
5 files changed, 39 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c229277..134f57d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,26 @@
-2018-03-20 11:25:55 +0100 Mike Gabriel (949bf30)
+2019-11-11 19:13:01 +0100 Mike Gabriel (7d9a2e5)
- * release 0.5.3 (HEAD -> master, tag: 0.5.3)
+ * release 0.5.4 (HEAD -> master, tag: 0.5.4)
+
+2019-08-29 18:12:10 +0000 Mike Gabriel (e7acaf9)
+
+ * Avoid deprecated g_type_class_add_private.
+
+2018-03-22 11:07:19 +0100 Mike Gabriel (f9d315a)
+
+ * debian/control: Add Ds for libgtk*-dev to
+ libaytana-appindicator*-dev.
+
+2018-03-20 19:40:33 +0100 Mike Gabriel (7b7bd6b)
+
+ * debian/control: Drop from Recommends:
+ ayatana-indicator-application. The -application Indicator
+ should be pulled in from the desktop env's side that wants
+ to utilize it (e.g. via the indicator-render applet).
+
+2018-03-20 11:25:55 +0100 Mike Gabriel (4892a12)
+
+ * release 0.5.3 (tag: 0.5.3)
2018-03-20 09:36:41 +0000 Mike Gabriel (b14ba33)
diff --git a/bindings/mono/AssemblyInfo.cs b/bindings/mono/AssemblyInfo.cs
index 90693a8..eac32b7 100644
--- a/bindings/mono/AssemblyInfo.cs
+++ b/bindings/mono/AssemblyInfo.cs
@@ -27,4 +27,4 @@ using System.Reflection;
[assembly: AssemblyCopyright ("© 2010 Canonical, Ltd.; © 2015 Mike Gabriel")]
[assembly: AssemblyTrademark ("")]
[assembly: AssemblyCulture ("")]
-[assembly: AssemblyVersion ("0.5.3.0")]
+[assembly: AssemblyVersion ("0.5.4.0")]
diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am
index 97d6726..351db24 100644
--- a/bindings/mono/Makefile.am
+++ b/bindings/mono/Makefile.am
@@ -12,7 +12,7 @@ MIDDLE_API = libayatana-appindicator-api.middle
RAW_API = libayatana-appindicator-api.raw
METADATA = libayatana-appindicator-api.metadata
ASSEMBLY_NAME = ayatana-appindicator-sharp
-ASSEMBLY_VERSION = 0.5.3.0
+ASSEMBLY_VERSION = 0.5.4.0
ASSEMBLY = $(ASSEMBLY_NAME).dll
POLICY = policy.$(POLICY_VERSION).$(ASSEMBLY_NAME)
POLICY_VERSION = 0.0
diff --git a/configure.ac b/configure.ac
index e97239c..d9424e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libayatana-appindicator],
- [0.5.3],
+ [0.5.4],
[https://github.com/ArcticaProject/libayatana-appindicator/issues],
[libayatana-appindicator],
[https://github.com/ArcticaProject/libayatana-appindicator])
diff --git a/debian/changelog b/debian/changelog
index b32906b..e05b466 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libayatana-appindicator (0.5.4-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for libayatana-appindicator.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 11 Nov 2019 19:09:39 +0100
+
+libayatana-appindicator (0.5.3-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for libayatana-appindicator.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 20 Mar 2018 11:25:55 *0100
+
libayatana-appindicator (0.5.2-0) unstable; urgency=medium
* Upstream-provided Debian package for libayatana-appindicator.