Changelog for
gpgme-1.3.0-12.8.x86_64.rpm :
Wed Apr 14 14:00:00 2010 chrisAATTcomputersalat.de
- fix deps
o pth / libpth-devel >= 2.0.7
Mon Apr 5 14:00:00 2010 ajAATTsuse.de
- Add requires of libassuan-devel on devel package.
Wed Mar 31 14:00:00 2010 puzelAATTnovell.com
- update to gpgme-1.3
* GPGME does not come with an internal libassuan version anymore.
The external libassuan 1.1.0 release or later is required. For
application programmers on systems that can resolve inter-library
dependencies at runtime, this is a transparent change.
* New engine GPGME_PROTOCOL_G13 to support the new g13 tool.
* New engine GPGME_PROTOCOL_UISERVER to support UI Servers.
* New API to change the passpgrase of a key.
* Interface changes relative to the 1.2.0 release:
- GPGME_STATUS_INV_SGNR NEW.
- GPGME_STATUS_NO_SGNR NEW.
- GPGME_PROTOCOL_G13 NEW.
- gpgme_op_g13_mount NEW.
- gpgme_g13_result_t NEW.
- GPGME_PK_ECDSA NEW.
- GPGME_PK_ECDH NEW.
- gpgme_op_passwd_start NEW.
- gpgme_op_passwd NEW.
- drop gpgme-1.1.8-makecheck.patch (not needed)
Sun Jan 31 13:00:00 2010 jengelhAATTmedozas.de
- package baselibs.conf
Tue Jun 23 14:00:00 2009 puzelAATTnovell.com
- update to gpgme-1.2.0
* New encryption flag GPGME_ENCRYPT_NO_ENCRYPT_TO to disable default
recipients.
* gpgme_new will fail if gpgme_check_version was not called, or a
selftest failed (for example, if -mms-bitfields was not used on
MingW32 targets).
* New functions gpgme_io_read and gpgme_io_write for use with
gpgme_passphrase_cb_t and gpgme_edit_cb_t functions.
* New functions gpgme_result_ref and gpgme_result_unref to detach
result structures from a context.
* New functions gpgme_op_export_keys_start and gpgme_op_export_keys
that allow to specify exported keys through gpgme_key_t objects
instead of patterns.
* New mode of operation gpgme_export_mode_t that allows exporting
external keys.
- drop unneeded BRs: libgcrypt-devel, libksba-devel
Thu Jun 11 14:00:00 2009 puzelAATTsuse.cz
- change BuildRequires: (pth-devel -> libpth-devel)
Tue Jun 2 14:00:00 2009 dmuellerAATTsuse.de
- fix requires of devel package
Mon Jun 1 14:00:00 2009 puzelAATTsuse.cz
- BuildRequires: pth-devel
Wed Feb 18 13:00:00 2009 puzelAATTsuse.cz
- update to 1.1.8
* SIGPIPE is now again ignored as described in the manual. Fixes
regresion introduced with 1.1.6.
Mon Dec 8 13:00:00 2008 puzelAATTsuse.cz
- update to 1.1.7
- using GPGME_KEYLIST_MODE_LOCAL combined with
GPGME_KEYLIST_MODE_EXTERN is now supported
- the encoding of gpgme_data_t objects can affect the output encoding
of export, sign and encrypt operations now
- the reference manual now includes the specification of \"The GnuPG
UI Server protocol\"
- a new function gpgme_cancel_async can be used to asynchronously
cancel any pending operation at any time, from any thread
- remove gpgme-1.1.6-from-upstream.patch (fixed upstream)
- remove gpgme-1.1.4-warning.patch (fixed upstream)
- fix obsolete usage of run_ldconfig
Thu Apr 10 14:00:00 2008 roAATTsuse.de
- added baselibs.conf file to build xxbit packages
for multilib support
Wed Feb 6 13:00:00 2008 bkAATTsuse.de
- update to version 1.1.6: API extensions, eg for gpgconf thru gpgme
- add upstream patches to run the testsuite non-interactively
Thu Dec 27 13:00:00 2007 crrodriguezAATTsuse.de
- fix library-without-ldconfig-post
* errors
- remove \"la\" files
Tue Aug 7 14:00:00 2007 roAATTsuse.de
- remove devel requires from library package
Mon Aug 6 14:00:00 2007 mrueckertAATTsuse.de
- add defattr to the lib package
Mon Aug 6 14:00:00 2007 zpetrovaAATTsuse.cz
- split gpgme to libgpgme11 and gpgme.
Fri Jul 27 14:00:00 2007 zpetrovaAATTsuse.cz
- update to version 1.1.5
- small bug and portability fixes.
Wed May 16 14:00:00 2007 zpetrovaAATTsuse.cz
- removed gpg from Requires list. (#273491)
Mon Mar 12 13:00:00 2007 zpetrovaAATTsuse.cz
- updated filelist
Fri Mar 9 13:00:00 2007 ltinklAATTsuse.cz
- update to latest version (1.1.4), needed for gpa
* Detect and bail out on double plaintext messages. This is required
so that applications can properly detect the signed parts of a
message. Actual there is now a double protection as GnuPG 1.4.7
will detect this case too.
* Fixed a memory leak in gpgme_data_release_and_get_mem.
* Fixed a bug in Windows command line quoting.
Sun Feb 4 13:00:00 2007 roAATTsuse.de
- updated filelist
Wed Sep 20 14:00:00 2006 anosekAATTsuse.cz
- fixed compiler warning: variable \"key\" is used before its value
is set [#159104] (warning.patch)
Mon Jul 17 14:00:00 2006 nadvornikAATTsuse.cz
- fixed pthread support in gpgme-config