Skip to content

Commit

Permalink
Release version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrabovsky committed Jun 24, 2021
1 parent f21f2c1 commit 750d0ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/faf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0 ./
2.4.0 ./
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion faf.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: faf
Version: 2.3.0
Version: 2.4.0
Release: 1%{?dist}
Summary: Software Problem Analysis Tool
License: GPLv3+
Expand Down

0 comments on commit 750d0ce

Please sign in to comment.