From abcd7cf0793aba8abfc967122a6b83c67d826a99 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 30 Nov 2015 12:36:08 +0300 Subject: Bump version to 1.12.1 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b178cb7..01dcdf9 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.1