Skip to content

Commit

Permalink
bumped release to 4.99.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Lauridsen committed Apr 20, 2023
1 parent 12be50e commit adad06d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
9 changes: 9 additions & 0 deletions data/dk.yumex.Yumex.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
</screenshot>
</screenshots>
<releases>
<release version="4.9.4" date="2023-04-20" type="devel"><description>
<p>Yum Extender 4.9.4 add many fixes and small improvments </p>
<ul>
<li>Support for importing gpg keys from repositories</li>
<li>fix installing and updating flatpaks at system location</li>
<li>lot of code fixes and optimization</li>
</ul>
</description>
</release>
<release version="4.9.3" date="2023-01-21" type="devel"><description>
<p>Yum Extender 4.9.3 improve the flatpak installer </p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Create a new release check list

- update the code
- bump the version number in .\build.meson
- bump the version number in .\meson.build
- bump the version number in .\yumex.spec
- add changelog entry in .\yumex.spec
- add new release in data/dk.yumex.Yumex.metainfo.xml.in.in
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('yumex',
version: '4.99.3',
version: '4.99.4',
meson_version: '>= 0.59.0',
)

Expand Down
5 changes: 4 additions & 1 deletion yumex.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global dnf_backend DNF4

Name: yumex
Version: 4.99.3
Version: 4.99.4
Release: 1%{?dist}
Summary: Yum Extender graphical package management tool

Expand Down Expand Up @@ -88,6 +88,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :

%changelog

* Thu Apr 20 2023 Tim Lauridsen <[email protected]> 4.99.4-1
- the 4.99.4 release

* Sat Jan 21 2023 Tim Lauridsen <[email protected]> 4.99.3-1
- the 4.99.3 release

Expand Down

0 comments on commit adad06d

Please sign in to comment.