forked from pool/capnproto
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/capnproto?expand=0&rev=29
236 lines
9.0 KiB
Plaintext
236 lines
9.0 KiB
Plaintext
-------------------------------------------------------------------
|
||
Mon Jun 16 05:15:43 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
|
||
|
||
- Update to version 1.2.0 (no changelog)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed May 21 08:08:00 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||
|
||
- Remove unused build dependency
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Apr 19 09:07:53 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||
|
||
- Update to version 1.1.0
|
||
* Set release branch version to 1.1.0
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 10 14:41:54 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||
|
||
- set CXXFLAGS to build the coroutine library
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 10 14:11:17 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||
|
||
- update to 1.1.0:
|
||
no changelog found
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 10 13:45:12 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||
|
||
- change compiler to clang, to avoid GCC bugs in coroutines
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Mar 9 13:40:04 UTC 2024 - Shani Hadiyanto <shanipribadi@gmail.com>
|
||
|
||
- Update to version 1.0.2
|
||
* Fix compilation error for c++14 and c++17 and add tests (#1898)
|
||
* Fix stat overflow on x86_32bit (#1830)
|
||
- Update to version 1.0.1.1
|
||
* Fix inconsistent decision about whether a WebSocket message
|
||
is compressed
|
||
- Update to version 1.0.1
|
||
* blob.h: Fix invalid operands to binary expression
|
||
- Update to version 1.0.0
|
||
* A number of optimizations were made to improve performance
|
||
of Cap’n Proto RPC
|
||
* Breaking change: opting into cancellation is accomplished
|
||
using an annotation on the schema
|
||
* KJ’s HTTP client and server implementations now support
|
||
the CONNECT method.
|
||
* capnp::RevocableServer was introduced to assist in exporting
|
||
RPC wrappers around objects whose lifetimes are not controlled
|
||
by the wrapper
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 13 15:05:38 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
|
||
|
||
- Update to version 0.10.4
|
||
* Clarify doc on absolute path imports
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Nov 30 16:54:01 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
|
||
|
||
- Update to version 0.10.3
|
||
* Fix CVE-2022-46149: Possible out-of-bounds read related to
|
||
list-of-pointers
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 30 05:52:05 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
|
||
|
||
- Update to version 0.10.2
|
||
* cmake: adding src/ include path to build
|
||
* Allow unused parameter in KJ_STRINGIFY
|
||
* Add List::addFront().
|
||
* Don't use deprecated std::iterator
|
||
* using absolute includes across library boundary
|
||
* Add kj::VectorOutputStream::clear()
|
||
* Mention map() and orDefault() in KJ tour
|
||
* Fix ASAN problems under Clang 15.
|
||
* Add header guards to all headers that were missing them.
|
||
* Support permessage-deflate WebSocket Extension
|
||
version 0.10.1:
|
||
* Add missing header to makefiles.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jun 3 15:20:21 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
|
||
|
||
- Update to version 0.10.0
|
||
* Introduce a debugging aid to detect when KJ I/O objects are
|
||
held in the wrong places.
|
||
* Support OneOf for up to 50 variants
|
||
* Rename AnyPointer -> Capability
|
||
* Fix async-test.c++ unused function warnings
|
||
* Fix linux-musl build
|
||
* Work around getcontext() being broken on manylinux2014-x86.
|
||
* CI: alpine needs bash to run the tests
|
||
* Implement lazy Maybe<Own<T>>::orDefault
|
||
* Move countLines() inside if pragma
|
||
* Update outdated references to Sandstorm.
|
||
* Fix release tests
|
||
* Make threads move-constructible and move-assignable
|
||
* Allow changing an exception's description
|
||
* Fix bug in TreeIndex erase().
|
||
* Fix CapabilityServerSet<DynamicCapability>.
|
||
* Docs: correct target of parameter annotation
|
||
* allow defer to be cancelled
|
||
* Add SchemaParser::getAllLoaded() to get all parsed schemas.
|
||
* Add comment clarifying how to get unindexed headers
|
||
* Fix computeCurrentPath test with generic Unix test
|
||
* add popFront to ProducerConsumerQueue
|
||
* 1429: Make kj-test target build conditionally
|
||
* Check ERANGE error from getcwd
|
||
* Fix windows-sanity.h in NOGDI case, again.
|
||
* Fix typo in section about KJ
|
||
* Fix release tests
|
||
* Fix bug with queue wait time metrics in TwoPartyNetwork
|
||
* Make sure to clean up properly with a pipe hits an exception
|
||
to avoid inadvertently hanging
|
||
* Add dockcross/manylinux2014 to tests
|
||
* Check if SYS_renameat2 defined before using it
|
||
* CMake: don't overwrite tls-test.c++ COMPILE_DEFINITIONS,
|
||
append to it
|
||
* Assert that HttpHeaders instances know about indexed ids
|
||
* Disable the coroutine immediately-ready optimization before
|
||
the first suspension
|
||
* Add support for musl
|
||
* Build fails with -O0 on Ubuntu 20.04
|
||
* 0.10
|
||
* Fix bug where HttpServer listen loop would terminate early.
|
||
* Fix corruption in Tables with a TreeIndex after clear()
|
||
* HTTP concurrency limiter: Avoid unnecessary recursion
|
||
* Restore splice pump optimization
|
||
* Revert "Optimize fd-to-fd pumps on Linux using splice()."
|
||
* Fix typos
|
||
* Optimize fd-to-fd pumps on Linux using splice().
|
||
* Fix obscure FD leak... and disable Cygwin CI
|
||
* Update old repo url with new
|
||
* Introduce ConnectionReceiver implementation that aggregates
|
||
from multiple underlying receivers.
|
||
* kj-http: Fix memory leak caused by TCO breakage
|
||
* Lie about the true size of the fiber stack on M1 Macs
|
||
* Log exceptions when serving HTTP errors by default
|
||
* Fix tryTee() optimization when limits are used.
|
||
* Fix/refactor AsyncTee
|
||
* Tweak BTreeImpl::verifyNode().
|
||
* Replace boolean destroyed with magic integer live in Event.
|
||
* Work around old OpenSSL versions not being able to verify
|
||
Let's Encrypt certificate chains.
|
||
* Fix async-io-win32 for vs2019 & C++20
|
||
* Track source locations where Events were created in order to
|
||
provide extra debugging info.
|
||
* Fix an irrelevant bug in BTreeIndex.
|
||
* Fix Potential UAF caused by race in MembraneHook
|
||
* refcount from zero instead of one
|
||
* Add debugging to detect UAF of Event.
|
||
* Report next expected ordinal when duplicate ordinals are
|
||
found
|
||
* Correct documentation of Maybe regarding contruction from T*
|
||
* LocalResponse refcount is never used
|
||
* Move BUILD_TESTING to root
|
||
* Fix HttpServer::drain() data loss race condition.
|
||
* Try harder to work around windows.h defining min()/max() as
|
||
macros.
|
||
* Fixes the double includes in build when ZLIB is found.
|
||
* Improve TLS accept error handling
|
||
* Add KJ_UNWRAP_OR_RETURN macro.
|
||
* Make hashCode behave more consistently
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 26 08:44:58 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- Employ shared lib packaging guideline and resolve this rpmlint
|
||
report: "libcapnp-0_9.x86_64: E: shlib-policy-name-error
|
||
SONAME: libkj-0.9.1.so, expected package suffix: 0_9_1"
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Sep 26 11:50:17 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||
|
||
- Update to version 0.9.1
|
||
* only import fiber related headers when fibers are enabled
|
||
* use more accurate names for tests
|
||
* Fix copy-pasto resulting in uninitialized use of kind
|
||
* Fix capnp/capnpc --version when built using CMake
|
||
* Fix feed.xml
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Aug 15 08:57:13 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||
|
||
- Update to version 0.9
|
||
* There’s no huge new features in this release, but there are
|
||
many minor improvements and bug fixes.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 27 14:58:38 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||
|
||
- Update to version 0.8
|
||
* Multi-stream Flow Control
|
||
* HTTP-over-Cap'n-Proto
|
||
* KJ improvements
|
||
* Lots and lots of minor tweaks and fixes.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 17 15:24:33 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||
|
||
- Remove obsolete Groups tag (fate#326485)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Oct 12 14:14:20 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- Remove bias from descriptions.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Oct 12 08:30:55 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
|
||
|
||
- Update to version 0.7.0 (see https://capnproto.org/news)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Aug 28 08:53:00 UTC 2017 - aloisio@gmx.com
|
||
|
||
- Update to stable version 0.6.1
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Mar 30 14:05:16 UTC 2017 - edogawa@aon.at
|
||
|
||
- update version 0.6-dev
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Mar 15 11:03:59 UTC 2015 - i@marguerite.su
|
||
|
||
- update version 0.5.1.2
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 18 17:52:14 UTC 2015 - i@marguerite.su
|
||
|
||
- initial version 0.5.1
|