From ee226061b9c9090ad2ca542baf2f09e6813f6415dd2d7a0df45957efd69adc04 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 17 Jan 2013 14:20:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=37 --- python3-simplejson.changes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/python3-simplejson.changes b/python3-simplejson.changes index e9bf651..3e16f4a 100644 --- a/python3-simplejson.changes +++ b/python3-simplejson.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jan 17 14:19:25 UTC 2013 - toddrme2178@gmail.com + +- Update to 3.0.7 + * NOTE: this release only changes the license. + * simplejson is now dual-licensed software, MIT or AFL v2.1. It is + also made explicit that this code is also licensed to the PSF under + a Contributor Agreement. +- Update to 3.0.7 + * Fix for major Python 2.x ensure_ascii=False encoding regression + introduced in simplejson 3.0.0. If you use this setting, please + upgrade immediately. + ------------------------------------------------------------------- Fri Jan 11 15:52:52 UTC 2013 - p.drouand@gmail.com