[glib/glib-2-48] gchecksum: annotate when G_CHECKSUM_SHA512 was introduced
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-48] gchecksum: annotate when G_CHECKSUM_SHA512 was introduced
- Date: Wed, 17 Aug 2016 21:41:13 +0000 (UTC)
commit b179c5f0e34a681a0737f8c2716bc6f0e0541139
Author: Daniel P. Berrange <berrange redhat com>
Date: Thu Jul 21 10:21:52 2016 +0100
gchecksum: annotate when G_CHECKSUM_SHA512 was introduced
Currently the docs for GChecksumType are simpy annotated
with 'Since 2.16' which is when GChecksumType was first
introduced. No mention is made of the fact that the
G_CHECKSUM_SHA512 constant was only added much later
in 2.36.
Signed-off-by: Daniel P. Berrange <berrange redhat com>
https://bugzilla.gnome.org/show_bug.cgi?id=769027
glib/gchecksum.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gchecksum.h b/glib/gchecksum.h
index af32757..75e003c 100644
--- a/glib/gchecksum.h
+++ b/glib/gchecksum.h
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
* @G_CHECKSUM_MD5: Use the MD5 hashing algorithm
* @G_CHECKSUM_SHA1: Use the SHA-1 hashing algorithm
* @G_CHECKSUM_SHA256: Use the SHA-256 hashing algorithm
- * @G_CHECKSUM_SHA512: Use the SHA-512 hashing algorithm
+ * @G_CHECKSUM_SHA512: Use the SHA-512 hashing algorithm (Since: 2.36)
*
* The hashing algorithm to be used by #GChecksum when performing the
* digest of some data.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]