summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Šplíchal <psplicha@redhat.com>2012-02-29 13:43:16 +0100
committerPetr Šplíchal <psplicha@redhat.com>2012-02-29 13:43:16 +0100
commit7ee252170cef7d05f69bff3bf91eb8fb3e6af5d3 (patch)
tree92d4adf5efadcaa6785aa2528618627bfcfd12fe
parent9f1d5efd31893d670a0f43201f111c44766b20be (diff)
downloadpython-nitrate-7ee252170cef7d05f69bff3bf91eb8fb3e6af5d3.tar.gz
python-nitrate-7ee252170cef7d05f69bff3bf91eb8fb3e6af5d3.tar.xz
python-nitrate-7ee252170cef7d05f69bff3bf91eb8fb3e6af5d3.zip
Version 0.80.8
-rw-r--r--python-nitrate.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/python-nitrate.spec b/python-nitrate.spec
index cf51c24..41238ce 100644
--- a/python-nitrate.spec
+++ b/python-nitrate.spec
@@ -1,6 +1,6 @@
Name: python-nitrate
-Version: 0.7
-Release: 2%{?dist}
+Version: 0.8
+Release: 0%{?dist}
Summary: Python API for the Nitrate test case management system
Group: Development/Languages
@@ -40,8 +40,13 @@ install -pm 644 documentation/*.1.gz %{buildroot}%{_mandir}/man1
%doc COPYING README examples
%changelog
-* Wed Feb 22 2012 Petr Splichal <psplicha@redhat.com> - 0.7-2
+* Wed Feb 29 2012 Petr Šplíchal <psplicha@redhat.com> - 0.8-0
+- New method clear() for cleaning containers
+- Component and Components class implementation
+- Improved object initialization and id check
+
+* Wed Feb 22 2012 Petr Šplíchal <psplicha@redhat.com> - 0.7-2
- Fix url, directory ownership and preserve timestamps.
-* Wed Feb 22 2012 Petr Splichal <psplicha@redhat.com> 0.7-1
+* Wed Feb 22 2012 Petr Šplíchal <psplicha@redhat.com> 0.7-1
- Initial packaging.