From 94a9de8773559c5f2be7de6118e40e68186b6823 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 3 Feb 2020 11:12:17 +0100 Subject: [PATCH] Release 0.8.0 --- CHANGELOG | 4 ++-- configure.ac | 4 ++-- profanity.spec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d853a0a2..3abbc183 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,14 +4,14 @@ On 2012-02-02 the first commit to Profanity was done by @boothj5. 7 years later, and 5 months after 0.7.0, we are happy to announce Profanity 0.8.0. -This release has 295 commits since the last release. +This release has 315 commits since the last release. 11 people contributed code to it: @paulfariello, @svensp, @aaptel, @aszlig, @mdosch, @pasis, @mzagozen, @quite, @weiss, @Misaflo and @jubalh. If you like Profanity, please consider donating: https://profanity-im.github.io/donate.html Changes: -- Fingerprint autocompletion now considers only the given nickname (@paulfariello) (#1068) +- OMEMO fingerprint autocompletion now considers only the contact in question (@paulfariello) (#1068) - Save and display oldest timestamp from delay tags (#1254) - Change theme handling (#1077) `/theme load themename` not loads only the colours of a theme. So the users preferences don't get overwritten diff --git a/configure.ac b/configure.ac index 2a9dec92..d79c41d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([profanity], [0.7.1], [jubalh@iodoru.org]) +AC_INIT([profanity], [0.8.0], [jubalh@iodoru.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/main.c]) @@ -27,7 +27,7 @@ AS_CASE([$host_os], [cygwin], [PLATFORM="cygwin"], [PLATFORM="nix"]) -PACKAGE_STATUS="development" +PACKAGE_STATUS="release" ### Get git branch and revision if in development if test "x$PACKAGE_STATUS" = xdevelopment; then diff --git a/profanity.spec b/profanity.spec index 5c2cd256..50a4ab1b 100644 --- a/profanity.spec +++ b/profanity.spec @@ -1,5 +1,5 @@ Name: profanity -Version: 0.7.1 +Version: 0.8.0 Release: 2%{?dist} Summary: A console based XMPP client