From 1816044070374e710a0c015e8c7b0c852dcf1a75 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Mon, 11 Oct 2021 18:14:37 +0200 Subject: [PATCH] Update version and ChangeLog for bip-0.9.1 release. --- ChangeLog | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 512206b..7812e2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +commit 722ed9a8da5470b4b5e75fa140a34cbde409c33b (G) +Author: Pierre-Louis Bonicoli +Date: Mon Oct 11 18:06:27 2021 +0200 + + ENABLED might not be defined: use a default value + + For example using ENABLED in /etc/default/bip is DEPRECATED in Debian. + + Closes #618. + +commit df2a9eab17fc39e2f0da3004b4bc150c848c5d61 (G) +Author: Pierre-Louis Bonicoli +Date: Mon Oct 11 14:50:25 2021 +0200 + + Add -git to version string. + +commit d0bb1d4dc0db5f9d50d7e43d6375ff1b77d7273d (G) +Author: Pierre-Louis Bonicoli +Date: Mon Oct 11 14:50:19 2021 +0200 + + Update version and ChangeLog for bip-0.9.0 release. + commit 0e9e61decb5d2cf5aab85ac3de0b2df12c55d92b (G) Author: Pierre-Louis Bonicoli Date: Mon Oct 11 14:49:17 2021 +0200 diff --git a/configure.ac b/configure.ac index 9155301..59916c7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([Bip IRC Proxy],[0.9.0-git],[http://bip.milkypond.org/projects/bip/activity],[bip],[http://bip.milkypond.org/]) +AC_INIT([Bip IRC Proxy],[0.9.1],[http://bip.milkypond.org/projects/bip/activity],[bip],[http://bip.milkypond.org/]) AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror]) AM_MAINTAINER_MODE