Hello community,

here is the log from the commit of package openstack-swift for openSUSE:Factory 
checked in at 2013-10-21 12:30:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-swift (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-swift.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-swift"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-swift/openstack-swift.changes  
2013-10-02 13:31:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-swift.new/openstack-swift.changes     
2013-10-21 12:30:43.000000000 +0200
@@ -0,0 +1,89 @@
+-------------------------------------------------------------------
+Mon Oct 21 08:25:40 UTC 2013 - [email protected]
+
+- Update to 1.10.0 final:
+  * Added support for pooling memcache connections
+  * Added support to replicating handoff partitions first in object
+    replication. Can also configure now many remote nodes a storage node
+    must talk to before removing a local handoff partition.
+  * Fixed bug where memcache entries would not expire
+  * Much faster calculation for choosing handoff nodes
+  * Added container listing ratelimiting
+  * Fixed issue where the proxy would continue to read from a storage
+    server even after a client had disconnected
+  * Added support for headers that are only visible to the owner of a Swift
+    account
+  * Fixed ranged GET with If-None-Match
+  * Fixed an issue where rings may not be balanced after initial creation
+  * Fixed internationalization support
+  * Return the correct etag for a static large object on the PUT response
+  * Allow users to extract archives to containers with ACLs set
+  * Fix support for range requests against static large objects
+  * Now logs x-copy-from header in a useful place
+  * Reverted back to old XML output of account and container listings to
+    ensure older clients do not break
+  * Account quotas now appropriately handle copy requests
+  * Fix issue with UTF-8 handling in versioned writes
+  * Various other bug fixes and improvements, including support for running
+    Swift under Pypy and continuing work to support storage policies
+
+-------------------------------------------------------------------
+Fri Oct 18 23:27:19 UTC 2013 - [email protected]
+
+- Update to version 1.10.0.rc1+git.1382138839.79e2a50:
+  + DiskFile API, with reference implementation
+
+--------------------------------------------------------------------
+Thu Oct 17 23:59:22 UTC 2013 - [email protected]
+
+- Update to version 1.10.0.rc1+git.1382054362.7932545:
+  + Small optimization to container_quotas
+
+--------------------------------------------------------------------
+Thu Oct 17 00:06:33 UTC 2013 - [email protected]
+
+- Update to version 1.10.0.rc1+git.1381968393.2b639f5:
+  + Fix 500 from account-quota middleware
+
+--------------------------------------------------------------------
+Wed Oct 16 00:17:44 UTC 2013 - [email protected]
+
+- Update to version 1.10.0.rc1+git.1381882664.b804c72:
+  + return value on memcache client decr call
+  + Removes vim comment
+
+--------------------------------------------------------------------
+Mon Oct 14 07:55:36 UTC 2013 - [email protected]
+
+- Update to version 1.10.0.rc1+git.1381737336.5964082:
+  + Fix default replication options for ring-builder add
+  + Change OpenStack LLC to Foundation
+  + Handle X-Copy-From header in container_quota middleware
+  + Two small account-quota fixes
+  + Fix utf-8 handling in object versions.
+  + Set path_info in sub_slo manifest GET requests
+  + Simplify object path when reporting SLO put errors
+  + Fedora 19 updates
+  + Pool memcache connections
+  + Allow slightly older dnspython (>= 1.9.4).
+  + Add "note" box callouts to SAIO for user changes.
+  + assertEquals is deprecated, use assertEqual
+  + Stop reading from object server when client disconnects.
+  + Remove sphinx build warnings
+  + Fedora 19: need to use /etc/rc.d/rc.local
+  + Fix bad hash_path reference
+  + Revert "Refactor common/utils methods to common/ondisk"
+  + Don't apply timeout to Pool.get operation (leaks)
+  + Add a Timeout when getting Memcache connections
+  + Correct URL in readme
+  + allow container create even if over account quota
+  + CHANGELOG and AUTHORS updates for 1.10.0 release
+- Set _service to fixed revision (Havana release)
+
+--------------------------------------------------------------------
+Tue Oct  1 23:53:19 UTC 2013 - [email protected]
+
+- Update to version 1.9.2.186.gfe69cab+git.1380671599.c7a9cb9:
+  + Use created container in unit test
+  + Move location of HTTPException in swift_testing
+

Old:
----
  swift-master.tar.gz

New:
----
  swift-1.10.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openstack-swift-doc.spec ++++++
--- /var/tmp/diff_new_pack.OtUJRV/_old  2013-10-21 12:30:44.000000000 +0200
+++ /var/tmp/diff_new_pack.OtUJRV/_new  2013-10-21 12:30:44.000000000 +0200
@@ -19,13 +19,13 @@
 %define component swift
 
 Name:           openstack-%{component}-doc
-Version:        1.9.2.180.g5eea524+git.1380587981.5eea524
+Version:        1.10.0+git.1382343573.79e2a50
 Release:        0
 Summary:        OpenStack Storage (Swift) - Documentation
 License:        Apache-2.0
 Group:          Documentation/HTML
 Url:            http://openstack.org/projects/compute/
-Source:         swift-master.tar.gz
+Source:         swift-1.10.0.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-PasteDeploy
 BuildRequires:  python-Sphinx
@@ -47,7 +47,7 @@
 This package contains documentation files for openstack-swift.
 
 %prep
-%setup -q -n swift-1.9.2.180.g5eea524
+%setup -q -n swift-1.10.0
 sed -i "s/\r//" LICENSE # Fix wrong-file-end-of-line-encoding warning
 %openstack_cleanup_prep
 

++++++ openstack-swift.spec ++++++
--- /var/tmp/diff_new_pack.OtUJRV/_old  2013-10-21 12:30:44.000000000 +0200
+++ /var/tmp/diff_new_pack.OtUJRV/_new  2013-10-21 12:30:44.000000000 +0200
@@ -21,13 +21,13 @@
 %define username openstack-%{component}
 
 Name:           openstack-%{component}
-Version:        1.9.2.180.g5eea524+git.1380587981.5eea524
+Version:        1.10.0
 Release:        0
 Summary:        OpenStack Storage (Swift)
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            http://launchpad.net/swift
-Source:         swift-master.tar.gz
+Source:         swift-1.10.0.tar.gz
 Source1:        %{name}-functions
 Source2:        %{name}-account.init
 Source3:        %{name}-account-auditor.init
@@ -171,7 +171,7 @@
 of OpenStack Swift.
 
 %prep
-%setup -q -n swift-1.9.2.180.g5eea524
+%setup -q -n swift-1.10.0
 sed -i "s/\r//" LICENSE # Fix wrong-file-end-of-line-encoding warning
 tar xvf %{SOURCE21}
 %openstack_cleanup_prep

++++++ _service ++++++
--- /var/tmp/diff_new_pack.OtUJRV/_old  2013-10-21 12:30:44.000000000 +0200
+++ /var/tmp/diff_new_pack.OtUJRV/_new  2013-10-21 12:30:44.000000000 +0200
@@ -1,10 +1,8 @@
 <services>
-  <service name="github_tarballs" mode="disabled">
-    <param 
name="url">http://tarballs.openstack.org/swift/swift-master.tar.gz</param>
+  <service name="git_tarballs" mode="disabled">
+    <param 
name="url">http://tarballs.openstack.org/swift/swift-1.10.0.tar.gz</param>
     <param name="email">[email protected]</param>
-    <param name="repo_owner">openstack</param>
-    <param name="repo_name">swift</param>
-    <param name="target">master</param>
+    <param name="plain-version">True</param>
   </service>
 
   <service name="tar_scm" mode="disabled">

++++++ swift-master.tar.gz -> swift-1.10.0.tar.gz ++++++
++++ 6611 lines of diff (skipped)

++++++ swift-test-configs-0.0.0.tar.bz2 ++++++

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to