[Python-modules-commits] r27883 - in packages/django-openid-auth/trunk/debian (NEWS changelog)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Sat Feb 22 18:01:54 UTC 2014


    Date: Saturday, February 22, 2014 @ 18:01:53
  Author: asb
Revision: 27883

releasing package django-openid-auth version 0.5-2

Modified:
  packages/django-openid-auth/trunk/debian/NEWS
  packages/django-openid-auth/trunk/debian/changelog

Modified: packages/django-openid-auth/trunk/debian/NEWS
===================================================================
--- packages/django-openid-auth/trunk/debian/NEWS	2014-02-22 18:00:36 UTC (rev 27882)
+++ packages/django-openid-auth/trunk/debian/NEWS	2014-02-22 18:01:53 UTC (rev 27883)
@@ -1,15 +1,15 @@
-django-openid-auth (0.5-2) UNRELEASED; urgency=medium
+django-openid-auth (0.5-2) unstable; urgency=medium
 
-  * django-openid-auth is not compatible with Django 1.6's
-    default JSON_SESSION_SERIALIZER. It's nessesary to revert
-    to the old Pickle serializer as a workaround. Add the
-    following to your settings.py:
+  django-openid-auth is not compatible with Django 1.6's
+  default JSON_SESSION_SERIALIZER. It's nessesary to revert
+  to the old Pickle serializer as a workaround. Add the
+  following to your settings.py:
 
-    SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
+  SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
 
-    For information about the change in Django, see: http://deb.li/iiZZU
+  For information about the change in Django, see: http://deb.li/iiZZU
 
-    The issue is being tracked for django-openid-auth upstream at:
-    http://pad.lv/1252826
+  The issue is being tracked for django-openid-auth upstream at:
+  http://pad.lv/1252826
 
  -- Andrew Starr-Bochicchio <asb at debian.org>  Sat, 22 Feb 2014 12:33:37 -0500

Modified: packages/django-openid-auth/trunk/debian/changelog
===================================================================
--- packages/django-openid-auth/trunk/debian/changelog	2014-02-22 18:00:36 UTC (rev 27882)
+++ packages/django-openid-auth/trunk/debian/changelog	2014-02-22 18:01:53 UTC (rev 27883)
@@ -1,4 +1,4 @@
-django-openid-auth (0.5-2) UNRELEASED; urgency=medium
+django-openid-auth (0.5-2) unstable; urgency=medium
 
   * debian/patches/django1.6compat.patch: Fix compatibility
     issues with Django 1.6 (Closes: #729828, 739617)
@@ -8,7 +8,7 @@
   * Bump Standards-Version to 3.9.5, no changes needed.
   * Transition from python-support to dh_python2.
 
- -- Andrew Starr-Bochicchio <asb at debian.org>  Sat, 22 Feb 2014 12:14:22 -0500
+ -- Andrew Starr-Bochicchio <asb at debian.org>  Sat, 22 Feb 2014 13:00:49 -0500
 
 django-openid-auth (0.5-1) unstable; urgency=low
 




More information about the Python-modules-commits mailing list