crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs | LICENSE

commit 9a29143ff9b71e0aac3912debb8deae4ad4414cd
parent 306caa58d0887422d144ec1ba44e8a1d5c07f323
Author: finwo <finwo@pm.me>
Date:   Sat,  3 Jan 2026 19:38:27 +0100

2.63

Diffstat:
MChangeLog | 4++++
MMakefile | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +2.63 [KK 2010-01-11] +- Previous 2.62 stamped as stable, 2.63 will be the new development + trunk. + 2.62 [KK 2010-01-08] - Fixed possible coredump cause in Balancer::serve(), which might explain some troubles during high load (many really concurrent requests). diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ # Top-level Makefile for XR # ------------------------- -VER = 2.62 +VER = 2.63 PREFIX = $(DESTDIR)/usr BINDIR = $(PREFIX)/sbin MANDIR = $(PREFIX)/share/man