* Wed Jul 11 2012 coolo@suse.com
- update to 1.4.6
- mkclicfs adds padding to 4096 now (bnc#733021)
* Tue Jul 10 2012 coolo@suse.com
- update to 1.4.5
- sparse_memory is 64bit now (bnc#754468)
* Thu Nov 10 2011 coolo@suse.com
- some safety catches for a bug I can no longer reproduce
* Mon Oct 17 2011 coolo@suse.com
- update to 1.4.4
- provide clicfs_fsck to check if the cow file was
written consistently
* Wed Sep 07 2011 coolo@suse.com
- update to 1.4.3
- kill -USR1 detaches all open files for shutdown
* Wed Sep 07 2011 coolo@suse.com
- spec-cleaner
* Mon Aug 29 2011 coolo@novell.com
- update to 1.4.2
- fix build with newer ld
* Wed Mar 23 2011 coolo@novell.com
- update to 1.4.1
- upstream patch
- support old fuse versions
* Mon Mar 21 2011 dmueller@suse.de
- fix crash when outfile is no longer writeable
* Mon Mar 21 2011 coolo@novell.com
- update to 1.4.0
- rework COW file format (packed file format unchanged)
- make use of more threads again
- make COW syncing much more robust and faster too
* Tue Nov 30 2010 coolo@novell.com
- update to 1.3.10
- still call pthread_join to catch the cow writing
* Mon Nov 29 2010 coolo@novell.com
- update to 1.3.9
- call pthread_cancel when the thread is done
* Wed Nov 24 2010 coolo@novell.com
- update to 1.3.8
- fix deadlock in writing cow files
* Wed Aug 25 2010 coolo@novell.com
- update to 1.3.7
- make it more robust against read errors (bnc#629543)
* Tue Oct 13 2009 coolo@novell.com
- update to 1.3.6
- sync cow file every second for now (bnc#544150)
* Thu Aug 27 2009 coolo@novell.com
- update to 1.3.5.1
- fix stupid mistake with large parts
* Tue Aug 25 2009 coolo@novell.com
- update to 1.3.5
- better defaults for little ram (bnc#533687)
* Tue Aug 18 2009 coolo@novell.com
- update to 1.3.4
- better data structure for cache
- limit cache to 100MB
* Wed Aug 12 2009 coolo@novell.com
- update to 1.3.3
- fix crash without logger
- fix endless loop on read errors
* Wed Aug 12 2009 coolo@novell.com
- update to 1.3.2
- allocate less memory in mkclicfs