summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2009-03-04 13:48:41 +0100
committerVincent Untz <vuntz@novell.com>2009-03-04 13:48:41 +0100
commitf10ce246f00c89cf009e191422b02884e82291b7 (patch)
tree5953399ba79d51bb0321f4dead76fe31151ea99a
parent9a6dbfff814e2864180659b9ba2ff2055a924516 (diff)
Update NEWS/configure.ac for 0.0.4.cups-pk-helper-0.0.4
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 71571bb..d760e5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
=============
+Version 0.0.4
+=============
+
++ Remove bare send_interface lines in the DBus rules.
++ Add job related functions. (Marek Kasik)
++ Reconnect to the cups server if necessary. (Marek Kasik)
++ Accept file: URI as local. (Marek Kasik)
++ Change default policy for job-edit to yes (jobs are owned by the user).
++ Add more checks for the new job-related functions.
++ Code cleanups.
+
+=============
Version 0.0.3
=============
diff --git a/configure.ac b/configure.ac
index e99bc26..c343251 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([cups-pk-helper], [0.0.3],
+AC_INIT([cups-pk-helper], [0.0.4],
[https://bugzilla.novell.com/enter_bug.cgi?classification=7340&product=openSUSE+11.1])
AC_CONFIG_SRCDIR(src/cups-pk-helper-mechanism.c)
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])