14
0

Accepting request 320486 from home:winski:python

update to 3.0.3, bug fixes, including GridFS file causing infinite loop.

OBS-URL: https://build.opensuse.org/request/show/320486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=43
This commit is contained in:
2015-08-05 06:45:10 +00:00
committed by Git OBS Bridge
parent 7154a92bf3
commit 31ac0900b0
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Aug 5 00:49:55 UTC 2015 - jacobwinski@gmail.com
- Update to 3.0.3, fixes:
* PYTHON-942: Error in changelog guidance for Python 3 (find timeout parameter)
* PYTHON-934: Unable to specify ssl_match_hostname option using URI style connection string
* PYTHON-946: Undocumented regression in Collection.find - projection tuple no longer allowed
* PYTHON-939: Monitor threads slow to terminate on application shutdown.
* PYTHON-932: Error in GSSAPI / Kerberos
* PYTHON-954: TxMongo is recommended for production use
* PYTHON-945: Remove validation of the OP_REPLY "startingFrom" field
* PYTHON-951: Corrupt GridFS files can send GridOut.read / readline into an infinite loop
* PYTHON-940: Unhelpful and pretty wrong error message
* PYTHON-933: "maxPoolSize=0" allowed, causes hang
-------------------------------------------------------------------
Sat Jul 25 09:41:42 UTC 2015 - seife+obs@b1-systems.com