jifty (1.10518+dfsg-1) unstable; urgency=low

  From upstream Changelog:
  
  INCOMPATIBILITIES
  =================
   Jifty is ported to PSGI using Plack.  This changed much of the request and
   response handling code, but hopefully in ways that don't hurt existing apps
   too much.

   * The following methods are removed:
     - Jifty->handler->apache
     - Jifty->handler->cgi
     Most methods for ->apache and ->cgi are provided by the Compat plugin,
     which is automatically loaded for older jifty apps.  Use corresponding
     header methods of Jifty->web->request and Jifty->web->response.

   * Printing to STDOUT deprecated.  Use outs, outs_raw, or
     Jifty->web->response->body() instead.

   * Munging and using the %ENV hash is deprecated.  Use
     Jifty->web->request->env instead.

   * Jifty::Server::* no longer exist, but you probably weren't using them
     directly anyway

  POSSIBLE INCOMPATIBILITIES
  ==========================
   * template_exists and render_template now live in Jifty::Web instead of
     Jifty::Dispatcher
   * Jifty::JSON updated to use modern JSON.pm (2.xx): This removes the
     "singlequote" option. Instead, HTML escape the entire blob of JSON if you
     plan to put it in an HTML attribute.  Jifty::JSON will croak if you attempt
     to use the "singlequote" option.

 -- gregor herrmann <gregoa@debian.org>  Sat, 12 Feb 2011 19:56:59 +0100

jifty (0.91117-1) unstable; urgency=low

  From upstream Changelog:

  POSSIBLE INCOMPATIBILITIES
  ==========================
   * Don't call App->start if we're running with no handle (i.e., `jifty schema`)
   * Render PKs as read-only in update actions.  If you do not specify
     which parameters to render for update actions, this will begin
     rendering id as a read-only field.
   * Replace AdminUI's CRUD with Jifty::View::Declare::CRUD.  You may
     need to run something like:

       perl -MFile::ShareDir=dist_dir -e 'print dist_dir("Jifty")' \
        | xargs sudo rm -ir

     ...to make sure the old CRUD is gone so the new CRUD can take its
     place.

 -- gregor herrmann <gregoa@debian.org>  Sun, 06 Dec 2009 15:41:49 +0100

jifty (0.90519-1) unstable; urgency=low

  Beginning with version 0.90519-1 of Jifty, the following modules were
  removed from core and are thus maintained separately:

  Jifty::Plugin::Authentication::CAS,
  Jifty::Plugin::Authentication::Facebook, 
  Jifty::Plugin::Authentication::Ldap,
  Jifty::Plugin::AuthzLdap,
  Jifty::Plugin::Chart,
  Jifty::Plugin::Comment,
  Jifty::Plugin::Googlemap,
  Jifty::Plugin::OpenID,
  Jifty::Plugin::SiteNews, 
  Jifty::Plugin::Userpic,
  Jifty::Plugin::Wikitoolbar 

  Jifty::Plugin::Halo is now moved to libjifty-perl
  
  Jifty::Plugin::EditInPlace is now deprecated 

 -- AGOSTINI Yves <agostini@univ-metz.fr>  Mon, 19 Jun 2009 12:03:55 +0200
