diff options
author | Vincent Untz <vuntz@novell.com> | 2008-11-21 07:37:08 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@novell.com> | 2008-11-21 07:37:08 +0100 |
commit | 363312f8440014741a3a8dcb9d88ac01655b0c5d (patch) | |
tree | 3ba29c52b25bd8484893d875c07fd7428995fc17 | |
parent | 27905d405477a55bbf746aea9ebf9e68974b4c29 (diff) |
Update NEWS/configure.ac for 0.0.3.cups-pk-helper-0.0.3
-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.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]) |