bincimap

Log | Files | Refs | LICENSE

commit 8a1d665d4a02da819bee52f6e644697dfb76cdd6
parent 26182f39e8f215fa97633b3b347ba916977612bf
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Mon, 25 Jan 2021 21:32:16 +0100

Release 1.2.15

Diffstat:
MChangeLog | 4++++
Mconfigure.in | 4++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +* Mon Jan 25 2021 Dominik Schmidt <dominik@schm1dt.ch> +- Fix a "cannot get local issuer certificate" bug +- Released 1.2.15 + * Sun Oct 25 2020 Dominik Schmidt <dominik@schm1dt.ch> - Apply the Gentoo-patches, fixing compatibility with gcc-4.3 and glibc-2.10 diff --git a/configure.in b/configure.in @@ -10,10 +10,10 @@ dnl USA. dnl Process this file with autoconf to produce a configure script. dnl AC_PREREQ(2.57) -AC_INIT(bincimap, 1.2.14, andreas-binc@bincimap.org) +AC_INIT(bincimap, 1.2.15, andreas-binc@bincimap.org) AC_CONFIG_SRCDIR(config.h.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(bincimap, 1.2.14) +AM_INIT_AUTOMAKE(bincimap, 1.2.15) dnl Checks for programs. AC_PROG_CXX