From 750d0ce386af742aca14c09ba545aa2d08134fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Grabovsk=C3=BD?= Date: Thu, 24 Jun 2021 14:59:08 +0200 Subject: [PATCH] Release version 2.4.0 --- .tito/packages/faf | 2 +- CHANGELOG.md | 6 +++++- configure.ac | 2 +- faf.spec | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.tito/packages/faf b/.tito/packages/faf index 3d780ce00..cd2287aca 100644 --- a/.tito/packages/faf +++ b/.tito/packages/faf @@ -1 +1 @@ -2.3.0 ./ +2.4.0 ./ diff --git a/CHANGELOG.md b/CHANGELOG.md index 59ae72387..1e32c0c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [2.4.1] - 2021-06-24 ### Added - Configuration option `hub.banner` in `/etc/faf/plugins/web.conf` to display urgent information in a simple banner at the top of each page @@ -223,7 +225,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Complete rewrite of core and web parts of faf -[Unreleased]: https://github.com/abrt/faf/compare/2.2.0...HEAD +[Unreleased]: https://github.com/abrt/faf/compare/2.4.0...HEAD +[2.4.0]: https://github.com/abrt/faf/compare/2.3.0...2.4.0 +[2.3.0]: https://github.com/abrt/faf/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/abrt/faf/compare/2.1.1...2.2.0 [2.1.1]: https://github.com/abrt/faf/compare/2.1.0...2.1.1 [2.1.0]: https://github.com/abrt/faf/compare/2.0.0...2.1.0 diff --git a/configure.ac b/configure.ac index bf1032cf0..6b42d01cb 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_DEFUN([FAF_PARSE_WITH], fi m4_popdef([FAF_UC_PACKAGE])]) -m4_define([faf_version], [2.3.0]) +m4_define([faf_version], [2.4.0]) AC_INIT([faf], [faf_version], diff --git a/faf.spec b/faf.spec index 14da39a60..5cec451b1 100644 --- a/faf.spec +++ b/faf.spec @@ -1,5 +1,5 @@ Name: faf -Version: 2.3.0 +Version: 2.4.0 Release: 1%{?dist} Summary: Software Problem Analysis Tool License: GPLv3+