From: Kevin M. Rosenberg Date: Thu, 28 Apr 2005 19:38:04 +0000 (+0000) Subject: r10493: add cp7900 X-Git-Tag: v0.13~22 X-Git-Url: http://git.kpe.io/?p=cl-photo.git;a=commitdiff_plain;h=7d95d0eb169714e7ccb145295c635123eb7e3c7f r10493: add cp7900 --- diff --git a/cameras.lisp b/cameras.lisp index d914d0b..745ea0a 100644 --- a/cameras.lisp +++ b/cameras.lisp @@ -91,6 +91,8 @@ (:format :d2hs :make "Nikon" :pixels (2464 . 1632) :imager (23.3 . 15.5) :name "D2Hs") (:format :d2x :make "Nikon" :pixels (4288 . 2848) :imager (23.7 . 15.6) :name "D2X") + (:format :cp7900 :make "Nikon" :pixels (3072 . 2304) :imager (7.18 . 5.32) :name "Coolpix 7900") + (:format :*ist-d :make "Pentax" :pixels (3008 . 2008) :imager (36 . 24) :name "*ist D") (:format :*ist-ds :make "Pentax" :pixels (3008 . 2008) :imager (36 . 24) diff --git a/debian/changelog b/debian/changelog index 3f27e4b..23f9328 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-photo (0.8-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 28 Apr 2005 13:35:22 -0600 + cl-photo (0.7-1) unstable; urgency=low * New upstream