소스 검색

Set version to 2.14.0

Paulo Coelho Alves 7 년 전
부모
커밋
45ccf442bb
2개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CMakeModules/VersionConfiguration.cmake
  2. 9 0
      release-notes/2.14.0.txt

+ 1 - 1
CMakeModules/VersionConfiguration.cmake

@@ -21,7 +21,7 @@ else()
 endif()
 
 set(VERSION_MAJOR 2)
-set(VERSION_MINOR 13)
+set(VERSION_MINOR 14)
 set(VERSION_NANO 0)
 
 option(UPGRADE_DEBUG "" OFF)

+ 9 - 0
release-notes/2.14.0.txt

@@ -0,0 +1,9 @@
+2018-07-10
+
+
+FIXED:
+
+- Fixed error showing when recording is post processing
+- Fixed troubles selecting embedded subtitle streams in videos without audio streams
+- Fixed grid view programs getting duplicated when refreshing EPG with grid view open
+