14
0

Accepting request 177317 from home:mlin7442:branches:devel:languages:python

update to version 2.5.2

OBS-URL: https://build.opensuse.org/request/show/177317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=14
This commit is contained in:
Sascha Peilicke
2013-06-05 09:04:40 +00:00
committed by Git OBS Bridge
parent c7f2b4d335
commit 9c55de35a5
6 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jun 4 03:56:25 UTC 2013 - mlin@suse.com
- Update to version 2.5.2
* Version 2.5.2 fixes a NULL pointer dereference issue when decoding
an invalid :class:`~bson.dbref.DBRef`(bnc#822798, CVE-2013-2132).
See release notes in JIRA:
https://jira.mongodb.org/browse/PYTHON/fixforversion/12581 for details.
-------------------------------------------------------------------
Tue Jun 4 03:54:45 UTC 2013 - mlin@suse.com
- Update to version 2.5.1
* Version 2.5.1 is a minor release that fixes issues discovered after the
release of 2.5. Most importantly, this release addresses some race
conditions in replica set monitoring. See release notes in JIRA:
https://jira.mongodb.org/browse/PYTHON/fixforversion/12484 for details.
-------------------------------------------------------------------
Wed Apr 3 21:23:59 UTC 2013 - dvaleev@suse.com