[Bps-public-commit] SD branch, master, updated. 0.73-34-g734062f
spang at bestpractical.com
spang at bestpractical.com
Sat Jan 2 23:28:34 EST 2010
The branch, master has been updated
via 734062f1a8daafbefe9452fabfca39f8fde99e0c (commit)
from 13e6fa7503911fc897bbed2194e08d1313a9528b (commit)
Summary of changes:
Changes | 23 +++++++++++++++++++++++
MANIFEST | 1 +
lib/App/SD.pm | 2 +-
3 files changed, 25 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 734062f1a8daafbefe9452fabfca39f8fde99e0c
Author: Christine Spang <spang at bestpractical.com>
Date: Sat Jan 2 23:08:25 2010 -0500
Checking in changes prior to tagging of version 0.74. Changelog diff is:
diff --git a/Changes b/Changes
index 98f14a3..5e99565 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,26 @@
+0.74
+
+User-visible highlights for this release (not all commits are listed here):
+ * Make tests clean up after themselves - Alex Vandiver
+ * friendlier error message if user tries to sync with RT without RT::Client::REST - Christine Spang
+ * Check for http:// in RT URL regex since RT::Client::REST expects it - Christine Spang
+ * Report back errors on login failure in RT sync - Christine Spang
+ * Three minor tweaks for Moose compatibility - Christine Spang
+ * Shipwright packaging - Jesse Vincent
+ * UNIVERSAL::require is neither a dependency of prophet nor required - Jesse Vincent
+ * Update SD to use the new database_bonjour_name API provided by prophet - Jesse Vincent
+ * Make hyperlinks in SD relative - Jesse Vincent
+ * RT servers can run on https:// servers - Kevin Falcone
+ * redmine test: do require test inside BEGIN block - Sam Vilain
+ * Redmine test improvements - franck cuny
+ * if there is a trailing slash at the end of the URI, the github api will fail to fetch the data - franck cuny
+ * fix: lighthouse->open_states_list auto deref - sunnavy
+ * add query string support and increase performance for gcode sync - sunnavy
+
+Thanks to the following people who contributed to this release:
+Alex Vandiver, Christine Spang, Jesse Vincent, Kevin Falcone, Sam Vilain,
+franck cuny, and sunnavy.
+
0.73
* updates to the shipwright packager - Jesse Vincent
diff --git a/Changes b/Changes
index 98f14a3..5e99565 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,26 @@
+0.74
+
+User-visible highlights for this release (not all commits are listed here):
+ * Make tests clean up after themselves - Alex Vandiver
+ * friendlier error message if user tries to sync with RT without RT::Client::REST - Christine Spang
+ * Check for http:// in RT URL regex since RT::Client::REST expects it - Christine Spang
+ * Report back errors on login failure in RT sync - Christine Spang
+ * Three minor tweaks for Moose compatibility - Christine Spang
+ * Shipwright packaging - Jesse Vincent
+ * UNIVERSAL::require is neither a dependency of prophet nor required - Jesse Vincent
+ * Update SD to use the new database_bonjour_name API provided by prophet - Jesse Vincent
+ * Make hyperlinks in SD relative - Jesse Vincent
+ * RT servers can run on https:// servers - Kevin Falcone
+ * redmine test: do require test inside BEGIN block - Sam Vilain
+ * Redmine test improvements - franck cuny
+ * if there is a trailing slash at the end of the URI, the github api will fail to fetch the data - franck cuny
+ * fix: lighthouse->open_states_list auto deref - sunnavy
+ * add query string support and increase performance for gcode sync - sunnavy
+
+Thanks to the following people who contributed to this release:
+Alex Vandiver, Christine Spang, Jesse Vincent, Kevin Falcone, Sam Vilain,
+franck cuny, and sunnavy.
+
0.73
* updates to the shipwright packager - Jesse Vincent
diff --git a/MANIFEST b/MANIFEST
index f66479c..9219caa 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -171,6 +171,7 @@ t/sd-usage.t
t/sd-validation.t
t/server.t
tools/shipwright-package
+tools/shipwright-package-minimal
xt/00-dependencies.t
xt/99-pod-coverage.t
xt/99-pod.t
diff --git a/lib/App/SD.pm b/lib/App/SD.pm
index b6d49bf..fd999ad 100644
--- a/lib/App/SD.pm
+++ b/lib/App/SD.pm
@@ -4,7 +4,7 @@ use App::SD::Config;
extends 'Prophet::App';
-our $VERSION = '0.73';
+our $VERSION = '0.74';
has '+config' => (
default => sub {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list