From 557dfaa17f8737183b05e1b4848c05ca4d7ec113 Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Tue, 29 Sep 2020 15:36:56 +0200 Subject: [PATCH] Release version 2.3.0 Signed-off-by: Michal Fabik --- .tito/packages/faf | 1 + CHANGELOG.md | 19 +++++++++++++++++++ configure.ac | 2 +- faf.spec | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .tito/packages/faf diff --git a/.tito/packages/faf b/.tito/packages/faf new file mode 100644 index 000000000..3d780ce00 --- /dev/null +++ b/.tito/packages/faf @@ -0,0 +1 @@ +2.3.0 ./ diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b1da0f8..6e3a57b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/configure.ac b/configure.ac index 44453ee47..bf1032cf0 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.2.0]) +m4_define([faf_version], [2.3.0]) AC_INIT([faf], [faf_version], diff --git a/faf.spec b/faf.spec index 1f7892648..7ed512a9f 100644 --- a/faf.spec +++ b/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+