release 3.33.4

This commit is contained in:
Christian Hergert
2019-08-01 00:38:44 -07:00
parent 6295b28816
commit d982e863f3
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -1,3 +1,14 @@
Overview of changes in Sysprof 3.33.4
=====================================
• Build system fixes and improved backports
• New network, disk, battery, and energy sources
• Additional options for sysprof-cli including "syprof-cli -- command"
support.
• i18n is now properly initialized at startup
• Improved styling
• A new "duplex" graph type for read/write type visuals
Overview of changes in Sysprof 3.33.3
=====================================

View File

@ -1,6 +1,6 @@
project('sysprof', ['c', 'cpp'],
license: ['GPL3+', 'GPL2+'],
version: '3.33.3',
version: '3.33.4',
meson_version: '>=0.49.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',