[Bps-public-commit] Net-Trac branch, master, updated. 29370f9f53ae171cda4a0a5ba33c224fc0712573
jesse
jesse at bestpractical.com
Wed Jun 10 10:28:44 EDT 2009
The branch, master has been updated
via 29370f9f53ae171cda4a0a5ba33c224fc0712573 (commit)
from 3abd8404930e0bdf360792056ab6e0fef3a18957 (commit)
Summary of changes:
Changes | 12 ++++++++++++
lib/Net/Trac.pm | 2 +-
2 files changed, 13 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 29370f9f53ae171cda4a0a5ba33c224fc0712573
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Jun 10 10:15:32 2009 -0400
Checking in changes prior to tagging of version 0.14. Changelog diff is:
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 at bestpractical.com> (3abd840)
+* Fixes for our awful html history parsing heuristics -- <jesse at bestpractical.com> (4484ea2)
+* content_type test for attachment -- <sunnavy at bestpractical.com> (605ac65)
+* let _load return content and content_type so default values can use them -- <sunnavy at bestpractical.com> (980f388)
+* added attachment attr and parse it too for TicketHistoryEntry -- <sunnavy at bestpractical.com> (c3d23c5)
+* pod update for Attachment -- <sunnavy at bestpractical.com> (7e524cb)
+* added content and content_type attrs for Attachment -- <sunnavy at bestpractical.com> (4c6998c)
+* update attachment parse part to satisify individual attachment page need -- <sunnavy at bestpractical.com> (1891837)
+
+
0.13 Tue May 5 18:38:27 EDT 2009
* Added create transactions to ticket 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 at bestpractical.com> (3abd840)
+* Fixes for our awful html history parsing heuristics -- <jesse at bestpractical.com> (4484ea2)
+* content_type test for attachment -- <sunnavy at bestpractical.com> (605ac65)
+* let _load return content and content_type so default values can use them -- <sunnavy at bestpractical.com> (980f388)
+* added attachment attr and parse it too for TicketHistoryEntry -- <sunnavy at bestpractical.com> (c3d23c5)
+* pod update for Attachment -- <sunnavy at bestpractical.com> (7e524cb)
+* added content and content_type attrs for Attachment -- <sunnavy at bestpractical.com> (4c6998c)
+* update attachment parse part to satisify individual attachment page need -- <sunnavy at bestpractical.com> (1891837)
+
+
0.13 Tue May 5 18:38:27 EDT 2009
* Added create transactions to ticket history
diff --git a/lib/Net/Trac.pm b/lib/Net/Trac.pm
index b61ab8d..b15328b 100644
--- a/lib/Net/Trac.pm
+++ b/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;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list