[Bps-public-commit] rt-extension-mobileui branch, master, updated. 0.94-2-g8acde9d

Jesse Vincent jesse at bestpractical.com
Mon Aug 9 09:43:48 EDT 2010


The branch, master has been updated
       via  8acde9d6f791c7945a001edb565a99755e0f7063 (commit)
      from  ff2f5d6e1cc8ef035649553fe86fc854ecd78d0f (commit)

Summary of changes:
 Changes                      |    4 ++++
 lib/RT/Extension/MobileUI.pm |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 8acde9d6f791c7945a001edb565a99755e0f7063
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Aug 9 06:44:06 2010 -0700

    Checking in changes prior to tagging of version 0.95.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index d2e8bf0..898be97 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,3 +1,7 @@
    +0.95
    +
    +* Additional fixes for RT instances running at subpaths, rather than the root ofa server.
    +
     0.94
    
     * Handle RT not located at / when redirecting from a ticket URL

diff --git a/Changes b/Changes
index d2e8bf0..898be97 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.95
+
+* Additional fixes for RT instances running at subpaths, rather than the root ofa server.
+
 0.94
 
 * Handle RT not located at / when redirecting from a ticket URL
diff --git a/lib/RT/Extension/MobileUI.pm b/lib/RT/Extension/MobileUI.pm
index 46ecab0..0fcd869 100644
--- a/lib/RT/Extension/MobileUI.pm
+++ b/lib/RT/Extension/MobileUI.pm
@@ -3,7 +3,7 @@ use strict;
 
 package RT::Extension::MobileUI;
 
-our $VERSION = "0.94";
+our $VERSION = "0.95";
 
 
 =head1 NAME

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



More information about the Bps-public-commit mailing list