Skip to content

Commit

Permalink
Gromox 2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Feb 5, 2024
1 parent 79544fd commit 3fa8b41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([gromox], [2.22])
AC_INIT([gromox], [2.23])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
9 changes: 6 additions & 3 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Development 2.22.20
===================
Gromox 2.23 (2024-02-05)
========================

Fixes:

Expand All @@ -11,7 +11,10 @@ Fixes:

Enhancements:

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

Expand Down

0 comments on commit 3fa8b41

Please sign in to comment.