crossroads

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

commit 7db9a3caf3cc61ce595263f7f905daf331a5dc0c
parent 088b05c489fca9f1a8a1b70687fccab060658364
Author: finwo <finwo@pm.me>
Date:   Sat,  3 Jan 2026 19:33:13 +0100

1.49

Diffstat:
MChangeLog | 4++++
Mdoc/crossroads.pdf | 0
Metc/Makefile.def | 2+-
Metc/svnrev.txt | 2+-
Mtest/Makefile | 4++++
5 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,8 +1,12 @@ ChangeLog for Crossroads ------------------------------------------------------------------------------ +1.49 [KK 2007-07-04] + - Next development cycle version. + 1.48 [KK 2007-07-04] - Added strupr() for systems that lack it. + - Version tagged STABLE. 1.47 [KK 2007-06-27] - Added "externalhandler" to "revivinginterval" diff --git a/doc/crossroads.pdf b/doc/crossroads.pdf Binary files differ. diff --git a/etc/Makefile.def b/etc/Makefile.def @@ -6,7 +6,7 @@ # Versioning. This defines the overall version ID and must match the topmost # entry in the ChangeLog. -VER = 1.48 +VER = 1.49 # Years that Crossroads has been 'round. YEARS = 2005-2007 diff --git a/etc/svnrev.txt b/etc/svnrev.txt @@ -1 +1 @@ -180 +181 diff --git a/test/Makefile b/test/Makefile @@ -1,5 +1,6 @@ foo: @echo 'Running simplistic tests...' + @echo @for f in t*.conf ; do \ echo "Testing $$f: should succeed" ; \ ../src/crossroads/crossroads -vc $$f services || exit 1 ; \ @@ -11,3 +12,6 @@ foo: true ; \ echo ; \ done + @echo + @echo 'All tests have completed successfully.' + @echo