Sync from SUSE:SLFO:Main cpp-httplib revision d053dcdf2ab91fc7fe224ed670e6d5cf

This commit is contained in:
2025-07-02 00:18:08 +02:00
parent 90fe72519b
commit d0314a07d1
4 changed files with 19 additions and 6 deletions

BIN
cpp-httplib-0.20.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
cpp-httplib-0.22.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jun 24 14:39:29 UTC 2025 - Marius Grossu <marius.grossu@suse.com>
- version update to 0.22.0
* Fix ranges that are not in the form 0-n do not work #2157
* Fix windows req/res very slow compared to Linux #1777
* Add CPPHTTPLIB_HEADER_MAX_COUNT
* Windows ::isdigit compilation error #2135
* Specify version in meson.build #2139
* Detect if afunix.h exists #2145
* Feature request: let the Request& know which route matched #2101
* Feature/multipart headers #2152
-------------------------------------------------------------------
Mon May 19 20:04:41 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -16,10 +16,10 @@
#
%define sover 0.20
%define libver 0_20
%define sover 0.22
%define libver 0_22
Name: cpp-httplib
Version: 0.20.1
Version: 0.22.0
Release: 0
Summary: A C++11 HTTP/HTTPS server and client library
License: MIT