Skip to content

Commit d41252a

Browse files
committed
Prepare v1.1 RC 2 release.
1 parent 07273e7 commit d41252a

File tree

12 files changed

+48
-25
lines changed

12 files changed

+48
-25
lines changed

Readme

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fre:ac version 1.1 RC 1
1+
fre:ac version 1.1 RC 2
22

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

118118
All platforms:
119119

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

122122
Windows:
123123

@@ -147,11 +147,14 @@ Requirements
147147
History
148148
-------
149149

150-
Version 1.1 (March 2020)
150+
Version 1.1 RC 2 (March 2020)
151151

152152
- Bug fixes
153153

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

156159
- Updated codecs
157160

Readme.de

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fre:ac Version 1.1 RC 1
1+
fre:ac Version 1.1 RC 2
22

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

118118
Alle Systeme:
119119

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

122122
Windows:
123123

@@ -147,11 +147,14 @@ Voraussetzungen
147147
Geschichte
148148
----------
149149

150-
Version 1.1 (März 2020)
150+
Version 1.1 RC 2 (März 2020)
151151

152152
- Behobene Fehler
153153

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

156159
- Aktualisierte Codecs
157160

metadata/org.freac.freac.appdata.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,23 @@
4747
</screenshot>
4848
</screenshots>
4949
<releases>
50+
<release version="1.1~rc2" date="2020-03-22">
51+
<description>
52+
<p>Bug fixes:</p>
53+
<ul>
54+
<li>Fixed inability to read raw AAC files with the FAAD2 decoder</li>
55+
<li>Fixed cursor positioning and text selection in right-to-left mode</li>
56+
</ul>
57+
<p>Updated codecs:</p>
58+
<ul>
59+
<li>Updated Monkey's Audio to version 5.24</li>
60+
</ul>
61+
<p>Updated translations:</p>
62+
<ul>
63+
<li>Updated Serbian translations</li>
64+
</ul>
65+
</description>
66+
</release>
5067
<release version="1.1~rc1" date="2020-03-08">
5168
<description>
5269
<p>Improvements:</p>

packaging/macosx/freac.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleSignature</key>
2424
<string>f:ac</string>
2525
<key>CFBundleVersion</key>
26-
<string>1.1.0.5158</string>
26+
<string>1.1.0.5160</string>
2727
<key>CFBundleShortVersionString</key>
2828
<string>1.1.0</string>
2929
<key>LSBackgroundOnly</key>

packaging/macosx/freac.app/Contents/Resources/translator.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>stns</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.9.3</string>
24+
<string>0.9.4</string>
2525
<key>LSBackgroundOnly</key>
2626
<string>0</string>
2727
<key>NSHighResolutionCapable</key>

packaging/macosx/package.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

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

6-
VERSION="v1.1 RC 1"
6+
VERSION="v1.1 RC 2"
77

88
UNAME=macosx
99

packaging/macosx/prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

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

77
SMOOTHVER=0.9.0
88
BOCAVER=1.0.2

packaging/windows/setup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<application>
88
<name>fre:ac</name>
99
<longname>fre:ac - free audio converter</longname>
10-
<version>v1.1 RC 1</version>
10+
<version>v1.1 RC 2</version>
1111
<logo>setup.pci:0</logo>
1212
</application>
1313
<uninstall createLog="true">

resources/resources.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#include "../include/resources.h"
33

44
IDR_VERSION VERSIONINFO
5-
FILEVERSION 1,1,0,5158
6-
PRODUCTVERSION 1,1,0,5158
5+
FILEVERSION 1,1,0,5160
6+
PRODUCTVERSION 1,1,0,5160
77
FILEOS VOS_NT_WINDOWS32
88
FILETYPE VFT_APP
99
BEGIN
@@ -12,7 +12,7 @@ BEGIN
1212
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
1313
BEGIN
1414
VALUE "FileDescription", "fre:ac - free audio converter\0"
15-
VALUE "FileVersion", "1.1.0.5158\0"
15+
VALUE "FileVersion", "1.1.0.5160\0"
1616
VALUE "InternalName", "FREAC\0"
1717
VALUE "OriginalFilename", "freac.exe\0"
1818
VALUE "ProductName", "fre:ac\0"

resources/resources_vd.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#include "../include/resources.h"
33

44
IDR_VERSION VERSIONINFO
5-
FILEVERSION 1,1,0,5158
6-
PRODUCTVERSION 1,1,0,5158
5+
FILEVERSION 1,1,0,5160
6+
PRODUCTVERSION 1,1,0,5160
77
FILEOS VOS_NT_WINDOWS32
88
FILETYPE VFT_APP
99
BEGIN
@@ -12,7 +12,7 @@ BEGIN
1212
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
1313
BEGIN
1414
VALUE "FileDescription", "fre:ac - free video downloader\0"
15-
VALUE "FileVersion", "1.1.0.5158\0"
15+
VALUE "FileVersion", "1.1.0.5160\0"
1616
VALUE "InternalName", "FREAC\0"
1717
VALUE "OriginalFilename", "freac.exe\0"
1818
VALUE "ProductName", "fre:ac\0"

0 commit comments

Comments
 (0)