summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorRichard Moore <rich@kde.org>2011-11-10 22:37:16 +0000
committerQt by Nokia <qt-info@nokia.com>2011-11-15 10:16:12 +0100
commit6f115edd745b2f21218bbf0f4ed8584fe0ac3e3a (patch)
tree60e0642f012892173dc9e4267663ecb7370686d6 /dist
parent6f4bdf3b6406912ccdf8ef8101e1836e73ee218b (diff)
Always use the hex format for certificate serial numbers.
In Qt 4.x the serial number is reported by a mixture of the hex value and the number, The hex is what is used by other tools, and we should do the same. Change-Id: Ia0361d43fb5b920d053c95e932e0c8a012436e5e Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index df36b2caf4..da1e092a3a 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -99,6 +99,10 @@ QtNetwork
* QHostAddress::isLoopback() API added. Returns true if the address is
one of the IP loopback addresses.
+* QSslCertificate::serialNumber() now always returns the serial number in
+ hexadecimal format.
+
+
QtOpenGL
--------