From 686df83a61ecd9ee1b3e613a859d2da2f85ddc87 Mon Sep 17 00:00:00 2001 From: Jacob Alberty Date: Thu, 11 Aug 2022 19:40:59 -0500 Subject: [PATCH] Firebird 4.0.2 --- Dockerfile | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 079f648..a2fafb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 7d3dfc8..8533636 100644 --- a/README.md +++ b/README.md @@ -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.