frameworks (0.3.6)
  * YUV420 palette supported (in theory).
  * Added --force-palette option to force a palette for webcams that lie (or
    perhaps frameworks is confused...)

 -- Pat Mahoney <pat@polycrystal.org> Fri, 03 Dec 2004 07:51:00 -600

frameworks (0.3.5)
  * YUV422 palette supported (in theory).

 -- Pat Mahoney <pat@polycrystal.org> Sun, 11 Jul 2004 05:59:00 -600

frameworks (0.3.4)

  * YUV420P palette supported (one user reports it working).

  * Properly exits if there is not camera instead of hanging waiting for
    display_thread to exit (which won't exit if there's no camera).

  * Fixed bug where "no camera" causes the camera window to be
    too small to read the text.  (Fixed in interface at least.  It works for
    now but should be completed with backend rewrite later).

 -- Pat Mahoney <pat@polycrystal.org> Fri, 19 Dec 2003 02:46:39 -0600

frameworks (0.3.3)

  * Moved build system to GNU autools.  Now installing consists of the usual
    ./configure && make && make install
  * Added infrastructure to handle palettes other than RGB24.
  * Added preliminary support for YUV420P (greyscale only).
  * New option --dump produces a raw data dump for use in palette support.
 
 -- Pat Mahoney <pat@polycrystal.org> Sun, 09 Nov 2003 14:52:35 -0600

frameworks (0.3.2)

  * Changed mmap() code.  Now only calls mmap() once per camera,
    instead of for every new frame.
  * Copied and customized videodev.h from kernel 2.4.21 headers.  No
    longer directly includes kernel headers.
  * Added commandline "-r" to force read() instead of mmap().

 -- Pat Mahoney <pat@polycrystal.org> Thu, 06 Nov 2003 14:12:59 -0600

frameworks (0.3.1)

  * Fixed gdk/thread locking bug that caused the display to freeze
    occasionally.
  * Thumbnails now retain aspect ratio.
  * Threads now quit cleanly without causing gtk warnings upon exit.
  * The guides checkbuttons in the "View" menu and the prefs box are
    now in sync and functional.

 -- Pat Mahoney <pat@polycrystal.org> Sun, 26 Oct 2003 15:41:07 -0600

frameworks (0.3.0)

  * Fixed typo in frame overlays preventing proper positioning of
    "future" overlays
  * Improved fps counter
  * Fixed minor bug in progress bar
  * Changed around threads a bit
  * Fixed initialization bug that caused redundant setting of sliders
  * Added "Open New Camera" menu option
  * Added ability to use mmap() (which is faster than read() on one of
    my cameras, even though I use mmap() in a braindead manner)
  * Rearranging of some functions.
  * Interface changes, moved a lot of stuff into the "Preferences" dialog
  * "Continuous preview" mode allows previewing of last second or so of
    animation.
  * Speed limiting allows limiting of live display (should help
    slower computers)
  * Improved statusbar message handling
  * Default is now to perform the BGR->RGB conversion

 -- Pat Mahoney <pat@polycrystal.org>  Mon, 06 Oct 2003 22:05:37 -0500

frameworks (0.2.0)

  * Added FPS counter
  * Added option for BGR -> RGB conversion
  * Theoretical support for greyscale cameras
  * Implemented frame overlay / onion skinning
  * Added thumbnail navigation

 -- Pat Mahoney <pat@polycrystal.org>  Mon, 23 Jun 2003 22:23:57 -0500

frameworks (0.1.2)

  * Added ability to disable guides
  * Centered video display

 -- Pat Mahoney <pat@polycrystal.org>  Sat, 17 May 2003 01:12:26 -0500

frameworks (0.1.1)

  * Updated email address in source

 -- Pat Mahoney <pat@polycrystal.org>  Mon, 12 May 2003 18:00:00 -0500

frameworks (0.1)

  * Initial Release

 -- Pat Mahoney <pat@polycrystal.org>  Mon, 12 May 2003 16:08:30 -0500
