From f41c4bb9f3bda028481d1c0973fdbe12a80caa9f Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Fri, 23 Jan 2009 18:20:27 +0000 Subject: [PATCH] Release 0.5.0 --- CHANGELOG | 8 +++----- src/iodine.c | 2 +- src/iodined.c | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 106e2f5..6f7fc93 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,11 +5,7 @@ iodine - http://code.kryo.se/iodine CHANGES: -2009-01-17: 0.5.0-rc2 - - Fixed endless loop in fragment size autodetection, #39. - - Fixed broken hostname dot placing with specific lengths, #40. - -2009-01-10: 0.5.0-rc1 +2009-01-23: 0.5.0 "iPassed" - Fixed segfault in server when sending version reject. - Applied patch to make iodine build on BeOS R5-BONE and Haiku, from Francois Revol. Still work to do to get tun device working. @@ -29,6 +25,8 @@ CHANGES: - Downstream data is now fragmented, and the fragment size is auto- probed after login. Fixes #7. It only took a few years :) - Enhanced the checks that validates incoming packets + - Fixed endless loop in fragment size autodetection, #39. + - Fixed broken hostname dot placing with specific lengths, #40. 2008-08-06: 0.4.2 "Opened Zone" - Applied a few small patches from Maxim Bourmistrov and Gregor Herrmann diff --git a/src/iodine.c b/src/iodine.c index 35eb104..7b1a084 100644 --- a/src/iodine.c +++ b/src/iodine.c @@ -860,7 +860,7 @@ help() { static void version() { printf("iodine IP over DNS tunneling client\n"); - printf("version: 0.5.0-rc1 from 2009-01-10\n"); + printf("version: 0.5.0 from 2009-01-23\n"); exit(0); } diff --git a/src/iodined.c b/src/iodined.c index a3abd4b..25bddc6 100644 --- a/src/iodined.c +++ b/src/iodined.c @@ -883,7 +883,7 @@ help() { static void version() { printf("iodine IP over DNS tunneling server\n"); - printf("version: 0.5.0-rc1 from 2009-01-10\n"); + printf("version: 0.5.0 from 2009-01-23\n"); exit(0); }