diff --git a/NEWS b/NEWS index c70a00c8..92b70589 100644 --- a/NEWS +++ b/NEWS @@ -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 ===================================== diff --git a/meson.build b/meson.build index b0d63ac8..3b9d8ab9 100644 --- a/meson.build +++ b/meson.build @@ -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',