Skip to content

Commit

Permalink
Firebird 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobalberty committed Aug 12, 2022
1 parent a7873cc commit 686df83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG BUILDPLATFORM
ENV PREFIX=/usr/local/firebird
ENV VOLUME=/firebird
ENV DEBIAN_FRONTEND noninteractive
ENV FBURL=https://github.com/FirebirdSQL/firebird/releases/download/v4.0.1/Firebird-4.0.1.2692-0.tar.xz
ENV FBURL=https://github.com/FirebirdSQL/firebird/releases/download/v4.0.2/Firebird-4.0.2.2816-0.tar.xz
ENV DBPATH=/firebird/data

COPY fixes /home/fixes
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

## What's New

### Firebird 4.0.2 sub-release is available

Firebird Project is happy to announce general availability of [Firebird 4.0.2](https://firebirdsql.org/en/firebird-4-0-2/) — the second point release in the Firebird 4.0 series.

This sub-release offers many bug fixes and also adds a few improvements, please refer to the [Release Notes](https://firebirdsql.org/file/documentation/release_notes/html/en/4_0/rlsnotes40.html) for the full list of changes.
Binary kits for Windows, Linux and Android platforms are immediately available for [download](https://firebirdsql.org/en/firebird-4-0-2/).

### Firebird 3.0.10 sub-release is available

Firebird Project is happy to announce general availability of [Firebird 3.0.10](https://firebirdsql.org/en/firebird-3-0-10/) — the latest point release in the Firebird 3.0 series.
Expand Down

0 comments on commit 686df83

Please sign in to comment.