[Bps-public-commit] Shipwright branch, master, updated. 4c2e426a32fc9e16a6d77f697b7c3631cb233329

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Aug 27 20:02:28 EDT 2009


The branch, master has been updated
       via  4c2e426a32fc9e16a6d77f697b7c3631cb233329 (commit)
      from  2002161281d0137b509ee1c6917c7d6395aadd1f (commit)

Summary of changes:
 Changes           |    7 +++++++
 MANIFEST          |    1 +
 META.yml          |    2 +-
 lib/Shipwright.pm |    2 +-
 4 files changed, 10 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 4c2e426a32fc9e16a6d77f697b7c3631cb233329
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Aug 28 08:02:21 2009 +0800

    update version to 2.4.0

diff --git a/Changes b/Changes
index 07bad17..5a45a6b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Shipwright
 
+2.4.0 Fri Aug 28 07:50:22 CST 2009
+
+* add env SHIPWRIGHT_USER_ROOT and SHIPWRIGHT_LWP_TIMEOUT
+* keep downloads and backends caches in ~/.shipwright/, to speed things up
+* add Shipwright/Manual/ENV.pod
+* use legacy rmtree in shipwright-builder
+
 2.3.5 Wed Aug  5 08:59:03 CST 2009
 
 * need File::Path 2.07 or above
diff --git a/MANIFEST b/MANIFEST
index 2fcb062..d8a6c77 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -26,6 +26,7 @@ lib/Shipwright/Logger.pm
 lib/Shipwright/Manual.pod
 lib/Shipwright/Manual/BuildMultiArchVessel.pod
 lib/Shipwright/Manual/CustomizeBuild.pod
+lib/Shipwright/Manual/ENV.pod
 lib/Shipwright/Manual/Glossary.pod
 lib/Shipwright/Manual/Tutorial.pod
 lib/Shipwright/Manual/UsingBranches.pod
diff --git a/META.yml b/META.yml
index b05cc26..6546056 100644
--- a/META.yml
+++ b/META.yml
@@ -54,4 +54,4 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bestpractical/shipwright.git
-version: 2.003003
+version: 2.004000
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index 74f35ec..f85acde 100644
--- a/lib/Shipwright.pm
+++ b/lib/Shipwright.pm
@@ -2,7 +2,7 @@ package Shipwright;
 
 use warnings;
 use strict;
-use version; our $VERSION = qv('2.3.3');
+use version; our $VERSION = qv('2.4.0');
 
 use base qw/Class::Accessor::Fast/;
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list