summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2015-09-01 16:31:48 +0100
committerMartin Wimpress <[email protected]>2015-09-01 16:31:48 +0100
commit5e35def315d11e4d0c39b0cecb83c44e15155ba0 (patch)
treefd68f3ec662096a2a46a2456be632147e370e52d
parent12f82a42256ed8279306af15a0242fd816905d62 (diff)
downloadmate-polkit-5e35def315d11e4d0c39b0cecb83c44e15155ba0.tar.bz2
mate-polkit-5e35def315d11e4d0c39b0cecb83c44e15155ba0.tar.xz
Bump version to 1.10.1mate-polkit-1.10.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9918d8e..f6080b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+1.10.1
+
+ - Fix losing focus when displaying password prompt dialog.
+ - Drop some deprecated GTK code and obsolete build marco.
+ - Update translations.
+
1.10.0
- Translations updates
diff --git a/configure.ac b/configure.ac
index e0698d9..3d4b8d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([polkit-mate],[1.10.0],[http://www.mate-desktop.org/],[mate-polkit])
+AC_INIT([polkit-mate],[1.10.1],[http://www.mate-desktop.org/],[mate-polkit])
AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news])