8000 v2.3.0 · postgrespro/mamonsu@4fa877d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fa877d

Browse files
committed
v2.3.0
1 parent d774a30 commit 4fa877d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

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__ = 'info@postgrespro.ru'
33
__description__ = 'Monitoring agent for PostgreSQL'
4-
__version__ = '2.2.9'
4+
__version__ = '2.3.0'
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.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+
17
mamonsu (2.2.9-1) stable; urgency=low
28

39
* fix password auth.

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.2.9
2+
Version: 2.3.0
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+
* Sat Mar 11 2017 Dmitry Vasilyev <d.vasilyev@postgrespro.ru> - 2.3.0-1
74+
- linux: fix vfs discovery, change defaults
75+
7376
* Wed Nov 30 2016 Dmitry Vasilyev <d.vasilyev@postgrespro.ru> - 2.2.9-1
7477
- fix password auth
7578

0 commit comments

Comments
 (0)
0