Skip to content

Commit

Permalink
Update ChangeLog and version to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
darold committed Dec 13, 2018
1 parent caeb561 commit cce4dea
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
2018-12-13 - Version 2.9 released

This release is a minor release that fix a major issue in the
interval detection. This This led to a bad scale in bg_writter,
replication and most database statistics reports. Everybody must
upgrade immediately.

It also fixes some issues reported by users since last release:

- Improve devices list retrieving and fix several menu issues.
- Fix checkpoint counter legend.
- Move query in pg_stat_statements at the right of the table for
better readability.
- Fix report of disk use, mounted devices, running processes,
crontab and installed package to avoid duplicate entries.
- Empty SysInfo arrays before reading sysinfo file, this prevent
duplicate data.
- Improve parsing of sar file.
- Fix interval that was set in milliseconds instead of second.
This conduct to wrong scale (ex: Kb instead of Gb) in bg_writter,
replication and database statistics reports. Thanks to Guillaume
Lelarge for the report.

2018-11-28 - Version 2.8 released

This release is a minor release that fix some issues reported by
Expand Down
2 changes: 1 addition & 1 deletion pgcluu
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use POSIX qw(locale_h sys_wait_h ceil strftime);
setlocale(LC_ALL, 'C');
use Storable qw(store_fd fd_retrieve);

$VERSION = '2.8';
$VERSION = '2.9';
$PROGRAM = 'pgCluu';

my $OUTPUT_DIR = '';
Expand Down
2 changes: 1 addition & 1 deletion pgcluu_collectd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setlocale(LC_ALL, 'C');

$| = 1;

$VERSION = '2.8';
$VERSION = '2.9';
$PROGRAM = 'pgcluu_collectd';

# Default path to the external programs
Expand Down

0 comments on commit cce4dea

Please sign in to comment.