summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2011-07-25 21:39:46 +0200
committerVincent Untz <vuntz@novell.com>2011-07-25 21:39:46 +0200
commitaf963a06ec693332974a2af635598c9f51343fb3 (patch)
tree930e620ba8fb564e7bd3914d3856249a9c0bd5f6
parent2af8d26324ecae33c40fdf74588affca84931227 (diff)
release: 0.2.00.2.0
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8f88cc2..8315e35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
=============
+Version 0.2.0
+=============
+
++ Port to GDBus. (Vincent)
++ Stop using deprecated polkit API. (Vincent)
++ Drop gthread handling. (Vincent)
++ Add org.freedesktop.DBus.Deprecated annotation to JobCancel. (Vincent)
++ Code cleanups. (Vincent)
++ Build system improvements. (Vincent)
++ New/udpated translations: hu.
+
+=============
Version 0.1.3
=============
diff --git a/configure.ac b/configure.ac
index cd238dc..db8fbb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([cups-pk-helper], [0.1.4],
+AC_INIT([cups-pk-helper], [0.2.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper])
AC_CONFIG_SRCDIR(src/cups-pk-helper-mechanism.c)
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar])