Michael Pasternak has uploaded a new change for review.

Change subject: cli: release 3.1.0.8-1
......................................................................

cli: release 3.1.0.8-1

Change-Id: I340b023d0a76afee87984ac89b0397fe43b1b3a5
Signed-off-by: Michael Pasternak <mpast...@redhat.com>
---
M Makefile
M ovirt-engine-cli.spec.in
M setup.py
3 files changed, 10 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/78/7378/1

diff --git a/Makefile b/Makefile
index 325a7ce..86eddcc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: rpm
 
 rpmrelease:=1
-rpmversion=3.1.0.7
+rpmversion=3.1.0.8
 RPMTOP=$(shell bash -c "pwd -P")/rpmtop
 SPEC=ovirt-engine-cli.spec
 
diff --git a/ovirt-engine-cli.spec.in b/ovirt-engine-cli.spec.in
index da1d028..2493c13 100644
--- a/ovirt-engine-cli.spec.in
+++ b/ovirt-engine-cli.spec.in
@@ -14,7 +14,7 @@
 BuildArch: noarch
 
 Requires: python
-Requires: ovirt-engine-sdk >= 3.1.0.1
+Requires: ovirt-engine-sdk >= 3.1.0.6
 Requires: pexpect
 Requires: python-setuptools
 Requires: python-ply
@@ -52,6 +52,12 @@
 
 %changelog
 
+* Tue Jul 21 2012 Michael Pasternak <mpast...@redhat.com> - 3.1.0.8-1
+- implement insecure flag #848046
+- implement server identity check
+- collection-based-options definition doesnt look like cli format #833788
+- support utf-8 encoding
+
 * Sun Jul 15 2012 Michael Pasternak <mpast...@redhat.com> - 3.1.0.6-1
 - support python 2.6 version format
 
diff --git a/setup.py b/setup.py
index ec899be..2981b14 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 
 version_info = {
     'name': 'ovirt-shell',
-    'version': '3.1.0.7-SNAPSHOT',
+    'version': '3.1.0.8-SNAPSHOT',
     'description': 'A command-line interface to oVirt Virtualization',
     'author': 'Michael Pasternak',
     'author_email': 'mpast...@redhat.com',
@@ -30,7 +30,7 @@
                  'ovirtcli.platform', 'ovirtcli.platform.posix',
                  'ovirtcli.platform.windows', 'ovirtcli.shell', 
'ovirtcli.utils', 'cli',
                  'cli.command', 'cli.platform', 'cli.platform.posix'],
-    install_requires=[ 'ovirt-engine-sdk >= 3.1.0.1-SNAPSHOT', 'pexpect <= 
2.3', 'ply >= 3.3', 'kitchen >= 1' ],
+    install_requires=[ 'ovirt-engine-sdk >= 3.1.0.6-SNAPSHOT', 'pexpect <= 
2.3', 'ply >= 3.3', 'kitchen >= 1' ],
     entry_points={ 'console_scripts': [ 'ovirt-shell = ovirtcli.main:main' ] },
     **version_info
 )


--
To view, visit http://gerrit.ovirt.org/7378
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I340b023d0a76afee87984ac89b0397fe43b1b3a5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-cli
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpast...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to