about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-06-11 10:06:56 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-06-11 10:06:56 +0200
commit8551d3dcb1fc560b08b42136d2076fe505579ce8 (patch)
tree9f57a5842acb4fddc072dec1fc70f7380d0aae79
parentbe0b5bb2d1c4f3e3c6f23f4cdfc2b9c1ed2cfcb5 (diff)
downloadprofani-tty-8551d3dcb1fc560b08b42136d2076fe505579ce8.tar.gz
Release 0.9.1
-rw-r--r--CHANGELOG9
-rw-r--r--configure.ac4
-rw-r--r--docs/profanity.12
3 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5fcc18b1..f2028e1b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+0.9.1 (2020-06-11)
+=====
+
+This release depends on libstrophe 0.9.3 only if you want to have legacy authentication.
+Otherwise you can still use libstrophe 0.9.2.
+
+Changes:
+- Make legacy auth optional (#1360) (@pasis)
+
 0.9.0 (2020-06-09)
 =====
 
diff --git a/configure.ac b/configure.ac
index 12dfe41b..0d93c78d 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.9.0], [jubalh@iodoru.org])
+AC_INIT([profanity], [0.9.1], [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/docs/profanity.1 b/docs/profanity.1
index 78c7807a..d3945b26 100644
--- a/docs/profanity.1
+++ b/docs/profanity.1
@@ -1,4 +1,4 @@
-.TH man 1 "2020-05-09" "0.9.0" "Profanity XMPP client"
+.TH man 1 "2020-05-09" "0.9.1" "Profanity XMPP client"
 .SH NAME
 Profanity \- a simple console based XMPP chat client.
 .SH SYNOPSIS