aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-24 17:33:05 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-24 17:33:05 +0200
commita081ea2fefa624b93a06df3f6918f1c4929b7245 (patch)
tree5a7d353fa4a6cbdcd92632c9a984c726909ad688
parent82f779aa12dd29c7c30beabbdc5e82c70a14e2c3 (diff)
downloadlibayatana-appindicator-0.5.2.tar.gz
libayatana-appindicator-0.5.2.tar.bz2
libayatana-appindicator-0.5.2.zip
release 0.5.20.5.2
-rw-r--r--ChangeLog114
-rw-r--r--bindings/mono/AssemblyInfo.cs2
-rw-r--r--bindings/mono/Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
5 files changed, 121 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 02515bc..9c7df12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,119 @@
-2017-09-23 01:15:41 +0200 Mike Gabriel (f684bb8)
+2017-10-24 17:33:05 +0200 Mike Gabriel (a2d16e2)
- * release 0.5.1 (HEAD -> master)
+ * release 0.5.2 (HEAD -> master)
+
+2017-10-24 17:32:48 +0200 Mike Gabriel (82f779a)
+
+ * debian/source/format: Explicitly set to source format 1.0.
+
+2017-10-24 17:32:21 +0200 Mike Gabriel (34f4291)
+
+ * debian/upstream/signing-key.asc: Add upstream signing key.
+
+2017-10-24 17:31:02 +0200 Mike Gabriel (5f9176e)
+
+ * debian/control: Use Github repo in Vcs-*: URL fields.
+
+2017-10-24 17:05:15 +0200 Mike Gabriel (f8fccd9)
+
+ * debian/control: Bump Standards-Version: to 4.1.1. No changes
+ needed.
+
+2017-10-24 17:04:48 +0200 Mike Gabriel (7a4fb33)
+
+ * debian/control: Fix Homepage: URL.
+
+2017-10-24 17:03:54 +0200 Mike Gabriel (eff5282)
+
+ * debian/*.install: Adapt .typelib installation paths (to
+ multi-arch).
+
+2017-10-24 17:02:58 +0200 Mike Gabriel (eb9d5a1)
+
+ * debian/control: Various adaptation to SYNOPSIS and LONG_DESCRIPTION
+ fields.
+
+2017-10-24 17:02:11 +0200 Mike Gabriel (6a978fc)
+
+ * debian/rules: Only dh_install cil packages on architectures that
+ support Mono.
+
+2017-10-24 17:01:45 +0200 Mike Gabriel (906c9a4)
+
+ * debian/rules: Enable all hardening flags.
+
+2017-10-24 17:01:07 +0200 Mike Gabriel (3a09566)
+
+ * debian/copyright: Adopt from official Debian package (slightly
+ modified).
+
+2017-10-24 16:46:32 +0200 Mike Gabriel (af533aa)
+
+ * debian/rules: White space fix.
+
+2017-10-24 16:40:50 +0200 Mike Gabriel (c3c9e79)
+
+ * API documentation: Suppress some warnings being thrown.
+
+2017-10-24 16:40:20 +0200 Mike Gabriel (d89dee1)
+
+ * python2 bindings: Finally avoid implicit declaration for
+ (_ayatana)_appindicator_add_constants() function symbol.
+
+2017-10-06 22:37:17 +0200 Mike Gabriel (024cc53)
+
+ * debian/control: Add to B-D: dh-python.
+
+2017-10-05 14:30:20 +0200 Mike Gabriel (bc7f683)
+
+ * src/app-indicator.c: Avoid usage of PATH_MAX macro. Fixes FTBFS on
+ Debian GNU/Hurd. (origin/master)
+
+2017-09-29 16:42:17 +0200 Mike Gabriel (c17c300)
+
+ * Revert "debian/{control,compat}: Bump DH version level to 10 (and
+ bump B-D to >= 10)."
+
+2017-09-29 15:47:11 +0200 Mike Gabriel (4388914)
+
+ * post-release project name fix in debian/changelog
+
+2017-09-29 15:10:06 +0200 Mike Gabriel (0303c95)
+
+ * debian/control: Add missing , at EOL under B-D.
+
+2017-09-28 07:35:28 +0200 Mike Gabriel (9164fa6)
+
+ * debian/{control,rules}: Update supported host architectures.
+
+2017-09-28 07:32:47 +0200 Mike Gabriel (9c19888)
+
+ * debian/{control,compat}: Bump DH version level to 10 (and bump B-D
+ to >= 10).
+
+2017-09-28 07:31:46 +0200 Mike Gabriel (65e8d53)
+
+ * bindings/mono/Makefile.am: Don't run tests on all targets, only on
+ check target. Fixes FTBFS when built parallely.
+
+2017-09-26 21:09:20 +0200 Mike Gabriel (303ab50)
+
+ * debian/changelog: Post-release fix in date string of 0.5.0 release
+ stanza.
+
+2017-09-26 20:45:55 +0200 Mike Gabriel (ee1719a)
+
+ * bindings/python: Yet another 'ayatana' namespace fix for the
+ Python2 bindings.
+
+2017-09-23 01:15:41 +0200 Mike Gabriel (c3dc683)
+
+ * release 0.5.1 (tag: 0.5.1)
2017-09-23 01:01:33 +0200 Mike Gabriel (8a97153)
* Python2 bindings: Fix import ayatana_appindicator failure by
- correctly adding the ayatana namespace. (origin/master)
+ correctly adding the ayatana namespace.
2017-09-23 00:23:52 +0200 Mike Gabriel (75d83e0)
diff --git a/bindings/mono/AssemblyInfo.cs b/bindings/mono/AssemblyInfo.cs
index fe0027f..cc62580 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.1.0")]
+[assembly: AssemblyVersion ("0.5.2.0")]
diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am
index 2be8c13..90b1879 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.1.0
+ASSEMBLY_VERSION = 0.5.2.0
ASSEMBLY = $(ASSEMBLY_NAME).dll
POLICY = policy.$(POLICY_VERSION).$(ASSEMBLY_NAME)
POLICY_VERSION = 0.0
diff --git a/configure.ac b/configure.ac
index b3b41fc..2d1efc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libayatana-appindicator],
- [0.5.1],
+ [0.5.2],
[https://github.com/ArcticaProject/libayatana-appindicator/issues],
[libayatana-appindicator],
[https://github.com/ArcticaProject/libayatana-appindicator])
diff --git a/debian/changelog b/debian/changelog
index 9a1d1e9..b32906b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libayatana-appindicator (0.5.2-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, 24 Oct 2017 16:44:11 +0200
+
libayatana-appindicator (0.5.1-0) unstable; urgency=medium
* Upstream-provided Debian package for libayatana-appindicator.