From f9d6c62ec593ec743a4ec9b25d7614606d27d4fa Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 Mar 2016 15:10:50 +0300 Subject: Use connection_pool_factory in brep module --- NEWS | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d384f21..7a788df 100644 --- a/NEWS +++ b/NEWS @@ -4,8 +4,15 @@ Version 0.3.0 Apache2 server. The configuration can be specified at the Apache2 root, VistualHost, and Location levels. - * Add support for custom web page logo and menu entries. See comments in - the etc/brep-module.conf file for details. + * Support for custom web page logo and menu entries. See comments in the + etc/brep-module.conf file for details. + + * Ability to specify the maximum number of concurrent database connections + per web server process. See comments in the etc/brep-module.conf file for + details. + + * Ability to specify the maximum number of times to retry database + transactions. See comments in the etc/brep-module.conf file for details. * Display SHA256 package checksum on the package version details pages. @@ -20,7 +27,7 @@ Version 0.3.0 * Remove a DROP FUNCTION statement that caused an error on older PostgreSQL versions. - * On startup log brep module name to Apache2 log. + * On startup log brep module version to Apache2 log. Version 0.2.2 -- cgit v1.1