already run into it myself. Add comments to hopefully make it simpler
and more understandable for future changes to the default version.
Zero feedback but tests well here, committing before I forget about
it because people will run into this with 6.7.
OK sthen@
Comment:
library implementation of OPC UA
Description:
open62541 is an open source and free implementation of OPC UA (OPC
Unified Architecture) written in the common subset of the C99 and
C++98 languages. The library is usable with all major compilers
and provides the necessary tools to implement dedicated OPC UA
clients and servers, or to integrate OPC UA-based communication
into existing applications.
Users should have no problem migrating from 4.0 to 5.0.
Backward incompatible changes are listed at the end of the release notes:
https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES
Tested by cwen, danj, kmos, sthen and myself on amd64, arm64, armv7 (4.0
was broken, 5.0 is still broken), i386, macppc, and sparc64 (tests get
flakier with this update). Many thanks to kmos for his efforts.
Help with the initial patch from mikeb. Signed char fix from cwen;
config file consolidation by danj; Makefile tweaks from sthen.
ok danj kmos sthen
Updates to latest. Tests are now included in the pypi tarball so
make tests work.
Changes are mostly localization with a couple minor fixes.
OK benoit@
from wen heping; OK afresh1@
Comment:
parser for Tom's Obvious, Minimal Language
Description:
TOML implements a parser for Tom's Obvious, Minimal Language.
from Mikolaj Kucharski; OK afresh1@ benoit@
Comment:
map multiple applications in defferent url path
Description:
Plack::App::URLMux is a PSGI application that can dispatch multiple
applications based on URL path and host names (a.k.a "virtual hosting")
and takes care of rewriting SCRIPT_NAME and PATH_INFO. This module is
based on Plack::App::URLMap module but optimizied to handle a lot of
urls and has additional rules for parameterized URL and add additional
parameteres provided to application at mapping URL.