[git] GPGME - branch, gpgme-1.7-branch, created. gpgme-1.6.0-395-g0b78bc7

by Werner Koch cvs at cvs.gnupg.org
Wed Sep 21 09:43:06 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, gpgme-1.7-branch has been created
        at  0b78bc7ba40972402f8ab7919313c000ef1f6385 (commit)

- Log -----------------------------------------------------------------
commit 0b78bc7ba40972402f8ab7919313c000ef1f6385
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Sep 21 09:40:02 2016 +0200

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index e4966e8..b13c3a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Noteworthy changes in version 1.7.1 (unreleased) [C26/A15/R_]
+------------------------------------------------
+
 Noteworthy changes in version 1.7.0 (2016-09-21) [C26/A15/R0]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index c9d16af..4a29f2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ min_automake_version="1.14"
 # for the LT versions.
 m4_define(mym4_version_major, [1])
 m4_define(mym4_version_minor, [7])
-m4_define(mym4_version_micro, [0])
+m4_define(mym4_version_micro, [1])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit e7ab75379feadcc2894d9d4cde0f16ad0044780d
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Sep 21 08:57:07 2016 +0200

    Release 1.7.0
    
    * configure.ac: Bump LT vesion to C26/A15/R0.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/AUTHORS b/AUTHORS
index dd4b492..bbf1576 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
 Package: gpgme
-Homepage: http://www.gnupg.org/related_software/gpgme/
+Homepage: https://gnupg.org/related_software/gpgme/
 Download: ftp://ftp.gnupg.org/gcrypt/gpgme/
 Repository: git://git.gnupg.org/gpgme.git
 Maintainer: Werner Koch <wk at gnupg.org>
diff --git a/NEWS b/NEWS
index b258f71..e4966e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,48 @@
-Noteworthy changes in version 1.7.0 (unreleased) [C25/A14/R_]
+Noteworthy changes in version 1.7.0 (2016-09-21) [C26/A15/R0]
 ------------------------------------------------
 
- * New function to format a GnuPG style public key algorithm string.
+ * New language bindings for Python 2 and 3.
 
- * Notation flags are now correctly set on verify.
+ * New language Bindings for C++ and the Qt-Framework API.
+
+ * New functions gpgme_op_createkey and gpgme_op_createsubkey to make
+   key creation easier (requires GnuPG 2.1).
+
+ * New functions gpgme_op_adduid and gpgme_op_revuid to make user id
+   management easier (requires GnuPG 2.1).
+
+ * New function gpgme_op_keysign to make key signing easier (requires
+   GnuPG 2.1).
 
- * Bindings for Python 2 and 3 are now included.
+ * New function gpgme_op_interact to replace the now deprecated
+   functions gpgme_op_edit and gpgme_op_card_edit.
+
+ * New function gpgme_pubkey_algo_string to convert a public key
+   algorithm into a GnuPG 2.1 style string.
+
+ * Support for GnuPG 2.1's TOFU trust model.
+
+ * Notation flags are now correctly set on verify.
 
  * New global flag "require-gnupg" to set a minimal gnupg version.
 
- * New function gpgme_op_interact to replace the deprecated functions
-   gpgme_op_edit and gpgme_op_card_edit.
+ * More supported items in gpgme_get_dirinfo.
+
+ * New function gpgme_data_set_flag and flag "size-hint".
+
+ * New function gpgme_set_ctx_flag and flags "full-status" and
+   "raw-description".
+
+ * Improved gpgme_data_identify to distinguish more file types.
+
+ * New flag GPGME_ENCRYPT_SYMMETRIC for gpgme_op_encrypt to allow
+   mixed public key and symmetric encryption.
+
+ * New field KEYGRIP in gpgme_subkey_t.  New fields FPR in gpgme_key_t.
 
- * Bindings for C++ and Qt-Framework API are now included.
+ * New flag GPGME_DATA_ENCODING_MIME to declare that the encrypted or
+   signed data is a valid MIME part.  This is to support future GnuPG
+   versions.
 
  * Interface changes relative to the 1.6.0 release:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/README b/README
index 6da94e5..90f2e39 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-                  GPGME - GnuPG Made Easy
-                ---------------------------
+                       GPGME - GnuPG Made Easy
+                     ---------------------------
 
-         Copyright 2004, 2006, 2010, 2012, 2013, 2014, 2015 g10 Code GmbH
+                  Copyright 2001-2016 g10 Code GmbH
 
 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
@@ -22,12 +22,12 @@ to public key crypto engines like GnuPG or GpgSM easier for
 applications.  GPGME provides a high-level crypto API for encryption,
 decryption, signing, signature verification and key management.
 
+GPGME comes with language bindings for Common Lisp, C++, QT, Python2
+and Python 3.
+
 GPGME uses GnuPG and GpgSM as its backends to support OpenPGP and the
 Cryptographic Message Syntax (CMS).
 
-GPGME runs best on GNU/Linux or *BSD systems.  Other Unices may
-require small portability fixes, please send us your patches.
-
 See the files COPYING, COPYING.LESSER, and each file for copyright and
 warranty information.  The file AUTHORS has a list of authors and
 useful web and mail addresses.
@@ -70,18 +70,32 @@ a) If you have a trusted Version of GnuPG installed, you can simply check
    indeed a a signature of gpgme-x.y.z.tar.gz.  The key used to create
    this signature is either of:
 
