summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a0864cc3..dc6ec2e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+### marco 1.17.1
+
+ * theme-viewer: use GtkStyleContext
+ * theme-viewer: use GdkRGBA instead of GdkColor
+ * Added functionality to disable display preselected tab window border
+ * actually build theme-viewer
+
### marco 1.17.0
* Translations update
@@ -76,4 +83,4 @@
* Migration to GSettings and dropped MateConf
* Fix key handling while drag and drop is active
- * Add option to open new windows on the center of the screen \ No newline at end of file
+ * Add option to open new windows on the center of the screen
diff --git a/configure.ac b/configure.ac
index ddfe1a75..52be6a44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [17])
-m4_define([marco_micro_version], [0])
+m4_define([marco_micro_version], [1])
m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])