You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2012/09/11 06:52:58 UTC

svn commit: r1383241 - /libcloud/trunk/CHANGES

Author: tomaz
Date: Tue Sep 11 04:52:57 2012
New Revision: 1383241

URL: http://svn.apache.org/viewvc?rev=1383241&view=rev
Log:
Update changes.

Modified:
    libcloud/trunk/CHANGES

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1383241&r1=1383240&r2=1383241&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Tue Sep 11 04:52:57 2012
@@ -2,6 +2,15 @@
 
 Changes with Apache Libcloud in development:
 
+  *) General
+
+    Fix a bug with the Libcloud SSL verification code. Code was too strict and
+    didn't allow "-" character in the sub-domain when using a wildcard
+    certificate.
+
+    Note: This is NOT a security vulnerability. ; LIBCLOUD-244
+    [Tomaz Muraus]
+
   *) Compute
 
     - Add new Rackspace Nova driver for Chicago (ORD) location ; LIBCLOUD-234