[Python-modules-commits] r29409 - in packages/python-pskc/trunk/debian (changelog)

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Thu Jun 19 22:00:56 UTC 2014


    Date: Thursday, June 19, 2014 @ 22:00:54
  Author: adejong
Revision: 29409

New upstream release (0.2)

Modified:
  packages/python-pskc/trunk/debian/changelog

Modified: packages/python-pskc/trunk/debian/changelog
===================================================================
--- packages/python-pskc/trunk/debian/changelog	2014-06-19 21:55:24 UTC (rev 29408)
+++ packages/python-pskc/trunk/debian/changelog	2014-06-19 22:00:54 UTC (rev 29409)
@@ -1,3 +1,18 @@
+python-pskc (0.2-1) UNRELEASED; urgency=medium
+
+  * NOT RELEASED YET
+  * New upstream release:
+    - raise exceptions on parsing, decryption and other problems
+    - support more encryption algorithms (AES128-CBC, AES192-CBC, AES256-CBC,
+      TripleDES-CBC, KW-AES128, KW-AES192, KW-AES256 and KW-TripleDES) and be
+      more lenient in accepting algorithm URIs
+    - support all HMAC algorithms that Python's hashlib module has hash
+      functions for (HMAC-MD5, HMAC-SHA1, HMAC-SHA224, HMAC-SHA256,
+      HMAC-SHA384 and HMAC-SHA512)
+    - support PRF attribute of PBKDF2 algorithm
+
+ -- Arthur de Jong <adejong at debian.org>  Fri, 20 Jun 2014 00:00:00 +0200
+
 python-pskc (0.1-1) unstable; urgency=medium
 
   * Initial release.




More information about the Python-modules-commits mailing list