diff options
| author | root <root@mirror.nasanebula.net> | 2010-06-24 04:12:00 +0100 |
|---|---|---|
| committer | andy <github@anarkystic.com> | 2010-06-24 04:12:00 +0100 |
| commit | 9cf1fe03b121db1682dda4941b4d4b6d010829b4 (patch) | |
| tree | 96c40699d63d67eaf3215e8740c31676c8b4989c | |
| parent | b21e811048b272576ea209b8706abea05041f062 (diff) | |
| download | nova-9cf1fe03b121db1682dda4941b4d4b6d010829b4.tar.gz nova-9cf1fe03b121db1682dda4941b4d4b6d010829b4.tar.xz nova-9cf1fe03b121db1682dda4941b4d4b6d010829b4.zip | |
release 2.2-4
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 1 deletions
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 <vishvananda@gmail.com> 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 |
