From 9cf1fe03b121db1682dda4941b4d4b6d010829b4 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 24 Jun 2010 04:12:00 +0100 Subject: release 2.2-4 --- debian/changelog | 9 +++++++++ debian/control | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 481661c43..36e9a6c9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +nova (0.2.2-4) UNRELEASED; urgency=low + + * Documentation fixes + * Uncaught exceptions now log properly + * Nova Manage zip exporting works again + * Twisted threads no longer interrupt system calls + + -- Vishvananda Ishaya Wed, 03 Jun 2010 15:21:00 -0700 + nova (0.2.2-3) UNRELEASED; urgency=low * Fixes to api calls diff --git a/debian/control b/debian/control index 81af9f4e9..a50e6ecf8 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ XS-Python-Version: 2.6 Package: nova-common Architecture: all -Depends: ${python:Depends}, aoetools, vlan, python-ipy, python-boto, python-m2crypto, python-pycurl, python-twisted, python-daemon, python-redis, python-carrot, python-lockfile, python-gflags, python-tornado, ${misc:Depends} +Depends: ${python:Depends}, aoetools, vlan, python-ipy, python-boto, python-m2crypto, python-pycurl, python-twisted (>= 10.0.0-2ubuntu2nebula1), python-daemon, python-redis, python-carrot, python-lockfile, python-gflags, python-tornado, ${misc:Depends} Provides: ${python:Provides} Conflicts: nova Description: Nova is a cloud -- cgit