mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-05 18:41:13 +00:00
Update to version 0.8.0
This commit is contained in:
5
CHANGES
5
CHANGES
@ -1,3 +1,8 @@
|
|||||||
|
v0.8.0
|
||||||
|
- Import from ntp.exactlywww.com
|
||||||
|
- Fix string truncation bug
|
||||||
|
- Generic autotool support
|
||||||
|
|
||||||
v0.7.10
|
v0.7.10
|
||||||
- Fixed bug in time server list
|
- Fixed bug in time server list
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<RootNamespace>Ntp.Analyzer.Cli</RootNamespace>
|
<RootNamespace>Ntp.Analyzer.Cli</RootNamespace>
|
||||||
<StartupObject>Ntp.Analyzer.Cli.Program</StartupObject>
|
<StartupObject>Ntp.Analyzer.Cli.Program</StartupObject>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<AssemblyName>Ntp.Analyzer.Cli</AssemblyName>
|
<AssemblyName>Ntp.Analyzer.Cli</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -90,7 +90,7 @@ namespace Ntp.Analyzer.Cli
|
|||||||
|
|
||||||
private static void ShowUsage()
|
private static void ShowUsage()
|
||||||
{
|
{
|
||||||
Console.WriteLine("NTP Analyzer v0.7.10");
|
Console.WriteLine("NTP Analyzer v0.8.0");
|
||||||
Console.WriteLine("Usage: ntpa --config file [--temp dir] [--writepid file] [--daemon name]");
|
Console.WriteLine("Usage: ntpa --config file [--temp dir] [--writepid file] [--daemon name]");
|
||||||
usage = true;
|
usage = true;
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>Ntp.Analyzer.Data</RootNamespace>
|
<RootNamespace>Ntp.Analyzer.Data</RootNamespace>
|
||||||
<AssemblyName>Ntp.Analyzer.Data</AssemblyName>
|
<AssemblyName>Ntp.Analyzer.Data</AssemblyName>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>Ntp.Analyzer.Import</RootNamespace>
|
<RootNamespace>Ntp.Analyzer.Import</RootNamespace>
|
||||||
<AssemblyName>Ntp.Analyzer.Import</AssemblyName>
|
<AssemblyName>Ntp.Analyzer.Import</AssemblyName>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<ProjectGuid>{0349CF56-C07C-46B5-B9CD-2BCB2709EE0A}</ProjectGuid>
|
<ProjectGuid>{0349CF56-C07C-46B5-B9CD-2BCB2709EE0A}</ProjectGuid>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<RootNamespace>Ntp.Analyzer.Monitor.Cli</RootNamespace>
|
<RootNamespace>Ntp.Analyzer.Monitor.Cli</RootNamespace>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<AssemblyName>Ntp.Analyzer.Monitor.Cli</AssemblyName>
|
<AssemblyName>Ntp.Analyzer.Monitor.Cli</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>Ntp.Analyzer.Monitor.Client</RootNamespace>
|
<RootNamespace>Ntp.Analyzer.Monitor.Client</RootNamespace>
|
||||||
<AssemblyName>Ntp.Analyzer.Monitor.Client</AssemblyName>
|
<AssemblyName>Ntp.Analyzer.Monitor.Client</AssemblyName>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>Ntp.Analyzer.Monitor.Server</RootNamespace>
|
<RootNamespace>Ntp.Analyzer.Monitor.Server</RootNamespace>
|
||||||
<AssemblyName>Ntp.Analyzer.Monitor.Server</AssemblyName>
|
<AssemblyName>Ntp.Analyzer.Monitor.Server</AssemblyName>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>Ntp.Analyzer.Objects</RootNamespace>
|
<RootNamespace>Ntp.Analyzer.Objects</RootNamespace>
|
||||||
<AssemblyName>Ntp.Analyzer.Objects</AssemblyName>
|
<AssemblyName>Ntp.Analyzer.Objects</AssemblyName>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -66,7 +66,7 @@ namespace Ntp.Analyzer.Process
|
|||||||
this.initlog = initlog;
|
this.initlog = initlog;
|
||||||
Nodes = new List<IRequest>();
|
Nodes = new List<IRequest>();
|
||||||
Listeners = new List<Listener>();
|
Listeners = new List<Listener>();
|
||||||
version = "0.7.10";
|
version = "0.8.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
private static bool firstrun = true;
|
private static bool firstrun = true;
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>Ntp.Analyzer.Process</RootNamespace>
|
<RootNamespace>Ntp.Analyzer.Process</RootNamespace>
|
||||||
<AssemblyName>Ntp.Analyzer.Process</AssemblyName>
|
<AssemblyName>Ntp.Analyzer.Process</AssemblyName>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<ProjectGuid>{9790FACF-170E-43C7-889A-D4445FC7E7A1}</ProjectGuid>
|
<ProjectGuid>{9790FACF-170E-43C7-889A-D4445FC7E7A1}</ProjectGuid>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<RootNamespace>Ntp.Analyzer.Validate.Cli</RootNamespace>
|
<RootNamespace>Ntp.Analyzer.Validate.Cli</RootNamespace>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<StartupObject>Ntp.Analyzer.Validate.Cli.Program</StartupObject>
|
<StartupObject>Ntp.Analyzer.Validate.Cli.Program</StartupObject>
|
||||||
<AssemblyName>Ntp.Analyzer.Validate.Cli</AssemblyName>
|
<AssemblyName>Ntp.Analyzer.Validate.Cli</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
|
@ -140,7 +140,7 @@ namespace Ntp.Analyzer.Validate.Cli
|
|||||||
|
|
||||||
private static void ShowUsage()
|
private static void ShowUsage()
|
||||||
{
|
{
|
||||||
Console.WriteLine("NTP Analyzer validator tool v0.7.10");
|
Console.WriteLine("NTP Analyzer validator tool v0.8.0");
|
||||||
Console.WriteLine("Usage: ntpav [-s|-v] [-d] [-t n|-w n] configuration");
|
Console.WriteLine("Usage: ntpav [-s|-v] [-d] [-t n|-w n] configuration");
|
||||||
Console.WriteLine(" -s Show parsed configuration");
|
Console.WriteLine(" -s Show parsed configuration");
|
||||||
Console.WriteLine(" -v Check if configuration is valid");
|
Console.WriteLine(" -v Check if configuration is valid");
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<AssemblyName>Ntp.Analyzer.Validate.Gui</AssemblyName>
|
<AssemblyName>Ntp.Analyzer.Validate.Gui</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
@ -123,7 +123,7 @@ Global
|
|||||||
$5.IncludeInstanceMembers = True
|
$5.IncludeInstanceMembers = True
|
||||||
$5.IncludeStaticEntities = True
|
$5.IncludeStaticEntities = True
|
||||||
description = NTP Analyzer is a tool dedicated to analyze the operation of time servers.
|
description = NTP Analyzer is a tool dedicated to analyze the operation of time servers.
|
||||||
version = 0.7.10
|
version = 0.8.0
|
||||||
StartupItem = Ntp.Analyzer.Cli\Ntp.Analyzer.Cli.csproj
|
StartupItem = Ntp.Analyzer.Cli\Ntp.Analyzer.Cli.csproj
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>Ntp.Analyzer</RootNamespace>
|
<RootNamespace>Ntp.Analyzer</RootNamespace>
|
||||||
<AssemblyName>Ntp.Analyzer</AssemblyName>
|
<AssemblyName>Ntp.Analyzer</AssemblyName>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>Ntp.Common</RootNamespace>
|
<RootNamespace>Ntp.Common</RootNamespace>
|
||||||
<AssemblyName>Ntp.Common</AssemblyName>
|
<AssemblyName>Ntp.Common</AssemblyName>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>Ntp.Data.Provider</RootNamespace>
|
<RootNamespace>Ntp.Data.Provider</RootNamespace>
|
||||||
<AssemblyName>Ntp.Data.Provider</AssemblyName>
|
<AssemblyName>Ntp.Data.Provider</AssemblyName>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>Ntp.Data</RootNamespace>
|
<RootNamespace>Ntp.Data</RootNamespace>
|
||||||
<AssemblyName>Ntp.Data</AssemblyName>
|
<AssemblyName>Ntp.Data</AssemblyName>
|
||||||
<ReleaseVersion>0.7.10</ReleaseVersion>
|
<ReleaseVersion>0.8.0</ReleaseVersion>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
[assembly: AssemblyVersion("0.7.10.0")]
|
[assembly: AssemblyVersion("0.8.0.0")]
|
||||||
[assembly: AssemblyCopyright("Copyright (c) 2013-2016 Carsten Sonne Larsen <cs@innolan.dk>")]
|
[assembly: AssemblyCopyright("Copyright (c) 2013-2016 Carsten Sonne Larsen <cs@innolan.dk>")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ([2.54])
|
AC_PREREQ([2.54])
|
||||||
AC_INIT([ntpa], [0.7.10])
|
AC_INIT([ntpa], [0.8.0])
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user