Skip to content

Commit

Permalink
Merge pull request #14 from OutpostUniverse/Update-Version-Informatio…
Browse files Browse the repository at this point in the history
…n-1.5.3

Update version information to 1.5.3
  • Loading branch information
Brett208 authored Nov 5, 2018
2 parents 473fa6f + 4189e22 commit d0e1d22
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.aps
.vs
src/Debug
src/Release
Expand Down
15 changes: 12 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=========================
Outpost 2 NetHelper 1.5.2
Outpost 2 NetHelper 1.5.3
by Arklon
10/31/2016
11/03/2018
=========================

=====
Expand Down Expand Up @@ -92,6 +92,15 @@ these at their implied defaults (47776 and 47807).
CHANGELOG
=========

1.5.3
- Updated to newer versions of libnatpmp and miniupnp.
- Cuts down cleanup/destruction on application closing from 3 mins to 8 secs.
- Changed dependency references from precompiled library files to Git submodules.
- Removed dependencies on msvcr100.dll and msvcp100.dll by statically compiling.
- Set release compilation optimization properties closer to MSVC default settings.
- Removed deprecated POSIX networking functions.
- Update code to remove benign variable type conversion warning in Patcher.

1.5.2
- Fixed a minor memory leak.

Expand Down Expand Up @@ -126,7 +135,7 @@ CHANGELOG
=======
LICENSE
=======
Copyright (c) 2016.
Copyright (c) 2018.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
Expand Down
Binary file added src/NetHelper.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions src/NetHelper.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
<ClInclude Include="odprintf.h" />
<ClInclude Include="Patcher.h" />
<ClInclude Include="PortForward.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libnatpmp\msvc\libnatpmp.vcxproj">
Expand All @@ -220,6 +221,9 @@
<Project>{d28ce435-cb33-4bae-8a52-c6ef915956f5}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="NetHelper.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
14 changes: 14 additions & 0 deletions src/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by NetHelper.rc

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit d0e1d22

Please sign in to comment.