diff options
author | monsta <[email protected]> | 2015-09-01 13:32:44 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-01 13:32:44 +0300 |
commit | 0669ff3f15eb392bfb2e31912a010d8d583db68b (patch) | |
tree | 37aafd453b7c2b4e8b9008e5f83672fb43397d01 | |
parent | fa4f269dc35dc77ee3d103692eb5cfa04a629df3 (diff) | |
download | mate-utils-0669ff3f15eb392bfb2e31912a010d8d583db68b.tar.bz2 mate-utils-0669ff3f15eb392bfb2e31912a010d8d583db68b.tar.xz |
bump version to 1.10.3mate-utils-1.10.3
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +1.10.3 + + * Fixed silent rules option by dropping obsolete "shave" + stuff + * Made mate-system-log remember the active log on exit + * Fixed potential crash in mate-system-log + * Various other bugfixes in mate-system-log + * Removed dead spanish server entry from mate-dictionary + * Fixed mate-dictionary's command-line options and manpage + * Made Ctrl+A and Ctrl+C work in mate-dictionary's search + field + 1.10.2 * Several help fixes diff --git a/configure.ac b/configure.ac index 04c8db8a..0d9f4520 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [10]) -m4_define([mate_utils_micro], [2]) +m4_define([mate_utils_micro], [3]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |