summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-03-22 13:06:45 +0100
committerWerner Koch <wk@gnupg.org>2021-03-22 13:06:45 +0100
commitf8cfb565ee461946901ae3bc573abc0023d821b5 (patch)
treecf3ebe3a270c9a69f057551232325fa63dfbd446
parent9264c2710b64e565982d77410169a3253563a647 (diff)
downloadlibassuan-2.5.5.tar.gz
Release 2.5.5.libassuan-2.5.5
-rw-r--r--AUTHORS2
-rw-r--r--NEWS9
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--src/assuan.h.in2
-rw-r--r--src/versioninfo.rc.in2
6 files changed, 13 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index 691417e..1925e11 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -55,7 +55,7 @@ List of Copyright holders
Copyright (C) 1992-2013 Free Software Foundation, Inc.
Copyright (C) 1994 X Consortium
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001-2019 g10 Code GmbH
+ Copyright (C) 2001-2021 g10 Code GmbH
Copyright (C) 2004 Simon Josefsson
diff --git a/NEWS b/NEWS
index 134fcfe..5ee3896 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
-Noteworthy changes in version 2.5.5 (unreleased) [C8/A8/R_]
+Noteworthy changes in version 2.5.5 (2021-03-22) [C8/A8/R5]
------------------------------------------------
+ * Allows starting servers with Unicode names on Windows. [#4398]
+
+ * Fix a crash in the logging code. [0dd8ffbd32]
+
+ * Upgrade autoconf stuff.
+
+ Release-info: https://dev.gnupg.org/T5354
Noteworthy changes in version 2.5.4 (2020-10-23) [C8/A8/R4]
diff --git a/README b/README
index 82e5784..7ec27d3 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
===========
Copyright (C) 2001-2013 Free Software Foundation, Inc.
- Copyright (C) 2001-2020 g10 Code GmbH
+ Copyright (C) 2001-2021 g10 Code GmbH
This is a general purpose IPC library which is for example used
diff --git a/configure.ac b/configure.ac
index e0c5ca4..0aa2637 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
#
LIBASSUAN_LT_CURRENT=8
LIBASSUAN_LT_AGE=8
-LIBASSUAN_LT_REVISION=4
+LIBASSUAN_LT_REVISION=5
# If the API is changed in an incompatible way: increment the next counter.
LIBASSUAN_CONFIG_API_VERSION=2
diff --git a/src/assuan.h.in b/src/assuan.h.in
index 59196c4..184a2ba 100644
--- a/src/assuan.h.in
+++ b/src/assuan.h.in
@@ -1,6 +1,6 @@
/* assuan.h - Definitions for the Assuan IPC library -*- c -*-
* Copyright (C) 2001-2013 Free Software Foundation, Inc.
- * Copyright (C) 2001-2020 g10 Code GmbH
+ * Copyright (C) 2001-2021 g10 Code GmbH
*
* This file is part of Assuan.
*
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index 2e03af5..1e96245 100644
--- a/src/versioninfo.rc.in
+++ b/src/versioninfo.rc.in
@@ -40,7 +40,7 @@ BEGIN
VALUE "FileDescription", "Assuan - GnuPG IPC\0"
VALUE "FileVersion", "@LIBASSUAN_LT_CURRENT@.@LIBASSUAN_LT_AGE@.@LIBASSUAN_LT_REVISION@.@BUILD_REVISION@\0"
VALUE "InternalName", "libassuan\0"
- VALUE "LegalCopyright", "Copyright © 2001-2020 g10 Code GmbH\0"
+ VALUE "LegalCopyright", "Copyright © 2001-2021 g10 Code GmbH\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libassuan.dll\0"
VALUE "PrivateBuild", "\0"