diff options
author | monsta <[email protected]> | 2015-11-30 12:36:08 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-11-30 12:36:08 +0300 |
commit | fa98785c18186c91f99047e24e38f8843a73e673 (patch) | |
tree | 006a7f5e9757803e37425bcb51d5c9d5f82fd8a2 | |
parent | 86ce2c051a1cfdf59a04a60ed57f4090ca0cb600 (diff) | |
download | mate-system-monitor-fa98785c18186c91f99047e24e38f8843a73e673.tar.bz2 mate-system-monitor-fa98785c18186c91f99047e24e38f8843a73e673.tar.xz |
Bump version to 1.12.1v1.12.1
-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) |