From 68138feb8ee7f8a7aced21157fe3adce23472c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Grabovsk=C3=BD?= Date: Wed, 11 Jan 2023 15:35:16 +0100 Subject: [PATCH] Release version 2.6.1 --- .tito/packages/faf | 2 +- CHANGELOG.md | 5 ++++- configure.ac | 2 +- faf.spec | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.tito/packages/faf b/.tito/packages/faf index e305e610..c6104d6d 100644 --- a/.tito/packages/faf +++ b/.tito/packages/faf @@ -1 +1 @@ -2.6.0 ./ +2.6.1 ./ diff --git a/CHANGELOG.md b/CHANGELOG.md index 474807d0..6f3b7c46 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.6.1] - 2023-01-11 ### Fixed - Allow the caret (`^`) in Fedora and CentOS package versions. Fedora requires it [for snapshots](https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_snapshots) @@ -248,7 +250,8 @@ 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.6.0...HEAD +[Unreleased]: https://github.com/abrt/faf/compare/2.6.1...HEAD +[2.6.1]: https://github.com/abrt/faf/compare/2.6.0...2.6.1 [2.6.0]: https://github.com/abrt/faf/compare/2.5.0...2.6.0 [2.5.0]: https://github.com/abrt/faf/compare/2.4.0...2.5.0 [2.4.0]: https://github.com/abrt/faf/compare/2.3.0...2.4.0 diff --git a/configure.ac b/configure.ac index 553e1bdc..2f504e5c 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.6.0]) +m4_define([faf_version], [2.6.1]) AC_INIT([faf], [faf_version], diff --git a/faf.spec b/faf.spec index 6e339f1d..9db98e51 100644 --- a/faf.spec +++ b/faf.spec @@ -1,5 +1,5 @@ Name: faf -Version: 2.6.0 +Version: 2.6.1 Release: 1%{?dist} Summary: Software Problem Analysis Tool License: GPLv3+