delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/11/21/17:27:26

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=wQXnW7R6J9qCXuNyL6kV78tO0v/9TkVWZCwemMiXngA
0WHc6x9yhaHNLdm6pOpeHYhwuupbAHUPbl/UiYFrURPL4pTVEgkyeXWktB88gCd+
LjUzA8qZc9G+td/9EL6zkwZe8WAIIHs7p1ACU9rjI70GcI9lidSUyUrW8bPK1iBc
=
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=tMPnKPPf4cAH3VIP1FB469ZuPkQ=; b=vxgBjuES+YNpNESyx
ImmVklp9AhfHKivXReLnTAHAYP/BIXLxeRk3IcZ2NuREsfAbD2uZoh4uLgEhtPeQ
o/7WInMteQczQUqBwv5VNV01BPsGX+GjZKpgQwf6RvQUIusrzkdNQb4/4ZWbNWqn
srfLZwURJ+WRPIRbWKu8YQntEs=
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=4.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_COUK,KAM_FROM_URIBL_PCCC,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2
X-SMTPAUTH: drstacey AT tiscali DOT co DOT uk
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: ApwBAGC6b1RPRtr5/2dsb2JhbAANT4NjWcwRCogIAQEBAQGFAQEFAiQRFiAKJBkMChgDAgECARYJGAEbBQIEAQEBARcCBIgttX+HdpAUAQEIAQEBAQEBARuQHgsRAQ5ThEQFkDeCAoUQhCWEQD+DGoM4jWCEa3gBAQWBAQeBPAEBAQ
X-IPAS-Result: ApwBAGC6b1RPRtr5/2dsb2JhbAANT4NjWcwRCogIAQEBAQGFAQEFAiQRFiAKJBkMChgDAgECARYJGAEbBQIEAQEBARcCBIgttX+HdpAUAQEIAQEBAQEBARuQHgsRAQ5ThEQFkDeCAoUQhCWEQD+DGoM4jWCEa3gBAQWBAQeBPAEBAQ
Message-Id: <announce.546FBB32.2040004@tiscali.co.uk>
Date: Fri, 21 Nov 2014 22:22:42 +0000
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:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Updated: poco-1.4.7-1
X-IsSubscribed: yes

The following packages have been updated:

   - poco-1.4.7-1
   - libpoco-devel-1.4.7-1
   - libpoco-doc-1.4.7-1
   - libpoco17-1.4.7-1
   - poco-debuginfo-1.4.7-1


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.7-release/CHANGELOG

Release 1.4.7 (2014-10-06)

- fixed GH #398: PropertyFileConfiguration: input != output
- fixed GH #368: Build failure of Poco 1.4.6p2 on FreeBSD 9.2
- fixed GH #318: Logger local time doesn't automatically account for DST
- fixed GH #317: Poco::Zip does not support newer Zip file versions.
- fixed GH #454: Fix: handle unhandled exceptions
- fixed GH #463: XML does not compile with XML_UNICODE_WCHAR_T
- fixed GH #282: Using Thread in a global can cause crash on Windows
- fixed GH #424: Poco::Timer deadlock
- fixed GH #465: Fix result enum type XML_Error -> XML_Status
- fixed GH #510: Incorrect RSAKey construction from istream
- fixed GH #332: POCO::ConsoleChannnel::initColors() assigns no color
   to PRIO_TRACE and wrong color to PRIO_FATAL
- fixed GH #550: WebSocket fragmented message problem
- Poco::Data::MySQL: added SQLite thread cleanup handler
- Poco::Net::X509Certificate: improved and fixed domain name
   verification for  wildcard domains
- fixed a crash in Foundation testsuite with Visual C++ 2012
- improved and fixed domain name verification for wildcard domains in
   Poco::Net::X509Certificate
- updated TwitterClient sample to use new 1.1 API and OAuth
- added Poco::Clock class, which uses a system-provided monotonic clock
   (if available) and is thus not affected by system realtime clock
   changes. Monotonic Clock is available on Windows, Linux, OS X and on
   POSIX platforms supporting clock_gettime() and
   CLOCK_MONOTONIC.	
- Poco::Timer, Poco::Stopwatch, Poco::TimedNotificationQueue and
   Poco::Util::Timer have been changed to use Poco::Clock instead of
   Poco::Timestamp and are now unaffected by system realtime clock
   changes.
- added Poco::PBKDF2Engine class template
- Poco::Net::HTTPCookie: added support for Priority attribute (backport
   from develop)
- fixed makedepend.* scripts to work in paths containing '.o*'
   (contributed by Per-Erik Bjorkstad, Hakan Bengtsen)
- Upgraded bundled SQLite to 3.8.6
- Support for Windows Embedded Compact 2013 (Visual Studio 2012)
- Project and solution files for Visual Studio 2013
- Changes for C++11 compatibility.
- fixed an issue with receiving empty web socket frames (such as ping)
- improved error handling in secure socket classes
- Poco::ByteOrder now uses intrinsics if available
- added new text encoding classes: Latin2Encoding, Windows1250Encoding,
   Windows1251Encoding
- Zip: Added CM_AUTO, which automatically selects CM_STORE or
   CM_DEFLATE based on file extension.  Used to avoid double-compression
   of already compressed file formats such as images.


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