summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])