Skip to content

Commit e4d31a3

Browse files
committed
Merge branch 'master' into ods14-irt-repeat
2 parents fefe8c1 + 6d0f533 commit e4d31a3

File tree

178 files changed

+6170
-4101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+6170
-4101
lines changed

.github/workflows/increment-build-number.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
token: ${{ secrets.FIREBIRD_INC_BUILDNUM }}
1717
persist-credentials: true

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout firebird-qa
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 1
2121
repository: FirebirdSQL/firebird-qa

.github/workflows/trim-trailing-spaces.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- v4.0-release
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
ref: ${{ matrix.branch }}
2323
persist-credentials: false

builds/install/arch-specific/android/BuildFinalPackage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ANDROID_HOME/platform-tools/adb -s $AndroidDeviceName shell "rm -rf $AndroidDir
4343
$ANDROID_HOME/platform-tools/adb -s $AndroidDeviceName shell "mkdir $AndroidDir"
4444
$ANDROID_HOME/platform-tools/adb -s $AndroidDeviceName push gen/$InitialDebugTar $AndroidDir/
4545
$ANDROID_HOME/platform-tools/adb -s $AndroidDeviceName shell "(cd $AndroidDir && tar xvf $InitialDebugTar)"
46-
$ANDROID_HOME/platform-tools/adb -s $AndroidDeviceName shell "(cd $AndroidDir/firebird && ./common_test --log_level=all && ./libEngine14_test --log_level=all)"
46+
$ANDROID_HOME/platform-tools/adb -s $AndroidDeviceName shell "(cd $AndroidDir/firebird && ./common_test --log_level=error && ./libEngine14_test --log_level=error && ./isql_test --log_level=error)"
4747
$ANDROID_HOME/platform-tools/adb -s $AndroidDeviceName shell "(cd $AndroidDir/firebird && ./AfterUntar.sh)"
4848
$ANDROID_HOME/platform-tools/adb -s $AndroidDeviceName pull $AndroidDir/firebird/firebird.msg gen/Release/firebird/
4949
$ANDROID_HOME/platform-tools/adb -s $AndroidDeviceName pull $AndroidDir/firebird/security6.fdb gen/Release/firebird/

builds/install/arch-specific/darwin/Distribution.xml renamed to builds/install/arch-specific/darwin/Distribution-arm64.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<license file="License.txt" mime-type="text/plain"/>
66
<readme file="Readme.txt" mime-type="text/plain"/>
77
<pkg-ref id="com.firebirdsql.Firebird"/>
8+
<options hostArchitectures="arm64"/>
89
<options customize="never" require-scripts="false"/>
910
<choices-outline>
1011
<line choice="default">

builds/install/arch-specific/darwin/DistributionCS.xml renamed to builds/install/arch-specific/darwin/Distribution-x64.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<installer-gui-script minSpecVersion="1">
3-
<title>Firebird Database Server (Classic)</title>
3+
<title>Firebird Database Server</title>
44
<welcome file="Welcome.txt" mime-type="text/plain"/>
55
<license file="License.txt" mime-type="text/plain"/>
6+
<readme file="Readme.txt" mime-type="text/plain"/>
67
<pkg-ref id="com.firebirdsql.Firebird"/>
8+
<options hostArchitectures="x86_64"/>
79
<options customize="never" require-scripts="false"/>
810
<choices-outline>
911
<line choice="default">
@@ -14,5 +16,5 @@
1416
<choice id="com.firebirdsql.Firebird" visible="false">
1517
<pkg-ref id="com.firebirdsql.Firebird"/>
1618
</choice>
17-
<pkg-ref id="com.firebirdsql.Firebird" version="2.5.0" onConclusion="none">FirebirdCS.pkg</pkg-ref>
19+
<pkg-ref id="com.firebirdsql.Firebird" version="4.0.0" onConclusion="none">Firebird.pkg</pkg-ref>
1820
</installer-gui-script>

builds/install/arch-specific/darwin/DistributionSS.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

builds/install/arch-specific/darwin/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ package_firebird:
5858
$(ROOT)/gen/$(TARGET)/resources/Readme.txt
5959
cp ../builds/install/arch-specific/darwin/License.txt \
6060
$(ROOT)/gen/$(TARGET)/resources/License.txt
61-
cp ../builds/install/arch-specific/darwin/Distribution.xml \
61+
cp ../builds/install/arch-specific/darwin/Distribution-$(CpuType).xml \
6262
$(ROOT)/gen/$(TARGET)/Distribution.xml
6363

6464
rm -fr $(TARGET)/packages

builds/install/misc/firebird.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#########################################
22
#
3-
# Firebird version 5.0 configuration file
3+
# Firebird version 6.0 configuration file
44
#
55
#########################################
66

builds/install/misc/replication.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ database
155155
# password_env = FB_REPL_PWD
156156
# }
157157
#
158-
# If username_file / password_file is specified, the first non-empty line
158+
# If username_file / password_file is specified, the first line
159159
# of the provided file is used as the parameter value.
160160
#
161161
# If username_file or password_file values represent a relative pathname,

0 commit comments

Comments
 (0)