Skip to content

Commit

Permalink
Prepare v1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Mar 29, 2020
1 parent f44d920 commit c812449
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 18 deletions.
1 change: 1 addition & 0 deletions Readme
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ History

- Fixed parallel processing being active for CD track reference files on Windows
- Fixed freaccmd ejecting the CD after ripping 1 track with eject option is enabled in fre:ac
- Fixed crash of freaccmd when DISPLAY variable is not set on Linux/FreeBSD

Version 1.1 RC 2 (March 2020)

Expand Down
1 change: 1 addition & 0 deletions Readme.de
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ Geschichte

- Problem mit aktiver Parallelverarbeitung für CD-Track-Referenzdateien unter Windows behoben
- Problem mit Auswurf der CD nach dem Rippen eines Tracks in freaccmd bei aktivierter Auswurf-Option in fre:ac behoben
- Absturz von freaccmd bei nicht gesetzter DISPLAY-Variable unter Linux/FreeBSD behoben

Version 1.1 RC 2 (März 2020)

Expand Down
9 changes: 9 additions & 0 deletions metadata/org.freac.freac.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@
</screenshot>
</screenshots>
<releases>
<release version="1.1" date="2020-03-29">
<description>
<p>Bug fixes:</p>
<ul>
<li>Fixed freaccmd ejecting the CD after ripping 1 track with eject option is enabled in fre:ac</li>
<li>Fixed crash of freaccmd when DISPLAY variable is not set</li>
</ul>
</description>
</release>
<release version="1.1~rc2" date="2020-03-22">
<description>
<p>Bug fixes:</p>
Expand Down
2 changes: 1 addition & 1 deletion packaging/macosx/freac.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>f:ac</string>
<key>CFBundleVersion</key>
<string>1.1.0.5160</string>
<string>1.1.0.5163</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<key>LSBackgroundOnly</key>
Expand Down
6 changes: 3 additions & 3 deletions packaging/macosx/package.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

#RELEASE=1.1-rc2
RELEASE=1.1-rc-`date +"%Y%m%d"`
RELEASE=1.1
#RELEASE=1.1-`date +"%Y%m%d"`

VERSION="v1.1 RC 2"
VERSION="v1.1"

UNAME=macosx

Expand Down
4 changes: 2 additions & 2 deletions packaging/macosx/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

PREFIX=/usr/local
#RELEASE=1.1-rc2
RELEASE=1.1-rc-`date +"%Y%m%d"`
RELEASE=1.1
#RELEASE=1.1-`date +"%Y%m%d"`

SMOOTHVER=0.9.0
BOCAVER=1.0.2
Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<application>
<name>fre:ac</name>
<longname>fre:ac - free audio converter</longname>
<version>v1.1 RC 2</version>
<version>v1.1</version>
<logo>setup.pci:0</logo>
</application>
<uninstall createLog="true">
Expand Down
6 changes: 3 additions & 3 deletions resources/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include "../include/resources.h"

IDR_VERSION VERSIONINFO
FILEVERSION 1,1,0,5160
PRODUCTVERSION 1,1,0,5160
FILEVERSION 1,1,0,5163
PRODUCTVERSION 1,1,0,5163
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
Expand All @@ -12,7 +12,7 @@ BEGIN
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
BEGIN
VALUE "FileDescription", "fre:ac - free audio converter\0"
VALUE "FileVersion", "1.1.0.5160\0"
VALUE "FileVersion", "1.1.0.5163\0"
VALUE "InternalName", "FREAC\0"
VALUE "OriginalFilename", "freac.exe\0"
VALUE "ProductName", "fre:ac\0"
Expand Down
6 changes: 3 additions & 3 deletions resources/resources_vd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include "../include/resources.h"

IDR_VERSION VERSIONINFO
FILEVERSION 1,1,0,5160
PRODUCTVERSION 1,1,0,5160
FILEVERSION 1,1,0,5163
PRODUCTVERSION 1,1,0,5163
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
Expand All @@ -12,7 +12,7 @@ BEGIN
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
BEGIN
VALUE "FileDescription", "fre:ac - free video downloader\0"
VALUE "FileVersion", "1.1.0.5160\0"
VALUE "FileVersion", "1.1.0.5163\0"
VALUE "InternalName", "FREAC\0"
VALUE "OriginalFilename", "freac.exe\0"
VALUE "ProductName", "fre:ac\0"
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: freac
base: core18
version: '1.1~rc2'
version-script: echo 1.1~rc`date +"%Y%m%d"`
version: '1.1'
#version-script: echo 1.1~`date +"%Y%m%d"`
summary: Audio converter and CD ripper
description: |
fre:ac is a free and open source audio converter. It comes with
Expand Down
6 changes: 3 additions & 3 deletions src/freac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ String freac::freac::appLongName = "fre:ac - free video downloader";
String freac::freac::version = FREAC_VERSION;
#else
# ifdef FREAC_DATE
String freac::freac::version = "v1.1 RC (" FREAC_DATE ")";
String freac::freac::version = "v1.1";// (" FREAC_DATE ")";
# else
String freac::freac::version = "v1.1 RC 2";
String freac::freac::version = "v1.1";
# endif
#endif

Expand All @@ -66,7 +66,7 @@ String freac::freac::architecture = "unknown";
#endif

String freac::freac::shortVersion = "v1.1";
String freac::freac::cddbVersion = "v1.1rc2"; // CDDB version may not contain spaces
String freac::freac::cddbVersion = "v1.1"; // CDDB version may not contain spaces
String freac::freac::cddbMode = "submit";

String freac::freac::copyright = "Copyright (C) 2001-2020 Robert Kausch";
Expand Down

0 comments on commit c812449

Please sign in to comment.