Changelog for
cups-bjnp-2.0.1-1.2.x86_64.rpm :
* Sat May 05 2018 tejas.guruswamyAATTopensuse.org- Update to upstream 2.0.1
* Change of license to GPL-2.0-or-later
* Wed Apr 15 2015 tejas.guruswamyAATTopensuse.org- Update to upstream 2.0
* Ink-level reporting
* Improved out-of-paper reporting
* Wed Apr 03 2013 tejas.guruswamyAATTopensuse.org- Update to upstream 1.2.1
* corrected length of job command
* Re-add reading tcp_print_response body and payload size into 2 reads
* Fixes printing on MX700 and similar printers
* Sun Dec 16 2012 tejas.guruswamyAATTopensuse.org- Update to upstream 1.2
* adds support for printing over Ipv6 and fixes some bugs (the \"failed to read side channel\" error message)
* Tue Oct 25 2011 tejas.guruswamyAATTopensuse.org- Update to upstream 1.0
* Fixed some warnings from the latest GCC on unused code
* Made hostname resolution for the printer more robust by verifying that a forward lookup matches the reverse name lookup. This should fix printer detection for some buggy routers that return a bogus hostname on a reverse lookup.
* Tue Jan 11 2011 tejas.guruswamyAATTopensuse.org- Add cups-bjnp-cups_sc_cmd_none.patch to fix build against cups 1.3
* Tue Jan 11 2011 tejas.guruswamyAATTopensuse.org- Update to 0.5.5
* Added fixes for issues reported by Ron Murray in Sourceforge patches tracker ID: 3083455.
* The MP990 appears to have some (?) IPv6 support, make sure we ignore IPv6 addresses for now.
* Also corrected some minor bugs
* Sat Sep 04 2010 masterpatrickoAATTgmail.com- Add SuSEfirewall2 configuration file to open bjnp ports
* Fri Sep 11 2009 masterpatrickoAATTgmail.com- Explicitly specify cups backend installation directory
* Thu Sep 10 2009 masterpatrickoAATTgmail.com- Update to 0.5.4
* Fixed bug in bjnp_send_broadcast: address family was not set in call to bind
* added more options for backend directory as used on FreeBSD
* Set address family before bind in send_broadcast
* corrected size of sequence number field
* updates to configure.ac for auto detection of cups backend dir and rpmbuild improvements
* Spec file adapted to improved target directory determination for cups backend dir
* Minor patches to solve some of the TODO\'s (if TCP writes result in unexpected lengths we treat that as an unrecoverable error
* Added checks on addr and broadcast addr in result from getifaddr() as they may be null
* added toCups flag to the debuglevel so we can optionally log all debug output to the cups errorlog
* consistentlyuse htonl() around INADD_xxxx
* changed source address/port for broadcasts to local address + bjnp printing port to make firewalling easier
* Added configuration option for the case where do not have getifaddrs().
* If so, we use a global broadcast. This will fail when we have more than one ipv4 capable interface.