[Bps-public-commit] Net-Trac branch, master, updated. d7139d9fa3320910316a67d15cfbbf67f73919f1
Christine Spang
spang at bestpractical.com
Sat Apr 2 13:26:43 EDT 2011
The branch, master has been updated
via d7139d9fa3320910316a67d15cfbbf67f73919f1 (commit)
via 88e7dbb2a55b8bdb4b65c2e84c928a0d63c819e8 (commit)
via aad9dc55a9ee597d0e5818d003474c9a72011436 (commit)
via 5cc4c01be741f236a3d815d97d7fc8d8a7f9d728 (commit)
from b061eca2f6525498c468aba2c539198b432745c1 (commit)
Summary of changes:
Changes | 8 ++++++++
MANIFEST | 1 +
lib/Net/Trac.pm | 2 +-
lib/Net/Trac/Ticket.pm | 2 +-
4 files changed, 11 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 5cc4c01be741f236a3d815d97d7fc8d8a7f9d728
Author: Christine Spang <spang at bestpractical.com>
Date: Sat Apr 2 12:00:27 2011 -0400
fix a pod typo
diff --git a/lib/Net/Trac/Ticket.pm b/lib/Net/Trac/Ticket.pm
index d3286d3..8b96311 100644
--- a/lib/Net/Trac/Ticket.pm
+++ b/lib/Net/Trac/Ticket.pm
@@ -550,7 +550,7 @@ Returns a list of the valid properties of a ticket.
=head2 add_custom_props
-Adds custom properties to alid properties list
+Adds custom properties to valid properties list.
=head2 valid_create_props
commit aad9dc55a9ee597d0e5818d003474c9a72011436
Author: Christine Spang <spang at bestpractical.com>
Date: Sat Apr 2 13:00:05 2011 -0400
bump version number
diff --git a/lib/Net/Trac.pm b/lib/Net/Trac.pm
index 898edb9..5c4e6d5 100644
--- a/lib/Net/Trac.pm
+++ b/lib/Net/Trac.pm
@@ -1,7 +1,7 @@
package Net::Trac;
use Any::Moose;
-our $VERSION = '0.15';
+our $VERSION = '0.16';
use Net::Trac::Connection;
use Net::Trac::Ticket;
commit 88e7dbb2a55b8bdb4b65c2e84c928a0d63c819e8
Author: Christine Spang <spang at bestpractical.com>
Date: Sat Apr 2 13:08:55 2011 -0400
update changelog for 0.16
diff --git a/Changes b/Changes
index 58ef387..a0d6e5c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,11 @@
+0.16 Sat Apr 02 13:00:00 EDT 2011
+
+* initial cf fields support and tests -- sunnavy at bestpractical.com,
+ Jacek Pasternak (6af5742, f55d5a, b061eca)
+* add default arrayref for ticket attachments -- plobsinger at gmail.com (c3bd330)
+* stick to the update api: trac doesn't support directly update status and
+ resolution since 0.11.7 -- sunnavy at bestpractical.com (4bd778c, 08492c3)
+
0.15 Mon Jan 18 11:58:06 PST 2010
* Module::Install bump
commit d7139d9fa3320910316a67d15cfbbf67f73919f1
Author: Christine Spang <spang at bestpractical.com>
Date: Sat Apr 2 13:21:52 2011 -0400
update MANIFEST
diff --git a/MANIFEST b/MANIFEST
index aac6fbb..665446a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -26,6 +26,7 @@ META.yml
SIGNATURE
t/01-dependencies.t
t/02-create.t
+t/10-ticket-cf.t
t/50-full-api.t
t/99-pod-coverage.t
t/99-pod.t
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list