From 797ef770d8ccc7e94dd7fef15d3659ef814baddd Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Sat, 13 Nov 2010 19:36:47 +0000 Subject: [PATCH] Update version to 0.2.5 --- CHANGELOG | 9 +++++++++ openwrt/Makefile.openssl | 2 +- openwrt/Makefile.polarssl | 2 +- src/version.h | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 29e04dc..501f1fc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +0.2.5: +Change error handling from fatal + exit to just warn when fail to set +TOS for UDP socket. +Fix mute/unmute status not showing up properly in GUI in the other +clients. +Fix false 'authenticated' status showing up for other clients. +Add bind IP and port to commandline parameters. +Update Protobuf-C to 0.14. + 0.2.4: Fsked up the 0.2.3 release with a bad Makefile... Fixed in this one. diff --git a/openwrt/Makefile.openssl b/openwrt/Makefile.openssl index 6d881cf..89eee6f 100644 --- a/openwrt/Makefile.openssl +++ b/openwrt/Makefile.openssl @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=umurmur-openssl -PKG_VERSION:=0.2.4 +PKG_VERSION:=0.2.5 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/openwrt/Makefile.polarssl b/openwrt/Makefile.polarssl index 036f01c..b83ef9e 100644 --- a/openwrt/Makefile.polarssl +++ b/openwrt/Makefile.polarssl @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=umurmur-polarssl -PKG_VERSION:=0.2.4 +PKG_VERSION:=0.2.5 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/src/version.h b/src/version.h index 28358ee..a92f629 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ #ifndef VERSION_H_989876 #define VERSION_H_989876 -#define UMURMUR_VERSION "0.2.4" +#define UMURMUR_VERSION "0.2.5" #endif -- 2.30.2