bincimap

Log | Files | Refs | LICENSE

commit 88b8e487d8984a37e99980b48f4779a0918fa4b0
parent b61d52e03aa303fcc2cf35867c9f88941208ce26
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Sun, 25 Oct 2020 13:37:08 +0100

Release 1.2.14

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +* Sun Oct 25 2020 Dominik Schmidt <dominik@schm1dt.ch> +- Apply the Gentoo-patches, fixing compatibility with gcc-4.3 and + glibc-2.10 +- Released 1.2.14 + * Thu Jul 21 2005 Andreas Aardal Hanssen <andreas-binc at bincimap.org> - Fixed the INTERNALDATE response (again), so it uses the +DDDD format instead of GMT, CEST and so on. 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.13final, andreas-binc@bincimap.org) +AC_INIT(bincimap, 1.2.14, andreas-binc@bincimap.org) AC_CONFIG_SRCDIR(config.h.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(bincimap, 1.2.13final) +AM_INIT_AUTOMAKE(bincimap, 1.2.14) dnl Checks for programs. AC_PROG_CXX