Release 1.15.1
This commit is contained in:
parent
133050b3fa
commit
bb9880778f
2
AUTHORS
2
AUTHORS
@ -19,7 +19,7 @@ List of Copyright holders
|
|||||||
|
|
||||||
Copyright (C) 1991-2013 Free Software Foundation, Inc.
|
Copyright (C) 1991-2013 Free Software Foundation, Inc.
|
||||||
Copyright (C) 2000-2001 Werner Koch
|
Copyright (C) 2000-2001 Werner Koch
|
||||||
Copyright (C) 2001-2018 g10 Code GmbH
|
Copyright (C) 2001-2021 g10 Code GmbH
|
||||||
Copyright (C) 2002 Klarälvdalens Datakonsult AB
|
Copyright (C) 2002 Klarälvdalens Datakonsult AB
|
||||||
Copyright (C) 2004-2008 Igor Belyi
|
Copyright (C) 2004-2008 Igor Belyi
|
||||||
Copyright (C) 2002 John Goerzen
|
Copyright (C) 2002 John Goerzen
|
||||||
|
18
NEWS
18
NEWS
@ -1,8 +1,20 @@
|
|||||||
Noteworthy changes in version 1.15.1 (unreleased)
|
Noteworthy changes in version 1.15.1 (2021-01-08)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
[c=C35/A24/R0 cpp=C18/A12/R0 qt=C12/A5/R0]
|
* Fix another bug in the secret key export. [#5046]
|
||||||
Release-info: https://dev.gnupg.org/T5131
|
|
||||||
|
* Make listing of signatures work if only secret keys are listed. [#3580]
|
||||||
|
|
||||||
|
* Fix build problem on FreeBSD. [a6220adf30]
|
||||||
|
|
||||||
|
* qt: Avoid empty "rem@gnupg.org" signature notations. [#5142]
|
||||||
|
|
||||||
|
* python: Fix key_export functions. [#5149]
|
||||||
|
|
||||||
|
|
||||||
|
[c=C35/A24/R1 cpp=C18/A12/R1 qt=C12/A5/R1]
|
||||||
|
|
||||||
|
Release-info: https://dev.gnupg.org/T5225
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 1.15.0 (2020-11-12)
|
Noteworthy changes in version 1.15.0 (2020-11-12)
|
||||||
|
2
README
2
README
@ -1,7 +1,7 @@
|
|||||||
GPGME - GnuPG Made Easy
|
GPGME - GnuPG Made Easy
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Copyright 2001-2020 g10 Code GmbH
|
Copyright 2001-2021 g10 Code GmbH
|
||||||
|
|
||||||
This file is free software; as a special exception the author gives
|
This file is free software; as a special exception the author gives
|
||||||
unlimited permission to copy and/or distribute it, with or without
|
unlimited permission to copy and/or distribute it, with or without
|
||||||
|
10
configure.ac
10
configure.ac
@ -1,6 +1,6 @@
|
|||||||
# configure.ac for GPGME
|
# configure.ac for GPGME
|
||||||
# Copyright (C) 2000 Werner Koch (dd9jn)
|
# Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
# Copyright (C) 2001-2018 g10 Code GmbH
|
# Copyright (C) 2001-2021 g10 Code GmbH
|
||||||
#
|
#
|
||||||
# This file is part of GPGME.
|
# This file is part of GPGME.
|
||||||
#
|
#
|
||||||
@ -55,18 +55,18 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
|
|||||||
#
|
#
|
||||||
LIBGPGME_LT_CURRENT=35
|
LIBGPGME_LT_CURRENT=35
|
||||||
LIBGPGME_LT_AGE=24
|
LIBGPGME_LT_AGE=24
|
||||||
LIBGPGME_LT_REVISION=0
|
LIBGPGME_LT_REVISION=1
|
||||||
|
|
||||||
# If there is an ABI break in gpgmepp or qgpgme also bump the
|
# If there is an ABI break in gpgmepp or qgpgme also bump the
|
||||||
# version in IMPORTED_LOCATION in the GpgmeppConfig-w32.cmake.in.in
|
# version in IMPORTED_LOCATION in the GpgmeppConfig-w32.cmake.in.in
|
||||||
|
|
||||||
LIBGPGMEPP_LT_CURRENT=18
|
LIBGPGMEPP_LT_CURRENT=18
|
||||||
LIBGPGMEPP_LT_AGE=12
|
LIBGPGMEPP_LT_AGE=12
|
||||||
LIBGPGMEPP_LT_REVISION=0
|
LIBGPGMEPP_LT_REVISION=1
|
||||||
|
|
||||||
LIBQGPGME_LT_CURRENT=12
|
LIBQGPGME_LT_CURRENT=12
|
||||||
LIBQGPGME_LT_AGE=5
|
LIBQGPGME_LT_AGE=5
|
||||||
LIBQGPGME_LT_REVISION=0
|
LIBQGPGME_LT_REVISION=1
|
||||||
################################################
|
################################################
|
||||||
|
|
||||||
AC_SUBST(LIBGPGME_LT_CURRENT)
|
AC_SUBST(LIBGPGME_LT_CURRENT)
|
||||||
@ -824,7 +824,7 @@ AH_BOTTOM([
|
|||||||
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
|
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
|
||||||
|
|
||||||
#define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \
|
#define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \
|
||||||
"Copyright (C) 2001--2020 g10 Code GmbH\n"
|
"Copyright (C) 2001--2021 g10 Code GmbH\n"
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ BEGIN
|
|||||||
VALUE "FileDescription", "GPGME - GnuPG Made Easy\0"
|
VALUE "FileDescription", "GPGME - GnuPG Made Easy\0"
|
||||||
VALUE "FileVersion", "@LIBGPGME_LT_CURRENT@.@LIBGPGME_LT_AGE@.@LIBGPGME_LT_REVISION@.@BUILD_REVISION@\0"
|
VALUE "FileVersion", "@LIBGPGME_LT_CURRENT@.@LIBGPGME_LT_AGE@.@LIBGPGME_LT_REVISION@.@BUILD_REVISION@\0"
|
||||||
VALUE "InternalName", "gpgme\0"
|
VALUE "InternalName", "gpgme\0"
|
||||||
VALUE "LegalCopyright", "Copyright © 2001-2020 g10 Code GmbH\0"
|
VALUE "LegalCopyright", "Copyright © 2001-2021 g10 Code GmbH\0"
|
||||||
VALUE "LegalTrademarks", "\0"
|
VALUE "LegalTrademarks", "\0"
|
||||||
VALUE "OriginalFilename", "gpgme.dll\0"
|
VALUE "OriginalFilename", "gpgme.dll\0"
|
||||||
VALUE "PrivateBuild", "\0"
|
VALUE "PrivateBuild", "\0"
|
||||||
|
Loading…
Reference in New Issue
Block a user