[Python-modules-commits] r20376 - in packages/authres/trunk/debian (changelog control)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Thu Feb 9 07:27:57 UTC 2012


    Date: Thursday, February 9, 2012 @ 07:27:55
  Author: kitterman
Revision: 20376

* New upstream release
  - Now supports all registered Authentication Results extensions:
      RFC 5617 DKIM/ADSP
      RFC 6008 DKIM signature identification (header.b)
      RFC 6212 Vouch By Reference (VBR)
  - Update package descriptions to include the changed functionality

Modified:
  packages/authres/trunk/debian/changelog
  packages/authres/trunk/debian/control

Modified: packages/authres/trunk/debian/changelog
===================================================================
--- packages/authres/trunk/debian/changelog	2012-02-09 02:48:28 UTC (rev 20375)
+++ packages/authres/trunk/debian/changelog	2012-02-09 07:27:55 UTC (rev 20376)
@@ -1,3 +1,14 @@
+authres (0.399-1) unstable; urgency=low
+
+  * New upstream release
+    - Now supports all registered Authentication Results extensions:
+        RFC 5617 DKIM/ADSP
+        RFC 6008 DKIM signature identification (header.b)
+        RFC 6212 Vouch By Reference (VBR)
+    - Update package descriptions to include the changed functionality
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 09 Feb 2012 01:20:55 -0500
+
 authres (0.3-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/authres/trunk/debian/control
===================================================================
--- packages/authres/trunk/debian/control	2012-02-09 02:48:28 UTC (rev 20375)
+++ packages/authres/trunk/debian/control	2012-02-09 07:27:55 UTC (rev 20376)
@@ -17,7 +17,8 @@
  Python module to create and parse RFC 5451 Authentication Results headers.
  .
  The module provides a class for creating and parsing RFC compliant headers
- for use in Python applications.
+ for use in Python applications. It supports all currently registered
+ extensions in addition to the core RFC 5451 types.
  .
  http://tools.ietf.org/rfc/rfc5451.txt
 
@@ -28,6 +29,7 @@
  Python3 module to create and parse RFC 5451 Authentication Results headers.
  .
  The module provides a class for creating and parsing RFC compliant headers
- for use in Python3 applications.
+ for use in Python3 applications. It supports all currently registered
+ extensions in addition to the core RFC 5451 types.
  .
  http://tools.ietf.org/rfc/rfc5451.txt




More information about the Python-modules-commits mailing list