Skip to content

Commit

Permalink
Release version 2.15.0-1
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version=2.15.0
  • Loading branch information
mgrabovsky committed Jan 17, 2022
1 parent b64183f commit c21bbff
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/abrt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.6-1 ./
2.15.0-1 ./
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.15.0]
### Fixed
- Handle crashes in Perl-based packages correctly as crashes of the package rather than Perl itself
- abrt-dbus: Fix SIGSEGV in abrt_p2_service_dbus() with glib2 >= 2.69.2
Expand Down Expand Up @@ -312,7 +314,8 @@ data to `abrt list --fmt` and `abrt info --fmt`.
- Fix several file descriptor leaks in abrtd.


[Unreleased]: https://github.com/abrt/abrt/compare/2.14.6...HEAD
[Unreleased]: https://github.com/abrt/abrt/compare/2.15.0...HEAD
[2.15.0]: https://github.com/abrt/abrt/compare/2.14.6...2.15.0
[2.14.6]: https://github.com/abrt/abrt/compare/2.14.5...2.14.6
[2.14.5]: https://github.com/abrt/abrt/compare/2.14.4...2.14.5
[2.14.4]: https://github.com/abrt/abrt/compare/2.14.3...2.14.4
Expand Down
35 changes: 34 additions & 1 deletion abrt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.14.6
Version: 2.15.0
Release: 1%{?dist}
License: GPLv2+
URL: https://abrt.readthedocs.org/
Expand Down Expand Up @@ -996,6 +996,39 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh

%changelog
* Mon Jan 17 2022 Matěj Grabovský <[email protected]> 2.15.0-1
- tito: Fix custom tagger ([email protected])
- lib: Bump library version to 1:0:1 ([email protected])
- Update translations ([email protected])
- Update translations ([email protected])
- tests: Fix calls to deprecated methods ([email protected])
- Update translations ([email protected])
- Update abrt-journal.c ([email protected])
- cli: Fix path and glob matching for abrt info etc. ([email protected])
- abrt-dump-oops: Fix vmcore call trace parsing ([email protected])
- tito: Custom tagger for updating changelog ([email protected])
- abrt-dbus: do not try to free session data twice ([email protected])
- changelog: Move entry to correct release ([email protected])
- Use lazy imports in abrt_exception_handler3: changelog entry
([email protected])
- Use lazy imports in abrt_exception_handler3 ([email protected])
- Update changelog ([email protected])
- a-a-generate-backtrace: Save coredump ([email protected])
- a-a-generate-core-backtrace: Save coredump ([email protected])
- Add abrt_save_coredump function ([email protected])
- Don't copy coredump to problem dir ([email protected])
- Prevent unnecessary duplication of test metadata ([email protected])
- Make it possible to run a subset of integration tests via TMT
([email protected])
- a-a-save-package-data: Update regex for Perl interpreter
([email protected])
- a-a-save-package-data: Update regex for Python 3.10 ([email protected])
- readme: Add badge for build status ([email protected])
- readme: Update IRC channel ([email protected])
- a-a-find-bodhi-update: Fix grammar and spelling ([email protected])
- a-a-find-bodhi-update: More refactoring ([email protected])
- a-a-find-bodhi-update: Refactoring ([email protected])

* Mon May 24 2021 Michal Fabik <[email protected]> 2.14.6-1
- new package built with tito
* Sat May 01 2021 Sérgio Basto <[email protected]> - 2.14.5-2
Expand Down

0 comments on commit c21bbff

Please sign in to comment.