[scap-workbench/f15/master] Update to 0.2.3

Maros Barabas mbarabas at fedoraproject.org
Sun Mar 13 21:25:49 UTC 2011


commit 89bbf8646cdb0302ede3fb801252593fd30673af
Author: Maros Barabas <mbarabas at redhat.com>
Date:   Sun Mar 13 22:25:42 2011 +0100

    Update to 0.2.3

 .gitignore          |    1 +
 scap-workbench.spec |   18 ++++++++++++++++--
 sources             |    2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f8ff911..8ac139e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /scap-workbench-0.2.0.tar.bz2
+/scap-workbench-0.2.3.tar.bz2
diff --git a/scap-workbench.spec b/scap-workbench.spec
index 93c8256..f270a17 100644
--- a/scap-workbench.spec
+++ b/scap-workbench.spec
@@ -7,7 +7,7 @@
 Summary: Scanning, tailoring, editing and validation tool for SCAP content
 Name: scap-workbench
 URL: https://fedorahosted.org/scap-workbench/
-Version: 0.2.0
+Version: 0.2.3
 Release: 1%{?dist}
 License: GPLv3+
 Group: System Environment/Base
@@ -15,7 +15,7 @@ Source0: https://fedorahosted.org/released/scap-workbench/%{name}-%{version}.tar
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
 BuildArch: noarch
 BuildRequires: python2-devel desktop-file-utils
-Requires: openscap-python >= 0.6.8
+Requires: openscap-python >= 0.7.1
 
 %description
 scap-workbench is GUI tool that provides scanning, tailoring, 
@@ -52,6 +52,20 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/scap-workbench.png
 
 %changelog
+* Fri Mar 11 2011 Maros Barabas <mbarabas at redhat.com> 0.2.3-1
+- Refactoring of editor, more code added to glade files
+- Improved UI, added new classes for editing
+- New handling of values items in editor
+- Better thread handling of concurrent actions
+- Lot of fixes
+- Improved design of GUI
+- Improved notifications and event handling
+- Added OVAL metadata information
+- Lot of small fixes
+- Now possible to close XCCDF file from main page
+- Improved XCCDF editor: added new panel with general options
+- Fixed lot of bugs in edit and command modules
+
 * Mon Jan 31 2011 Maros Barabas <mbarabas at redhat.com> 0.2.0-1
 - Added -D option for debug mode, default logger level set to info
 - Improved Tailoring page: added profile selection and refines tailoring
diff --git a/sources b/sources
index f269669..2f5d6bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-737c9b5e224d5d0f82ba16d0738c12f0  scap-workbench-0.2.0.tar.bz2
+e016764909141ab95e6a636a14757413  scap-workbench-0.2.3.tar.bz2


More information about the scm-commits mailing list