Skip to content

Commit

Permalink
Prepare v1.1 RC 2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Mar 22, 2020
1 parent 07273e7 commit d41252a
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 25 deletions.
9 changes: 6 additions & 3 deletions Readme
@@ -1,4 +1,4 @@
fre:ac version 1.1 RC 1
fre:ac version 1.1 RC 2

fre:ac is a free and open source audio converter. It supports audio CD
ripping and tag editing and converts the following audio formats:
Expand Down Expand Up @@ -117,7 +117,7 @@ Requirements

All platforms:

- smooth v0.9.3 (http://www.smooth-project.org/)
- smooth v0.9.4 (http://www.smooth-project.org/)

Windows:

Expand Down Expand Up @@ -147,11 +147,14 @@ Requirements
History
-------

Version 1.1 (March 2020)
Version 1.1 RC 2 (March 2020)

- Bug fixes

- Fixed inability to read raw AAC files with the FAAD2 decoder
- Fixed inability to create WMA files with long path names
- Fixed cursor positioning and text selection in right-to-left mode
- Fixed cursor position calculation not respecting kerning on Windows 10

- Updated codecs

Expand Down
9 changes: 6 additions & 3 deletions Readme.de
@@ -1,4 +1,4 @@
fre:ac Version 1.1 RC 1
fre:ac Version 1.1 RC 2

fre:ac ist ein freier Open-Source Audiokonverter. Das Programm unterstützt das Rippen
von Audio-CDs sowie das Editieren von Tags und konvertiert folgende Audioformate:
Expand Down Expand Up @@ -117,7 +117,7 @@ Voraussetzungen

Alle Systeme:

- smooth v0.9.3 (http://www.smooth-project.org/)
- smooth v0.9.4 (http://www.smooth-project.org/)

Windows:

Expand Down Expand Up @@ -147,11 +147,14 @@ Voraussetzungen
Geschichte
----------

Version 1.1 (März 2020)
Version 1.1 RC 2 (März 2020)

- Behobene Fehler

- Probleme beim Einlesen von Raw-AAC-Dateien mit dem FAAD2-Dekoder behoben
- Problem beim Erzeugen von WMA-Dateien mit langen Pfadnamen behoben behoben
- Probleme mit Cursor-Positionierung und Text-Selektion im Rechts-nach-Links Modus behoben
- Problem mit nicht beachtetem Kerning bei Cursor-Positonsberechnung unter Windows 10 behoben

- Aktualisierte Codecs

Expand Down
17 changes: 17 additions & 0 deletions metadata/org.freac.freac.appdata.xml
Expand Up @@ -47,6 +47,23 @@
</screenshot>
</screenshots>
<releases>
<release version="1.1~rc2" date="2020-03-22">
<description>
<p>Bug fixes:</p>
<ul>
<li>Fixed inability to read raw AAC files with the FAAD2 decoder</li>
<li>Fixed cursor positioning and text selection in right-to-left mode</li>
</ul>
<p>Updated codecs:</p>
<ul>
<li>Updated Monkey's Audio to version 5.24</li>
</ul>
<p>Updated translations:</p>
<ul>
<li>Updated Serbian translations</li>
</ul>
</description>
</release>
<release version="1.1~rc1" date="2020-03-08">
<description>
<p>Improvements:</p>
Expand Down
2 changes: 1 addition & 1 deletion packaging/macosx/freac.app/Contents/Info.plist
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>f:ac</string>
<key>CFBundleVersion</key>
<string>1.1.0.5158</string>
<string>1.1.0.5160</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<key>LSBackgroundOnly</key>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>stns</string>
<key>CFBundleVersion</key>
<string>0.9.3</string>
<string>0.9.4</string>
<key>LSBackgroundOnly</key>
<string>0</string>
<key>NSHighResolutionCapable</key>
Expand Down
6 changes: 3 additions & 3 deletions packaging/macosx/package.sh
@@ -1,9 +1,9 @@
#!/bin/bash

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

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

UNAME=macosx

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

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

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

IDR_VERSION VERSIONINFO
FILEVERSION 1,1,0,5158
PRODUCTVERSION 1,1,0,5158
FILEVERSION 1,1,0,5160
PRODUCTVERSION 1,1,0,5160
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.5158\0"
VALUE "FileVersion", "1.1.0.5160\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
Expand Up @@ -2,8 +2,8 @@
#include "../include/resources.h"

IDR_VERSION VERSIONINFO
FILEVERSION 1,1,0,5158
PRODUCTVERSION 1,1,0,5158
FILEVERSION 1,1,0,5160
PRODUCTVERSION 1,1,0,5160
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.5158\0"
VALUE "FileVersion", "1.1.0.5160\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
@@ -1,7 +1,7 @@
name: freac
base: core18
version: '1.1~rc1'
version-script: echo 1.1~rc`date +"%Y%m%d"`
version: '1.1~rc2'
#version-script: echo 1.1~rc`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
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 RC 2";//(" FREAC_DATE ")";
# else
String freac::freac::version = "v1.1 RC 1";
String freac::freac::version = "v1.1 RC 2";
# 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.1rc1"; // CDDB version may not contain spaces
String freac::freac::cddbVersion = "v1.1rc2"; // 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 d41252a

Please sign in to comment.