diff --git a/.tito/packages/faf b/.tito/packages/faf index c6104d6d..c2a5f685 100644 --- a/.tito/packages/faf +++ b/.tito/packages/faf @@ -1 +1 @@ -2.6.1 ./ +2.6.2 ./ diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3b7c46..0768038e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.6.2] - 2024-02-16 +### Changed +- "file_name" field in ureport is optional + ## [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) @@ -250,7 +254,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.1...HEAD +[Unreleased]: https://github.com/abrt/faf/compare/2.6.2...HEAD +[2.6.2]: https://github.com/abrt/faf/compare/2.6.1...2.6.2 [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 diff --git a/configure.ac b/configure.ac index 2f504e5c..536fd419 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.1]) +m4_define([faf_version], [2.6.2]) AC_INIT([faf], [faf_version], diff --git a/faf.spec b/faf.spec index 9db98e51..3671705a 100644 --- a/faf.spec +++ b/faf.spec @@ -1,5 +1,5 @@ Name: faf -Version: 2.6.1 +Version: 2.6.2 Release: 1%{?dist} Summary: Software Problem Analysis Tool License: GPLv3+