diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +1.12.1 + + * Process table: delay saving column widths (avoids eating CPU + and slowdowns when resizing columns) + * Process table: force icon size (fixes huge mate-sensors-applet + icon with recent GTK+3 versions) + * Disks: set minimum width for device column (fixes crash when + resizing it to zero with recent GTK+3 versions) + * Some fixes and adjustments + 1.12.0 * SysInfo: add proper detection for Linux Mint and LMDE diff --git a/configure.ac b/configure.ac index 2f4690f..443ece4 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) AC_INIT([mate-system-monitor], - [1.12.0], + [1.12.1], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_HEADERS(config.h) |