[Bps-public-commit] rt-extension-assets branch, master, updated. 1.02rc2

Alex Vandiver alexmv at bestpractical.com
Wed Nov 26 18:30:35 EST 2014


The branch, master has been updated
       via  b7be1ecf768795185657e0352ad6cbd02477e582 (commit)
      from  ad4053b4bcd1fb896fe50ea8f1abc679478e2261 (commit)

Summary of changes:
 Changes                    | 5 +++++
 META.yml                   | 2 +-
 lib/RT/Extension/Assets.pm | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit b7be1ecf768795185657e0352ad6cbd02477e582
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Nov 26 18:28:16 2014 -0500

    Version 1.02rc2 releng

diff --git a/Changes b/Changes
index 7a000d7..ed95aba 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for RT-Extension-Assets
 
+1.02rc2 2014-11-26
+ - Fix sorting of custom fields and role groups
+ - Jump directly to asset display page is a numberic value is searched
+   for
+
 1.02rc1 2014-10-15
  - Special-case and support 'NULL' in custom field searches
  - Stop showing global ticket CFs in Asset search; properly show global
diff --git a/META.yml b/META.yml
index 72181ec..625de5b 100644
--- a/META.yml
+++ b/META.yml
@@ -32,6 +32,6 @@ requires:
   perl: 5.10.1
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 1.02rc1
+version: 1.02rc2
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.2.1
diff --git a/lib/RT/Extension/Assets.pm b/lib/RT/Extension/Assets.pm
index 136000e..7a21bcd 100644
--- a/lib/RT/Extension/Assets.pm
+++ b/lib/RT/Extension/Assets.pm
@@ -50,7 +50,7 @@ use strict;
 use warnings;
 package RT::Extension::Assets;
 
-our $VERSION = '1.02rc1';
+our $VERSION = '1.02rc2';
 
 # Loaded so they're available and rights are injected.
 use RT::Catalog;

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


More information about the Bps-public-commit mailing list