Skip to content

Commit 4eb9525

Browse files
Merge pull request #645 from g-maxime/preparing-v18.03.2
Preparing v18.03.2
2 parents b1a4a82 + a0b4f3c commit 4eb9525

30 files changed

Lines changed: 82 additions & 74 deletions

History_CLI.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ x Correction
77
bug reports and feature request are here :
88
https://github.com/MediaArea/MediaConch_SourceCode
99

10+
Version 18.03.2, 2018-04-10
11+
--------------
12+
(No changes)
13+
1014
Version 18.03.1, 2018-03-26
1115
--------------
1216
x Fix regression on Windows with directory names beginning by n or r.

History_GUI.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ x Correction
77
bug reports and feature request are here :
88
https://github.com/MediaArea/MediaConch_SourceCode
99

10+
Version 18.03.2, 2018-04-10
11+
--------------
12+
x Fix incomplete initialization of checker window with old Qt versions.
13+
1014
Version 18.03.1, 2018-03-26
1115
--------------
1216
x Fix regression on Windows with directory names beginning by n or r.

Project/AppImage/Recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if ! grep "CentOS release 6\..*" /etc/centos-release ; then
5454
fi
5555

5656
# Setup evironment
57-
VERSION=18.03.1
57+
VERSION=18.03.2
5858

5959
if [ "$(arch)" == "i386" ] ; then
6060
ARCH="i686"

Project/GNU/CLI/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl #########################################################################
55
dnl -------------------------------------------------------------------------
66
dnl Name and version
77
dnl
8-
AC_INIT([mediaconch], [18.03.1])
8+
AC_INIT([mediaconch], [18.03.2])
99

1010
dnl -------------------------------------------------------------------------
1111
dnl Test if we are at the good place

Project/GNU/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This PKGBUILD is for OBS
44

55
pkgname=('mediaconch' 'mediaconch-server' 'mediaconch-gui')
6-
pkgver=18.03.1
6+
pkgver=18.03.2
77
pkgrel=1
88
pkgdesc="Implementation checker and policy checker for video and audio files"
99
url="http://MediaArea.net/MediaConch"

Project/GNU/Server/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl #########################################################################
55
dnl -------------------------------------------------------------------------
66
dnl Name and version
77
dnl
8-
AC_INIT([mediaconchd], [18.03.1])
8+
AC_INIT([mediaconchd], [18.03.2])
99

1010
dnl -------------------------------------------------------------------------
1111
dnl Test if we are at the good place

Project/GNU/mediaconch.dsc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
22
Source: mediaconch
33
Binary: mediaconch, mediaconch-dbg, mediaconch-server, mediaconch-server-dbg, mediaconch-gui, mediaconch-gui-dbg
44
Architecture: any
5-
Version: 18.03.1-1
5+
Version: 18.03.2-1
66
Maintainer: MediaArea.net SARL <info@mediaarea.net>
77
Homepage: http://MediaArea.net/MediaConch
88
Standards-Version: 3.9.6
@@ -17,11 +17,11 @@ Package-List:
1717
mediaconch-server-dbg debug utils extra arch=any
1818
mediaconch-gui-dbg deb debug extra arch=any
1919
Checksums-Sha1:
20-
0000000000000000000000000000000000000000 000000 mediaconch_18.03.1.orig.tar.xz
21-
0000000000000000000000000000000000000000 000000 mediaconch_18.03.1-1.debian.tar.xz
20+
0000000000000000000000000000000000000000 000000 mediaconch_18.03.2.orig.tar.xz
21+
0000000000000000000000000000000000000000 000000 mediaconch_18.03.2-1.debian.tar.xz
2222
Checksums-Sha256:
23-
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_18.03.1.orig.tar.xz
24-
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_18.03.1-1.debian.tar.xz
23+
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_18.03.2.orig.tar.xz
24+
0000000000000000000000000000000000000000000000000000000000000000 000000 mediaconch_18.03.2-1.debian.tar.xz
2525
Files:
26-
00000000000000000000000000000000 000000 mediaconch_18.03.1.orig.tar.xz
27-
00000000000000000000000000000000 000000 mediaconch_18.03.1-1.debian.tar.xz
26+
00000000000000000000000000000000 000000 mediaconch_18.03.2.orig.tar.xz
27+
00000000000000000000000000000000 000000 mediaconch_18.03.2-1.debian.tar.xz

Project/GNU/mediaconch.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define mediaconch_version 18.03.1
1+
%define mediaconch_version 18.03.2
22
%define libmediainfo_version 18.03.1
33
%define libzen_version 0.4.37
44

Project/MSVC2013/CLI/MediaConch_CLI.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winresrc.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 18,03,1,0
5-
PRODUCTVERSION 18,03,1,0
4+
FILEVERSION 18,03,2,0
5+
PRODUCTVERSION 18,03,2,0
66
FILEFLAGSMASK 0x3fL
77
#ifdef _DEBUG
88
FILEFLAGS 0x1L
@@ -19,10 +19,10 @@ BEGIN
1919
BEGIN
2020
VALUE "CompanyName", "MediaArea.net"
2121
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
22-
VALUE "FileVersion", "18.03.1.0"
22+
VALUE "FileVersion", "18.03.2.0"
2323
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
2424
VALUE "ProductName", "MediaConch"
25-
VALUE "ProductVersion", "18.03.1.0"
25+
VALUE "ProductVersion", "18.03.2.0"
2626
END
2727
END
2828
BLOCK "VarFileInfo"

Project/MSVC2013/GUI/MediaConch_GUI.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winresrc.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 18,03,1,0
5-
PRODUCTVERSION 18,03,1,0
4+
FILEVERSION 18,03,2,0
5+
PRODUCTVERSION 18,03,2,0
66
FILEFLAGSMASK 0x3fL
77
#ifdef _DEBUG
88
FILEFLAGS 0x1L
@@ -19,10 +19,10 @@ BEGIN
1919
BEGIN
2020
VALUE "CompanyName", "MediaArea.net"
2121
VALUE "FileDescription", "Implementation checker, policy checker, reporter, and fixer"
22-
VALUE "FileVersion", "18.03.1.0"
22+
VALUE "FileVersion", "18.03.2.0"
2323
VALUE "LegalCopyright", "Copyright (C) 2002-2015 MediaArea.net SARL"
2424
VALUE "ProductName", "MediaConch"
25-
VALUE "ProductVersion", "18.03.1.0"
25+
VALUE "ProductVersion", "18.03.2.0"
2626
END
2727
END
2828
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)