Skip to content

Commit

Permalink
New version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Aug 8, 2021
1 parent 2adc9c5 commit 42512ee
Show file tree
Hide file tree
Showing 5 changed files with 428 additions and 367 deletions.
58 changes: 57 additions & 1 deletion blivet-gui.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Tool for data storage configuration
Name: blivet-gui
Version: 2.2.1
Version: 2.3.0
Release: 1%{?dist}
Source0: http://github.com/storaged-project/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
Expand Down Expand Up @@ -70,6 +70,62 @@ mkdir -p %{buildroot}/%{_localstatedir}/log/blivet-gui
%{_sysconfdir}/libreport/events.d/blivet-gui_event.conf

%changelog
* Sun Aug 08 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.3.0-1
- README: Add information about the openSUSE and Mageia Copr repo (vtrefny)
- Update distributions in Vagrantfile (vtrefny)
- CONTRIBUTING.md update (vtrefny)
- Translated using Weblate (Indonesian) (didiksupriadi41)
- Translated using Weblate (Indonesian) (didiksupriadi41)
- Translated using Weblate (Friulian) (f.t.public)
- tests: Print exception when we fail to a load test case (vtrefny)
- Make sure we pass start sector as int to pyparted not as Decimal (vtrefny)
- Fix various alerts found by LGTM (vtrefny)
- Translated using Weblate (Polish) (piotrdrag)
- Fix removing existing MD arrays (vtrefny)
- Translated using Weblate (Korean) (simmon)
- README: Add more information about the OBS repository and its usage (vtrefny)
- Translated using Weblate (Korean) (simmon)
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (lchopn)
- Translated using Weblate (Korean) (simmon)
- Translated using Weblate (Korean) (simmon)
- Translated using Weblate (Korean) (simmon)
- Add make to build dependencies (vtrefny)
- Translated using Weblate (Korean) (simmon)
- Added translation using Weblate (Korean) (simmon)
- Added translation using Weblate (Sinhala) (r45xveza)
- Translated using Weblate (Finnish) (ricky.tigg)
- Translated using Weblate (Russian) (igor.gorbounov)
- Translated using Weblate (Hungarian) (meskobalazs)
- Squashed 'translation-canary/' changes from edda4ea..4d4e65b (vtrefny)
- Translated using Weblate (Slovak) (feonsu)
- Translated using Weblate (Punjabi) (amanpreet.alam)
- Translated using Weblate (Hebrew) (sh.yaron)
- Translated using Weblate (Finnish) (copper_fin)
- Translated using Weblate (Spanish) (ehespinosa57)
- Translated using Weblate (French) (julroy67)
- Translated using Weblate (Turkish) (oguzersen)
- Translated using Weblate (Ukrainian) (yurchor)
- Update translation files (noreply)
- Translated using Weblate (Indonesian) (andika)
- Translated using Weblate (Polish) (piotrdrag)
- Added translation using Weblate (Indonesian) (andika)
- Translated using Weblate (Italian) (nathan95)
- Translated using Weblate (Portuguese (Brazil)) (sigmasquadron)
- Translated using Weblate (Portuguese (Brazil)) (sigmasquadron)
- spec: Require all libblockdev plugins (vtrefny)
- Update translation files (noreply)
- Translated using Weblate (Finnish) (ricky.tigg)
- man: Remove old unused option "-k" from blivet-gui manpage (vtrefny)
- Allow specifying exclusive disks when running blivet-gui (vtrefny)
- Allow removing devices with children (vtrefny)
- Add libblockdev part plugin to test dependencies (vtrefny)
- Add Vagrant file for running development/testing VMs (vtrefny)
- Force ansible to use python3 in install-test-dependencies.yml (vtrefny)
- Install all dependencies in install-test-dependencies.yml (vtrefny)
- Move install-test-dependencies.yml to a special folder (vtrefny)
- Fix displaying disks with unknown formats (vtrefny)
- Allow creating encrypted btrfs volumes (vtrefny)

* Tue Sep 29 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.2.1-1
- Translated using Weblate (Friulian) (f.t.public)
- Fix ValueError when trying to set both upper and lower size limits (vtrefny)
Expand Down
2 changes: 1 addition & 1 deletion blivetgui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.2.1'
__version__ = '2.3.0'
__app_name__ = 'blivet-gui'
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@

# General information about the project.
project = u'blivet-gui'
copyright = u'2014,-2020, Red Hat, Inc.' # pylint: disable=W0622
copyright = u'2014,-2021, Red Hat, Inc.' # pylint: disable=W0622

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '2.2.1'
version = '2.3.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 42512ee

Please sign in to comment.