File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
__author__ = 'Dmitry Vasilyev'
2
2
__author_email__ = 'info@postgrespro.ru'
3
3
__description__ = 'Monitoring agent for PostgreSQL'
4
- __version__ = '2.2.9 '
4
+ __version__ = '2.3.0 '
5
5
__licence__ = 'BSD'
6
6
7
7
__url__ = 'https://github.com/postgrespro/mamonsu'
Original file line number Diff line number Diff line change
1
+ mamonsu (2.3.0-1) stable; urgency=low
2
+
3
+ * linux: fix vfs discovery, change defaults
4
+
5
+ -- PostgresPro DBA <dba@postgrespro.ru> Sat, 11 Mar 2017 11:00:00 +0300
6
+
1
7
mamonsu (2.2.9-1) stable; urgency=low
2
8
3
9
* fix password auth.
Original file line number Diff line number Diff line change 1
1
Name: mamonsu
2
- Version: 2.2.9
2
+ Version: 2.3.0
3
3
Release: 1%{?dist }
4
4
Summary: Monitoring agent for PostgreSQL
5
5
Group: Applications/Internet
@@ -70,6 +70,9 @@ chown mamonsu.mamonsu /var/log/mamonsu
70
70
/sbin/chkconfig --del mamonsu
71
71
72
72
%changelog
73
+ * Sat Mar 11 2017 Dmitry Vasilyev <d.vasilyev@postgrespro.ru> - 2.3.0-1
74
+ - linux: fix vfs discovery, change defaults
75
+
73
76
* Wed Nov 30 2016 Dmitry Vasilyev <d.vasilyev@postgrespro.ru> - 2.2.9-1
74
77
- fix password auth
75
78
You can’t perform that action at this time.
0 commit comments