Update to 0.8.1

This commit is contained in:
Carsten Larsen 2016-12-26 14:19:20 +01:00
parent fe9816b883
commit e77d63106f
21 changed files with 28 additions and 29 deletions

View File

@ -1,6 +1,12 @@
v0.8.1
- Improve time server identification
- Updated Swedish stratum 1 servers
- Fixed string truncation bug
- Build scripts cleanup
v0.8.0
- Import from ntp.exactlywww.com
- Fix string truncation bug
- Fixed string truncation bug
- Generic autotool support
v0.7.10

View File

@ -1,10 +1,10 @@
all: release
debug:
xbuild /p:Configuration=Debug /p:TargetFrameworkVersion=v4.0 /p:NPlot=nuget Ntp.Analyzer.sln
xbuild /p:Configuration=Debug /p:TargetFrameworkVersion=v4.0 Ntp.Analyzer.sln
release:
xbuild /p:Configuration=Release /p:TargetFrameworkVersion=v4.0 /p:NPlot=nuget Ntp.Analyzer.sln
xbuild /p:Configuration=Release /p:TargetFrameworkVersion=v4.0 Ntp.Analyzer.sln
install: release
install -d ${DESTDIR}$(PREFIX)/sbin

View File

@ -7,7 +7,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>Ntp.Analyzer.Cli</RootNamespace>
<StartupObject>Ntp.Analyzer.Cli.Program</StartupObject>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<AssemblyName>Ntp.Analyzer.Cli</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>

View File

@ -90,7 +90,7 @@ public static void Main(string[] args)
private static void ShowUsage()
{
Console.WriteLine("NTP Analyzer v0.8.0");
Console.WriteLine("NTP Analyzer v0.8.1");
Console.WriteLine("Usage: ntpa --config file [--temp dir] [--writepid file] [--daemon name]");
usage = true;
}

View File

@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Data</RootNamespace>
<AssemblyName>Ntp.Analyzer.Data</AssemblyName>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Import</RootNamespace>
<AssemblyName>Ntp.Analyzer.Import</AssemblyName>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -6,7 +6,7 @@
<ProjectGuid>{0349CF56-C07C-46B5-B9CD-2BCB2709EE0A}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Ntp.Analyzer.Monitor.Cli</RootNamespace>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<AssemblyName>Ntp.Analyzer.Monitor.Cli</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>

View File

@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Monitor.Client</RootNamespace>
<AssemblyName>Ntp.Analyzer.Monitor.Client</AssemblyName>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Monitor.Server</RootNamespace>
<AssemblyName>Ntp.Analyzer.Monitor.Server</AssemblyName>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Objects</RootNamespace>
<AssemblyName>Ntp.Analyzer.Objects</AssemblyName>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@ -32,7 +32,6 @@
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
</ItemGroup>
@ -60,9 +59,6 @@
<Compile Include="HostIoReading.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>
<Properties>

View File

@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Process</RootNamespace>
<AssemblyName>Ntp.Analyzer.Process</AssemblyName>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -6,7 +6,7 @@
<ProjectGuid>{9790FACF-170E-43C7-889A-D4445FC7E7A1}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Ntp.Analyzer.Validate.Cli</RootNamespace>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<StartupObject>Ntp.Analyzer.Validate.Cli.Program</StartupObject>
<AssemblyName>Ntp.Analyzer.Validate.Cli</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>

View File

@ -140,7 +140,7 @@ private static void SetDecompilerParam(Decompiler decompiler, char indent, strin
private static void ShowUsage()
{
Console.WriteLine("NTP Analyzer validator tool v0.8.0");
Console.WriteLine("NTP Analyzer validator tool v0.8.1");
Console.WriteLine("Usage: ntpav [-s|-v] [-d] [-t n|-w n] configuration");
Console.WriteLine(" -s Show parsed configuration");
Console.WriteLine(" -v Check if configuration is valid");

View File

@ -10,7 +10,7 @@
<AssemblyName>Ntp.Analyzer.Validate.Gui</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -123,7 +123,7 @@ Global
$5.IncludeInstanceMembers = True
$5.IncludeStaticEntities = True
description = NTP Analyzer is a tool dedicated to analyze the operation of time servers.
version = 0.8.0
version = 0.8.1
StartupItem = Ntp.Analyzer.Cli\Ntp.Analyzer.Cli.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution

View File

@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer</RootNamespace>
<AssemblyName>Ntp.Analyzer</AssemblyName>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@ -211,9 +211,6 @@
<Compile Include="Interface\IPathProvider.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ntp.Analyzer.Objects\Ntp.Analyzer.Objects.csproj">
<Project>{02912378-E62D-4445-BA30-F56D3ABE9DA2}</Project>

View File

@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Common</RootNamespace>
<AssemblyName>Ntp.Common</AssemblyName>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Data.Provider</RootNamespace>
<AssemblyName>Ntp.Data.Provider</AssemblyName>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Data</RootNamespace>
<AssemblyName>Ntp.Data</AssemblyName>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -22,7 +22,7 @@
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyVersion("0.8.1.0")]
[assembly: AssemblyCopyright("Copyright (c) 2013-2016 Carsten Sonne Larsen <cs@innolan.dk>")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54])
AC_INIT([ntpa], [0.8.0])
AC_INIT([ntpa], [0.8.1])
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE