diff --git a/build_windows/db.h b/build_windows/db.h index 0e05f0a16..dc089fbfb 100644 --- a/build_windows/db.h +++ b/build_windows/db.h @@ -61,9 +61,9 @@ extern "C" { #define DB_VERSION_RELEASE 2 #define DB_VERSION_MAJOR 5 #define DB_VERSION_MINOR 3 -#define DB_VERSION_PATCH 33 -#define DB_VERSION_STRING "Berkeley DB 5.3.33: (July 31, 2026)" -#define DB_VERSION_FULL_STRING "Berkeley DB 11g Release 2, library version 11.2.5.3.33: (July 31, 2026)" +#define DB_VERSION_PATCH 34 +#define DB_VERSION_STRING "Berkeley DB 5.3.34: (August 3, 2026)" +#define DB_VERSION_FULL_STRING "Berkeley DB 11g Release 2, library version 11.2.5.3.34: (August 3, 2026)" /* * !!! diff --git a/dist/RELEASE b/dist/RELEASE index 80e2ab777..737781a7d 100644 --- a/dist/RELEASE +++ b/dist/RELEASE @@ -5,12 +5,12 @@ DB_VERSION_LETTER="g" DB_VERSION_RELEASE=2 DB_VERSION_MAJOR=5 DB_VERSION_MINOR=3 -DB_VERSION_PATCH=33 +DB_VERSION_PATCH=34 DB_VERSION="$DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH" DB_VERSION_FULL="$DB_VERSION_FAMILY.$DB_VERSION_RELEASE.$DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH" DB_VERSION_UNIQUE_NAME=`printf "_%d%03d" $DB_VERSION_MAJOR $DB_VERSION_MINOR` -DB_RELEASE_DATE="July 31, 2026" +DB_RELEASE_DATE="August 3, 2026" DB_VERSION_STRING="Berkeley DB $DB_VERSION: ($DB_RELEASE_DATE)" DB_VERSION_FULL_STRING="Berkeley DB $DB_VERSION_FAMILY$DB_VERSION_LETTER Release $DB_VERSION_RELEASE, library version $DB_VERSION_FULL: ($DB_RELEASE_DATE)" diff --git a/dist/configure b/dist/configure index bdcb53ceb..94bc4d4c0 100755 --- a/dist/configure +++ b/dist/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.73 for Berkeley DB 5.3.33. +# Generated by GNU Autoconf 2.73 for Berkeley DB 5.3.34. # # Report bugs to . # @@ -597,9 +597,9 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Berkeley DB' -PACKAGE_TARNAME='db-5.3.33' -PACKAGE_VERSION='5.3.33' -PACKAGE_STRING='Berkeley DB 5.3.33' +PACKAGE_TARNAME='db-5.3.34' +PACKAGE_VERSION='5.3.34' +PACKAGE_STRING='Berkeley DB 5.3.34' PACKAGE_BUGREPORT='Oracle Technology Network Berkeley DB forum' PACKAGE_URL='' @@ -1477,7 +1477,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -'configure' configures Berkeley DB 5.3.33 to adapt to many kinds of systems. +'configure' configures Berkeley DB 5.3.34 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1527,7 +1527,7 @@ Fine tuning of the installation directories: --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root - [DATAROOTDIR/doc/db-5.3.33] + [DATAROOTDIR/doc/db-5.3.34] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1549,7 +1549,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Berkeley DB 5.3.33:";; + short | recursive ) echo "Configuration of Berkeley DB 5.3.34:";; esac cat <<\_ACEOF @@ -1716,7 +1716,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Berkeley DB configure 5.3.33 +Berkeley DB configure 5.3.34 generated by GNU Autoconf 2.73 Copyright (C) 2026 Free Software Foundation, Inc. @@ -2482,7 +2482,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Berkeley DB $as_me 5.3.33, which was +It was created by Berkeley DB $as_me 5.3.34, which was generated by GNU Autoconf 2.73. Invocation command line was $ $0$ac_configure_args_raw @@ -3585,11 +3585,11 @@ DB_VERSION_MAJOR="5" DB_VERSION_MINOR="3" -DB_VERSION_PATCH="33" +DB_VERSION_PATCH="34" -DB_VERSION_STRING='"Berkeley DB 5.3.33: (July 31, 2026)"' +DB_VERSION_STRING='"Berkeley DB 5.3.34: (August 3, 2026)"' -DB_VERSION_FULL_STRING='"Berkeley DB 11g Release 2, library version 11.2.5.3.33: (July 31, 2026)"' +DB_VERSION_FULL_STRING='"Berkeley DB 11g Release 2, library version 11.2.5.3.34: (August 3, 2026)"' # Process all options before using them. @@ -29209,7 +29209,7 @@ cat >>"$CONFIG_STATUS" <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Berkeley DB $as_me 5.3.33, which was +This file was extended by Berkeley DB $as_me 5.3.34, which was generated by GNU Autoconf 2.73. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -29277,7 +29277,7 @@ ac_cs_config_escaped=`printf '%s\n' "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>"$CONFIG_STATUS" <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -Berkeley DB config.status 5.3.33 +Berkeley DB config.status 5.3.34 configured by $0, generated by GNU Autoconf 2.73, with options \\"\$ac_cs_config\\" diff --git a/dist/meson.build b/dist/meson.build index 09057749f..f6c0ca7bd 100644 --- a/dist/meson.build +++ b/dist/meson.build @@ -94,8 +94,8 @@ cdata.set('SIZEOF_CHAR_P', cc.sizeof('void *')) # Package strings. cdata.set_quoted('PACKAGE_NAME', 'Berkeley DB') cdata.set_quoted('PACKAGE_TARNAME', 'db') -cdata.set_quoted('PACKAGE_VERSION', '5.3.33') -cdata.set_quoted('PACKAGE_STRING', 'Berkeley DB 5.3.33') +cdata.set_quoted('PACKAGE_VERSION', '5.3.34') +cdata.set_quoted('PACKAGE_STRING', 'Berkeley DB 5.3.34') cdata.set_quoted('PACKAGE_BUGREPORT', '') cdata.set_quoted('PACKAGE_URL', '') cdata.set_quoted('LT_OBJDIR', '.libs/') diff --git a/flake.nix b/flake.nix index 60b4e6d31..47d05d1f3 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ flake-utils.lib.eachDefaultSystem (system: let pkgs = import nixpkgs { inherit system; }; - version = "5.3.33"; + version = "5.3.34"; in { packages = rec { # Default: the Meson/Ninja build of the core C library. diff --git a/meson.build b/meson.build index 7e3c26191..7b540cb81 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ # ninja -C build bench # build the test/bench microbenchmark drivers project('libdb', 'c', - version: '5.3.33', + version: '5.3.34', license: 'AGPL-3.0-or-later OR Sleepycat', meson_version: '>=0.56.0', default_options: ['c_std=c99', 'warning_level=1'])