Skip to content

Commit 182ff32

Browse files
committed
fix:version in deb and rpm packages
1 parent 72bc8f5 commit 182ff32

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

packaging/debian/changelog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
mamonsu (2.4.0-1) stable; urgency=low
2+
3+
* add zabbix-agent template and configuration file export,
4+
* add new types of connections in "connections" plugin,
5+
* add modification of interval for metric gather,
6+
* add new plugin: archive_command,
7+
* fix oldest transaction time instead of oldest query time and exclude excess processes from a query in "oldest" plugin,
8+
9+
-- PostgresPro DBA <[email protected]> Thu, 22 Aug 2019 11:00:00 +0300
10+
111
mamonsu (2.3.4-1) stable; urgency=low
212

313
* Connections states fix, cfs compression ratio fix

packaging/rpm/SPECS/mamonsu.alt.spec

+7
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ chown mamonsu.mamonsu /var/log/mamonsu
7373
/sbin/chkconfig --del mamonsu
7474

7575
%changelog
76+
* Thu Aug 22 2019 Daria Vilkova <[email protected]> - 2.4.0-1
77+
- add zabbix-agent template and configuration file export,
78+
- add new types of connections in "connections" plugin,
79+
- add modification of interval for metric gather,
80+
- add new plugin: archive_command,
81+
- fix oldest transaction time instead of oldest query time and exclude excess processes from a query in "oldest" plugin
82+
7683
* Fri Jan 19 2018 Grigory Smolkin <[email protected]> - 2.3.3-1
7784
- PostgreSQL 10 support
7885

packaging/rpm/SPECS/mamonsu.spec

+7
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ chown mamonsu.mamonsu /var/log/mamonsu
7070
/sbin/chkconfig --del mamonsu
7171

7272
%changelog
73+
* Thu Aug 22 2019 Daria Vilkova <[email protected]> - 2.4.0-1
74+
- add zabbix-agent template and configuration file export,
75+
- add new types of connections in "connections" plugin,
76+
- add modification of interval for metric gather,
77+
- add new plugin: archive_command,
78+
- fix oldest transaction time instead of oldest query time and exclude excess processes from a query in "oldest" plugin
79+
7380
* Thu Feb 15 2018 Grigory Smolkin <[email protected]> - 2.3.4-1
7481
- Connections states fix, cfs compression ratio fix
7582

packaging/rpm/SPECS/mamonsu.suse.spec

+7
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ chown mamonsu.mamonsu /var/log/mamonsu
7474
/sbin/chkconfig --del mamonsu
7575

7676
%changelog
77+
* Thu Aug 22 2019 Daria Vilkova <[email protected]> - 2.4.0-1
78+
- add zabbix-agent template and configuration file export,
79+
- add new types of connections in "connections" plugin,
80+
- add modification of interval for metric gather,
81+
- add new plugin: archive_command,
82+
- fix oldest transaction time instead of oldest query time and exclude excess processes from a query in "oldest" plugin
83+
7784
* Fri Jan 19 2018 Grigory Smolkin <[email protected]> - 2.3.3-1
7885
- PostgreSQL 10 support
7986

0 commit comments

Comments
 (0)