Skip to content

Commit

Permalink
New version 2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Mar 31, 2020
1 parent 4caf8d1 commit 02b6567
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 192 deletions.
39 changes: 38 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.12
Version: 2.1.13
Release: 1%{?dist}
Source0: http://github.com/storaged-project/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
Expand Down Expand Up @@ -69,6 +69,43 @@ mkdir -p %{buildroot}/%{_localstatedir}/log/blivet-gui
%{_sysconfdir}/libreport/events.d/blivet-gui_event.conf

%changelog
* Tue Mar 31 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.1.13-1
- Translations update from Weblate (#166) (noreply)
- Translated using Weblate (German) (jensmaucher)
- Fix unlocking LUKS on RAID in the installer mode (#1787508) (vtrefny)
- Fix creating encrypted LVM VG (#1816098) (vtrefny)
- Translated using Weblate (Turkish) (oguzersen)
- Translated using Weblate (Finnish) (jiri.gronroos)
- Translated using Weblate (Ukrainian) (yurchor)
- Translated using Weblate (Slovak) (feonsu)
- Translated using Weblate (Russian) (igor.gorbounov)
- Translated using Weblate (French) (julroy67)
- Translated using Weblate (Polish) (piotrdrag)
- Update translation files (noreply)
- Translated using Weblate (Russian) (igor.gorbounov)
- Fix setting attributes for proxy objects (#1810855) (vtrefny)
- Allow selecting mountpoints to unmount for devices with multiple mountpoints (vtrefny)
- Allow calling "remote" functions with kwargs (vtrefny)
- Display all mountpoints for devices (vtrefny)
- packit: Use 'fedora-all' as Copr build targets (vtrefny)
- Translated using Weblate (Spanish) (fitoschido)
- Update packit Copr targets (vtrefny)
- Translated using Weblate (Ukrainian) (yurchor)
- Translated using Weblate (Spanish) (fitoschido)
- Translated using Weblate (French) (julroy67)
- Set partition type combo insensitive if there is only one option (vtrefny)
- Fix displaying current size of devices in the resize dialog (vtrefny)
- Always open new dialogs in the center of the blivet-gui window (vtrefny)
- add link to translation platform (jean-baptiste)
- Update translation files (noreply)
- Allow specifying 'mode' for the sdist command (vtrefny)
- Do not print list of data files in setup.py (vtrefny)
- Specify custom commands for version and source archive in packit (vtrefny)
- tests: Import Gtk directly before we need it (vtrefny)
- Add a simple script to run tests (vtrefny)
- Remove Zanata from our build and release processes (vtrefny)
- Add PO files to git (vtrefny)

* Wed Jan 29 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.1.12-1
- Add menu item and dialog for changing fslabel of selected device (vtrefny)
- Add 'relabel_format' method for fslabel configuration (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.1.12'
__version__ = '2.1.13'
__app_name__ = 'blivet-gui'
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# built documents.
#
# The short X.Y version.
version = '2.1.12'
version = '2.1.13'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 02b6567

Please sign in to comment.