Skip to content

Commit

Permalink
Release version 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fabik <mfabik@redhat.com>
  • Loading branch information
michalfabik authored and xsuchy committed Sep 30, 2020
1 parent b2e0ddc commit 557dfaa
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tito/packages/faf
@@ -0,0 +1 @@
2.3.0 ./
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.3.0] - 2020-09-29
### Added
- History charts to problem pages
- Ability to dissociate bugs from reports in the web interface
- reposync: --no-cache argument to force re-downloading repository metadata
- reposync: Redownload package LOBs when missing

### Changed
- Rename FAF to ABRT Analytics
- Rework container build and deployment to use podman
- Add dependency on cpio
- Add build dependency on python3-werkzeug and python3-cachelib
- Various web interface improvements

### Fixed
- Accommodate for multiple possible debug directories (parallel installable debuginfo in Fedora)
- cleanup-packages: Don’t remove LOBs on dry runs
- reposync: Don’t re-download RPMs with --no-download-rpm

## [2.2.0] - 2020-03-10
### Added
- Autocompletion for faf
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -9,7 +9,7 @@ AC_DEFUN([FAF_PARSE_WITH],
fi
m4_popdef([FAF_UC_PACKAGE])])

m4_define([faf_version], [2.2.0])
m4_define([faf_version], [2.3.0])

AC_INIT([faf],
[faf_version],
Expand Down
2 changes: 1 addition & 1 deletion faf.spec
@@ -1,5 +1,5 @@
Name: faf
Version: 2.2.0
Version: 2.3.0
Release: 1%{?dist}
Summary: Software Problem Analysis Tool
License: GPLv3+
Expand Down

0 comments on commit 557dfaa

Please sign in to comment.