pixma: bumped version, added compilation type debug message, updated docs for MX330.

doc/descriptions/pixma.desc
doc/sane-pixma.man
backend/pixma_mp150.c
  Updated docs for MX330, supported by the pixma backend.

backend/pixma.h: Bumped pixma backend version added debug message.
backend/pixma.c: added compilation type (w or w/o pthread) debug message.
merge-requests/1/head
Nicolas Martin 2009-12-06 15:40:58 +01:00
rodzic 7d659f87df
commit f2e98f7975
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
2009-12-04 Nicolas Martin <nicols-guest at users.alioth.debian.org>
* doc/descriptions/pixma.desc, doc/sane-pixma.man,
backend/pixma.h, backend/pixma.c, backend/pixma_mp150.c:
pixma: bumped minor, added compilation type debug message.
pixma: bumped version, added compilation type debug message.
updated doc and desc (support for MX330)
2009-12-05 Stéphane Voltz <stef.dev at free.fr>

Wyświetl plik

@ -1023,7 +1023,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
DBG_INIT ();
sanei_thread_init ();
pixma_set_debug_level (DBG_LEVEL);
PDBG(pixma_dbg(2, "pixma is compiled %s pthread support.\n",
(sanei_thread_is_forked () ? "without" : "with")));