|
From: Alexander P. <no...@gi...> - 2025-11-30 18:42:56
|
Branch: refs/heads/metacache Home: https://github.com/FirebirdSQL/firebird Commit: ccba407376a8bc299ab446667d19ea6ba1b6f7c9 https://github.com/FirebirdSQL/firebird/commit/ccba407376a8bc299ab446667d19ea6ba1b6f7c9 Author: Adriano dos Santos Fernandes <adr...@gm...> Date: 2025-11-16 (Sun, 16 Nov 2025) Changed paths: M builds/win32/make_all.bat Log Message: ----------- Avoid problems: 1) posix timeout in the path 2) error during vcpkg build in non-interactive mode Commit: f3c5da851d7b83d24e16452bb5496a4dfa68b320 https://github.com/FirebirdSQL/firebird/commit/f3c5da851d7b83d24e16452bb5496a4dfa68b320 Author: GitHub Action <ac...@gi...> Date: 2025-11-16 (Sun, 16 Nov 2025) Changed paths: M src/jrd/build_no.h M src/misc/writeBuildNum.sh Log Message: ----------- increment build number Commit: 937a512f98134f12ac243e47459e73df1715d540 https://github.com/FirebirdSQL/firebird/commit/937a512f98134f12ac243e47459e73df1715d540 Author: Ilya Eremin <ily...@gm...> Date: 2025-11-17 (Mon, 17 Nov 2025) Changed paths: M src/jrd/vio.cpp Log Message: ----------- Fix #8799: BUGCHECK "decompression overran buffer (179)" when WITH LOCK clause is used (#8803) VIO_writelock creates new_rpb by copying from org_rpb which has rpb_delta flag set. new_rpb is passed to prepare_update. It creates a delta but its size exceeds the limit (1024) so the current version is stored as a regular record. The problem is that rpb_delta flag remains set for new_rpb, and then replace_record sets it in the header of the primary version. From this moment any attempt to get data of older versions fails. Commit: df73f92e37b47427be64b0bbd10f45f9416b9737 https://github.com/FirebirdSQL/firebird/commit/df73f92e37b47427be64b0bbd10f45f9416b9737 Author: GitHub Action <ac...@gi...> Date: 2025-11-17 (Mon, 17 Nov 2025) Changed paths: M src/jrd/build_no.h M src/misc/writeBuildNum.sh Log Message: ----------- increment build number Commit: af5ee0fa7db6460873661bc37d16c6b033efbf6a https://github.com/FirebirdSQL/firebird/commit/af5ee0fa7db6460873661bc37d16c6b033efbf6a Author: Adriano dos Santos Fernandes <adr...@gm...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M src/dsql/ExprNodes.cpp Log Message: ----------- Fix #8805 - Regression in 6.x related to 53b218f Commit: d37c931b1e00a40c68777d70ada9c4314d05fb52 https://github.com/FirebirdSQL/firebird/commit/d37c931b1e00a40c68777d70ada9c4314d05fb52 Author: GitHub Action <ac...@gi...> Date: 2025-11-19 (Wed, 19 Nov 2025) Changed paths: M src/jrd/build_no.h M src/misc/writeBuildNum.sh Log Message: ----------- increment build number Commit: 4241c388805723ad7128ea3129d77e2a93bad625 https://github.com/FirebirdSQL/firebird/commit/4241c388805723ad7128ea3129d77e2a93bad625 Author: Adriano dos Santos Fernandes <adr...@gm...> Date: 2025-11-24 (Mon, 24 Nov 2025) Changed paths: M builds/install/arch-specific/android/BuildFinalPackage.sh Log Message: ----------- Test ICU in Android Commit: 312ccbb4f19ac7396d489acabf9454a8e74b181b https://github.com/FirebirdSQL/firebird/commit/312ccbb4f19ac7396d489acabf9454a8e74b181b Author: GitHub Action <ac...@gi...> Date: 2025-11-24 (Mon, 24 Nov 2025) Changed paths: M src/jrd/build_no.h M src/misc/writeBuildNum.sh Log Message: ----------- increment build number Commit: 4af373f6b367186d329ae8166961222f55ff9146 https://github.com/FirebirdSQL/firebird/commit/4af373f6b367186d329ae8166961222f55ff9146 Author: Dmitry Yemanov <dye...@us...> Date: 2025-11-29 (Sat, 29 Nov 2025) Changed paths: M src/jrd/align.h Log Message: ----------- Totally misc Commit: 8048d14f45110851f7ee82637b06aa2ff05a8865 https://github.com/FirebirdSQL/firebird/commit/8048d14f45110851f7ee82637b06aa2ff05a8865 Author: Dmitry Yemanov <dye...@us...> Date: 2025-11-29 (Sat, 29 Nov 2025) Changed paths: M src/jrd/pag.cpp Log Message: ----------- A few more checks for a valid database file, see also #8450. This prevents crashes for files >= 1KB but < PAGE_SIZE. Commit: 8b3c3d5a3c02e40f48ec6df9029b3a48be689084 https://github.com/FirebirdSQL/firebird/commit/8b3c3d5a3c02e40f48ec6df9029b3a48be689084 Author: GitHub Action <ac...@gi...> Date: 2025-11-29 (Sat, 29 Nov 2025) Changed paths: M src/jrd/build_no.h M src/misc/writeBuildNum.sh Log Message: ----------- increment build number Commit: 2d25c50129d1d5035b3a92c6f7c6d558c98bd7bd https://github.com/FirebirdSQL/firebird/commit/2d25c50129d1d5035b3a92c6f7c6d558c98bd7bd Author: AlexPeshkoff <ale...@gm...> Date: 2025-11-30 (Sun, 30 Nov 2025) Changed paths: M builds/install/arch-specific/android/BuildFinalPackage.sh M builds/win32/make_all.bat M src/dsql/ExprNodes.cpp M src/jrd/align.h M src/jrd/build_no.h M src/jrd/pag.cpp M src/jrd/vio.cpp M src/misc/writeBuildNum.sh Log Message: ----------- Merge branch 'master' into metacache Compare: https://github.com/FirebirdSQL/firebird/compare/f4b6e63bdfa0...2d25c50129d1 To unsubscribe from these emails, change your notification settings at https://github.com/FirebirdSQL/firebird/settings/notifications |