Skip to content

Commit

Permalink
Merge pull request #170 from g-maxime/preparing-v20.08
Browse files Browse the repository at this point in the history
Preparing v20.08
  • Loading branch information
JeromeMartinez authored Aug 11, 2020
2 parents bf0b050 + e3f1e97 commit 3bf1ed7
Show file tree
Hide file tree
Showing 19 changed files with 60 additions and 38 deletions.
8 changes: 8 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Notes:
- Deleted
x Correction

Version 20.08, 2020-08-11
-------------
x Fix compilation issues with non Unicode on Windows (Issue #135)
+ XMP, aXML, iXML is valid XML (Issue #125)
+ Expand verbosity of truncation errors (Issue #95)
+ Expand verbosity of padding errors (Issue #154)
+ Other small codebase improvements

Version 20.05, 2020-05-28
-------------
x Correct variable name spelling (Issue #120)
Expand Down
14 changes: 14 additions & 0 deletions History_GUI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Notes:
- Deleted
x Correction

Version 20.08, 2020-08-11
-------------
x Fix compilation issues with non Unicode on Windows (Issue #135)
x Fix crash when scrolling to end of File view (Issue #149)
+ Users can copy/paste between fields (Issue #133)
+ XMP, aXML, iXML is valid XML (Issue #125)
+ Add option to show address and size as decimal values in trace view (Issue #152)
+ Expand verbosity of truncation errors (Issue #95)
+ Expand verbosity of padding errors (Issue #154)
+ Add sorting options for filename column in tables views (Issue #96)
+ Allow numerical table sorting (Issue #97)
+ Handle non-EBU R98 coding history values (Issue #150)
+ Other small codebase improvements

Version 20.05, 2020-05-28
-------------
+ "Fill all open files with this value" option (Issue #110)
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/GUI/bwfmetaedit-gui.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
<update_contact>[email protected]</update_contact>
<developer_name>MediaArea.net SARL</developer_name>
<releases>
<release version="20.05" date="2020-05-28" />
<release version="20.08" date="2020-08-11" />
​</releases>
</component>
2 changes: 1 addition & 1 deletion Project/GNU/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: MediaArea.net SARL <[email protected]>

pkgname=('bwfmetaedit' 'bwfmetaedit-gui')
pkgver=20.05
pkgver=20.08
pkgrel=1
pkgdesc="Supplies technical and tag information about a video or audio file"
url="http://mediaarea.net"
Expand Down
6 changes: 3 additions & 3 deletions Project/GNU/bwfmetaedit.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Format: 3.0 (quilt)
Source: bwfmetaedit
Binary: bwfmetaedit, bwfmetaedit--dbg, bwfmetaedit-gui, bwfmetaedit-gui-dbg
Architecture: any
Version: 20.05-1
Version: 20.08-1
Maintainer: Jerome Martinez <[email protected]>
Homepage: http://mediainfo.sourceforge.net
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5), tofrodos, qtbase5-dev, qtdeclarative5-dev, qtquickcontrols2-5-dev, libqt5svg5-dev, qt5-default, zlib1g-dev, pkg-config, automake, autoconf, libtool
Files:
00000000000000000000000000000000 000000 bwfmetaedit_20.05.orig.tar.xz
00000000000000000000000000000000 000000 bwfmetaedit_20.05-1.debian.tar.xz
00000000000000000000000000000000 000000 bwfmetaedit_20.08.orig.tar.xz
00000000000000000000000000000000 000000 bwfmetaedit_20.08-1.debian.tar.xz
2 changes: 1 addition & 1 deletion Project/GNU/bwfmetaedit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# norootforbuild

%global bwfmetaedit_version 20.05
%global bwfmetaedit_version 20.08

Name: bwfmetaedit
Version: %bwfmetaedit_version
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2015/CLI/BWF_MetaEdit_CLI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 20,05,0,0
PRODUCTVERSION 20,05,0,0
FILEVERSION 20,08,0,0
PRODUCTVERSION 20,08,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "http://www.digitizationguidelines.gov"
VALUE "FileDescription", "BWF MetaEdit"
VALUE "FileVersion", "20,05,0,0"
VALUE "FileVersion", "20,08,0,0"
VALUE "InternalName", "BWF_MetaEdit - CLI - MSVC 2015"
VALUE "LegalCopyright", "BSD License"
VALUE "OriginalFilename", "bwfmetaedit.exe"
VALUE "ProductName", "BWF MetaEdit CLI"
VALUE "ProductVersion", "20,05,0,0"
VALUE "ProductVersion", "20,08,0,0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2015/GUI/BWF_MetaEdit_GUI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 20,05,0,0
PRODUCTVERSION 20,05,0,0
FILEVERSION 20,08,0,0
PRODUCTVERSION 20,08,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "http://www.digitizationguidelines.gov"
VALUE "FileDescription", "BWF MetaEdit"
VALUE "FileVersion", "20,05,0,0"
VALUE "FileVersion", "20,08,0,0"
VALUE "InternalName", "BWF_MetaEdit - GUI - MSVC 2015"
VALUE "LegalCopyright", "BSD License"
VALUE "OriginalFilename", "BWF MetaEdit.exe"
VALUE "ProductName", "BWF MetaEdit GUI"
VALUE "ProductVersion", "20,05,0,0"
VALUE "ProductVersion", "20,08,0,0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2017/CLI/BWF_MetaEdit_CLI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 20,05,0,0
PRODUCTVERSION 20,05,0,0
FILEVERSION 20,08,0,0
PRODUCTVERSION 20,08,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "http://www.digitizationguidelines.gov"
VALUE "FileDescription", "BWF MetaEdit"
VALUE "FileVersion", "20,05,0,0"
VALUE "FileVersion", "20,08,0,0"
VALUE "InternalName", "BWF_MetaEdit - CLI - MSVC 2017"
VALUE "LegalCopyright", "BSD License"
VALUE "OriginalFilename", "bwfmetaedit.exe"
VALUE "ProductName", "BWF MetaEdit CLI"
VALUE "ProductVersion", "20,05,0,0"
VALUE "ProductVersion", "20,08,0,0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2017/GUI/BWF_MetaEdit_GUI.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 20,05,0,0
PRODUCTVERSION 20,05,0,0
FILEVERSION 20,08,0,0
PRODUCTVERSION 20,08,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "http://www.digitizationguidelines.gov"
VALUE "FileDescription", "BWF MetaEdit"
VALUE "FileVersion", "20,05,0,0"
VALUE "FileVersion", "20,08,0,0"
VALUE "InternalName", "BWF_MetaEdit - GUI - MSVC 2017"
VALUE "LegalCopyright", "BSD License"
VALUE "OriginalFilename", "BWF MetaEdit.exe"
VALUE "ProductName", "BWF MetaEdit GUI"
VALUE "ProductVersion", "20,05,0,0"
VALUE "ProductVersion", "20,08,0,0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Project/Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>20.05</string>
<string>20.08</string>
<key>CFBundleVersion</key>
<string>20.05</string>
<string>20.08</string>
<key>DTSDKName</key>
<string>macosx10.10</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion Project/OBS/deb7.debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bwfmetaedit (20.05-1) unstable; urgency=low
bwfmetaedit (20.08-1) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down
6 changes: 3 additions & 3 deletions Project/OBS/deb7.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Format: 3.0 (quilt)
Source: bwfmetaedit
Binary: bwfmetaedit, bwfmetaedit--dbg, bwfmetaedit-gui, bwfmetaedit-gui-dbg
Architecture: any
Version: 20.05-1deb7
Version: 20.08-1deb7
Maintainer: Jerome Martinez <[email protected]>
Homepage: http://mediainfo.sourceforge.net
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5), tofrodos, libqt4-dev, zlib1g-dev, pkg-config, automake, autoconf, libtool
Files:
00000000000000000000000000000000 000000 bwfmetaedit_20.05.orig.tar.xz
00000000000000000000000000000000 000000 bwfmetaedit_20.05-1deb7.debian.tar.xz
00000000000000000000000000000000 000000 bwfmetaedit_20.08.orig.tar.xz
00000000000000000000000000000000 000000 bwfmetaedit_20.08-1deb7.debian.tar.xz
8 changes: 4 additions & 4 deletions Project/QtCreator/bwfmetaedit-gui.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 20,05,0,0
PRODUCTVERSION 20,05,0,0
FILEVERSION 20,08,0,0
PRODUCTVERSION 20,08,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "BWF MetaEdit"
VALUE "FileVersion", "20.05.0"
VALUE "FileVersion", "20.08.0"
VALUE "InternalName", "BWF MetaEdit - GUI"
VALUE "LegalCopyright", "MediaArea.net"
VALUE "OriginalFilename", "BWF MetaEdit.exe"
VALUE "ProductName", "BWF MetaEdit"
VALUE "ProductVersion", "20.05.0"
VALUE "ProductVersion", "20.08.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Project/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.05
20.08
4 changes: 2 additions & 2 deletions Source/Common/Common_About.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

//---------------------------------------------------------------------------
const char* NameVersion_HTML() {return
"BWF MetaEdit 20.05"
"BWF MetaEdit 20.08"
;}

//---------------------------------------------------------------------------
const char* NameVersion_Text() {return
"BWF MetaEdit 20.05"
"BWF MetaEdit 20.08"
;}

//***************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion Source/Install/BWF_MetaEdit_GUI_Windows_i386.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RequestExecutionLevel admin
!define PRODUCT_NAME "BWF MetaEdit"
!define PRODUCT_NAME_EXE "${PRODUCT_NAME}.exe"
!define PRODUCT_PUBLISHER "FADGI"
!define PRODUCT_VERSION "20.05"
!define PRODUCT_VERSION "20.08"
!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0.0"
!define PRODUCT_WEB_SITE "http://www.digitizationguidelines.gov"
!define COMPANY_REGISTRY "Software\FADGI"
Expand Down
2 changes: 1 addition & 1 deletion Source/Install/BWF_MetaEdit_GUI_Windows_x64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RequestExecutionLevel admin
!define PRODUCT_NAME "BWF MetaEdit"
!define PRODUCT_NAME_EXE "${PRODUCT_NAME}.exe"
!define PRODUCT_PUBLISHER "FADGI"
!define PRODUCT_VERSION "20.05"
!define PRODUCT_VERSION "20.08"
!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0.0"
!define PRODUCT_WEB_SITE "http://www.digitizationguidelines.gov"
!define COMPANY_REGISTRY "Software\FADGI"
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bwfmetaedit (20.05-1) unstable; urgency=low
bwfmetaedit (20.08-1) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down

0 comments on commit 3bf1ed7

Please sign in to comment.