Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build_windows/db.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
28 changes: 14 additions & 14 deletions dist/configure
Original file line number Diff line number Diff line change
@@ -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 <Oracle Technology Network Berkeley DB forum>.
#
Expand Down Expand Up @@ -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=''

Expand Down Expand Up @@ -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]...

Expand Down Expand Up @@ -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]
Expand All @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"

Expand Down
4 changes: 2 additions & 2 deletions dist/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down
Loading