[Bps-public-commit] assets branch, master, updated. 1.05

Alex Vandiver alexmv at bestpractical.com
Wed May 6 14:53:19 EDT 2015


The branch, master has been updated
       via  ae48f89983442e1b6d777943376cbb78008ccddd (commit)
      from  b42d821d43da411d00f0b4c4bb7fb1df73ffa554 (commit)

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

- Log -----------------------------------------------------------------
commit ae48f89983442e1b6d777943376cbb78008ccddd
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed May 6 13:08:31 2015 -0400

    Version 1.05 releng

diff --git a/Changes b/Changes
index cce30de..8aa60d0 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 Revision history for RT-Extension-Assets
 
+1.05 2015-05-06
+ - Only call FillCache once if enabling plugin during "make initdb"
+ - Ensure that grouping-less custom fields keep their values
+
+1.04 2015-03-02
+ - Bundle similar RoleLimits; this notably improves performance when
+   MergeUsers is enabled
+ - Updated build and test targets
+
 1.03 2015-02-25
  - keep date cf values on asset create page
 
diff --git a/META.yml b/META.yml
index 88b62ac..cefe487 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.04'
+version: '1.05'
 x_module_install_rtx_version: '0.37'
 x_requires_rt: 4.2.1
diff --git a/lib/RT/Extension/Assets.pm b/lib/RT/Extension/Assets.pm
index 74898bb..7536534 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.04';
+our $VERSION = '1.05';
 
 # Loaded so they're available and rights are injected.
 use RT::Catalog;

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


More information about the Bps-public-commit mailing list