summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2008-11-21 07:37:08 +0100
committerVincent Untz <vuntz@novell.com>2008-11-21 07:37:08 +0100
commit363312f8440014741a3a8dcb9d88ac01655b0c5d (patch)
tree3ba29c52b25bd8484893d875c07fd7428995fc17
parent27905d405477a55bbf746aea9ebf9e68974b4c29 (diff)
Update NEWS/configure.ac for 0.0.3.cups-pk-helper-0.0.3
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0cddafe..71571bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
=============
+Version 0.0.3
+=============
+
++ Make PrinterAddOptionDefault work for options with more than one value.
++ Implement PrinterSetUsersAllowed/PrinterSetUsersDenied methods.
++ Implement ServerGetSettings/ServerSetSettings methods.
++ Implement ClassAddPrinter/ClassDeletePrinter/ClassDelete methods.
++ Add more fine-grained policies, including local vs remote printers.
++ Fix major bug that made it impossible to change many settings.
++ Implement FileGet/FilePut methods.
+
+=============
Version 0.0.2
=============
diff --git a/configure.ac b/configure.ac
index 47b88fe..e99bc26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([cups-pk-helper], [0.0.2],
+AC_INIT([cups-pk-helper], [0.0.3],
[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])