2007-10-09  Marius Vollmer  <marius.vollmer@nokia.com>

	Released 2.0.0
	
	* thumbs/hildon-thumbnail-factory.c (register_pixbuf_formats):
	Duplicate pixbuf_cmd before storing it away and free the original
	at the end.  This gets the memory handling right when there is
	more than one mime_type (M2083).  Thanks to Jiri Benc!

2007-08-30  Marius Vollmer  <marius.vollmer@nokia.com>

	Released 0.14
	
	* thumbs/thumber-gdk-pixbuf.c (thumbnailer_oom_func): Do not
	output debugging message.  Doing so might call malloc which would
	result in a loop (N63712).  Thanks Leonid!

2007-08-10  Kimmo Hämäläinen  <kimmo.hamalainen@nokia.com>

	Applied a modified patch from Daniil Ivanov:
	* thumbs/thumber-gdk-pixbuf.c (create_thumb): Read four bytes at a
	time instead of one.
	(thumbnailer_oom_func): New.
	(main): Register thumbnailer_oom_func as the OOM callback. Add Glib
	thread initialisation. Fixes: NB#63712

2006-10-13  Marius Vollmer  <marius.vollmer@nokia.com>

	Released 0.8-1.
	
	* thumbs/thumber-gdk-pixbuf.c (main): Reduce memory threshold to 4
	Megs and watchblock to 64 bytes.  Fail if memory watchdog can not
	be installed. (N40789) Thanks to Leonid Moiseichuk!

2005-10-24  Luc Pionchon  <luc.pionchon@nokia.com>

	* configure.ac: 0.3.10

	* thumbs/thumber-gdk-pixbuf.c
	N#20773, courtesy <marius.vollmer@nokia.com>
	(main): increase saw threshold.
	(create_thumb): improve logging. 
	(oom_handler): log something, but don't abort
	
2005-10-12  Luc Pionchon  <luc.pionchon@nokia.com>

	* configure.ac: 0.3.9
	
2005-10-12  Luc Pionchon  <luc.pionchon@nokia.com>

	N#20238 - Thumbnailer causes system crashes on large images
	
	* thumbs/thumber-gdk-pixbuf.c

	(can_crop_file): Removed artificial resolution restriction, since
	                 more precice memory monitoring can be used now.

	(size_prepared): New function: enable jpeg downscaling.
	
	(create_thumb): Changed to use progressive loading to enable jpeg
	                downscaling.

	(oom_handler): New function: We stop the program if we consume too
	               much memory
	
	(main): Set the process priority to be low and enable allocation
	        watchdog.

	* configure.ac : added libosso check 
	
2005-09-14  Luc Pionchon  <luc.pionchon@nokia.com>

	* configure.ac: release 0.3.8

2005-09-09  Luc Pionchon  <luc.pionchon@nokia.com>

	* thumbs-private.h (DEFAULT_MAX_PROCESSES): reduce number of
	concurent thumbnailer processes to one. N#18831 (memory
	consumption)


