delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/10/09/17:34:41

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:message-id:date:from:reply-to
:mime-version:to:subject:content-type:content-transfer-encoding;
q=dns; s=default; b=jz+OO/Ww+Obko1wh2UJGFk8qwbBM2vL34B58IIY5cYF
vlfDW3/uNVo6l3zasGqE9w/ADqpn+25s7jeF4SO2u1IuObTUfp/zAhyiI0nFwDrm
jFFJaAjHrauas8tAAYwHHwcAEGzktESa3NMzc3/3/Uo5tUWIQibaqUgypvTK3QQY
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:message-id:date:from:reply-to
:mime-version:to:subject:content-type:content-transfer-encoding;
s=default; bh=3gttm/1RG0T2f95ZoJvK+du3C1Y=; b=w586o4If5DzcR1nk6
1xZy2PNlwrRqt3KHGywq/PDR7vokv3EfXkP/FTQESl0rbp6Hfnh/sTT0AiatK5uS
JmgL0ExLaPwsw+XFNCotugd7BGet3ARJREa0BkhRURTYkcGP/EIVPVJkouvN5ESs
aVOK1LSu11OBBLSiD1OzDAUhJw=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2
X-Trace: 1045656915/mk-filter-4.mail.uk.tiscali.com/B2C/$THROTTLED_DYNAMIC/b2c-CUSTOMER-DYNAMIC-IP/79.70.210.17/None/drstacey AT tiscali DOT co DOT uk
X-SBRS: None
X-RemoteIP: 79.70.210.17
X-IP-MAIL-FROM: drstacey AT tiscali DOT co DOT uk
X-SMTP-AUTH:
X-Originating-Country: GB/UNITED KINGDOM
X-MUA: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0
X-IP-BHB: Once
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AnsDAJHIVVJPRtIR/2dsb2JhbAANTYM/wgcCgTiDGwEFAjUWIAokCg8WGAMCAQIBFgkYHAUCBAEBAQEZBIdxpVaTMo18HVuEewOVOIN6hHSKfIQHbXwH
X-IPAS-Result: AnsDAJHIVVJPRtIR/2dsb2JhbAANTYM/wgcCgTiDGwEFAjUWIAokCg8WGAMCAQIBFgkYHAUCBAEBAQEZBIdxpVaTMo18HVuEewOVOIN6hHSKfIQHbXwH
Message-Id: <announce.5255C990.8050508@tiscali.co.uk>
Date: Wed, 09 Oct 2013 22:24:32 +0100
From: David Stacey <drstacey AT tiscali DOT co DOT uk>
Reply-To: cygwin AT cygwin DOT com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Updated: poco-1.4.6p2-1
X-IsSubscribed: yes

The following packages have been updated:

   - poco-1.4.6p2-1
   - libpoco-devel-1.4.6p2-1
   - libpoco-doc-1.4.6p2-1
   - libpoco16-1.4.6p2-1
   - poco-debuginfo-1.4.6p2-1

This is a maintenance release containing bug-fixes and minor
improvements.


DESCRIPTION
===========

Poco is a collection of modern, powerful open source C++ class
libraries and frameworks for building network- and internet-based
applications that run on desktop, server, mobile and embedded systems.
They simplify and accelerate the development of network-centric,
portable applications in C++.


CHANGE LOG
==========

https://raw.github.com/pocoproject/poco/poco-1.4.6p2-release/CHANGELOG

Release 1.4.6p2 (2013-09-16)

- fixed GH #156: Possible buffer overrun in Foundation/EventLogChannel
- XML: fixed an issue with parsing a memory buffer > 2 GB
- upgraded to expat 2.1.0
- Data/ODBC: added support for setting query timeout (via setProperty
   of "queryTimeout"). Timeout is int, given in seconds.
- fixed a potential endless loop in SecureStreamSocketImpl::sendBytes()
   and also removed unnecessary code.
- fixed GH #159: Crash in openssl CRYPTO_thread_id() after library
   libPocoCrypto.so has been unloaded.
- fixed GH #155: MailOutputStream mangles consecutive newline sequences
- fixed GH# 139: FileChannel::PROP_FLUSH is invalid (contains a tab
   character)
- fixed GH# 173: HTTPClientSession::proxyConnect forces DNS lookup of
   host names
- fixed GH# 194: MessageNotification constructor is inefficient.
- fixed GH# 189: Poco::NumberParser::tryParse() documentation bug
- fixed GH# 172: IPv6 Host field is stripped of Brackets in
   HTTPClientSession
- fixed GH# 188: Net: SocketAddress operator < unusable for std::map key
- fixed GH# 128: DOMWriter incorrectly adds SYSTEM keyword to DTD if
   PUBLIC is already specified
- fixed GH# 65: Poco::format() misorders sign and padding specifiers
- upgraded bundled SQLite to 3.7.17
- upgraded bundled zlib to 1.2.8
- fixed a potential memory leak in Poco::Net::HTTPClientSession if it
   is misused (e.g., sendRequest() is sent two times in a row without an
   intermediate call to receiveResponse(), or by calling
   receiveResponse() two times in a row without an intermediate call to
   sendRequest()) - GH #217
- removed a few unnecessary protected accessor methods from
   Poco::Net::HTTPClientSession that would provide inappropriate access
   to internal state
- fixed GH# 223 (Poco::Net::HTTPCookie does not support expiry times in
   the past)
- fixed GH# 233: ServerSocket::bind6(Poco::UInt16 port, bool
   reuseAddress, bool ipV6Only) does not work
- added ColorConsoleChannel and WindowsColorConsoleChannel classes
   supporting colorizing log messages
- fixed GH# 259: Poco::EventLogChannel fails to find 64bit Poco
   Foundation dll
- fixed GH# 254: UTF8::icompare unexpected behavior
- Poco::UUID::tryParse() also accepts UUIDs without hyphens. Also
   updated documentation (links to specifications).
- Added support for ARM64 architecture and iPhone 5s 64-bit builds
   (POCO_TARGET_OSARCH=arm64).


HOMEPAGE
========

http://pocoproject.org/


Cheers,

Dave.



If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list,
look at the "List-Unsubscribe: " tag in the email header of this
message. Send email to the address specified there. It will be in
the format:

cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that
is available starting at this URL.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019