1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2026-01-12 00:11:20 +00:00

Release 0.8.2

This commit is contained in:
2017-07-22 22:58:49 +02:00
parent cc7f2d3707
commit f2ade28f2b
22 changed files with 27 additions and 22 deletions

View File

@ -1,3 +1,8 @@
v0.8.2
- Updated documentation and man page
- Improved sample configurations
- Corrected spelling mistakes
v0.8.1
- Improved time server identification
- Updated Swedish stratum 1 servers
@ -24,7 +29,7 @@ v0.7.8
v0.7.7
- Fixed bug in URIs with Mono 4.6
- Reintroduced Linux support
- Remove unused packages
- Removed unused packages
- Autotools cleanup
v0.7.6

View File

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

View File

@ -90,7 +90,7 @@ namespace Ntp.Analyzer.Cli
private static void ShowUsage()
{
Console.WriteLine("NTP Analyzer v0.8.1");
Console.WriteLine("NTP Analyzer v0.8.2");
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.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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.1</ReleaseVersion>
<ReleaseVersion>0.8.2</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -66,7 +66,7 @@ namespace Ntp.Analyzer.Process
this.initlog = initlog;
Nodes = new List<IRequest>();
Listeners = new List<Listener>();
version = "0.8.1";
version = "0.8.2";
}
private static bool firstrun = true;

View File

@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Process</RootNamespace>
<AssemblyName>Ntp.Analyzer.Process</AssemblyName>
<ReleaseVersion>0.8.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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 @@ namespace Ntp.Analyzer.Validate.Cli
private static void ShowUsage()
{
Console.WriteLine("NTP Analyzer validator tool v0.8.1");
Console.WriteLine("NTP Analyzer validator tool v0.8.2");
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.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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.1
version = 0.8.2
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.1</ReleaseVersion>
<ReleaseVersion>0.8.2</ReleaseVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Common</RootNamespace>
<AssemblyName>Ntp.Common</AssemblyName>
<ReleaseVersion>0.8.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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.1.2")]
[assembly: AssemblyVersion("0.8.2.0")]
[assembly: AssemblyCopyright("Copyright (c) 2013-2017 Carsten Sonne Larsen <cs@innolan.net>")]
[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.1])
AC_INIT([ntpa], [0.8.2])
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "NTP Analyzer"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = "0.8.1"
PROJECT_NUMBER = "0.8.2"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a