mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-06 02:51:23 +00:00
Update to version 0.7.7
This commit is contained in:
6
CHANGES
6
CHANGES
@ -1,3 +1,9 @@
|
|||||||
|
v0.7.7
|
||||||
|
- Fix bug in URIs with mono 2.6
|
||||||
|
- Reintroduce Linux support
|
||||||
|
- Remove unused packages
|
||||||
|
- Autotools cleanup
|
||||||
|
|
||||||
v0.7.6
|
v0.7.6
|
||||||
- Corrected faulty version numbers in v0.7.5
|
- Corrected faulty version numbers in v0.7.5
|
||||||
- Fixed new threadpool issue in mono v2.6
|
- Fixed new threadpool issue in mono v2.6
|
||||||
|
@ -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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6");
|
Console.WriteLine("NTP Analyzer v0.7.7");
|
||||||
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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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' ">
|
||||||
|
@ -65,7 +65,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.6";
|
version = "0.7.7";
|
||||||
}
|
}
|
||||||
|
|
||||||
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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6");
|
Console.WriteLine("NTP Analyzer validator tool v0.7.7");
|
||||||
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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6
|
version = 0.7.7
|
||||||
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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6</ReleaseVersion>
|
<ReleaseVersion>0.7.7</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.6.0")]
|
[assembly: AssemblyVersion("0.7.7.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)]
|
||||||
|
@ -3,7 +3,7 @@ libdir=/usr/local/lib
|
|||||||
bindir=/usr/local/bin
|
bindir=/usr/local/bin
|
||||||
datadir=/usr/local/share
|
datadir=/usr/local/share
|
||||||
RUNTIME=mono
|
RUNTIME=mono
|
||||||
ASSEMBLY_VERSION=0.7.6.0.0
|
ASSEMBLY_VERSION=0.7.7.0.0
|
||||||
VERSION=0.7.6
|
VERSION=0.7.7
|
||||||
PACKAGE=ntpa
|
PACKAGE=ntpa
|
||||||
CONFIG=RELEASE
|
CONFIG=RELEASE
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERSION=0.7.6
|
VERSION=0.7.7
|
||||||
PACKAGE=ntpa
|
PACKAGE=ntpa
|
||||||
prefix=/usr/local
|
prefix=/usr/local
|
||||||
config=RELEASE
|
config=RELEASE
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dnl Warning: This is an automatically generated file, do not edit!
|
dnl Warning: This is an automatically generated file, do not edit!
|
||||||
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.6])
|
AC_INIT([ntpa], [0.7.7])
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user