From 6aa9aa03ba31c0de518a12d42c35f355afa617f8 Mon Sep 17 00:00:00 2001 From: Frank Maritato Date: Fri, 17 Sep 2010 23:53:54 +0000 Subject: [PATCH] changed version and added comment git-svn-id: https://lwes.svn.sourceforge.net/svnroot/lwes/lwes-java/tags/lwes-java-0.2.3@560 a2f82657-cdd2-4550-bd36-68a8e7111808 --- README | 7 +++++++ pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index 52a07a1..95035a9 100644 --- a/README +++ b/README @@ -20,6 +20,13 @@ MulticastReceiveBufferSize. For example, java -DMulticastReceiveBufferSize=8388608 ... *** +0.2.3 +Allow one to override the size check that is done as part of the Event class. Size +really only matters if one is intending on emitting the created event not if they +are reading it from a file. Also allow introspection into Event to get the size in +bytes. + +*** 0.2.1 -> 0.2.2 Changes - If the size of the event is too large an EventSizeException will be thrown instead of an EventSystemException. diff --git a/pom.xml b/pom.xml index 3a15441..7c02f40 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.lwes lwes-java jar - 0.2.3-SNAPSHOT + 0.2.3 lwes-java http://maven.apache.org -- 2.11.4.GIT