uzbl (0.0.0~git.20110314-1) unstable; urgency=low

  This release introduces lots of changes with regard to default configuration
  and external handlers, which break backward compatibility.

  Major changes include:
   * parseenv() removed
   * download handler rework
   * renamed positional arguments
   * cookie daemon support removed

  Please read http://www.uzbl.org/wiki/experimental-branch and update your
  ~/.config/uzbl/config accordingly.

 -- Luca Bruno <lucab@debian.org>  Wed, 16 Mar 2011 16:22:17 +0100

uzbl (0.0.0~git.20100403-3) unstable; urgency=high

  Example config file shipped in uzbl prior to this version contains an unsafe
  keybinding for <Button2> which may lead to remote command execution.
  If you are using and old default config file, you're advised to use a newer
  one (available at /usr/share/doc/uzbl/examples/config/config) as your
  ~/.config/uzbl/config file. 
  If you are using a customized config based on an old default file, 
  you may want to amend <Button2> keybinding in your ~/.config/uzbl/config as follow:

  bind  <Button2>  = sh 'if [ "$8" ]; then uzbl-browser -u "$8"; else echo "uri $(xclip -o | sed s/\\\@/%40/g)" > $4; fi' \@SELECTED_URI

 -- Luca Bruno <lucab@debian.org>  Fri, 27 Aug 2010 17:05:28 +0200
