File cone.changes of Package cone

-------------------------------------------------------------------
Mon Apr  7 17:10:32 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>

- update to 1.15
  * Fixes several compilation errors from gcc 15.

-------------------------------------------------------------------
Thu Aug  8 19:34:35 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>

- update to 1.14
  * courier-debuild: implement DEBGCC=default, to help with pbuilder.
  * cone.spec.in: Packaging fixes.
  * cone/mymessage.C (myMessage::getDefaultHeaders): Fix full handling
    of gecos field.

-------------------------------------------------------------------
Sun Nov 26 17:00:55 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>

- update to 1.13
  * Fix generated Date: header issues in timezones that have a 
    non-standard alternate timezone offset
  * pop3 and imap logs also indicate whether the connections used 
    starttls or stls
  * add missing TLS_PRIVATE_KEYFILE setting to esmtpd.dist

-------------------------------------------------------------------
Wed Aug 30 19:07:56 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>

- update to 1.12
  * Recognize newer EC-based public key algorithms when displaying
    available PGP keys.
- update cone.keyring with new signing key

-------------------------------------------------------------------
Thu Jun  1 17:47:42 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>

- update to 1.11
  * Use hunspell for spell checking, as an alternative to aspell.

-------------------------------------------------------------------
Sun Apr 30 14:28:10 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>

- update to 1.10
  * Fix spurious gcc 13 compiler warnings. Have configure script
    include the standardized location of the CA certificate bundle,
    in addition to various legacy compatibility paths.

-------------------------------------------------------------------
Wed Apr  5 11:37:22 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>

- update to 1.9
  * all: update configure.ac to require at least version 2.0.5 of
    libidn

-------------------------------------------------------------------
Mon Feb 13 19:46:58 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>

- update to 1.8
  * Switch to libidn2.
  * Debian/Ubuntu: update lintian overrides

- update to 1.7
  * Adjust deb packaging. Check /etc/lsb-release and include the
    distribution release in the deb package version, to faciliate
    updating to the same version of the package in an updated release.
  * Fix build dependencies.

-------------------------------------------------------------------
Sat Aug 20 19:18:50 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>

- update to 1.6
  * Add scripts to create installable .deb packages, update
    documentation.
  * Update to C++11, make cone buildable with -Wsuggest-override and
    -Wreturn-type -Werror.

-------------------------------------------------------------------
Mon Jan 17 07:33:22 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>

- update to 1.5
  * Fix linking failure on some Linux distributions.

- update to 1.4
  * Fix linking failure on some Linux distributions.

- update to 1.3
  * Update to PCRE2

-------------------------------------------------------------------
Sat Mar 20 11:01:33 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>

- update to 1.2
  * Implement support for the TLS ALPN extension.
  * Remove bcc headers from the copy of the message used for sending it,
    instead of relying on the mail server to do it.

- update source download URL

-------------------------------------------------------------------
Wed Nov 25 14:13:59 UTC 2020 - Arjen de Korte <suse+build@de-korte.org>

- source verification (add cone.keyring)
- drop obsolete patch (remove cone-include-string_h.patch)
- update to 1.1
  * passwordlist.C (PasswordList::remove): Do not automatically
    remove saved passwords after a failed login, prompt first.
  * mail::copyMessage::fetchText: fix use after free (CVE-2020-27684).
  * Add AC_PROG_CC_C99 to configure
  * gettext update.
- update to 1.0
  * cursesmessage.C: Keep only the last six message IDs in the
    References: header when creating a reply.
  * Enable UTF8 mode when sending SMTP mail. Recognize and display
    UTF8 messages and delivery status notifications. Use message/global
    MIME type when forwarding a UTF8 message.
  * Enable UTF8 mode when connecting to IMAP and POP3 servers that
    support them.
  * gcc 8/Fedora 28 fixes.
- update to 0.96.2
  * libs/rfc2045/rfc2045reply.c (mkreply): Fix null pointer
    dereferences.
  * gettext update.
  * Fix to configure.ac
  * cone: switch default header encoding to UTF-8.
- update to 0.96.1
  * Build fixes for OpenSSL 1.1.0
- update to 0.96
  * courier-unicode library API update.
- update to 0.95
  * libs/tcpd/libcouriertls.c: OpenSSL API update.
  * Improve compatibility with gnupg 2.
  * libmail: fix skipping of messages with some Usenet servers.
- update to 0.94
  * libmail/copymessage.C (fetchText): Do not set reset message date
    to start of epoch if the message being copied does not have neither
    the Date: nor the Received: header.
- update to 0.93
  * cursesscreen.C: fix compilation error.
  * Add support for the TLS SNI extension, when built with OpenSSL.
    Drop support for SSL3.
  * Update config settings in cone.dist to reflect the updated
    TLS library support.

-------------------------------------------------------------------
Mon Dec 07 20:20:00 UTC 2015 - bjoern@cs.tu-berlin.de

- update to 0.92

-------------------------------------------------------------------
Tue May 31 15:16:29 UTC 2011 - bjoern@cs.tu-berlin.de

- update to 0.89:
  * rfc2045/rfc2045cdecode.c: Tolerate lowercase hexadecimal characters
    in quoted-printable-encoded content.
  * cone/cursesmessage.C (reformat): Typo in error message.
  * cone/cone.dist.in (TLS_STARTTLS_PROTOCOL): Provide a default
    setting of TLS_STARTTLS_PROTOCOL for new cone installs only.
  * cone/cursesmessage.C (beginReformat): Fix bug exposed by cache.H
    bug fix.

-------------------------------------------------------------------
Thu Apr 21 06:33:13 UTC 2011 - pascal.bleser@opensuse.org

- update to 0.87:
  * fixes bugs in the handling of HTML mail with MIME headers and an
    unsupported character set
  * fixes a bug that resulted in Cone locking up and slowly consuming memory

-------------------------------------------------------------------
Fri Apr  8 22:48:22 UTC 2011 - pascal.bleser@opensuse.org

- update to 0.86:
  * adds Unicode-based word-wrapping rules that should work better for text
    written in ideographic-based character sets
  * adds support for the most recent plain text message specification (RFC
    3676)
  * adds an option to the standalone leaf editor that edits plain text files
    that use the flowed text format, as specified in RFC 3676

-------------------------------------------------------------------
Sun May  9 08:08:24 UTC 2010 - pascal.bleser@opensuse.org

- update to 0.83:
  * fixes several bugs that may result in crashes

-------------------------------------------------------------------
Thu Dec 31 00:00:00 UTC 2009 - pascal.bleser@opensuse.org

- update to 0.80:
  * adds support for internationalized domain names

-------------------------------------------------------------------
Mon Jun  8 00:00:00 UTC 2009 - pascal.bleser@opensuse.org

- update to 0.78

-------------------------------------------------------------------
Thu Aug 28 00:00:00 UTC 2008 - guru@unixtech.be

- update to 0.77:
  * adds support for client SSL certificates

-------------------------------------------------------------------
Sun Nov 25 00:00:00 UTC 2007 - guru@unixtech.be

- update to 0.74

-------------------------------------------------------------------
Sun Sep 30 00:00:00 UTC 2007 - guru@unixtech.be

- update to 0.70
- moved to openSUSE Build Service

-------------------------------------------------------------------
Sun Nov 19 00:00:00 UTC 2006 - guru@unixtech.be

- new package


openSUSE Build Service is sponsored by