Skip to content

Commit 2761d4f

Browse files
committed
Release version 2.6.2
1 parent 8b1ebcf commit 2761d4f

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.tito/packages/faf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.1 ./
1+
2.6.2 ./

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [2.6.2] - 2024-02-16
8+
### Changed
9+
- "file_name" field in ureport is optional
10+
711
## [2.6.1] - 2023-01-11
812
### Fixed
913
- 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/).
250254
### Changed
251255
- Complete rewrite of core and web parts of faf
252256

253-
[Unreleased]: https://github.com/abrt/faf/compare/2.6.1...HEAD
257+
[Unreleased]: https://github.com/abrt/faf/compare/2.6.2...HEAD
258+
[2.6.2]: https://github.com/abrt/faf/compare/2.6.1...2.6.2
254259
[2.6.1]: https://github.com/abrt/faf/compare/2.6.0...2.6.1
255260
[2.6.0]: https://github.com/abrt/faf/compare/2.5.0...2.6.0
256261
[2.5.0]: https://github.com/abrt/faf/compare/2.4.0...2.5.0

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AC_DEFUN([FAF_PARSE_WITH],
99
fi
1010
m4_popdef([FAF_UC_PACKAGE])])
1111

12-
m4_define([faf_version], [2.6.1])
12+
m4_define([faf_version], [2.6.2])
1313

1414
AC_INIT([faf],
1515
[faf_version],

faf.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: faf
2-
Version: 2.6.1
2+
Version: 2.6.2
33
Release: 1%{?dist}
44
Summary: Software Problem Analysis Tool
55
License: GPLv3+

0 commit comments

Comments
 (0)