[Bps-public-commit] Prophet branch, master, updated. 0.73-29-g1ff4e78

spang at bestpractical.com spang at bestpractical.com
Sat Jan 2 23:28:00 EST 2010


The branch, master has been updated
       via  1ff4e783eeaedf42efdea11e8a931621b41294c8 (commit)
      from  24d7eef857df7d802d980fb7e13cceaf98d7a16c (commit)

Summary of changes:
 Changes        |   20 ++++++++++++++++++++
 lib/Prophet.pm |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 1ff4e783eeaedf42efdea11e8a931621b41294c8
Author: Christine Spang <spang at bestpractical.com>
Date:   Sat Jan 2 22:20:58 2010 -0500

    Checking in changes prior to tagging of version 0.74.  Changelog diff is:
    
    diff --git a/Changes b/Changes
    index f2cab41..f304480 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,3 +1,23 @@
    +0.74
    +
    +User-visible highlights for this release (not all commits are listed here):
    + * Solve double-prompting for username/password in foreign syncs - Christine Spang
    + * Fixes for Moose compatibility - Christine Spang
    + * Unbreak with Mouse > 0.40 - Florian Ragwitz
    + * Some code from SD had accidentially snuck into prophet. rafl++ for alerting me - Jesse Vincent
    + * make menu links relative - Jesse Vincent
    + * propagate "server" into child menus - Jesse Vincent
    + * Announce project_name via Bonjour - Pedro Melo
    + * allow apps to skip overriding dispatcher_class - Ruslan Zakirov
    + * return that file doesn't exist only when lwp_get returns undef - Ruslan Zakirov
    + * Add tab completion for prophet shell - Shawn Moore
    + * check and store in config username and secret token - franck cuny
    + * add --as <alias> to clone - franck cuny
    +
    +Thanks to the following people who contributed to this release:
    +Alex Vandiver, Christine Spang, Florian Ragwitz, Jesse Vincent, Pedro Melo,
    +Ruslan Zakirov, Shawn Moore, and franck cuny.
    +
     0.73
    
      * Reimplement alias expansion in terms of lists of argument words. - Nelson Elhage

diff --git a/Changes b/Changes
index f2cab41..f304480 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,23 @@
+0.74
+
+User-visible highlights for this release (not all commits are listed here):
+ * Solve double-prompting for username/password in foreign syncs - Christine Spang
+ * Fixes for Moose compatibility - Christine Spang
+ * Unbreak with Mouse > 0.40 - Florian Ragwitz
+ * Some code from SD had accidentially snuck into prophet. rafl++ for alerting me - Jesse Vincent
+ * make menu links relative - Jesse Vincent
+ * propagate "server" into child menus - Jesse Vincent
+ * Announce project_name via Bonjour - Pedro Melo
+ * allow apps to skip overriding dispatcher_class - Ruslan Zakirov
+ * return that file doesn't exist only when lwp_get returns undef - Ruslan Zakirov
+ * Add tab completion for prophet shell - Shawn Moore
+ * check and store in config username and secret token - franck cuny
+ * add --as <alias> to clone - franck cuny
+
+Thanks to the following people who contributed to this release:
+Alex Vandiver, Christine Spang, Florian Ragwitz, Jesse Vincent, Pedro Melo,
+Ruslan Zakirov, Shawn Moore, and franck cuny.
+
 0.73
 
  * Reimplement alias expansion in terms of lists of argument words. - Nelson Elhage
diff --git a/lib/Prophet.pm b/lib/Prophet.pm
index 9606088..bdbe78a 100644
--- a/lib/Prophet.pm
+++ b/lib/Prophet.pm
@@ -3,7 +3,7 @@ use strict;
 
 package Prophet;
 
-our $VERSION = '0.73';
+our $VERSION = '0.74';
 
 =head1 NAME
 

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



More information about the Bps-public-commit mailing list