OSDN Git Service

Bump version. v2.86
authorlordmulder <mulder2@gmx.de>
Tue, 27 Feb 2018 19:16:22 +0000 (20:16 +0100)
committerlordmulder <mulder2@gmx.de>
Tue, 27 Feb 2018 19:17:13 +0000 (20:17 +0100)
Copying.txt
HISTORY.txt
src/version.h

index 9b8d936..2e8b392 100644 (file)
@@ -29,11 +29,11 @@ GNU General Public License version 3
 
 The following third-party software is used by this program:
 
-The x264 encoder software is Copyright (C) 2003-2017 x264 project.
+The x264 encoder software is Copyright (C) 2003-2018 x264 project.
 http://www.videolan.org/developers/x264.html
 x264 is a free software and is released under the terms of the GNU GPL.
 
-The x265 encoder software is Copyright (C) 2013-2017 x265 project.
+The x265 encoder software is Copyright (C) 2013-2018 x265 project.
 http://www.videolan.org/developers/x265.html
 x265 is a free software and is released under the terms of the GNU GPL.
 
@@ -41,7 +41,7 @@ AviSynth is Copyright (C) 2002-2006 Ben Rudiak-Gould et al.
 http://avisynth.nl/index.php/Main_Page
 AviSynth is a free software, released under the terms of the GNU GPL.
 
-VapourSynth is Copyright (c) 2012-2017 Fredrik Mellbin.
+VapourSynth is Copyright (c) 2012-2018 Fredrik Mellbin.
 http://www.vapoursynth.com/
 VapourSynth is a free software, released under the terms of the GNU LGPL.
 
index e6ddb7f..27e415a 100644 (file)
@@ -2,12 +2,13 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
-Version 2.86 [2018-02-26]
+Version 2.86 [2018-02-27]
 * Updated x264 to revision 2901 (API v155)
 * Updated x265 to version 2.7+1
 * Updated NVEncC to version 3.30
-* Moved "shut-down computer" from preferences to main menu
-* x264 now uses combined 8-Bit/10-Bit binaries
+* x264 encoder now uses combined 8-Bit/10-Bit binaries
+* Moved "Shutdown computer" option from preferences to application menu
+* Updated build environment to Visual Studio 2017 with Update-5
 
 Version 2.85 [2017-10-04]
 * Updated x265 to version 2.5+22
index ef53e80..45e454c 100644 (file)
@@ -26,7 +26,7 @@
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 8
 #define VER_X264_PATCH 6
-#define VER_X264_BUILD 1123
+#define VER_X264_BUILD 1124
 
 #define VER_X264_PORTABLE_EDITION (0)