Compare commits
26 Commits
Author | SHA256 | Date | |
---|---|---|---|
96ee9cb3d5 | |||
|
2b5bfcda71 | ||
7fec50d07e | |||
e48df8847a | |||
|
f514a7aaac | ||
f9a0a4d60d | |||
1e4da161a9 | |||
cb7c7c2486 | |||
|
b31e66435b | ||
e760406623 | |||
|
be2c8b8c9f | ||
94a1deb0f6 | |||
|
367b9d8835 | ||
0f38d07331 | |||
|
c5b666ce98 | ||
879874e8bb | |||
115e024ef3 | |||
|
0df425b421 | ||
606169df97 | |||
|
cb54356eef | ||
1b26c565b2 | |||
|
e1624cffd8 | ||
|
e1a14af6f2 | ||
7aacdc30e6 | |||
|
6fccd293c6 | ||
32ac5a46f9 |
@@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 12:59:34 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.13.0
|
||||
0.13.0
|
||||
* Fix small typo in release script by @PJK in #350
|
||||
* Fix failing 32 bit tests due to cmocka macro repeating stack pushes by @PJK in #354
|
||||
* Set cmake_minimum_required to 3.5 by @PJK in #355
|
||||
* Fix float_ctrl ctrl assertions failing in debug mode by @PJK in #353
|
||||
* Check in vscode setup by @PJK in #357
|
||||
* Add CBOR sequences example by @PJK in #358
|
||||
* Add riscv64 config to CircleCI by @PJK in #359
|
||||
* Add a test for malformed definite maps by @PJK in #360
|
||||
* Add [[nodiscard]] support and auto-update to C23 in cmake by @PJK in #361
|
||||
* Configure ctest on to export the test results to CircleCI by @PJK in #362
|
||||
* Revamp the introduction doc into a more useful crash course by @PJK in #363
|
||||
* Add OSX asan/lsan supression config by @PJK in #366
|
||||
* Add cbor_copy_definite by @PJK in #364
|
||||
* Improve handling and coverage reporting of exhaustive enum switches by @PJK in #367
|
||||
* Add references to readme by @PJK in #368
|
||||
* Update python deps and related docs by @PJK in #369
|
||||
* Link tutorial in readme (and fix embedded RST formatting) by @PJK in #370
|
||||
* Add a doc note on lto linking by @PJK in #373
|
||||
* Add a doc for the reference count in cbor_array_set(). by @hglee in #375
|
||||
* Add gh link to docs by @PJK in #374
|
||||
* Add #355 to changelog by @PJK in #376
|
||||
* Bump version to 0.13.0 by @PJK in #377
|
||||
0.12.0
|
||||
* Tag documentation and general doxygen style improvements by @PJK in #309
|
||||
* Rename API docs to be more helpful by @PJK in #310
|
||||
* Make MSVC w/ /sdl work by @PJK in #312
|
||||
* Respect CMAKE_INTERPROCEDURAL_OPTIMIZATION by @PJK in #316
|
||||
* Nicer cmakes by @PJK in #317
|
||||
* Fixed code coverage option typo in CMakeLists.txt by @jonathanmarvens in #318
|
||||
* Bump jinja2 from 3.1.2 to 3.1.3 in /doc/source by @dependabot in #306
|
||||
* Update CI configs by @PJK in #332
|
||||
* Fix wrong fopen mode in fuzzer by @PJK in #331
|
||||
* Update OSX CI version by @PJK in #333
|
||||
* Fix NaN handling on mips/mipsel and Windows; disable value propagation for signaling NaNs; add mips CI by @PJK in #335
|
||||
* Export and install CMake targets by @dg0yt in #337
|
||||
* Update cirrus FreeBSD to 14.2 by @PJK in #339
|
||||
* Update Bazel setup to Bzlmod by @PJK in #340
|
||||
* In cbor2cjson.c example, add missing cbor_move to cbor_array_get call by @whitehse in #338
|
||||
* Update python requirements by @PJK in #343
|
||||
* Fix mips/el CI by @PJK in #342
|
||||
* include project directory with target instead of globally by @Jan200101 in #341
|
||||
* Update more python packages by @PJK in #344
|
||||
* Update example formatting (clang changed) by @PJK in #345
|
||||
* Remove no-op pragma clang lines by @brooksdavis in #321
|
||||
* Fix mutiple "pedantic" compiler warnings, mostly around unused parameters by @PJK in #347
|
||||
* Bump jinja2 from 3.1.5 to 3.1.6 in /doc/source by @dependabot in #346
|
||||
* Update changelog, improve release script to automate version bump PRs by @PJK in #348
|
||||
* Bump version to 0.12.0 by @PJK in #349
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 00:44:42 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcbor
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define socurrent 0
|
||||
%define sorevision 11
|
||||
%define sorevision 13
|
||||
%define soage 0
|
||||
%define lname libcbor%{socurrent}_%{sorevision}
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
@@ -38,7 +38,7 @@ Name: libcbor-doc
|
||||
%else
|
||||
Name: libcbor
|
||||
%endif
|
||||
Version: 0.11.0
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: Library for parsing Concise Binary Object Representation (CBOR)
|
||||
License: MIT
|
||||
|
BIN
v0.11.0.tar.gz
(Stored with Git LFS)
BIN
v0.11.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
v0.13.0.tar.gz
Normal file
3
v0.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95a7f0dd333fd1dce3e4f92691ca8be38227b27887599b21cd3c4f6d6a7abb10
|
||||
size 299917
|
Reference in New Issue
Block a user