From 3c81374ca842faa36ef4ca6f56bdf53ea5f5765c Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Thu, 18 Jan 2024 17:31:24 -0700 Subject: [PATCH] update bianry deps and changelog --- CHANGELOG | 16 ++++++++++++++++ packaging/binaries | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b09b5ac26a..9872d4360f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,22 @@ Release 6.0.20 (Not yet released) * Upgrades Boost from 1.81 -> 1.83. * Upgrades http-parser from 2.3.0 -> 2.9.4. * [Ubuntu] Adds packages for Ubuntu 23.10 "mantic". + * [Python] Address use of binary strings and file reads in python3. + * [Ruby] Address use of deprecated ActiveRecord method. Closes GH-2516. + * [ARM] fix arch for apache module on Arm Macs. + * Updated various library versions used in precompiled binaries (used for e.g. gem installs): + - cmake: 3.27.7 -> 3.28.1 + - curl: 8.4.0 -> 8.5.0 + - git: 2.42.0 -> 2.43.0 + - libgcrypt: 1.10.2 -> 1.10.3 + - libksba: 1.6.4 -> 1.6.5 + - ntbtls: 0.3.1 -> 0.3.2 + - openssl: 3.1.4 -> 3.2.0 + - rubygems: 3.4.21 -> 3.5.4 + - s3cmd: 2.3.0 -> 2.4.0 + - rubies: + - 3.2.2 -> 3.2.3 + - 3.3.0 Release 6.0.19 diff --git a/packaging/binaries b/packaging/binaries index e4b3610f53..cee3762238 160000 --- a/packaging/binaries +++ b/packaging/binaries @@ -1 +1 @@ -Subproject commit e4b3610f536ce2ba3fdb0076c11897e0c6dd2355 +Subproject commit cee37622388b0bcdc0e8e07bd307b6c65815cab2