Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.14. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 3b7075a..88951b5 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,15 @@
+0.14 Wed Jun 10 10:06:36 EDT 2009
+
+* Use keepalives for slightly better trac performance -- <jesse@bestpractical.com> (3abd840)
+* Fixes for our awful html history parsing heuristics -- <jesse@bestpractical.com> (4484ea2)
+* content_type test for attachment -- <sunnavy@bestpractical.com> (605ac65)
+* let _load return content and content_type so default values can use them -- <sunnavy@bestpractical.com> (980f388)
+* added attachment attr and parse it too for TicketHistoryEntry -- <sunnavy@bestpractical.com> (c3d23c5)
+* pod update for Attachment -- <sunnavy@bestpractical.com> (7e524cb)
+* added content and content_type attrs for Attachment -- <sunnavy@bestpractical.com> (4c6998c)
+* update attachment parse part to satisify individual attachment page need -- <sunnavy@bestpractical.com> (1891837)
+
+
 0.13 Tue May  5 18:38:27 EDT 2009

 * Added create transactions to ticket history
  • Loading branch information
obra committed Jun 10, 2009
1 parent 3abd840 commit 29370f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes
@@ -1,3 +1,15 @@
0.14 Wed Jun 10 10:06:36 EDT 2009

* Use keepalives for slightly better trac performance -- <jesse@bestpractical.com> (3abd840)
* Fixes for our awful html history parsing heuristics -- <jesse@bestpractical.com> (4484ea2)
* content_type test for attachment -- <sunnavy@bestpractical.com> (605ac65)
* let _load return content and content_type so default values can use them -- <sunnavy@bestpractical.com> (980f388)
* added attachment attr and parse it too for TicketHistoryEntry -- <sunnavy@bestpractical.com> (c3d23c5)
* pod update for Attachment -- <sunnavy@bestpractical.com> (7e524cb)
* added content and content_type attrs for Attachment -- <sunnavy@bestpractical.com> (4c6998c)
* update attachment parse part to satisify individual attachment page need -- <sunnavy@bestpractical.com> (1891837)


0.13 Tue May 5 18:38:27 EDT 2009

* Added create transactions to ticket history
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Trac.pm
@@ -1,7 +1,7 @@
package Net::Trac;
use Any::Moose;

our $VERSION = '0.13';
our $VERSION = '0.14';

use Net::Trac::Connection;
use Net::Trac::Ticket;
Expand Down

0 comments on commit 29370f9

Please sign in to comment.