Skip to content

Commit

Permalink
Merge pull request #178 from g-maxime/preparing-v18.10
Browse files Browse the repository at this point in the history
Preparing v18.10
  • Loading branch information
JeromeMartinez authored Oct 24, 2018
2 parents 04b5d8b + 1fdb72a commit 2cffb23
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 18.10, 2018-10-24
-------------
Fix duplicated video streams with directories having WAV files with
names similar to DPX files
Fix display glitch with progress indication
Accept any even count of padding bytes in WAV fmt chunk

Version 18.09beta1, 2018-10-02
--------------------
More WAV flavors
Expand Down
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 <info@mediaarea.net>

pkgname=('rawcooked')
pkgver=18.09
pkgver=18.10
pkgrel=1
pkgdesc="Encodes RAW audio-visual data while permitting reversibility"
url="http://mediaarea.net"
Expand Down
6 changes: 3 additions & 3 deletions Project/GNU/rawcooked.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Format: 3.0 (quilt)
Source: rawcooked
Binary: rawcooked, rawcooked-dbg
Architecture: any
Version: 18.09-1
Version: 18.10-1
Maintainer: Jerome Martinez <info@mediaarea.net>
Homepage: https://mediaarea.net
Standards-Version: 3.7.3
Build-Depends: debhelper (>=5), pkg-config, automake, autoconf, libtool
Files:
00000000000000000000000000000000 000000 rawcooked_18.09.orig.tar.xz
00000000000000000000000000000000 000000 rawcooked_18.09-1.debian.tar.xz
00000000000000000000000000000000 000000 rawcooked_18.10.orig.tar.xz
00000000000000000000000000000000 000000 rawcooked_18.10-1.debian.tar.xz
4 changes: 2 additions & 2 deletions Project/GNU/rawcooked.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# norootforbuild

%global rawcooked_version 18.09
%global rawcooked_version 18.10

Name: rawcooked
Version: %rawcooked_version
Expand Down Expand Up @@ -68,5 +68,5 @@ popd
%{_mandir}/man1/rawcooked.*

%changelog
* Mon Jan 01 2018 Jerome Martinez <info@mediaarea.net> - 18.09-0
* Mon Jan 01 2018 Jerome Martinez <info@mediaarea.net> - 18.10-0
- See History.txt for more info and real dates
8 changes: 4 additions & 4 deletions Project/MSVC2017/CLI/RAWcooked.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 18.09,0,0
PRODUCTVERSION 18.09,0,0
FILEVERSION 18.10,0,0
PRODUCTVERSION 18.10,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -17,12 +17,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "RAWcooked"
VALUE "FileVersion", "18.09.0.0"
VALUE "FileVersion", "18.10.0.0"
VALUE "InternalName", "RAWcooked - CLI"
VALUE "LegalCopyright", "MediaArea.net"
VALUE "OriginalFilename", "RAWcooked.exe"
VALUE "ProductName", "RAWcooked"
VALUE "ProductVersion", "18.09.0.0"
VALUE "ProductVersion", "18.10.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>18.09</string>
<string>18.10</string>
<key>CFBundleVersion</key>
<string>18.09</string>
<string>18.10</string>
<key>DTSDKName</key>
<string>macosx10.6</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion Project/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.09
18.10
2 changes: 1 addition & 1 deletion Source/CLI/rawcooked.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "RAWcooked" "1" "https://mediaarea.net/RAWcooked" "18.09" "Bit\-by\-bit fidelity"
.TH "RAWcooked" "1" "https://mediaarea.net/RAWcooked" "18.10" "Bit\-by\-bit fidelity"
.\" Turn off justification for nroff.
.if n .ad l
.\" Turn off hyphenation.
Expand Down
2 changes: 1 addition & 1 deletion Source/Lib/RAWcooked/RAWcooked.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using namespace std;

// Library name and version
const char* LibraryName = "RAWcooked";
const char* LibraryVersion = "18.09";
const char* LibraryVersion = "18.10";

// EBML
static const uint32_t Name_EBML = 0x0A45DFA3;
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rawcooked (18.09-1) unstable; urgency=low
rawcooked (18.10-1) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down

0 comments on commit 2cffb23

Please sign in to comment.