[Jifty-commit] r5996 - in Net-Jifty/trunk: .

Jifty commits jifty-commit at lists.jifty.org
Mon Nov 17 10:48:50 EST 2008


Author: ruz
Date: Mon Nov 17 10:48:49 2008
New Revision: 5996

Modified:
   Net-Jifty/trunk/Changes
   Net-Jifty/trunk/lib/Net/Jifty.pm

Log:
* update changes
* bump version

Modified: Net-Jifty/trunk/Changes
==============================================================================
--- Net-Jifty/trunk/Changes	(original)
+++ Net-Jifty/trunk/Changes	Mon Nov 17 10:48:49 2008
@@ -1,6 +1,10 @@
 Revision history for Net-Jifty
 
-0.08
+0.09    Mon Nov 17 18:39:11 UTC-4 2008
+        added form_form_data_args method to support file uploads
+        reworked documentation
+
+0.08    no public release
 
 0.07    Fri Aug 1 09:58:10 2008
         Cache each action and model spec, add methods to retrieve them

Modified: Net-Jifty/trunk/lib/Net/Jifty.pm
==============================================================================
--- Net-Jifty/trunk/lib/Net/Jifty.pm	(original)
+++ Net-Jifty/trunk/lib/Net/Jifty.pm	Mon Nov 17 10:48:49 2008
@@ -2,7 +2,7 @@
 package Net::Jifty;
 use Moose;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use LWP::UserAgent;
 use HTTP::Request;


More information about the Jifty-commit mailing list