[Bps-public-commit] RT-Extension-MergeUsers branch, master, updated. 0.08-12-gb6fdf4f
Alex Vandiver
alexmv at bestpractical.com
Wed Jun 26 15:49:13 EDT 2013
The branch, master has been updated
via b6fdf4f083edb2e54e6214e79b162b3846976c08 (commit)
from a07d0262f0fc940d6e96374fbc5d7be249e40fef (commit)
Summary of changes:
Changes | 9 +++++++++
META.yml | 2 +-
lib/RT/Extension/MergeUsers.pm | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit b6fdf4f083edb2e54e6214e79b162b3846976c08
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Jun 26 15:44:56 2013 -0400
Version 0.09 releng
diff --git a/Changes b/Changes
index 20f74f2..b34a2b9 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,12 @@
+0.09 Wed Jun 26 15:06:42 EST 2013
+
+ * Update Module::Install and Module::Install::RTx
+ * Fix "Merged into ..." messages in user comments
+ * Remove Hook::LexWrap, to allow useful stacktraces
+ * Hook for user summary (RT 4.2)
+ * Fix a bug with the unique'ing code in RT::Users
+ * Fix for loading from a RT::CurrentUser, not just an RT::User
+
0.08 Mon Feb 25 13:33:48 PST 2013
* Move tests to author-only; they require having an RT installed somewhere
diff --git a/META.yml b/META.yml
index 3ff80e3..e80e826 100644
--- a/META.yml
+++ b/META.yml
@@ -23,4 +23,4 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 0.08
+version: 0.09
diff --git a/lib/RT/Extension/MergeUsers.pm b/lib/RT/Extension/MergeUsers.pm
index 10c837b..503f462 100644
--- a/lib/RT/Extension/MergeUsers.pm
+++ b/lib/RT/Extension/MergeUsers.pm
@@ -49,7 +49,7 @@ use warnings; no warnings qw(redefine);
package RT::Extension::MergeUsers;
-our $VERSION = '0.08';
+our $VERSION = '0.09';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list