14
0

Accepting request 235927 from Cloud:OpenStack:Master

- update to 3.5.2:
  * Fix Windows build with VS2008
 Version 3.5.1 released 2014-05-21
 * Consistently reject int_as_string_bitcount settings that are not
    positive integers
 Version 3.5.0 released 2014-05-20
 * Added int_as_string_bitcount encoder option
 * Fixed potential crash when encoder created with incorrect options

OBS-URL: https://build.opensuse.org/request/show/235927
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=57
This commit is contained in:
Sascha Peilicke
2014-06-02 09:08:58 +00:00
committed by Git OBS Bridge
parent a8272ebc20
commit 87b215412a
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat May 31 16:14:18 UTC 2014 - dmueller@suse.com
- update to 3.5.2:
* Fix Windows build with VS2008
Version 3.5.1 released 2014-05-21
* Consistently reject int_as_string_bitcount settings that are not
positive integers
Version 3.5.0 released 2014-05-20
* Added int_as_string_bitcount encoder option
* Fixed potential crash when encoder created with incorrect options
-------------------------------------------------------------------
Tue May 20 12:27:38 UTC 2014 - toddrme2178@gmail.com