Skip to content

Commit cd3ae51

Browse files
committed
Bump version to 0.1.1
1 parent 2823976 commit cd3ae51

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

alpine/APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=thinproxy
2-
pkgver=0.1.0
2+
pkgver=0.1.1
33
pkgrel=0
44
pkgdesc="Lightweight asynchronous HTTP/HTTPS proxy"
55
url="https://github.com/renaudallard/thinproxy"

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
thinproxy (0.1.1-1) unstable; urgency=low
2+
3+
* Fix SO_SPLICE timeout killing active CONNECT tunnels.
4+
5+
-- Renaud Allard <renaud@allard.it> Fri, 20 Mar 2026 00:00:00 +0000
6+
17
thinproxy (0.1.0-1) unstable; urgency=low
28

39
* Linux seccomp-BPF sandboxing.
410
* Client IP in verbose request log.
511
* FreeBSD, NetBSD, and DragonFlyBSD builds.
612

7-
-- Renaud Allard <renaud@allard.it> Thu, 20 Mar 2026 00:00:00 +0000
13+
-- Renaud Allard <renaud@allard.it> Thu, 19 Mar 2026 00:00:00 +0000
814

915
thinproxy (0.0.10-1) unstable; urgency=low
1016

redhat/thinproxy.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: thinproxy
2-
Version: 0.1.0
2+
Version: 0.1.1
33
Release: 1%{?dist}
44
Summary: Lightweight asynchronous HTTP/HTTPS proxy
55
License: BSD-2-Clause

thinproxy.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.Dd March 19, 2026
1+
.Dd March 20, 2026
22
.Dt THINPROXY 8
33
.Os
44
.Sh NAME

thinproxy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#include <sys/syscall.h>
6464
#endif
6565

66-
#define THINPROXY_VERSION "0.1.0"
66+
#define THINPROXY_VERSION "0.1.1"
6767
#define DEFAULT_ADDR "127.0.0.1"
6868
#define DEFAULT_PORT "8080"
6969
#define DEFAULT_CONFIG "/etc/thinproxy.conf"

0 commit comments

Comments
 (0)