-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNEWS
More file actions
18 lines (17 loc) · 736 Bytes
/
NEWS
File metadata and controls
18 lines (17 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CHANGES in V0.0.1:
- ippprint: As of now, ippprint does not do any formatting.
As of now, we are assuming that host is taking care of
the formatting and other stuff. We need to test this.
- Logging: DEBUG_LEVEL environment variable can be used
at build time as well as at runtime to change the
debugging level.
1 - ERROR:
2 - DEBUG:
3 - DEBUG2:
- deviced now uses simple include/exclude schemes.
Example: "+dnssd,usb" will execute only dnssd and usb
backends. "-dnssd,usb" will execute everything except
dnssd and usb.
- deviced: deviced utility based on cups-
deviced, but stripped down to remove
IPP responses and other functionalities.