--- CV/Changes 2012/12/30 16:23:23 1.186 +++ CV/Changes 2013/04/05 02:30:46 1.187 @@ -6,6 +6,10 @@ TODO: mädhcne utf-8 bug move to ERROR is a directory Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224. + - switch to using AnyEvent::Fork as provider for the processpool, which ought + to save gobs of memory. + - much improved async communicaitons with worker processes. + - create #cpu + 1 worker jobs now, not 1.5 * #cpu + 1 as before. - better shell-quoting: use ""-style for utf-8 filenames and paste as unicode, use bash's $'' syntax for other filenames. - no longer pass a-z from viewer to schnauzer. @@ -29,6 +33,7 @@ - fix race condition where the schnauzer might stay non-sensitive on fast directory changes. - allow reversal of rotation via .cvrc $REVERSE_ROTATION = 1. + - delay initialisation of Gtk2::CV::Schnauzer until first use. 1.56 Thu Oct 28 14:13:36 CEST 2010 - try an ugly workaround against Gtk's CONTINUED brokenness