[Bps-public-commit] r18301 - in Net-Trac/trunk: .

jesse at bestpractical.com jesse at bestpractical.com
Mon Feb 9 13:45:49 EST 2009


Author: jesse
Date: Mon Feb  9 13:45:49 2009
New Revision: 18301

Modified:
   Net-Trac/trunk/Changes
   Net-Trac/trunk/MANIFEST
   Net-Trac/trunk/META.yml
   Net-Trac/trunk/lib/Net/Trac.pm

Log:
0.06 releng

Modified: Net-Trac/trunk/Changes
==============================================================================
--- Net-Trac/trunk/Changes	(original)
+++ Net-Trac/trunk/Changes	Mon Feb  9 13:45:49 2009
@@ -1,3 +1,47 @@
+0.06 Mon Feb  9 13:44:37 EST 2009
+
+BUGFIX
+======
+
+ * parsing improvements to deal with issues discovered parsing parrot
+   trac - jesse
+
+FEATURE
+=======
+
+ * Support login with Trac's cookie auth - jesse
+
+ * Skip transaction history types we don't know how to deal with - jesse
+
+INSTALL
+=======
+
+ * Remove coerce - jesse
+
+ * Removing MooseX::ClassAttribute - jesse
+
+ * Switch to Any::Moose, so we can use Mouse for memory and cpu
+   savings! - jesse
+
+ * Starting to work on removing MooseX::ClassAccessor Working on props
+   parsing - jesse
+
+PERFORMANCE
+===========
+
+ * Better caching of ticket history. Properish handling of the keywords
+   filed - jesse
+
+ * Improve performance of ticket ops by caching static data Improve detection
+   of ticket update/create forms when the user doesn't have the right to set
+   the requestor - jesse
+
+TESTING
+=======
+
+ * added tests for keywords - jesse
+
+
 0.05 Thu Jan 22 12:11:45 EST 2009
 
 Don't hurt cpan-testers build boxes by trying to kill process undef.

Modified: Net-Trac/trunk/MANIFEST
==============================================================================
--- Net-Trac/trunk/MANIFEST	(original)
+++ Net-Trac/trunk/MANIFEST	Mon Feb  9 13:45:49 2009
@@ -32,6 +32,7 @@
 t/99-pod.t
 t/attachments.t
 t/comments.t
+t/keywords.t
 t/parse_props.t
 t/search.t
 t/setup_trac.pl

Modified: Net-Trac/trunk/META.yml
==============================================================================
--- Net-Trac/trunk/META.yml	(original)
+++ Net-Trac/trunk/META.yml	Mon Feb  9 13:45:49 2009
@@ -27,4 +27,4 @@
   XML::Feed: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.05
+version: 0.06

Modified: Net-Trac/trunk/lib/Net/Trac.pm
==============================================================================
--- Net-Trac/trunk/lib/Net/Trac.pm	(original)
+++ Net-Trac/trunk/lib/Net/Trac.pm	Mon Feb  9 13:45:49 2009
@@ -4,7 +4,7 @@
 package Net::Trac;
 use Any::Moose;
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 use Net::Trac::Connection;
 use Net::Trac::Ticket;



More information about the Bps-public-commit mailing list