Skip to content

Commit 3fa8b41

Browse files
committed
Gromox 2.23
1 parent 79544fd commit 3fa8b41

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([gromox], [2.22])
1+
AC_INIT([gromox], [2.23])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Development 2.22.20
2-
===================
1+
Gromox 2.23 (2024-02-05)
2+
========================
33

44
Fixes:
55

@@ -11,7 +11,10 @@ Fixes:
1111

1212
Enhancements:
1313

14-
* exmdb: track where a DB_ITEM instance is held by and report
14+
* exmdb: add config directive ``exmdb_contention_reject_time`` for configuring
15+
contention timeout
16+
* exmdb: have DB_ITEM instances track which function holds them, and report
17+
this upon reaching contention timeouts
1518
* exmdb: make dbg_synth_content work with read_message RPC
1619
* new command: gromox-exm2mt
1720

0 commit comments

Comments
 (0)