Skip to content

Commit

Permalink
New version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Sep 11, 2020
1 parent ce2bc2a commit dcf4a3c
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 279 deletions.
38 changes: 37 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.1.15
Version: 2.2.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 @@ -68,6 +68,42 @@ mkdir -p %{buildroot}/%{_localstatedir}/log/blivet-gui
%{_sysconfdir}/libreport/events.d/blivet-gui_event.conf

%changelog
* Fri Sep 11 2020 Vojtech Trefny <[email protected]> - 2.2.0-1
- Handle sector mode NVDIMMs as disks (vtrefny)
- Allow adding VG to all devices with LVMPV format (vtrefny)
- Do not try to check parent device type for devices without parents (vtrefny)
- Translated using Weblate (Slovak) (feonsu)
- Translated using Weblate (Russian) (igor.gorbounov)
- Move the PolicyKit agent dependency from runtime to blivet-gui (vtrefny)
- Translated using Weblate (Spanish) (fitoschido)
- Ignore fallback ITS rule warning from gettext (vtrefny)
- Add a special icon for cached LVs (vtrefny)
- Translated using Weblate (Hebrew) (sh.yaron)
- Hardcode list of supported filesystems for AddDialog tests (vtrefny)
- Always remove format when removing or formatting a device (#1796710) (vtrefny)
- Show filesystem not supported by Blivet in the UI (vtrefny)
- Unify/fix terminology for (un)locking encrypted devices (vtrefny)
- Add comment explaining the "translator-credits" string (vtrefny)
- Translated using Weblate (Hebrew) (sh.yaron)
- Do not force "safe" names for devices (#1859963) (vtrefny)
- Update translation files (noreply)
- Translated using Weblate (Hungarian) (meskobalazs)
- Translated using Weblate (Chinese (Simplified)) (lchopn)
- Add PEP 8 Speaks config file (vtrefny)
- Gather resizable filesystems from blivet instead of hardcoding (vtrefny)
- Do not show parents section for disks in the info dialog (vtrefny)
- Remove the special RawFormatDevice device (vtrefny)
- Update translation files (noreply)
- Translated using Weblate (French) (jean-baptiste)
- The past tense of "choose" is "chose" (metta.crawler)
- Translated using Weblate (Kazakh) (baurthefirst)
- Translated using Weblate (Hungarian) (gyonkibendeguz)
- Translated using Weblate (Turkish) (oguzersen)
- Translated using Weblate (Ukrainian) (yurchor)
- Translated using Weblate (Polish) (piotrdrag)
- Update translation files (noreply)
- Translated using Weblate (Hebrew) (sh.yaron)

* Thu Jul 02 2020 Vojtech Trefny <[email protected]> - 2.1.15-1
- Use "raw_device" instead of "slave" for getting LUKS backing device (vtrefny)
- Update translation files (noreply)
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.1.15'
__version__ = '2.2.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,-2016, Red Hat, Inc.' # pylint: disable=W0622
copyright = u'2014,-2020, 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.1.15'
version = '2.2.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
Loading

0 comments on commit dcf4a3c

Please sign in to comment.