diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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]) |