updated with 1.7.5 version bump and changelog update

Change-Id: I04be779539b2bff76e2f614f50ddba2592fe4a36
This commit is contained in:
John Dickinson
2012年09月25日 14:37:45 -07:00
parent 7e0c4eb152
commit b530e62313

View File

@@ -1,3 +1,7 @@
swift (1.7.4)
* Fix issue where early client disconnects may have caused a memory leak
swift (1.7.2)
* Fix issue where memcache serialization was not properly loading

View File

@@ -14,7 +14,7 @@ class Version(object):
return '%s-dev' % (self.canonical_version,)
_version = Version('1.7.3', False)
_version = Version('1.7.5', False)
__version__ = _version.pretty_version
__canonical_version__ = _version.canonical_version
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.