I bought a new camera yesterday, Sony DSC-P100 (info). It's very fast and the image quality is excellent.

Unfortunately, the camera is currently not supported by the Linux kernel, so I had to hack the drivers/usb/storage/unusual_devs.h file (v2.4.24) and add the following code:

UNUSUAL_DEV(  0x054c, 0x0010, 0x0500, 0x0500,
		"Sony",
		"DSC-P100",
		US_SC_8070, US_PR_DEVICE, NULL,
		US_FL_SINGLE_LUN | US_FL_MODE_XLATE ),

Now it works fine.

Hacking

I released IMM 0.3 today.

Roadmap to GNU Anubis 4.0

v3.9.95
the maintenance release.
release target: July, 2004.
v3.9.96
will introduce Dixie's new testsuite.
release target: September, 2004.
v3.9.97
after this release, no considerable changes will be added to the CVS repository.
release target: October, 2004.
v3.9.98
after this release, we will focus mainly on removing all critical bugs first.
release target: October, 2004.
v3.9.99
the final test!
release target: November, 2004.
v4.0 is out!
release target: December 15th, 2004.