From d19bea52afe6efb66a46af6aa4d09928c5d05ee5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 2 Feb 2017 09:50:47 +0100 Subject: core: Un-deprecate gpgme_data_rewind. * src/gpgme.h.in (gpgme_data_rewind): Un-deprecate. * src/data-compat.c (gpgme_data_rewind): Move to ... * src/data.c (gpgme_data_rewind): here. -- That function is very convenient because it is required a lot with memory streams. It also documents the intention of the caller better than gpgme_data_seek with its addition parameters and the need to map system errors. Thus it does not make sense to make it a first class citizen again. Signed-off-by: Werner Koch --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0fca77aa..4405f6c0 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ Noteworthy changes in version 1.8.1 (unreleased) cpp: Key::UserID::revoke() NEW. cpp: Key::addUid() NEW. qt: CryptoConfig::stringValueList() NEW. + gpgme_data_rewind UN-DEPRECATE. Noteworthy changes in version 1.8.0 (2016-11-16) -- cgit v1.2.3