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
michalfabik committed Mar 18, 2021
1 parent bce6486 commit 44d7d2e
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/libreport
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.0-1 ./
2.15.0-1 ./
104 changes: 103 additions & 1 deletion libreport.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Summary: Generic library for reporting various problems
Name: libreport
Version: 2.14.0
Version: 2.15.0
Release: 1%{?dist}
License: GPLv2+
URL: https://abrt.readthedocs.org/
Expand Down Expand Up @@ -654,3 +654,105 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif

%changelog
* Thu Mar 18 2021 Michal Fabik <[email protected]> 2.15.0-1
- tito: Clean up tito setup ([email protected])
- Revert "Automatic commit of package [libreport] release [2.15.0-1]."
([email protected])
- .tito: Change commit message and tag format ([email protected])
- Automatic commit of package [libreport] release [2.15.0-1].
([email protected])
- Update changelog ([email protected])
- Update version info before release ([email protected])
- reportclient: Use set instead of list to store packages ([email protected])
- reportclient: Refactoring for maintainablility ([email protected])
- reportclient: Improve logic and Pythonic style ([email protected])
- reportclient: Add typing hints ([email protected])
- reportclient: Code style fixes ([email protected])
- CHANGELOG: Update unreleased ([email protected])
- Replace libtar with libarchive ([email protected])
- [spec] Drop AnacondaRHEL workflow reference ([email protected])
- spec: Drop trailing comment ([email protected])
- gtk-helpers: Check for NULL before saving event config data
([email protected])
- reporter-bugzilla: Fix bad error detection ([email protected])
- get_cmdline: Ordered comparison with a pointer ([email protected])
- BR make ([email protected])
- reporter-ureport: Untranslatable string ([email protected])
- reporter-upload: Untranslatable string ([email protected])
- reporter-mailx: Untranslatable string ([email protected])
- reporter-mantisbt: Untranslatable string ([email protected])
- reporter-bugzilla: Untranslatable string ([email protected])
- spec: Drop subscription-manager-rhsm dependency ([email protected])
- Update translations ([email protected])
- apidoc: Update Doxyfile ([email protected])
- README: Reference ABRT in the README ([email protected])
- Update translations ([email protected])
- spec: Use autoreconf in %%build instead of autoconf ([email protected])
- wizard: Fix -Wincompatible-pointer-types ([email protected])
- Update translations ([email protected])
- rhbz: Fix a double-free condition ([email protected])
- Update translations ([email protected])
- gui-wizard-gtk: Don't autofree URL string ([email protected])
- gui-wizard-gtk: Compare pointer to NULL, not 0 ([email protected])
- event_config: Null autofree pointers before returning ([email protected])
- gui-wizard-gtk: Fix segfault ([email protected])
- gui-wizard-gtk: Fix a segfault and memory leak ([email protected])
- gui-wizard-gtk: Fix a double free condition ([email protected])
- ureport: Fix segfault ([email protected])
- Update translations ([email protected])
- Simplify malloc arguments ([email protected])
- Use g_clear_pointer to free and NULL ([email protected])
- tests: Suppress valgrind errors from xmlrpc code ([email protected])
- tests: rhbz_functions: Use more rhbz_ functions ([email protected])
- tests: mock-bz: Add creator to comments ([email protected])
- tests/rhbz_functions: Fix leaks ([email protected])
- rhbz: Fix leaks ([email protected])
- get_cmdline: Prevent write beyond end of string ([email protected])
- uriparser: Free regex_t struct ([email protected])
- dump_dir: Prevent read before beginning of array ([email protected])
- event_xml_parser: Fix typo in comment ([email protected])
- event_xml_parser: Refactor condition ([email protected])
- event_xml_parser: Fix leaks ([email protected])
- dump_dir: Fix leaks ([email protected])
- configuration_files: Fix leaks ([email protected])
- ureport: Fix leaks ([email protected])
- ureport: Use g_free to avoid freeing NULL ([email protected])
- glib_support: Clean up properly after g_strsplit ([email protected])
- tests: Drop unused variables ([email protected])
- make_description.at: Fix grammar ([email protected])
- tests: Fix leaks ([email protected])
- tests: Fix -Wimplicit-function-declaration ([email protected])
- tests: Fix -Wdiscarded-qualifiers ([email protected])
- tests: Only fail on definite and indirect leaks ([email protected])
- Update translations ([email protected])
- Update translations ([email protected])
- client-python: Add getter for package count to downloader
([email protected])
- github: Drop build workflow ([email protected])
- github: Add workflow for creating releases ([email protected])
- Add Packit configuration ([email protected])
- libreport.spec: Drop changelog ([email protected])
- add releasers ([email protected])
- Use tito for releasing ([email protected])
- Initialized to use tito. ([email protected])
- ignored_words: Ignore "bypass" and "IBRS_FW" ([email protected])
- reporter-mailx: Use GLib facilities for pointer arrays ([email protected])
- lib: Auto-cleanup for problem structs ([email protected])
- gui-wizard-gtk: wizard: Fix invalid memory read ([email protected])
- gui-wizard-gtk: wizard: Remove variable ([email protected])
- Update translations ([email protected])
- gtk-helpers: desktop-utils: Refactor helper function ([email protected])
- Updates so ELN builds in a Fedora-like reporting configuration, even though
the %%{rhel} macro is set. ([email protected])
- spec: drop %%{?_isa} from BuildRequires ([email protected])
- testsuite: Change var name to prevent shadowing ([email protected])
- tests: Add tests for rhbz_ functions ([email protected])
- tests: Add sample problem dir ([email protected])
- tests: Add mock Bugzilla server ([email protected])
- rhbz: rhbz_mail_to_cc: Fix xmlrpc format string ([email protected])
- rhbz: Use int array as 'ids' arg to Bug.update ([email protected])
- rhbz: Add sub_component to xmlrpc params ([email protected])
- rhbz: Add function to pick default subcomponent ([email protected])
- rhbz: Add function to get subcomponents from BZ ([email protected])
- xmlrpc: Change misleading function names ([email protected])

0 comments on commit 44d7d2e

Please sign in to comment.