poco.util
1.4.6-p4
dotnet add package poco.util --version 1.4.6-p4
NuGet\Install-Package poco.util -Version 1.4.6-p4
<PackageReference Include="poco.util" Version="1.4.6-p4" />
paket add poco.util --version 1.4.6-p4
#r "nuget: poco.util, 1.4.6-p4"
// Install poco.util as a Cake Addin #addin nuget:?package=poco.util&version=1.4.6-p4&prerelease // Install poco.util as a Cake Tool #tool nuget:?package=poco.util&version=1.4.6-p4&prerelease
Util
- Configuration files
- Command line options
- Tools and server application framework
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- poco.foundation (>= 1.4.6-p4)
- poco.util.redist (>= 1.4.6-p4)
- poco.xml (>= 1.4.6-p4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on poco.util:
Package | Downloads |
---|---|
poco.netssl
POCO NetSSL OpenSSL Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.6-p4 | 1,288 | 5/1/2014 |
- no longer use reverse DNS lookups for cert hostname validation
- cert hostname validation is case insensitive and more strict
- HTMLForm: in URL encoding, percent-encode more special characters
- fixed thread priority issues on POSIX platforms with non-standard scheduling policy
- XMLWriter no longer escapes apostrophe character
- fixed GH# 316: Poco::DateTimeFormatter::append() gives wrong result for Poco::LocalDateTime
- fixed GH# 305 (memcpy in Poco::Buffer uses wrong size if type != char)
- Zip: fixed a crash caused by an I/O error (e.g., full disk) while creating a Zip archive