File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
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.6.0 '
4
+ __version__ = '2.6.1 '
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.6.0-1) stable; urgency=low
1
+ mamonsu (2.6.1-1) stable; urgency=low
2
+ * update bootstrap option input parameters
3
+
4
+ -- PostgresPro DBA <dba@postgrespro.ru> Fri, 20 November 2020 11:22:00 +0300
5
+
6
+ mamonsu (2.6.0-1) stable; urgency=low
2
7
* update xlog plugin
3
8
* add support for PostgreSQL 13
4
9
* add plugin memory_leak_diagnostic
Original file line number Diff line number Diff line change 2
2
%{! ?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
3
3
4
4
Name: mamonsu
5
- Version: 2.6.0
5
+ Version: 2.6.1
6
6
Release: 1%{?dist }
7
7
Summary: Monitoring agent for PostgreSQL
8
8
Group: Applications/Internet
@@ -73,6 +73,9 @@ chown mamonsu.mamonsu /var/log/mamonsu
73
73
/sbin/chkconfig --del mamonsu
74
74
75
75
%changelog
76
+ * Fri Nov 20 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.1-1
77
+ - update bootstrap option input parameters
78
+
76
79
* Tue Nov 17 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.0-1
77
80
- update xlog plugin
78
81
- add support for PostgreSQL 13
Original file line number Diff line number Diff line change 1
1
Name: mamonsu
2
- Version: 2.6.0
2
+ Version: 2.6.1
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
+ * Fri Nov 20 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.1-1
74
+ - update bootstrap option input parameters
75
+
73
76
* Tue Nov 17 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.0-1
74
77
- update xlog plugin
75
78
- add support for PostgreSQL 13
You can’t perform that action at this time.
0 commit comments