Skip to content

Commit

Permalink
New version 0.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Vojtech Trefny <vtrefny@redhat.com>
  • Loading branch information
vojtechtrefny committed Jul 29, 2015
1 parent 8025cc4 commit 0e1a2e1
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 98 deletions.
2 changes: 1 addition & 1 deletion blivet-gui
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ from subprocess import Popen, PIPE
#------------------------------------------------------------------------------#

APP_NAME='blivet-gui'
APP_VERSION='0.3.4'
APP_VERSION='0.3.5'

#------------------------------------------------------------------------------#

Expand Down
30 changes: 28 additions & 2 deletions 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: 0.3.4
Version: 0.3.5
Release: 1%{?dist}
Source0: http://github.com/rhinstaller/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
Expand All @@ -16,7 +16,7 @@ Requires: python3
Requires: python-six
Requires: pygobject3
Requires: gettext
Requires: python3-blivet >= 1:1.8
Requires: python3-blivet >= 1:1.10
Requires: gtk3
Requires: gnome-icon-theme
Requires: polkit-gnome
Expand Down Expand Up @@ -53,6 +53,32 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/blivet-gui.desktop
%{_bindir}/blivet-gui-daemon

%changelog
* Wed Jul 29 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.3.5-1
- Fix displaying btrfs as a disklabel (vtrefny)
- Fix adding btrfs as a disklabel (vtrefny)
- Small UI fixes (vtrefny)
- Few stylistic fixes (vtrefny)
- New UI, part 2: listing of device children in logical view (vtrefny)
- Catch AttirbuteErrors during remote utils calls (vtrefny)
- PartitionEditDialog: Do not offer formats that are not supported (vtrefny)
- Fix context menu for partitions list (vtrefny)
- Add test for PartitionEditDialog (vtrefny)
- Fix AddDialog tests (vtrefny)
- AddDialog: Do not offer formats that are not supported (vtrefny)
- Display MDarrays and Btrfs Volumes in device list (vtrefny)
- Remove custom method to detect extended partition on disk (vtrefny)
- Allow displaying disks withou disklabel in AddDialog (vtrefny)
- Fix creating extended partitions (vtrefny)
- Remove unused import (vtrefny)
- Fix pocketlint settings (vtrefny)
- Do not allow adding snapshot when there is not enough free space (vtrefny)
- Fix converting ProxyDataContainer to IDs (vtrefny)
- Move all tests to one folder (vtrefny)
- Add tests to test server-client functions (vtrefny)
- Fix catching exceptions in client-server communication (vtrefny)
- BlivetGUIClient: fix sending ProxyDataContainer (vtrefny)
- New version 0.3.4 (vtrefny)

* Thu Jul 16 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.3.4-1
- Pylint fixes (vtrefny)
- Use pocketlint for blivet-gui (vtrefny)
Expand Down
2 changes: 1 addition & 1 deletion blivetgui/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#------------------------------------------------------------------------------#

APP_NAME='blivet-gui'
APP_VERSION='0.3.4'
APP_VERSION='0.3.5'

#------------------------------------------------------------------------------#

Expand Down
Loading

0 comments on commit 0e1a2e1

Please sign in to comment.