diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-03-19 15:10:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-03-19 19:58:33 +0300 |
commit | f9d6c62ec593ec743a4ec9b25d7614606d27d4fa (patch) | |
tree | 1b00a70f0f74bc3d82d7190b20cf59fb355b0fa0 /NEWS | |
parent | 45aec70e4b577aaec17720b6082fe6b8ad0e243f (diff) |
Use connection_pool_factory in brep module
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 |