From 1468a6d0e65b0eb16ae8da89998b67da1abcd362 Mon Sep 17 00:00:00 2001 From: Eric Fontana Date: Mon, 13 Apr 2015 06:19:47 -0400 Subject: [PATCH] Updated to new version --- TimberWinR.ServiceHost/Properties/AssemblyInfo.cs | 4 ++-- TimberWinR/ReleaseNotes.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs b/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs index 86c588b..bccff3a 100644 --- a/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs +++ b/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.20.0")] -[assembly: AssemblyFileVersion("1.3.20.0")] +[assembly: AssemblyVersion("1.3.21.0")] +[assembly: AssemblyFileVersion("1.3.21.0")] diff --git a/TimberWinR/ReleaseNotes.md b/TimberWinR/ReleaseNotes.md index 38c5fab..3d6c787 100644 --- a/TimberWinR/ReleaseNotes.md +++ b/TimberWinR/ReleaseNotes.md @@ -3,6 +3,9 @@ A Native Windows to Redis/Elasticsearch Logstash Agent which runs as a service. Version / Date +### 1.3.21.0 - 04/13/2015 +1. Rolled Udp listener support to V4 only, too many issues with dual mode sockets + and hosts file. If we want to add this back, I will add a Udpv6 input. ### 1.3.20.0 - 04/03/2015 1. A re-factoring of Logs and TailLogs to be more efficient and detect log rolling correctly,