Update changelog, bump version to 1.0.0b5
This commit is contained in:
		| @@ -1,3 +1,26 @@ | |||||||
|  | 1.0.0b5 | ||||||
|  | ======== | ||||||
|  | Oct 10, 2013 | ||||||
|  |  | ||||||
|  | Features | ||||||
|  | -------- | ||||||
|  | * SSL support | ||||||
|  |  | ||||||
|  | Bug Fixes | ||||||
|  | --------- | ||||||
|  | * Avoid KeyError when building replica map for NetworkTopologyStrategy | ||||||
|  | * Work around python bug which causes deadlock when a thread imports | ||||||
|  |   the utf8 module | ||||||
|  | * Handle no blist library, which is not compatible with pypy | ||||||
|  | * Avoid deadlock triggered by a keyspace being set on a connection (which | ||||||
|  |   may happen automatically for new connections) | ||||||
|  |  | ||||||
|  | Other | ||||||
|  | ----- | ||||||
|  | * Switch packaging from Distribute to setuptools, improved C extension | ||||||
|  |   support | ||||||
|  | * Use PEP 386 compliant beta and post-release versions | ||||||
|  |  | ||||||
| 1.0.0-beta4 | 1.0.0-beta4 | ||||||
| =========== | =========== | ||||||
| Sep 24, 2013 | Sep 24, 2013 | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| __version_info__ = (1, 0, '0b4', 'post') | __version_info__ = (1, 0, '0b5') | ||||||
| __version__ = '.'.join(map(str, __version_info__)) | __version__ = '.'.join(map(str, __version_info__)) | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tyler Hobbs
					Tyler Hobbs