Skip to content

Commit 772b2cc

Browse files
committed
Bump version to 0.0.7
1 parent f71d304 commit 772b2cc

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

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.0.6
2+
pkgver=0.0.7
33
pkgrel=0
44
pkgdesc="Lightweight asynchronous HTTP/HTTPS proxy"
55
url="https://github.com/renaudallard/thinproxy"

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
thinproxy (0.0.7-1) unstable; urgency=low
2+
3+
* Retry bind on EADDRINUSE for orphaned TCP connections.
4+
5+
-- Renaud Allard <renaud@allard.it> Thu, 19 Mar 2026 00:00:00 +0000
6+
17
thinproxy (0.0.6-1) unstable; urgency=low
28

39
* Force RST on client sockets during shutdown to avoid FIN_WAIT_2.

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.0.6
2+
Version: 0.0.7
33
Release: 1%{?dist}
44
Summary: Lightweight asynchronous HTTP/HTTPS proxy
55
License: BSD-2-Clause

thinproxy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
#include <unistd.h> /* pledge, unveil */
5353
#endif
5454

55-
#define THINPROXY_VERSION "0.0.6"
55+
#define THINPROXY_VERSION "0.0.7"
5656
#define DEFAULT_ADDR "127.0.0.1"
5757
#define DEFAULT_PORT "8080"
5858
#define DEFAULT_CONFIG "/etc/thinproxy.conf"

0 commit comments

Comments
 (0)