camping (2.1.498-1) experimental; urgency=low

  As of version 2.2, Camping no longer uses Markaby as its default
  templating engine but Mab (see also [1]).  Due to license issues, Markaby
  development was halted[2] and also removed from Debian.  Mab is almost
  fully backward compatible with Markaby but differs on two small points:

  * in Markaby, the string resulting from `text "foo"` is not escaped,
    in Mab it _is_ escaped, but it is not escaped in `text! "foo"`.

  * in Markaby one can use <<, which is not present in Mab but still
    provided by Camping::Mab

  Of course, it is also possible to use Tilt instead of Mab.

  1: http://github.com/camping/mab#readme
  2: http://rubyforge.org/pipermail/camping-list/2011-December/001709.html

 -- Paul van Tilburg <paulvt@debian.org>  Wed, 25 Jan 2012 13:33:11 +0100