Skip to content

Commit 6969f80

Browse files
committed
2.3.1 release
1 parent faa2b4d commit 6969f80

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include README.rst

mamonsu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__author__ = 'Dmitry Vasilyev'
22
__author_email__ = '[email protected]'
33
__description__ = 'Monitoring agent for PostgreSQL'
4-
__version__ = '2.3.0'
4+
__version__ = '2.3.1'
55
__licence__ = 'BSD'
66

77
__url__ = 'https://github.com/postgrespro/mamonsu'

packaging/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mamonsu (2.3.1-1) stable; urgency=low
2+
3+
* update trigger fork-rate
4+
5+
-- PostgresPro DBA <[email protected]> Fri, 18 Aug 2017 11:00:00 +0300
6+
17
mamonsu (2.3.0-1) stable; urgency=low
28

39
* linux: fix vfs discovery, change defaults

packaging/rpm/SPECS/mamonsu.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mamonsu
2-
Version: 2.3.0
2+
Version: 2.3.1
33
Release: 1%{?dist}
44
Summary: Monitoring agent for PostgreSQL
55
Group: Applications/Internet
@@ -70,6 +70,9 @@ chown mamonsu.mamonsu /var/log/mamonsu
7070
/sbin/chkconfig --del mamonsu
7171

7272
%changelog
73+
* Fri Aug 18 2017 Grigory Smolkin <[email protected]> - 2.3.1-1
74+
- update trigger fork-rate
75+
7376
* Sat Mar 11 2017 Dmitry Vasilyev <[email protected]> - 2.3.0-1
7477
- linux: fix vfs discovery, change defaults
7578

0 commit comments

Comments
 (0)