Update version to 0.2.5
authorfatbob313 <martin@fatbob.nu>
Sat, 13 Nov 2010 19:36:47 +0000 (19:36 +0000)
committerfatbob313 <martin@fatbob.nu>
Sat, 13 Nov 2010 19:36:47 +0000 (19:36 +0000)
CHANGELOG
openwrt/Makefile.openssl
openwrt/Makefile.polarssl
src/version.h

index 29e04dc2699850ead506b853947e293e4c7707ac..501f1fc9f468fb6bfa41d28e02b09637d3d3e18f 100644 (file)
--- 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.
 
index 6d881cfb44dc625e21809930656ef5eadb9d93f6..89eee6f48f62fe79da82568f01d7872f3f4ea088 100644 (file)
@@ -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)
index 036f01ca273f13ac9d20e85be5c9a6091fe6eacb..b83ef9e35ea3098ea1469dc52e5a2f11566acfb8 100644 (file)
@@ -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)
index 28358ee8c0ee44678aa056e2602396da2d0a1ca5..a92f6298646372911008cc1a9fd1a578e616a611 100644 (file)
@@ -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