=== modified file 'debian/changelog'
--- debian/changelog	2014-10-06 12:49:20 +0000
+++ debian/changelog	2015-03-16 18:31:37 +0000
@@ -1,3 +1,17 @@
+glance (1:2014.1.4-0ubuntu1) UNRELEASED; urgency=medium
+
+  * Resynchronize with stable/icehouse (81ea399) (LP: #1432608):
+    - [f1260cc] Cleanup chunks for deleted image that was 'saving'
+    - [7d3a1db] Prevent file, swift+config and filesystem schemes
+    - [8bdb7ed] To prevent client use v2 patch api to handle file and swift location
+    - [4b5cb74] Can not delete images if db deadlock occurs
+    - [ef77c79] Move oslo.vmware higher in requirements.txt
+    - [312e93e] Make rbd store's pool handling more universal
+    - [81ea399] Do not log password in swift URLs in g-registry
+  * d/p/fix-requirements.patch: Rebased
+
+ -- Corey Bryant <corey.bryant@canonical.com>  Mon, 16 Mar 2015 14:12:46 -0400
+
 glance (1:2014.1.3-0ubuntu1) trusty; urgency=medium
 
   [ Corey Bryant ]

=== modified file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch	2014-08-08 21:40:04 +0000
+++ debian/patches/fix-requirements.patch	2015-03-16 18:31:37 +0000
@@ -1,15 +1,13 @@
 Description: Set min version of six.
 Author: Corey Bryant <corey.bryant@canonical.com>
 Forwarded: Not needed.
-Index: glance/requirements.txt
-===================================================================
 --- a/requirements.txt
 +++ b/requirements.txt
-@@ -38,6 +38,6 @@
+@@ -39,6 +39,6 @@
  pyOpenSSL>=0.11
  
  # Required by openstack.common libraries
 -six>=1.6.0
 +six>=1.5.2
  
- oslo.messaging>=1.3.0
+ oslo.messaging>=1.3.0,<1.5

