Merge lp:~gandelman-a/ubuntu/raring/cinder/2013.1.3 into lp:~ubuntu-server-dev/cinder/grizzly

Proposed by Adam Gandelman
Status: Merged
Merged at revision: 101
Proposed branch: lp:~gandelman-a/ubuntu/raring/cinder/2013.1.3
Merge into: lp:~ubuntu-server-dev/cinder/grizzly
Diff against target: 67 lines (+41/-0)
3 files modified
debian/changelog (+35/-0)
debian/control (+2/-0)
debian/rules (+4/-0)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/raring/cinder/2013.1.3
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+180208@code.launchpad.net

Description of the change

2013.1.3

To post a comment you must log in.
Revision history for this message
James Page (james-page) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-06-10 17:32:57 +0000
3+++ debian/changelog 2013-08-14 18:14:47 +0000
4@@ -1,3 +1,38 @@
5+cinder (1:2013.1.3-0ubuntu1) raring-proposed; urgency=low
6+
7+ * Resynchronize with stable/grizzly (2023eec) (LP: #1210447):
8+ - [0c86041] Bump stable/grizzly next version to 2013.1.3
9+ - [a1c0ba1] Syntax error in hp3par driver LP: 1186566
10+ - [e97b555] Cloning a SolidFire volume doesn't work anymore LP: 1188454
11+ - [7a15827] cinder thinlvm allocates new snap based volumes outside the
12+ pool LP: 1192601
13+ - [e58cac5] SolidFire driver should catch Connection Refused error
14+ LP: 1195910
15+ - [f5b80aa] live migration fails with storwize/svc driver LP: 1179773
16+ - [85444f4] Incorrect authorization rule in api.quota LP: 1185974
17+ - [78945d0] test_storwize_svc.py fails with
18+ storwize_svc_multihostmap_enabled default value (False) LP: 1198146
19+ - [2eda2e6] storwize svc driver needs to avoid SVC CLI shortcut
20+ LP: 1163964
21+ - [82c6ffe] SolidFire _do_clone needs to account for create_from_snapshot
22+ as well as clone LP: 1192745
23+ - [559b0fa] handle-remaining-connect-fails-cases-in-solidfire-driver
24+ LP: 1201592
25+ - [bfeae7b] Cannot run cinder-volume with SolidFire driver in
26+ active/active LP: 1179671
27+ - [68e4e55] some default config options are of the wrong type LP: 1167318
28+ - [5ae3c21] unable to discover shares for nfs drivers LP: 1158681
29+ - [762c4d2] Pyflakes error in EMC driver LP: 1188619
30+ - [5dfb545] need_longer_timeout_setting_for_solidfire_clone LP: 1202007
31+ - [c6f2f78] Cinder LVM volume driver does not support secure deletion
32+ (CVE-2013-4183) LP: 1198185
33+ - [2023eec] [OSSA 2013-023] Potential unsafe XML usage (CVE-2013-4179,
34+ CVE-2013-4202) LP: 1190229
35+ * debian/rules: Clean new setuptools_git cruft.
36+ * debian/control: Set Vcs fields.
37+
38+ -- Adam Gandelman <adamg@ubuntu.com> Fri, 09 Aug 2013 09:59:32 +0100
39+
40 cinder (1:2013.1.2-0ubuntu1) raring-proposed; urgency=low
41
42 * Resynchronize with stable/grizzly (890dc3fe) (LP: #1188788):
43
44=== modified file 'debian/control'
45--- debian/control 2013-04-16 21:32:22 +0000
46+++ debian/control 2013-08-14 18:14:47 +0000
47@@ -38,6 +38,8 @@
48 python-webob
49 Standards-Version: 3.9.3
50 Homepage: http://launchpad.net/cinder
51+Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/cinder/grizzly/files
52+Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/cinder/grizzly
53
54 Package: python-cinder
55 Section: python
56
57=== modified file 'debian/rules'
58--- debian/rules 2013-03-25 13:31:36 +0000
59+++ debian/rules 2013-08-14 18:14:47 +0000
60@@ -23,3 +23,7 @@
61
62 override_dh_fixperms:
63 dh_fixperms -Xcinder_tgt.conf
64+
65+override_dh_clean:
66+ dh_auto_clean
67+ rm -rf setuptools_git*.egg

Subscribers

People subscribed via source and target branches