-   "pub  2048R/4F25E3B6 2011-01-12 Werner Koch (dist sig)"
-   "pub  1024D/87978569 1999-05-13
-                        Marcus Brinkmann <Marcus.Brinkmann at ruhr-uni-bochum.de>
-                        Marcus Brinkmann <mb at g10code.com>"
+     2048R/4F25E3B6 2011-01-12 [expires: 2019-12-31]
+     Key fingerprint = D869 2123 C406 5DEA 5E0F  3AB5 249B 39D2 4F25 E3B6
+     Werner Koch (dist sig)
+
+     rsa2048/E0856959 2014-10-29 [expires: 2019-12-31]
+     Key fingerprint = 46CC 7308 65BB 5C78 EBAB  ADCF 0437 6F3E E085 6959
+     David Shaw (GnuPG Release Signing Key) <dshaw 'at' jabberwocky.com>
+
+     rsa2048/33BD3F06 2014-10-29 [expires: 2016-10-28]
+     Key fingerprint = 031E C253 6E58 0D8E A286  A9F2 2071 B08A 33BD 3F06
+     NIIBE Yutaka (GnuPG Release Key) <gniibe 'at' fsij.org>
+
+     rsa2048/7EFD60D9 2014-10-19 [expires: 2020-12-31]
+     Key fingerprint = D238 EA65 D64C 67ED 4C30  73F2 8A86 1B1C 7EFD 60D9
+     Werner Koch (Release Signing Key)
 
-   If you do not have this key, you can get it from any keyserver.  You
-   have to make sure that this is really the key and not a faked one.
-   You can do this by comparing the output of:
+   You may retrieve these files from the keyservers using this command
 
-	$ gpg --fingerprint 0x4F25E3B6
+     gpg --recv-keys 249B39D24F25E3B6 04376F3EE0856959 \
+                     2071B08A33BD3F06 8A861B1C7EFD60D9
 
-   with the fingerprint published elsewhere.
+   The keys are also available at https://gnupg.org/signature_key.html
+   and in released GnuPG tarballs in the file g10/distsigkey.gpg .
+   You have to make sure that these are really the desired keys and
+   not faked one.  You should do this by comparing the fingerprints
+   with the fingerprints published elsewhere.
 
 b) If you don't have any of the above programs, you have to verify
    the SHA1 checksum:
@@ -101,7 +115,7 @@ Documentation
 
 For information how to use the library you can read the info manual,
 which is also a reference book, in the doc/ directory.  The programs
-in the tests/gpg/ directory may also prove useful.
+in the tests/ directory may also prove useful.
 
 Please subscribe to the gnupg-devel at gnupg.org mailing list if you want
 to do serious work.
diff --git a/configure.ac b/configure.ac
index d6f3e0a..c9d16af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,10 +55,10 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org])
 #   (Interfaces added:			AGE++)
 #   (Interfaces removed/changed:	AGE=0)
 #
-LIBGPGME_LT_CURRENT=25
+LIBGPGME_LT_CURRENT=26
 # Subtract 2 from this value if you want to make the LFS transition an
 # ABI break.  [Note to self: Remove this comment with the next regular break.]
-LIBGPGME_LT_AGE=14
+LIBGPGME_LT_AGE=15
 LIBGPGME_LT_REVISION=0
 
 LIBGPGMEPP_LT_CURRENT=6
@@ -796,7 +796,7 @@ AH_BOTTOM([
 #define GPG_ERR_ENABLE_ERRNO_MACROS 1
 
 #define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \
-                    "Copyright (C) 2001--2015 g10 Code GmbH\n"
+                    "Copyright (C) 2001--2016 g10 Code GmbH\n"
 ])
 
 
diff --git a/src/gpgme.h.in b/src/gpgme.h.in
index 548d360..20654db 100644
--- a/src/gpgme.h.in
+++ b/src/gpgme.h.in
@@ -1,6 +1,6 @@
 /* gpgme.h - Public interface to GnuPG Made Easy.                   -*- c -*-
  * Copyright (C) 2000 Werner Koch (dd9jn)
- * Copyright (C) 2001-2015 g10 Code GmbH
+ * Copyright (C) 2001-2016 g10 Code GmbH
  *
  * This file is part of GPGME.
  *
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index 7f19b30..3ce38f0 100644
--- a/src/versioninfo.rc.in
+++ b/src/versioninfo.rc.in
@@ -39,7 +39,7 @@ BEGIN
             VALUE "FileDescription", "GPGME - GnuPG Made Easy\0"
             VALUE "FileVersion", "@LIBGPGME_LT_CURRENT at .@LIBGPGME_LT_AGE at .@LIBGPGME_LT_REVISION at .@BUILD_REVISION@\0"
             VALUE "InternalName", "gpgme\0"
-            VALUE "LegalCopyright", "Copyright © 2001-2015 g10 Code GmbH\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2016 g10 Code GmbH\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "gpgme.dll\0"
             VALUE "PrivateBuild", "\0"

commit 936928632b02d7cc2ac645543bb03e4c94285f05
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Sep 21 09:17:23 2016 +0200

    python: Create install dir.
    
    * lang/python/Makefile.am (install-exec-local): Create dir.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 897c2a6..2271ce0 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -98,6 +98,7 @@ install-exec-local:
 	  cat files.txt >> install_files.txt ; \
 	  rm files.txt ; \
 	done
+	$(MKDIR_P) $(DESTDIR)$(pythondir)/pyme
 	mv install_files.txt $(DESTDIR)$(pythondir)/pyme
 
 uninstall-local:

-----------------------------------------------------------------------


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list